/*
Theme Name: odoru
Version: 1.1
*/


* {
    /*outline: 1px solid red;*/
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html{
    position: relative;
    min-height: 100vh;
}
body {
}
html,body{
    font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Hiragino Sans",Arial,Meiryo,sans-serif;
    font-size:16px;
    line-height:2;
    font-kerning: normal;
    color:#444;
    font-weight:400;
    -webkit-font-smoothing: antialiased;
    background-color:#ffffff;
    margin: 0;
    padding: 0;

    height: 100%;
    display: flex;
    flex-direction: column;

}
a:link, a:visited{
    color:#1111CC;
}

.fill{
    font-variation-settings: 'FILL' 1
}
@media only screen and (max-width: 560px) {
    html,body{
        font-size:15px;
    }
}

#content{
    flex: 1;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 150px;
    background: linear-gradient(to top, rgba(22,22,22,0.0), rgba(55,55,55,0.0)); /* 濃いグレーのグラデーション */
    overflow: hidden;

    color:#ccc; /* 白 */
    font-size:0.85rem;

    padding-top:50px;
    padding-bottom:10px;

    margin-top:3.2rem;
}

.footer-bg-video {
    position: absolute;
    top: 0;
    left: 10px;
    width: auto;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

footer .footer-container{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;

    height:100%;
    margin:auto;
    max-width:1140px;
}
@media only screen and (max-width: 560px) {
    footer .footer-container{
        margin-left:20px;
        margin-right:20px;
    }
}

footer .footer-container .row{
    margin:10px auto;
}
footer a{
    text-decoration:none;
    color:#ffbf00;
}
footer a:visited,
footer a:link
{
    text-decoration:none;
    color:#444;
    text-shadow:0.5px 0.5px 0 #fff,0 0 0 #fff;
}
footer a:hover{
    color:#ffbb00;
}


footer .links{
    text-align:center;
}
footer .links span{
    border-right:1px solid #777;
    padding:0 0px;
    white-space: nowrap;
}
footer .links span:last-child{
    border:0;
}
footer .copy{
    text-align:center;
}
footer .links a{
    padding:18px 10px;
}

footer h3{
	color:#fff;
	font-size:13px;
	margin-top:5px;
	margin-bottom:7px;
	font-weight:normal;
    text-align: center;
}
footer .associate{
	display: flex;
	justify-content: center;
}
footer .associate img{
    height:50px;
}
footer .associate a + a{
	margin-left:5px;
}
@media only screen and (max-width: 560px) {
    footer h3{
        font-size:0.8rem;
    }    
    footer .associate{
        max-width:100%;
    }
    footer .associate img{
        width:auto;
        height:35px;
        max-width:100%;
    }

}

footer .associate-title{
    font-size: clamp(10px, 2vw, 0.85rem);
    white-space: nowrap;
}


/*
@media only screen and (max-width: 768px) {
    footer .associate {
        flex-direction: column;
    }
    footer .associate a + a {
        margin-left: 0;
        margin-top: 5px;
    }
}
*/

footer .footer-copy{
    color:#444;
    font-size:0.8rem;
    text-shadow:0.5px 0.5px 0 #fff,0 0 0 #fff;
}



/*
 custom bootstrap.
 */
.main.row {
    display: -ms-flexbox;
    display: flex;
}
.main.row .col-body {
    width:calc(100% - 300px);
}
.main.row .col-side {
    padding-left:15px;
    width:300px;
}
@media only screen and (max-width: 768px) {
    .main.row {
        display:block;
        gap: 0;
    }
    .main.row .col-body {
        width:100%;
    }
    .main.row .col-side {
        padding-left:0;
        width:100%;
    }
}
.mt-1{
    margin-top: 0.25rem !important;
}
.mt-2{
    margin-top: 0.5rem !important;
}
.mt-3{
    margin-top: 1rem !important;
}
.mt-4{
    margin-top: 1.5rem !important;
}
.mt-5{
    margin-top: 3rem !important;
}



/*
 * flex
 */
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/*
 * header
 */
.header{
    background-color:#ffffff;
    width:100%;
    border-bottom:1px solid #eee;
}
.header a{
    text-decoration:none;
}
.header .inner-row{
    max-width:1060px;
    box-sizing: border-box;
    width:100%;
    margin:auto;
    padding:10px 10px;
    display: flex;
    justify-content: space-between;
    gap: 3px;
}
.header .siteicon{
    display: flex;
    align-items: center;
}
.header .siteicon img{
    vertical-align: middle;
    width:400px;
}
.header a.sitename{
    font-size:1.1rem;
    font-weight:bold;
    color:#000;
    font-family: 'M PLUS Rounded 1c', serif;
}
.header a.sitename:hover{
    text-decoration:none;
}
@media only screen and (max-width: 560px) {
    .header .inner-row{
        padding:10px 0 10px 10px;
        display:flex;
        gap: 0;
    }
}

.header .search{
    width:260px;
    display: block;
}
@media (max-width: 767px) {
    .header .search{
        display: none;
    }
}

.header .open-menu {
    display: none;
}
@media (max-width: 767px) {
    .header .open-menu {
        font-size: 1.6rem;
        color: #bbb;
        line-height: 1;
        display: flex;
        align-items: center;
        padding-right:10px;
    }
}
.header .open-menu i{
    cursor:pointer;
}

/*
 * global-menu
 */
.global-menu{
    display: flex;
    background-color:#fff;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;

    box-shadow: 0 2px 6px -6px #000000;

}
.global-menu::-webkit-scrollbar {
    display: none;
    height: 0 !important;
}
.global-menu > a{
    font-size:0.65rem;
    display: block;
    flex:1;
    text-align:center;
    white-space: nowrap;
    border-right:1px solid #eee;
    border-top:1px solid #eee;
    padding:10px 10px;
    color:#444;
    text-decoration:none;
}
.global-menu > a:last-child{
    border-right:0;
}
.global-menu > a:hover{
    text-decoration:none;
    background-color:#fafafa;
}

/*
 * breadcrumb
 */
.breadcrumb-container{
    max-width:1060px;
    margin:auto;
    font-size:0.7rem;
    padding:10px;
    width:100%;
    box-sizing: border-box;
}
.breadcrumb-container .breadcrumb{
    margin:0;
    padding:0;
    background-color:transparent;
    list-style-type:none;
}
@media only screen and (max-width: 560px) {
    .breadcrumb-container .breadcrumb{
        padding:5px 0;
    }
}
.breadcrumb-container .breadcrumb-item{
    display: inline;
}
.breadcrumb-container .breadcrumb-item i.fa{
    margin-right:3px;
}

.breadcrumb-container .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    font-family: 'FontAwesome';
    content: '\f105';
}


.breadcrumb-container a{
    text-decoration:none;
}
.breadcrumb-container a:link,
.breadcrumb-container a:visited,
.breadcrumb-container a:active
{
    color:#444;
}
.breadcrumb-container a:hover{
    color:#999;
    text-decoration:none;
}
@media only screen and (max-width: 560px) {
    .breadcrumb-container .breadcrumb .current{
        display: none;
    }
}

/*
 * container
 */
.container{
    max-width:1060px;
    width:100%;
    box-sizing: border-box;
    background-color:#fff;
    padding-top:0;
    padding-left:0;
    padding-right:0;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (max-width: 560px) {
    .container{
        box-sizing: border-box;
        padding:0 10px;
    }
}

/*************************
 * .post
 *************************/

/*
 * .post
 */
.post{
}
.post b{
    color:#f44336;
}
.post .eyecatch{
    line-height:0;
    margin-bottom:3.6rem;
}
.post .eyecatch img{
    height:400px !important;
    margin:0;
    padding:0;
}
@media only screen and (max-width: 992px) {
    .post .eyecatch img{
        height:350px !important;
    }
}
@media only screen and (max-width: 768px) {
    .post .eyecatch img{
        height:300px !important;
    }
}
@media only screen and (max-width: 576px) {
    .post .eyecatch img{
        height:280px !important;
    }
}
@media only screen and (max-width: 540px) {
    .post .eyecatch img{
        height:250px !important;
    }
}
.post img{
    width:100%;
    height:auto;
}

/*
 * external
 */
.post a.external::after{
    font-family: 'FontAwesome';
    content: '\f08e';

    font-size:0.8em;
    vertical-align: top;
    margin-left:3px;
}

.post a.inner::after{
    font-family: 'FontAwesome';
    content: '\f107';
    font-size:0.8em;
    vertical-align: top;
    margin-left:3px;
}


/*
 * timestamp
 */
.post .timestamp{
    font-size:0.8rem;
    color:#999;
    text-align:right;
    margin-bottom:0.5rem;
    margin-right:5px;
}
.post .timestamp .create{
    margin-right:10px;
}
.post .timestamp .create:before{
    content: "投稿";
    font-size:0.5rem;
    padding:2px 3px;
    margin-right:3px;
}
.post .timestamp .published:before{
    content: "更新";
    font-size:0.5rem;
    padding:2px 3px;
    margin-right:3px;
}


article{
    margin-top:1.2rem;
}
@media only screen and (max-width: 576px) {
    article{
        margin-top:0.8rem;
    }
}
/*
 * h1-h6
 */

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6
{
    line-height:1.6;
}

.post h1{
    margin:0 0 0.8rem 0;
    font-size:1.6rem;
    font-weight:bold;
    font-family: 'M PLUS Rounded 1c', serif;
}
@media only screen and (max-width: 576px) {
    .post h1{
        font-size:1.4rem;
    }
}

.post h2{
    margin:1.8rem 0 1.8rem 0;
    padding:2.1rem 2.1rem;
    font-size:1.4rem;
    font-weight:bold;
    background: linear-gradient(to right, #f5f5f5, #e0e0e0);
    color:#555;
    position: relative;
    border-radius: 10px;
}
@media only screen and (max-width: 576px) {
    .post h2{
        border-radius: 0;
    }
}

.post h2:after{
    position: absolute;
    bottom: -15px;
    left: 5%;
    z-index: 90;
    margin-left: -10px;
    border-top: 15px solid #f5f5f5;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

.post h2.left{
    padding-left:0;
}
.post h2:first-child{
    margin-top:1.6rem;
}


@media only screen and (max-width: 576px) {
    .post h2{
        margin-left:-10px;
        margin-right:-10px;
        font-size:1.2rem;
    }
}


.post h3{
    margin:3.2rem 0 1.6rem 0;
    padding:0 0 1.6rem 0;
    font-size:1.4rem;
    border-bottom:3px solid #555;
    font-weight:bold;
}



@media only screen and (max-width: 576px) {
    .post h3{
        margin-left:-10px;
        margin-right:-10px;
        padding-left:10px;
        padding-right:10px;
        font-size:1.2rem;
    }
}

.post h4{
    margin:2.4rem 0 1.5rem 0;
    padding:0.3rem 0 0.3rem 0;
    font-size:1.15rem;
    font-weight:bold;
}
@media only screen and (max-width: 576px) {
    .post h4{
        font-size:1.2rem;
    }
}

.post h5{
    margin:1.8rem 0;
    padding:1.5rem 1.2rem;
    font-size:1.0rem;
    border-bottom:0px solid #efebe9;
    font-weight:bold;
	background-color:#f9f9f9;
}

.post h5.simple{
    margin:1.6rem 0 0.8rem 0;
    padding:0 0 0.8rem 0;
    font-size:1.0rem;
    border-bottom:1px solid #efebe9;
    font-weight:bold;
    color:#999;
}

.post p {
    margin:0 0 1.6rem 0;
}

.post .small{
    font-size:0.7rem;
    color:#999;
    display: inline-flex;
    align-items: center;
}
.post .small a{
    color:#999;
    text-decoration:none;
}


.post iframe{
    max-width:100%;
}


/* res */
.post .res {
	font-size:0.95rem;
	background-color: #fafafa;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	line-height:200%;

	position:relative;
}
@media screen and (max-width: 600px){
	.post .res {
		padding:15px;
	}
}
.post .res:first-line {
	font-weight:bold;
	font-size:0.9rem;
	color:green;
}
.post .res p{
	font-size:0.95rem;
}
.post .res .small{
	margin-top:10px;
	line-height:130%;
}




/*
 * ol,ul
 */
.post ol p{
    font-size:1rem;
    margin:0.4rem 0 0.4rem 22px;
}
.post ul p{
    margin:0.4rem 0 0.4rem calc(1em + 5px);
}
.post li{
    padding:0;
    margin:0;
    line-height:1.6rem;
}
.post li:not(:first-child){
    margin-top:1.5rem;
}
.post li span.mark{
    padding:3px;
    margin-right:3px;
    margin-left:3px;
    background-color:#f2f2f2;
    font-size:0.98rem;
    border-radius:1px;
}

/*
 * ol
 */
.post ol {
    list-style-type: none;
    counter-reset: st-section;
    padding-left:20px;
    margin:0 0 1.8rem 0.3rem;
}
.post .borderbox ol {
    margin:0px;
}
.post ol li:first-child {
    padding-top:0px;
}
.post ol li {
    font-weight: bold;
    text-indent:-22px;
    padding-left:22px;
}
.post ol.normal li {
    font-weight:normal;
}
.post ol li:before {
    counter-increment: st-section 1;
    content: counter(st-section,decimal);
    margin-left:calc(-5px - 5px - 0.7rem);
    margin-right:8px;

    font-size:0.7rem;
    font-weight:normal;
    padding:10px 13px;
    border-radius: 5px;
    border:1px solid #777;
    cursor: pointer;
}
.post ol li:hover::before {
    background-color: #444444;
    color:#ffffff;
}
.post ol li.highlight::before {
    background-color: #444444;
    color:#ffffff;
}

/*
 * ul
 */
.post ul {
    list-style-type: none;
    padding:0 0 0 0;
    margin:0 0 1.6rem 0;
}
.post .borderbox ul {
    margin:0px;
}
.post ul li {
    font-weight:bold;
    padding-left:calc(1em + 5px);
}
.post ul.normal li {
    font-weight:normal;
}
.post ul li:before {
    font-family: 'FontAwesome';
    content: '\f22d';

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    float: left;

    margin-left:calc(-1em - 5px);
    background-color: transparent;
    color:#555;
}


/*
 * ol.flow
 */
.post ol.flow {
    list-style: none;
    counter-reset: st-section;
    border-left:1px solid #777;
    padding-inline-start:4px;
    margin-left:18px;
    position:relative;
}
.post ol.flow li::before {
    background-color:#ffffff;
    border:1px solid #777;
}
.post ol.flow li:hover::before {
    background-color: #444444;
    color:#ffffff;
}
.post ol.flow li.highlight::before {
    background-color: #444444;
    color:#ffffff;
}

.post .borderbox{
    margin-bottom:1.6rem;
    border:1px solid #ccc;
    padding:1.2rem;
    font-size:0.98rem;
    border-radius:3px;
}
.post .borderbox p:last-child{
    margin-bottom:0;
}

.post .graybox{
    margin-bottom:1.6rem;
    border:0px solid #ccc;
    padding:1.2rem;
    font-size:0.98rem;
    background-color:#F7F9F9;
}
.post .graybox p:last-child{
    margin-bottom:0;
}


/*
 * cols img
 */
.post .cols{
    display: flex;
    margin-top:0.8rem;
    margin-bottom:0.8rem;
}
.post .cols img{
    border:1px #ccc solid;
    width:100%;
}
.post .cols > div{
    min-width: 250px;
    width:50%;
}
@media screen and (max-width: 576px){
    .post .cols{
        display: block;
        max-width:250px;
    }
}

/*
 * lightbox-img.cover
 */
.post .lightbox-img.cover img{
    object-fit: cover;
    object-position: 100% 0;
    cursor:pointer;
    width:100%;
    max-width: 350px;
    height: 500px;
}
@media screen and (max-width: 576px){
    .post .lightbox-img.cover img{
        width:100%;
        max-width: 300px;
        height: 430px;
    }
}


.post .pr-message{
    font-size:0.8rem;
    color:#999;
    text-align:right;
}


/*************************
 * .list
 *************************/
.list{
    margin-bottom:3.2rem;
}
.list h1{
    margin:0px 0 1.6rem 0;
    font-size:1.4rem;
    font-weight:bold;
    line-height:1.5;
}
.list .item{
    display: flex;
    flex-direction: column;
    padding-top:1rem;
    padding-bottom:1rem;
    color:#444;
    text-decoration:none;
    line-height:1.5;
}
.list .item .item-row{
    display: flex;
    flex-direction: row;
}
.list .item:hover{
    color:#444;
    text-decoration:none;
}
.list .eyecatch{
    margin-right:10px;
}
.list .eyecatch img{
    border-radius:10px;
    width:180px !important;
}
@media only screen and (max-width: 768px) {
    .list .eyecatch img{
        width:150px !important;
    }
}
@media only screen and (max-width: 576px) {
    .list .eyecatch img{
        width:130px !important;
    }
}

.list .title{
    font-weight:bold;
    font-size:1rem;
}
.list .timestamp{
    margin-top:5px;
    font-size:0.5rem;
    color:#999;
    text-align:left;
}

.list .timestamp .create{
    margin-right:10px;
}
.list .timestamp .create:before{
    content: "投稿";
    font-size:0.5rem;
    padding:2px 3px;
    margin-right:0px;
}
.list .timestamp .published:before{
    content: "更新";
    font-size:0.5rem;
    padding:2px 3px;
    margin-right:0px;
}



.list .content{
    margin-top:5px;
    font-size:0.8rem;
    color:#999;
}
.list .content.sp{
    display: none;
}
@media only screen and (max-width: 576px) {
    .list .content.sp{
        display: block;
    }
    .list .content.pc{
        display: none;
    }
}

/*
 * pagination
 */
.pagination {
    text-align: center;
    line-height:1;
    margin-top:1.6rem;
}
.pagination .page-numbers {
    margin: 0 3px;
    padding: 10px 15px;
    border-radius: 2px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.pagination .page-numbers.current {
    background-color: #999;
    color: #fff;
}
.pagination a.page-numbers:hover {
    background-color: #ddd;
}
.pagination .page-numbers.prev:before {
    font-family: 'FontAwesome';
    content: '\f104';
    vertical-align: middle;
}
.pagination .page-numbers.next:after {
    font-family: 'FontAwesome';
    content: '\f105';
    vertical-align: middle;
}
@media only screen and (max-width: 576px) {
    .pagination {
        font-size:0.8rem;
    }
    .pagination .page-numbers {
        padding: 8px 10px;
    }
}


/*
 * .side
 */
.side{
    font-size:0.8rem;
    line-height:1.4;
}
@media only screen and (max-width: 768px) {
    .side{
        font-size:1.1rem;
    }
}
@media only screen and (max-width: 576px) {
    .side{
        font-size:1rem;
    }
}


/* sidebar-wrapper */
.side .sidebar-wrapper {
    margin-bottom:1.6rem;
}
.side .sidebar-title{
    font-size:0.9rem;
    font-weight:bold;
    padding:1.2rem 0 0.6rem 0;
    margin-bottom:0.6rem;
    margin-left:10px;
    border-bottom:0 solid #d6d6d6;
}
@media only screen and (max-width: 768px) {
    .side .sidebar-title{
        margin:3.2rem 0 1.6rem 0;
        padding:0 0 1.6rem 0;
        font-size:1.4rem;
        border-bottom:3px solid #555;
        font-weight:bold;
    }
}
@media only screen and (max-width: 576px) {
    .side .sidebar-title{
        margin-left:-10px;
        margin-right:-10px;
        padding-left:10px;
        padding-right:10px;
        font-size:1.2rem;
    }
}


.side .sidebar-wrapper ul{
    list-style-type: none;
    padding:0;
}
.side .sidebar-wrapper li{
    border-top: 0px solid #d6d6d6;
    padding:0 0 0.6rem 0;
    line-height:1.6;
}
.side .sidebar-wrapper li a{
    display: block;
    margin-bottom:5px;
}
.side .sidebar-wrapper .post-date{
    display: block;
    font-size:0.8rem;
    color:#d6d6d6;
}

/* sidebar a */
.side .menu li:first-child{
    border-top:1px solid #eee;
}
.side .menu li{
    padding:0;
    border-bottom:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.side .menu li a{
    padding:0.6rem 0 0.6rem 0.6rem;
    margin:0;
    text-decoration:none;
    color:#444;
}
.side .menu li a:hover{
    background-color:#fafafa;
    text-decoration:none;
}


/*
 * .latest-container
 */

.latest-container a{
    width:100%;
    color:#444;
    text-decoration:none;
    position:relative;
    display: block;
    padding:0.8rem;
    box-sizing: border-box;
}
.latest-container a .icon{
    position:absolute;
    right:0.8rem;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    font-size:1.2rem !important;
    font-weight:normal;
}
.latest-container a:visited{
    color:#444;
    text-decoration:none;
}
.latest-container a:hover{
    background-color:#fafafa;
}

.latest-container .item{
    display: flex;
    width:100%;
}
.latest-container .item:first-child{
}
.latest-container .thumb{
    padding-right:10px;
    line-height:0;
}
.latest-container .thumb img{
    width:80px;
    border-radius: 6px;
}

.latest-container .body{
    padding-right:15px;
}
.latest-container .title{
    font-weight:bold;
}
.latest-container .category{
    margin-top:3px;
    font-size:0.6rem;
    color:#aaa;
}
.latest-container .date{
    margin-top:3px;
    font-size:0.6rem;
    color:#aaa;
}
@media only screen and (max-width: 768px) {
    .latest-container .thumb img{
        width:120px;
    }
}
@media only screen and (max-width: 576px) {
    .latest-container .thumb img{
        width:100px;
    }
}

/*
 * .related-container
 */

.related-container .related.row{
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
@media only screen and (max-width: 768px) {
    .related-container .related.row{
        display:block;
        gap: 0;
    }
}
.related-container .related.row .col-item {
    max-width: calc(33.333333% - 0px);
}
@media only screen and (max-width: 768px) {
    .related-container .related.row .col-item{
        max-width:100%;
    }
}


.related-container a{
    width:100%;
    color:#444;
    text-decoration:none;
    position:relative;
    padding:0.8rem;
    box-sizing: border-box;
}
.related-container a .icon{
    display: none;
}
.related-container a:visited{
    color:#444;
    text-decoration:none;
}
.related-container a:hover{
    background-color:#fafafa;
}
.related-container .item{
    display: flex;
    flex-flow: column;
    width:100%;
    padding:0;
}
.related-container .thumb{
    line-height:0;
}
.related-container .thumb img{
    object-fit: cover;
    object-position: 100% 0;
    width:100%;
    height:130px;
    border-radius: 10px;
}
.related-container .body{
    line-height:1.4;
}
.related-container .title{
    font-size:1rem;
    line-height:1.4;
    font-weight:bold;
    margin-top:10px;
}
.related-container .category{
    margin-top:8px;
    font-size:0.6rem;
    color:#aaa;
}
.related-container .date{
    margin-top:8px;
    font-size:0.6rem;
    color:#aaa;
}
@media only screen and (max-width: 768px) {
    .related-container a{
        width:100%;
        position:relative;
        padding:0.8rem;
        display: block;
    }
    .related-container a .icon{
        display: block;
        position:absolute;
        right:0.8rem;
        top: 50%;
        transform: translateY(-50%) translateX(0%);
        -webkit-transform: translateY(-50%) translateX(0%);

        font-size:1.2rem !important;
        font-weight:normal;
    }
    .related-container .item{
        display: flex;
        flex-flow: row;
        width:100%;
        padding:0;
    }
    .related-container .thumb{
        margin-right:10px;
    }
    .related-container .title{
        font-size:1.0rem;
        margin:0;
    }
    .related-container .thumb img{
        width:120px;
    }
    .related-container .body{
        padding-right:15px;
    }

}
@media only screen and (max-width: 576px) {
    .related-container .title{
        font-size:1.0rem;
    }
    .related-container .thumb img{
        width:100px;
        height:100px;
    }
    .related-container a{
    }
}


/*
 * serach
 */
#searchform{
    width: 100%;
}
#searchform > div{
    position: relative;
    right:0;
    top:0;

    display: flex;
    align-items: center;

}
#searchform > div input[type=text]{
    width:100%;
    border:solid 1px #d6d6d6;
    border-radius: 20px;
    padding:10px 15px;
    font-size:12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#searchform > div input[type=text]::placeholder {
    color: #d6d6d6;
}
/* IE */
#searchform > div input[type=text]:-ms-input-placeholder {
    color: #d6d6d6;
}
/* Edge */
#searchform > div input[type=text]::-ms-input-placeholder {
    color: #d6d6d6;
}
#searchform > div input[type=submit]{
    position: absolute;
    right:10px;
    /*top: 8px;*/
    background-color:transparent;
    border:0;
    font-size:16px;
    color:#d6d6d6;
    cursor:pointer;
}
#searchform > div input[type=submit]:hover{
    color:#444;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}


/*
 * pagetop
 */
.pagetop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 50px;
    right: 50px;
    color: #fff;
}
a.pagetop:hover {
    text-decoration:none;
}
.pagetop i.fa {
    display: block;
    border-radius: 50%;
    background: #2b2b2b;
    padding:10px;
    text-align: center;
    font-size: 30px !important;
    font-weight:bold;
}
.pagetop i.fa {
    color: #fff;
}
.pagetop.show {
    visibility: visible;
    opacity: .8;
}
@media screen and (max-width: 992px) {
    .pagetop {
        right: 10px;
        bottom: 10px;
    }
}



/*
 * blockquote 引用
 */
.blockquote {
    font-size:0.95rem;
    background-color: #fafafa;
    padding-top:3.2rem;
    padding-right:1.6rem;
    padding-bottom:3.2rem;
    padding-left:1.6rem;
    margin-top: 1.6rem;
    margin-right: 0px;
    margin-bottom: 1.6rem;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #CCC;

    position:relative;
}
.blockquote:after {
    color: #eee;
    content: "”";
    font-family: serif;
    font-size: 600%;
    line-height: 0;
    position: absolute;
    right: 5px;
    bottom: 0px;
}
.blockquote p{
    font-size:0.95rem;
}
.blockquote .small{
    margin-top:15px;
    line-height:130%;
}

/* 画像引用 */
.caption .small {
    text-align:center;
    display: block;
}
.caption{
    margin-bottom: 1.6rem;
}


/*
 * table
 */
.post table{
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom:1.6rem;
    width:100%;
}
.post th {
    font-size:0.7rem;
    font-weight:normal;
    background-color:#eee;
    text-align:center;
}
.post td{
    font-size: 0.9rem;
}
.post td,.post th {
    border: 1px solid #ccc;
    padding: 8px;
    padding:0.8rem;
}
.post table th.right,
.post table td.right{
    text-align:right;
}
.post table th.center,
.post table td.center{
    text-align:center;
}

/*
 * scroll-box
 */
.scroll-box{
    margin-bottom:1.6rem;
}
.scroll-box table {
    max-width:initial;
    margin-bottom:0;
}
.scroll-box table td,
.scroll-box table th{
    white-space: nowrap;
}
.scroll-box {
    overflow-x: auto;
}
.scroll-box::-webkit-scrollbar {
    height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #f3f3f3;
}
.scroll-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ccc;
}
.scroll-box td, .scroll-box th{
    white-space: nowrap;
    vertical-align:middle;
    width:auto;
}



.post hr{
    margin:1.6rem 0;
    border-top:1px dashed #eee;
}


.post [subtitle]{
    padding-top:3.2rem;
    padding-bottom:1.6rem;
    position:relative;
}
.post [subtitle] .subtitle{
    font-size:0.9rem;
    position:absolute;
    top:1.4rem;
    width:100%;
}
.post [number]{
    position:relative;
    padding-left:0px;
}
@media only screen and (max-width: 576px) {
    .post [number]{
        padding-left:10px;
    }
}
.post [number] .number{
    position:static;
    display: inline;
    margin-right:8px;
    line-height:0;
    padding:0.2rem 0.7rem;
    border-radius:5px;
    background-color:#fff;
    color:#444;
    border:2px solid #444;
}


.post .question{
    position:relative;
    border:solid 3px #555;
    border-radius:20px;
    padding:20px;
    margin:20px 0 20px 70px;
    font-weight:bold;
    background-color:#f9fbe7;
}
.post .question p:last-child{
    margin-bottom:0px;
}
.post .question:before {
    position:absolute;
    top:0px;
    left:-75px;
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    border:2px solid #eee;
    border-radius:50%;
    background-image: url("./assets/img/user009.png");
    background-position: left 30% top 10%;
    background-size: 120%;
    vertical-align: middle;
}





.post .center{
    text-align:center;
}
.post .left{
    text-align:left;
}
.post .right{
    text-align:right;
}


/* ------------------------------
 * plugin custom
 -------------------------------- */
#toc_container{
    border:1px solid #ccc;
    padding:1rem;
    border-radius:1px;
}
#toc_container ul{
    margin:0;
}
#toc_container li{
    font-weight:normal;
    font-size:0.9rem;
    margin:0.2rem 0;
}
#toc_container .toc_list > li{
    padding-left:0;
}
#toc_container a:hover{
    text-decoration:none;
}
#toc_container li:before{
    content:"";
}
#toc_container .toc_title{
    margin-bottom:0.8rem;
}
#toc_container .toc_toggle{
    font-size:0.8rem;
}
#toc_container .toc_number{
    font-size:0.6rem;
    color:#999;
    background-color:#fafafa;
    padding:0.3rem;
}


/* ------------------------------
 * theme custom.
 ------------------------------ */


/* btn */
.btn_external_row{
    margin-top:1rem;
    margin-bottom:1rem;
}

.btn_external{
    display: block;
    text-align:center;
    padding:15px;
    text-decoration:none;
    border-radius: 0px;
    font-weight:bold;
}
@media only screen and (max-width: 576px) {
    .btn_external{
        font-size:0.8rem;
    }
}

.btn_external{
    color: #FFFFFF;
    background-color: #FF4056;
    background-image: -webkit-linear-gradient(top, #ff0000 0%, #e60000 48%, #b30000 49%, #b30000 82%, #ff4d4d 100%);
    background-image: -moz-linear-gradient(top, #ff0000 0%, #e60000 48%, #b30000 49%, #b30000 82%, #ff4d4d 100%);
    background-image: -o-linear-gradient(top, #ff0000 0%, #e60000 48%, #b30000 49%, #b30000 82%, #ff4d4d 100%);
    background-image: linear-gradient(top, #ff0000 0%, #e60000 48%, #b30000 49%, #b30000 82%, #ff4d4d 100%);
    border:2px solid #D95965;
    -webkit-text-shadow: 1px 1px 1px #FFA6B0;
    -moz-text-shadow: 1px 1px 1px #FFA6B0;
    -o-text-shadow: 1px 1px 1px #FFA6B0;
    text-shadow: 1px 1px 1px #FFA6B0;
    border-radius: 3px;
}

.btn_external:hover{
    color: #FFFFFF;
    background-color: #FF3148;
    background-image: -webkit-linear-gradient(top, #FF2C43 0%, #E62137 48%, #FF3148 49%, #FF3148 82%, #FF152F 100%);
    background-image: -moz-linear-gradient(top, #FF2C43 0%, #E62137 48%, #FF3148 49%, #FF3148 82%, #FF152F 100%);
    background-image: -o-linear-gradient(top, #FF2C43 0%, #E62137 48%, #FF3148 49%, #FF3148 82%, #FF152F 100%);
    background-image: linear-gradient(top, #FF2C43 0%, #E62137 48%, #FF3148 49%, #FF3148 82%, #FF152F 100%);
    border:2px solid #D95965;
    -webkit-text-shadow: 1px 1px 1px #FF97A3;
    -moz-text-shadow: 1px 1px 1px #FF97A3;
    -o-text-shadow: 1px 1px 1px #FF97A3;
    text-shadow: 1px 1px 1px #FF97A3;
}
.btn_external:link, .btn_external:visited{
    text-decoration:none;
    color:#fff !important;
}



.btn_external_sub{
    display: block;
    text-align:center;
    padding:15px;
    text-decoration:none;
    border-radius: 0px;
    font-weight:bold;
}
@media only screen and (max-width: 576px) {
    .btn_external_sub{
        font-size:0.8rem;
    }
}

.btn_external_sub{
    color: #FFFFFF;
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd 0%, #cccccc 48%, #999999 49%, #888888 82%, #777777 100%);
    background-image: -moz-linear-gradient(top, #dddddd 0%, #cccccc 48%, #999999 49%, #888888 82%, #777777 100%);
    background-image: -o-linear-gradient(top, #dddddd 0%, #cccccc 48%, #999999 49%, #888888 82%, #777777 100%);
    background-image: linear-gradient(top, #dddddd 0%, #cccccc 48%, #999999 49%, #888888 82%, #777777 100%);
    border:2px solid #aaaaaa;
    -webkit-text-shadow: 1px 1px 1px #888888;
    -moz-text-shadow: 1px 1px 1px #888888;
    -o-text-shadow: 1px 1px 1px #888888;
    text-shadow: 1px 1px 1px #888888;
    border-radius: 3px;
}

.btn_external_sub:hover{
    color: #FFFFFF;
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 48%, #aaaaaa 49%, #999999 82%, #888888 100%);
    background-image: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 48%, #aaaaaa 49%, #999999 82%, #888888 100%);
    background-image: -o-linear-gradient(top, #eeeeee 0%, #dddddd 48%, #aaaaaa 49%, #999999 82%, #888888 100%);
    background-image: linear-gradient(top, #eeeeee 0%, #dddddd 48%, #aaaaaa 49%, #999999 82%, #888888 100%);
    border:2px solid #aaaaaa;
    -webkit-text-shadow: 1px 1px 1px #888888;
    -moz-text-shadow: 1px 1px 1px #888888;
    -o-text-shadow: 1px 1px 1px #888888;
    text-shadow: 1px 1px 1px #888888;
}
.btn_external_sub, .btn_external_sub:link, .btn_external:visited{
    text-decoration:none;
    color:#fff !important;
}



/*
 * shopinfo table
 */
 /*
.shopinfo table{
    width:100%;
}
.shopinfo th{
    background-color:#eee;
    text-align:center;
    white-space: nowrap;
}
.shopinfo td, .shopinfo th{
    border:solid 1px #ddd;
    padding:10px 15px;
}

.shopinfo .star-rate-icon{
    font-size:17px;
    color:#ffa500;
}
.shopinfo .star-rate{
    font-size:17px;
    color:#f00;
    font-weight:bold;
}
.shopinfo .review-cnt{
    color:#444;
}
.shopinfo .rate{
    font-size:1.1rem;
    font-weight:bold;
    color:#f00;
}
.shopinfo .cards{
}
.shopinfo .cards span{
    font-size:0.75rem;
    font-weight:normal;
    padding:5px;
    line-height:1rem;
    margin-right:5px;
    border:1px solid #ccc;
    color:#ccc;
}
.shopinfo .cards span.active{
    background-color:#666;
    font-weight:normal;
    color:#ffffff;
    border:0px solid #ccc;
}
.shopinfo .taiou{
    display:flex;
    flex-wrap:wrap;
}
.shopinfo .taiou span{
    font-size:0.8rem;
    color:#444;
    padding:0px 3px;
    font-weight:normal;
}
.shopinfo .taiou span:after{
    content:",";
}
*/



/*
 * related-article
 */
.related-article {
    position: relative;
    margin: 3.2rem 0 1.6rem 0;
    padding: 5px 0;
    border: 2px solid #eee;
}
.related-article br{
    display: none;
}
.related-article a{
    display: block;
    padding:5px 10px;
    background-color:#fff;
}
.related-article a:hover{
    background-color:#fff8e1;
}
.related-article::before {
    position: absolute;
    bottom: 100%;
    left: -2px;
    padding: 0px 12px;
    content: "関連記事";
    background-color: #eee;
    color: #444;
    font-weight: normal;
    font-size:80%;
    border: 0px dashed #cfd8dc;
}

.wpcf7 input,
.wpcf7 textarea
{
    max-width:400px;
    width:100%;
    font-size:1.2rem;
    border:1px solid #ccc;
    border-radius: 3px;
}
.wpcf7 input[type=text]{
}
.wpcf7 input[type=email]{
}
.wpcf7 textarea{
}
.wpcf7 input[type=submit]{
    font-size:1rem;
    padding:10px;
    line-height:1;
    background-color:#fff;
    border-radius:3px;
    border:1px solid #444;
}
.wpcf7 input[type=submit]:hover{
    background-color:#f1f1f1;
}


.relation{
    background-color:#fff;
}
.relation .flex{
    display: flex;
}
.relation .item{
    border-bottom:1px #eee solid;
    border-right:1px #eee solid;
    border-left:1px #eee solid;
}
.relation .item:first-child{
    border-top:1px #eee solid;
}
.relation .item a{
    /*display:block;*/
    text-decoration:none;
    color:#444;
    padding:10px 5px;
}
.relation .item a:hover{
    background-color:#eee;
}
.relation .title{
    color:#666;
    font-size:16px;
    line-height:140%;
    font-weight:bold;

    height:40px;
    display: flex;
    align-items: center;

}
.relation .img{
    margin-right:10px;
}
.relation .img img{
    border:1px #ddd solid;
    max-width:40px;
    max-height:40px;
    width:40px !important;
    height:40px !important;
}
.relation .allow{
    flex:1;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right:3px;
    color:#999;
}

@media screen and (max-width: 768px){
    .relation .title{
        font-size:14px;
        height:60px;
    }
    .relation .img img{
        max-width:60px;
        max-height:60px;
        width:60px !important;
        height:60px !important;
    }
    .relation .allow{
        height:60px;
    }
}


.sticky{
    position: sticky;
    top: 0px;
}
@media screen and (max-width: 768px){
    .sticky{
        position: static;
        top: 0px;
        width:100%;
    }
}


/*
 * insert_contact
 */
.post .contact form div {
    margin-top:20px;
}
.post .contact form label {
    font-size:0.9rem;
}

.post .contact form label{
    display: block;
    margin-bottom:5px;
    font-size:0.9rem;
    color:#444;
}

.post input, .post textarea{
    width:100%;
    padding:10px;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border:1px solid #ccc;
    box-sizing:border-box;
}
/*labelのspanは小さいテキストで表示*/
.post .contact form label span {
    margin-left:3px;
    font-size:0.7rem;
    color:#999;
}
.post .contact form #body {
}
.post .contact form #result{
    border:1px solid #888;
    background-color:#fafafa;
    border-radius: 5px;
    padding:10px;
    /*js側でshow()で表示させるまでは非表示*/
    display:none;
}
.post .contact form #result p {
    font-size:0.8rem;
    margin:0;
    padding:0;
}
.post .contact form .submit{
    width:100%;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background:#f3f3f3;
    color:#000;
    border:1px solid #ccc;
    margin:0 auto;
    padding:10px;
    display:block;
    box-sizing:border-box;
}


/*
 * icons
 */
 .icons::before{
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background-size: contain;
	vertical-align: middle;
	margin-right:5px;
	border-radius: 50%;
	padding:1px;
	border:0px solid #eee;
}
.icons.large::before{
	width: 1.8em;
	height: 1.8em;
	margin-right:10px;
}
.icons.au::before {
	background-image: url("./assets/img/icons/au.png");
}
.icons.docomo::before {
	background-image: url("./assets/img/icons/docomo.png");
}
.icons.softbank::before {
	background-image: url("./assets/img/icons/softbank.png");
}
.icons.amazon::before {
	background-image: url("./assets/img/icons/amazon.png");
}
.icons.apple::before {
	background-image: url("./assets/img/icons/apple.png");
}
.icons.nintendo::before {
	background-image: url("./assets/img/icons/nintendo.png");
}
.icons.rakuten::before {
	background-image: url("./assets/img/icons/rakuten.png");
}
.icons.playstation::before {
	background-image: url("./assets/img/icons/playstation.png");
}
.icons.google::before {
	background-image: url("./assets/img/icons/google.png");
}
.icons.kiigo::before {
	background-image: url("./assets/img/icons/kiigo.png");
}
.icons.bitcash::before {
	background-image: url("./assets/img/icons/bitcash.png");
}
.icons.webmoney::before {
	background-image: url("./assets/img/icons/webmoney.png");
}

.icons.kaitorishogun::before {
	background-image: url("./assets/img/icons/kaitorishogun.png");
}
.icons.kaitoribob::before {
	background-image: url("./assets/img/icons/kaitoribob.png");
}
.icons.kaitoriyamato::before {
	background-image: url("./assets/img/icons/kaitoriyamato.png");
}
.icons.sakana-club::before {
	background-image: url("./assets/img/icons/sakana-club.png");
}
.icons.kaitori-homerun::before {
	background-image: url("./assets/img/icons/kaitori-homerun.png");
}
.icons.kaitoridan::before {
	background-image: url("./assets/img/icons/kaitoridan.png");
}
.icons.o-kini::before {
	background-image: url("./assets/img/icons/o-kini.png");
}
.icons.kaitorimanzai::before {
	background-image: url("./assets/img/icons/kaitorimanzai.png");
}
.icons.kaitoriruby::before {
	background-image: url("./assets/img/icons/kaitoriruby.png");
}
.icons.kaitori-safari::before {
	background-image: url("./assets/img/icons/kaitori-safari.png");
}


/* hicon */
.post .hicon{
	position:relative;
}
.post .hicon .icon{
	position:absolute;
	right:0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	font-size:45px;
	font-weight:bold;

	width:50px;
	height:50px;
	text-align:center;

	display:flex;
	align-items: center;
	justify-content: center;

	vertical-align: middle;
	background-color:#e94709;
	color:#fff;
	padding:0;
	border-radius:50%;
}

/* points */
.post .points{
	position:relative;
	margin-top:40px;
	margin-bottom:20px;
	background-color:#f3f3f3;
	padding:30px 30px 30px 50px;
}
.post .points .title{
	position:absolute;
	top:-10px;
	left:-5px;
	background-color:#777;
	color:#fff;
	padding:2px 10px;
}
.post .points ul {
	margin-top:5px;
	margin-bottom:5px;
}
.post .points ul li{
	padding:0px 0px;
}
.post li:not(:first-child){
    margin-top:1.5rem;
}
.post .points ul li:before {
	content: " \f054";
	font-family: FontAwesome;
	background: transparent;
}

/* steps */
.post .steps{
	position:relative;
	margin-top:40px;
	margin-bottom:20px;

	border:2px dashed #ccc;
	padding:40px 15px 15px 15px;
}
.post .steps .title{
	position:absolute;
	top:-20px;
	left:-5px;
	background-color:#777;
	color:#fff;
	padding:2px 10px;
}
.post .steps ol{
	margin-top:0px;
	margin-bottom:0px;
}
