/*! Luxeritas Child CSS */
/* Luxeritas WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link https://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 *   Theme Name: Luxeritas Child Theme
 *   Template: luxeritas
 *   Text Domain: luxech
 *   Theme URI: https://thk.kanzae.net/wp/
 *   Description: SEO optimized, Responsive layout, Super Fast, Multi Feature, Bootstrap
 *   Author: LunaNuko
 *   Author URI: https://thk.kanzae.net/
 *   License: GNU General Public License v2 or later
 *   License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-background, custom-colors, custom-menu, theme-options, featured-image-header, editor-style, sticky-post, threaded-comments, translation-ready
 *   Since: 20151206
 *   Modify: 20170922
 *   Version: 2.00
 *   Template Version: 2
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
*/

/* 以下、好みに応じて子テーマ用のスタイルをお書きください。
 * ( Below here, please write down your own styles for the child theme. )
*/


/************************
*         長谷川        *
*************************/
.myrow {
  display: -webkit-flex;
  display: flex;
}
.myrow .wp-caption-text{
	text-align:center;
}
.myrow .col-1 a{
	text-decoration: none;
	color:#111;
}
.myrow ul li{
	padding:0.2em 0;
}

.myrow ul li:first-child{
	font-weight:bold;
	padding-bottom: 0.8em;
}

.myrow section {
  margin: 0px;
  padding: 0;
  flex: 1;
}

.myrow .col-1{ flex: 1;}
.myrow .col-2{ flex: 2;}
.myrow .col-3{ flex: 3;}
.myrow .col-4{ flex: 4;}
.myrow .col-5{ flex: 5;}
.myrow .col-6{ flex: 6;}

@media screen and (max-width: 700px) {
 .myrow {
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
 }
 .myrow section {
    margin: 0px;
    padding: 0;
    width: 41.5%;
}
.myrow .col-1 {
	-webkit-flex:unset;
    flex:unset;
}
	.spmyrow .col-1{
		width:100%;
	}
}

@media screen and (max-width: 350px){
.myrow section {
    margin: 0px;
    padding: 0;
    width: 40.5%;
	}
}

/************************
*    サイクリング用　　 *
*************************/
.contents-1{
	padding-bottom:30px;
}
.tenp1 ul li a{
	width: 100%;
    	display: inline-block;
}
.tenp1 ul li{
	padding-bottom:8px;
        content: "";
    	display: block;
    	clear: both;
}
.fa-angle-right{
	float: right;
    	padding-top: 2%;
}

.ten1 li{
	padding:0px 0px 0px 0px!important;
        list-style:none;
}

.ten1 li:first-child{
	text-align:center!important;
	border-bottom:1px solid #ddd;
}
.tenp1{
	padding:10px;
}
@media screen and (max-width: 700px) {
 .tenp1{
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	 width:100%;
 }
}
/************************
*    野球グッズ用　　 *
*************************/
@media screen and (max-width: 700px) {
 .tenp1{
	 width:100%;
 }
}


/************************
*    上部簡易ナビ用　　 *
*************************/


.upper-sekaimon-link a { color:#FFF}
.upper-sekaimon-link a:hover { text-decoration:underline }




/************************
*    記事下表記用PC　　 *
*************************/

.skmn_bnr {
    position: relative;
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
    background-color: #dcdcdc;
}
.skmn_bnr h3{
	font-size: 2.5rem;
    padding: 2px 15px;
    margin-left: 5px;
	border-left: 0px;
}
.skmn_bnr img{
	width:90%;
}

.square_btn {
    display: block;
    padding: 0.9em 0.5em;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 19px;
    background: #de2241;
    border-bottom: solid 2px #af001d;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
    text-align: center;
	width: 70%;
	margin:0 auto;
 /*   margin-top: 1%; */
 /*   margin-left: 19%; */
 /*   margin-bottom: 5%; */
}

.square_btn:hover{
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
	background: #de2241;
	transition:all .1s ease-in-out
}

.square_btn a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

.square_btn a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

/* グローバルナビアニメーション */
#gnavi li a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #fff;
	display: block;
}
#gnavi li a:hover:after {
	width: 100%;
	border-bottom: 2px solid #fff;
}
#gnavi li:hover a span {
    border: 0;
}
/******************
*    ヘッダー　　 *
*******************/
/* タイトル */
.sitename a {
    font-weight: bolder;
    letter-spacing: -0.25em;
}
@media screen and (min-width: 992px){
.sitename a {
    position: absolute;
    top: 15px;
    z-index: 100;
}}
/* ナビ右寄せ */
#gnavi ul {
    float: right;
}
/* 余白調整 */
@media (min-width: 992px){
#gnavi div>ul>li>a>span {
    padding-top: 0px;
}}
.info {
    padding: 0;
}
.sitename img {
    margin: 0;
}

/* タイトルロゴSP用 */

@media screen and (max-width: 992px) {
.info{
		text-align: center;
                padding-top: 8px;
	}
	#gnavi ul {
    float: none;
}

        #head-in {
                padding-top:0;
        }
        #head-in p{
                margin-bottom:0;
        }
        .sitename{
                margin:0;
        }
}
/*******************
 * イベントLP用No.1*
/*******************/
@media screen and (min-width: 992px) {
        .sp-img{
                display:none;
        }
	.item-column{
        	display: -webkit-flex;
        	display: -moz-flex;
        	display: -ms-flex;
        	display: -o-flex;
        	display: flex;
                flex-wrap: -webkit-wrap;
                flex-wrap: -moz-wrap;
                flex-wrap: -ms-wrap;
                flex-wrap: -o-wrap;
                flex-wrap: wrap;
        	justify-content: -webkit-space-between;
        	justify-content: -moz-space-between;
        	justify-content: -o-space-between;
        	justify-content:space-between;
        	padding:0px!important;

	}
	.item-column li{
        	list-style:none;
	}
	.item-column li p{
        	width:250px;
        	text-align:center;
	}
	li .item-title{
        	font-size:2.2rem;
                margin-bottom: 1em;
        	padding-top: 0.7em;
                line-height:1.3;
	}
        .next-column{
                padding-top:10%;
        }
}

.lp-contents .item-column .button{
        display: block;
    	background: #e65044;
    	border-radius: 6px;
    	padding: 11px 0px;
   	color: #fff;
    	text-decoration:none;
        text-align: center;
}
.lp-contents h2{
        border-left: 8px solid #D65A50;
}
.lp-contents{
        padding-bottom:20px;
}

@media screen and (max-width: 991px) {
        .pc-img{
                display:none;
        }
        .lp-contents ul{
                padding:0px;
        }
	.item-column{
       		padding:0px;
	}
	.item-column img{
       		display:block;
        	margin:0 auto;
	}
	.item-column li p{
        	width:100%;
        	text-align:center;
	}
        .item-column li{
        	list-style:none;
        	padding-bottom:15%;
                width:80%;
                margin:0 auto;
	}
        .item-column li:last-child{
                padding-bottom:0px;
        }
	li .item-title{
        	font-size:2.2rem;
        	margin-bottom: 1em;
        	padding-top: 0.7em;
                line-height:1.3;
	}
}
/*******************
 * イベントLP用No.2*
/*******************/
.lp-contents2 {
        padding-bottom:20px;
}
.lp-contents2 h2{
        border-left: 8px solid #D65A50;
}
.lp-contents2 .item-column{
        margin-bottom:6em;
        padding:0px;
}
.lp-contents2 .item-column li{
        padding:0px 10px;
}
.lp-contents2 .item-list{
        padding:20px 0px;
}
.lp-contents2 .item-list li:first-child{
    	text-align: center;
    	border-bottom: 1px solid #ddd;
        font-size: 1.3em;
}
.lp-contents2 .item-list li{
        padding:0px 0px;
        font-size: 1.2em;
    	padding-bottom: 7px;
}
.lp-contents2 .item-list li a{
        display:block;
        text-decoration: none;
	color: #333;
}
@media screen and (max-width: 991px) {
	.lp-contents2 .item-column{
       		padding:0px;
	}
        .lp-contents2 .item-column{
                margin-bottom:0px;
        }
        .lp-contents2 .item-column li{
        	padding-bottom: 80px;
        }
        .lp-contents2 .item-list li{
                padding-bottom:13px;
        }
        .lp-contents2 .item-list li a{
        display:block;
        text-decoration: none;
	color: #333;
}
}
/*******************
 * イベントLP用No.3*
/*******************/
@media screen and (min-width: 992px) {
        .sp-img{
                display:none;
        }
	.lp-contents3 .item-column{
        	display: -webkit-flex;
        	display: -moz-flex;
        	display: -ms-flex;
        	display: -o-flex;
        	display: flex;
        	justify-content: -webkit-space-between;
        	justify-content: -moz-space-between;
        	justify-content: -o-space-between;
        	justify-content:space-between;
        	padding:0px!important;
                flex-wrap: wrap;

	}
        .lp-contents3 .item-column5 {
        	display: -webkit-flex;
        	display: -moz-flex;
        	display: -ms-flex;
        	display: -o-flex;
        	display: flex;
        	justify-content: -webkit-space-between;
        	justify-content: -moz-space-between;
        	justify-content: -o-space-between;
        	justify-content:space-between;
        	padding:0px!important;
                flex-wrap: wrap;

	}
        .lp-contents3 .item-column5 li{
        	list-style:none;
                height: 540px;

	}
	.lp-contents3 .item-column5 li p.item-title {
        	text-align:center!important;
	}
        .lp-contents3 .item-column5 li p.item-text {
        	text-align:center!important;
	}
	.lp-contents3 li .item-title {
        	font-size: 2rem;
                margin-bottom: 1em;
        	padding-top: 0.7em;
                line-height:1.3;
	}

        .lp-contents3 .main {
                width: 36%;
                display: inline-block;
                margin: 0 4%;
        }
        .lp-contents3 .main img{
                width: 100%;
		margin: 0 auto;
        }
        .lp-contents3 .main-right {
                width: 55%;
                display: inline-block;
        }
	.lp-contents3 .main-right .item-column li{
                width: 30%!important;
                opacity: 0.5;

        }
        .lp-contents3 .theme_column .item-column li{
                width: 30%!important;

        }
        .lp-contents3 .main-right .item-column li p {
                width: 100%;
                text-align: center;
                margin: 0 auto;
        }
        .lp-contents3 .main-right li .item-title{
                font-size:1.3rem;
                margin-bottom: 1em;
                padding-top: 0.7em;
                line-height:1.3;
        }
        .lp-contents3 li .item-title span {
                font-size: 2rem;
        }
        .lp-contents3 .main-right li .item-text {
                display: none;
        }
}

.lp-contents3 .item-column5 .button{
        display: block;
    	background: #e65044;
    	border-radius: 6px;
    	padding: 9px 0px;
   	color: #fff;
        text-align: center;
    	text-decoration:none;
}

.lp-contents3 h2{
        border-left: none;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
}
.lp-contents3 em {
        font-size: 3.6rem;
        color: #fff;
        padding: 0 1rem;
        z-index: 2;
        position: relative;
}

.lp-contents3 em:before {
        border: solid 25px #f01e23;
        border-radius: 50%;
        content: "";
        z-index: -1;
        position: absolute;
        right: -3%;
        top: -9%;
}
.lp-contents3 h2:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #f01e23;
        margin: 0 auto;
        width: 30%;
}
.lp-contents3 h2.theme {
        border-left: none;
        position: relative;
        text-align: center;
}
.lp-contents3 em.theme-em:before {
        border: solid 25px #fd8400;
        border-radius: 50%;
        content: "";
        z-index: -1;
        position: absolute;
	top: -6%;
        right: -2%;


}
.lp-contents3 h2.theme:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #fd8400;
        margin: 0 auto;
        width: 30%;
}

.lp-contents3 h2.design {
        border-left: none;
        position: relative;
        text-align: center;
}
.lp-contents3 em.design-em:before {
        border: solid 25px #40b4fe;
        border-radius: 50%;
        content: "";
        z-index: -1;
        position: absolute;
}
.lp-contents3 h2.design:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #40b4fe;
        margin: 0 auto;
        width: 30%;
}
.lp-contents3 .main-right li.select {
        border: 1px solid #222!important;
        opacity: 1.0;
}

.lp-contents3{
        padding-bottom:20px;

}

@media screen and (max-width: 991px) {

        .pc-img{
                display:none;
        }
        .lp-contents3 ul{
                display: -webkit-flex;
        	display: -moz-flex;
        	display: -ms-flex;
        	display: -o-flex;
        	display: flex;
        	justify-content: -webkit-space-between;
        	justify-content: -moz-space-between;
        	justify-content: -o-space-between;
        	justify-content:space-between;
        	padding:0px!important;
                flex-wrap: wrap;

        }
        .lp-contents3 .main {
                text-align: center;
        }
	.lp-contents3 .item-column{
       		padding:0px;
	}
	.lp-contents3 .item-column img{
       		display:block;
        	margin:0 auto;
	}
	.lp-contents3 .item-column li p{
        	width:100%;
        	text-align:center;
                font-size: 1.5rem;
	}
        /*.lp-contents3 .item-column5 {
                height: 500px;
        }*/
        .lp-contents3 .item-column5 li{
        	list-style:none;
        	padding-bottom:30px;
	}
        .lp-contents3 .item-column li:last-child{
                padding-bottom:0px;
        }
	.lp-contents3 li .item-title{
        	font-size:2.2rem;
        	margin-bottom: 1em;
        	padding-top: 0.7em;
                line-height:1.3;
	}
        .lp-contents3 .theme_column li .item-title {
		font-size: 2rem;
        }
        .lp-contents3 li .item-title span {
                font-size: 1.4rem;
        }

        .lp-contents3 .item-column5 li p.item-title {
        	text-align:center!important;
	}
        .lp-contents3 .item-column5 li p.item-text {
        	text-align:center!important;
	}
.lp-contents3 .main .item-column5 li {
        width: 90%;
        margin: 0 auto;

}

.lp-contents3 .main-right .item-column li {
        width: 20%;
        padding-bottom: 5px!important;
        opacity: 0.5;

}
.lp-contents3 .main-right .item-column p.item-title {
        display: none;
}
.lp-contents3 .main-right li p.item-text {
                display: none;
        }

.lp-contents3 .design_column .item-column li {
        width: 30%;
	padding-bottom: 0;
}
.lp-contents3 .theme_column .item-column li {
        width: 48%;

}

.lp-contents3 .main-right .item-column li.select {
        border: 1px solid #222;
        opacity: 1;
}

.lp-contents3 .main li .item-title{
        font-size: 2.2rem;
        margin-bottom: 3%!important;
        padding-top: 0.7em;
        line-height: 1.3;
}
.lp-contents3 .main-right{
        width: 100%;
        margin: -17px auto 20%;
}
.lp-contents3 .main-right .item-column li p {
        width: 100%;
        text-align: center;
        margin: 0 auto;
}
.lp-contents3 .main-right li .item-title{
        font-size:1.3rem;
        margin-bottom: 1em;
        padding-top: 0.7em;
        line-height:1.3;
}
.lp-contents3 .item-column5 .button{
        display: block;
        background: #e65044;
        border-radius: 6px;
        padding: 9px;
        color: #fff;
        text-align: center;
        text-decoration:none;
}

.lp-contents3 em:before {
        border: solid 25px #f01e23;
        border-radius: 50%;
        position: absolute;
        content: "";
        top: -9%;
        right: -2%;
        z-index: -1;
}
.lp-contents3 h2:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #f01e23;
        margin: 0 auto;
        width: 30%;
}

.lp-contents3 h2.theme {
        border-left: none;
        position: relative;
        text-align: center;
}
.lp-contents3 em.theme-em:before {
        border: solid 25px #fd8400;
        border-radius: 50%;
        position: absolute;
        content: "";
        z-index: -1;
        top: -5%;


}
.lp-contents3 h2.theme:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #fd8400;
        margin: 0 auto;
        width: 30%;
}

.lp-contents3 h2.design {
        border-left: none;
        position: relative;
        text-align: center;
}
.lp-contents3 em.design-em:before {
        border: solid 25px #40b4fe;
        border-radius: 50%;
        position: absolute;
        content: "";
        z-index: -1;
        top: -5%;
        right: -5%;

}
.lp-contents3 h2.design:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #40b4fe;
        margin: 0 auto;
        width: 30%;
}
}
/*******************
 * guide用*
/*******************/
.guide-contents .item-column{
        border-bottom:1px solid #ddd;
}
.guide-contents .item-column .right-item{
        width:56%;
}
.guide-contents h3 {
        border-left:none;
        padding:2px 0px;
        margin-left:0px;
}
.guide-contents .guide-table{
        display: inline-block;
        padding:0px 2%;
        width: 48%;
}
.guide-contents .guide-table table{
        width: 100%;
}
.guide-contents .guide-table td{
        border:none;
        text-align: left;
}
.guide-tablewrap{
        text-align:center;
}
.twocolumn{
        width:48%;
}
.guide-contents .fa-arrow-right{
	padding-top: 30%;
    	font-size: 3.6rem;
}
@media screen and (min-width: 992px) {
.guide-contents .sp{
    display:none;
}
}
@media screen and (max-width: 991px) {
.guide-contents .item-column{
       padding-bottom: 50px;
}
.guide-contents .item-column .right-item{
       width:100%;
}
.guide-contents .guide-table{
        width:100%;
        padding:0px 0px 50px 0px;
        font-size: 1.3rem;
}
.guide-contents .guide-table table{
        width:100%;
}
.twocolumn{
        width:100%;
        padding-bottom:20px;
}
.guide-contents .fa-arrow-right{
	display:none;
}
.guide-contents .pc{
    display:none;
}
.guide-contents .sp{
    display:block;
    margin:0 auto;
}
}
/*******************
 * lp-contents4(car-bike)用*
/*******************/
.howtouse{
       	display: -webkit-flex;
       	display: -moz-flex;
       	display: -ms-flex;
       	display: -o-flex;
       	display: flex;
        flex-wrap: -webkit-nowrap;
        flex-wrap: -moz-nowrap;
        flex-wrap: -ms-nowrap;
        flex-wrap: -o-nowrap;
        flex-wrap: nowrap;
     	justify-content: -webkit-space-between;
       	justify-content: -moz-space-between;
       	justify-content: -o-space-between;
       	justify-content:space-between;
       	padding:0px!important;
}
.ctarea {
position:relative;
}
.ctarea h2{
position:absolute;
top:25%;
left:25%;
}

.howtouse li {
        list-style:none;
}
.item-column2{
       	display: -webkit-flex;
       	display: -moz-flex;
       	display: -ms-flex;
       	display: -o-flex;
       	display: flex;
        flex-wrap: -webkit-wrap;
        flex-wrap: -moz-wrap;
        flex-wrap: -ms-wrap;
        flex-wrap: -o-wrap;
        flex-wrap: wrap;
      	justify-content: -webkit-space-around;
       	justify-content: -moz-space-around;
       	justify-content: -o-space-around;
       	justify-content:space-around;
       	padding:0px!important;
}
.lp-contents .item-column2 li{
       	list-style:none;
        width:45%;
}
.lp-contents .item-column2 li img{
       	display:block;
        margin:0 auto;
}
.lp-contents .item-column2 li a{
       text-decoration:none;
}
.lp-contents .item-column2 p{
        text-align:center;
        color:#333;
        padding: 4px 8px;
}
.lp-contents ol li{
        font-size:1.6rem;
        padding-bottom:2%;
}
        .fa-angle-right {
                padding-top:1%;
                color:#1a80b3;
        }
@media screen and (max-width: 991px) {
       	.howtouse{
       		display: -webkit-flex;
       		display: -moz-flex;
       		display: -ms-flex;
       		display: -o-flex;
       		display: flex;
        	flex-wrap: -webkit-wrap;
        	flex-wrap: -moz-wrap;
        	flex-wrap: -ms-wrap;
        	flex-wrap: -o-wrap;
        	flex-wrap: wrap;
     		justify-content: -webkit-space-between;
       		justify-content: -moz-space-between;
       		justify-content: -o-space-between;
       		justify-content:space-between;
       		padding:0px!important;
	}
        .howtouse li {
        	list-style:none;
                width:33%;
        }
        .item-column2  .item-title{
                font-size:1.6rem;
        }
        .lp-contents ol li{
                padding-bottom:2%;
        }
        .lp-contents .item-column2 p{
        font-size:1.4rem;
        }
        .fa-angle-right {
                padding-top:2%;
                color:#1a80b3;
        }
        .category_area p{
        position:absolute;
        top:10%;
        left:25%;
}
}
/*******************
*    臼井練習用      *
/*******************/
.last-lp-contents .item-column{
        margin-bottom:0;
        padding:0px;
}

/*タイトルエリア*/
.title-area {
  margin-bottom: 2em;
}

/*SNSエリア*/
.sns-area {
  margin-bottom: 2em;
}

/*
ul .sns-button {

}
*/

.sns-btn > li {
  text-decoration: none;
  display: inline-block;
}

.facebook_btn {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: white;
  border: solid 2px #67c5ff;
  border-color: #36529f;
  background-color: #36529f;
  border-radius: 3px;
  transition: .4s;
}

.twitter_btn {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: white;
  border: solid 2px #67c5ff;
  border-color: #31aaf3;
  background-color: #31aaf3;
  border-radius: 3px;
  transition: .4s;
}

.hatena_btn {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: white;
  border: solid 2px #67c5ff;
  border-color: #00a4e1;
  background-color: #00a4e1;
  border-radius: 3px;
  transition: .4s;
}

.pocket_btn {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: white;
  border: solid 2px #67c5ff;
  border-color: #fa0044;
  background-color: #fa0044;
  border-radius: 3px;
  transition: .4s;
}

/*目次エリア*/

.table-contents {
  font-size: 85%;
  border: 1px solid #CCC;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-bottom: 4em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.table-contents p {
  font-size: 120%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #efefef;
}

.mokuji-list {
  /*  padding-left:*/
}

.mokuji-list li {
  list-style-type: square;
  font-size: 15px;
}

main .subtitle h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 5px;
  margin-top: 25px;
  border-bottom-color: #c30023;
  border-left: none;
}


#article h3 {
  font-size: 20px;
  padding-left: 10px;
  border-left-width: 5px;
  border-left-style: solid;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: bold;
  border-left-color: #c30023;
}

/*
.item_container {
display: flex;
}
*/

/* 商品紹介エリア */

.img-box {
  position: relative;
  margin: 40px;
}

.item-icon {
  position: absolute;
  top: -17px;
  right: -10px;
  width: 50px;
  height: 50px;
  background-color: #1760B7;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 90%;
  transform: rotate(-15deg);
}

.item-img:hover {
  opacity: 0.8;
}

.item-info {

  width: 100%;
  /*  margin-left: 35px;*/
}

.item-title {
  font-size: 20px;
  font-weight: bold;
}

.item-description {
  margin-top: 15px;
  font-size: 13px;
  text-align: justify;
  line-height: 1.7;
}

ul.item-link {
  padding: 0;
}

li.item-page1 {
  float: left;
  width: 50%;
  text-decoration: none;
  display: inline-block;
  background-color: #d20000;
  font-weight: bold;
  border-radius: 5px;
  line-height: 50px;
  font-size: 14.4px;
  text-align: center;
  box-shadow: none;
  border-style: none;
}

li.item-page2 {
  float: left;
  width: 50%;
  display: inline-block;
  background-color: #ff9300;
  font-weight: bold;
  border-radius: 5px;
  line-height: 50px;
  font-size: 14.4px;
  text-align: center;
  box-shadow: none;
  border-style: none;
}

.item-page1 > a {
  text-decoration: none;
}

.item-page2 > a {
  text-decoration: none;
}

.item-btn1 {
  color: #fff;
  text-decoration: none;
}

.item-page1:hover,
.item-page2:hover {
  opacity: 0.8;
}

.item-btn2 {
  color: #fff;
  text-decoration: none;
}


.item-review {
  clear: both;
  line-height: 1.5;
  font-size: 90%;
  padding: 20px;
  background-color: #f5f5f5;
}

.item-description li {
  list-style-type: disc;
  /*  display: block;*/
}






/* PC */
@media screen and (min-width: 992px) {
  .item-container {
    display: flex;
  }
}

/* SP */
@media screen and (max-width: 991px) {
  .item-container {
    /*        display: flex;*/
  }

  .item-icon {
    display: none;
  }
}

/* 留め置きサービス */
#tomeoki #howto .inner, #tomeoki #service_merit .inner, #tomeoki #include_condition .inner, #tomeoki #postage_about .inner, #tomeoki #tomeoki_setting .inner, #tomeoki #tomeoki_attention .inner {
  width: 850px;
  margin: auto;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  letter-spacing: 1px;
}

#tomeoki .inner h1 {
  font-size: 25px;
  color: #000;
  position: relative;
}

#tomeoki .inner h2 {
  font-size: 18px;
  color: #666666;
}

#tomeoki .inner h1::before {
  content: '_';
  color: #9e9e9e;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  font-size: 25px;
}

#tomeoki #howto .inner img {
  padding: 50px 0;
  width: 50px;
  font-family: sans-serif;
}

#tomeoki #howto .inner h2 {
  border-left: none;
  font-size: 20px;
  line-height: 2em;
  color: #000;
}

#tomeoki #howto .inner ul {
  list-style-type: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}

#tomeoki #howto .inner li {
  font-size: 14px;
  color: #fff;
  background-color: #52a1fa;
  height: 50px;
  width: 150px;
  float: left;
  line-height: 40px;
  position: relative;
  display: inline-block;
  transition: 0.1s;
  font-weight: 500;
  margin: 10px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

#tomeoki #howto .inner li:last-child {
  margin-right: 0;
}

#tomeoki #howto .inner li:hover {
  transform: translateY(-5px);
  opacity: 0.6;
}

#tomeoki #howto .inner a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-decoration: none;
}

#tomeoki #howto .inner a::after {
  font-family: 'FontAwesome';
  content: '\f107';
  transform: rotateX(90);
  -webkit-transform: rotateX(90);
  position: absolute;
  right: 0;
  left: 0;
  top: 15px;
  font-size: 20px;
  font-weight: 100;
  opacity: 0.8;
  z-index: 1;
  color: #fff;
}

#tomeoki #service_merit {
  background: #f6f6f6;
}

#tomeoki #service_merit .inner h2 {
  font-size: 18px;
  color: #006683;
  margin-top: 50px;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 50px;
  font-weight: 500;

  border-left: none;
}

#tomeoki #service_merit .inner span {
  font-size: 30px;
  font-weight: 300;
}

#tomeoki #service_merit .inner h3 {
  text-align: left;
  font-size: 25px;
  color: #666666;
  font-weight: 500;
  line-height: 1.5em;
  margin: 50px 0;
  letter-spacing: 5px;

  border-left: none
}

#tomeoki #service_merit .inner p {
  text-align: left;
  font-size: 12px;
  color: #666666;
  line-height: 1.5em;
  font-weight: 500;
}

#tomeoki #service_merit .inner .merit_red {
  color: red;
}

#tomeoki #include_condition .inner h2 {
  margin: 50px 0;
  line-height: 2em;

  border-left: none;
}

#tomeoki #include_condition .inner h2 span {
  font-size: 30px;
  color: #000;
  font-weight: 400;
}

#tomeoki #include_condition .inner img {
  width: 70%;
}

#tomeoki #include_condition .inner p.text_big_green {
  font-size: 20px;
  color: #006683;
  margin: 50px 0 25px 0;
}

#tomeoki #include_condition .inner dl {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#tomeoki #include_condition .inner dt {
  float: left;
  height: 125px;
  width: 125px;
  background-color: #006683;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  padding-top: 40px;
  line-height: 1.5em;
}

#tomeoki #include_condition .inner dd {
  float: left;
  height: 125px;
  box-sizing: border-box;
  border-right: 2px dotted #006683;
  border-top: 2px dotted #006683;
  border-bottom: 2px dotted #006683;
  width: -webkit-calc(100% - 125px);
  padding: 20px;
  text-align: left;
  color: #006683;
  font-size: 12px;
  line-height: 2em;
  font-weight: 300;
  display: block;
  margin-left: 0;
}

#tomeoki #include_condition .inner .text_minimum_green {
  clear: both;
  font-size: 12px;
  color: #006683;
  text-align: right;
  margin-top: 5px;
}

#tomeoki #postage_about {
  background-color: #effaff;
}

#tomeoki #postage_about .inner h2 {
  margin: 50px 0 75px 0;
  border-left: none;
}

#tomeoki #postage_about .inner h2 span {
  font-size: 30px;
  color: #000;
  font-weight: 400;
}

#tomeoki #postage_about .inner p, #tomeoki #tomeoki_attention .inner p {
  width: 70%;
  margin: 0 auto 50px auto;
  border: 2px dotted #aeaeae;
  padding: 25px;
  text-align: left;
  font-size: 14px;
  line-height: 2em;
  position: relative;
  color: #666666;
}

#tomeoki #postage_about .inner .add_info {
  border: 2px dotted #aeaeae;
  width: 70%;
  margin: 0 auto 50px auto;
}

#tomeoki #postage_about .inner p span {
  font-weight: bold;
  color: #000;
}

#tomeoki #postage_about .inner .add_info span {
  font-size: 13px;
}

#tomeoki #postage_about .inner .add_info ul {
  text-align: left;
}

#tomeoki #postage_about .inner .add_info ul li {
  text-align: left;
}

#tomeoki #postage_about .inner .add_info span.add_red {
  color: red;
}

#tomeoki #postage_about .inner p::before {
  background-color: #effaff;
  width: 60px;
  height: 50px;
  position: absolute;
  content: " ";
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  top: -35px;
}

#tomeoki #postage_about .inner p::after {
  background: url(https://cdn.sekaimon.com/archive/wp-content/uploads/tomeoki_weight.png);
  width: 50px;
  height: 50px;
  content: " ";
  display: inline-block;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -35px;
}

#tomeoki #postage_about .inner .country_postage h3 {
  background-color: #006683;
  padding: 6px 0;
  color: #fff;
  font-size: 14px;
}

#tomeoki #postage_about .inner .country_postage {
  width: 51%;
  margin: auto;
  overflow: hidden;
}



.country_postage h3 {
  text-align: center;
  background-color: #006683;
  padding: 6px 0;
  color: #fff;
  font-size: 14px;
  margin-left: 0;
}

.country_postage_flags {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.country_postage_flags img {
  width: 95%;
}

#tomeoki #postage_about .inner .country_postage_flags span {
  width: 95%;
  text-align: center;
  font-size: 12px;
}

.country_postage_flags a {
  font-weight: bold;
  color: #006683;
  text-decoration: none;
}

.country_postage_flags a:hover {
  text-decoration: underline;
}




#tomeoki #tomeoki_setting {
  background-color: #f7f7f7;
}

#tomeoki #tomeoki_setting .inner h2 {
  margin: 50px 0;
  line-height: 2em;
  border-left:none;
  font-size: 17px;
}

#tomeoki #tomeoki_setting .inner h2 span {
  color: #000;
  font-weight: 300;
  font-size: 20px;
}

#tomeoki #tomeoki_setting .inner .setting_about_left {
  float: left;
  padding: 25px;
  box-sizing: border-box;
  border: 2px dotted #aeaeae;
  width: 48%;
  margin-bottom: 50px;
}

#tomeoki #tomeoki_setting .inner .setting_about_right {
  float: left;
  padding: 25px;
  box-sizing: border-box;
  border: 2px dotted #aeaeae;
  width: 48%;
  margin-bottom: 50px;
  margin-left: 34px;
}

#tomeoki #tomeoki_setting .inner .setting_about_left i {
  color: #fff;
  font-size: 24px;
  background-color: #737373;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
}

#tomeoki #tomeoki_setting .inner .setting_about_right i {
  color: #fff;
  font-size: 24px;
  background-color: #737373;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-angle-double-down::before {
  content: "\f103";
}

#tomeoki #tomeoki_setting .inner dt {
  border: 2px solid #000;
  color: #000;
  font-size: 14px;
  padding: 8px 0;
  margin: 25px 0;
  font-weight: bold;
}

#tomeoki #tomeoki_setting .inner dd {
  font-size: 14px;
  text-align: left;
  line-height: 1.5em;
  min-height: 85px;
  margin-left: 0;
  margin-bottom: 20px;
}

#tomeoki #tomeoki_setting .inner .about_us ul {
  margin-bottom: 20px;
}

#tomeoki #tomeoki_setting .inner .setting_about_left img {
  width: 100%;
  margin-top: 25px;
}

#tomeoki #tomeoki_setting .inner .setting_about_right img {
  width: 100%;
  margin-top: 25px;
}

#tomeoki #tomeoki_setting .inner .setting_about_left dd, #tomeoki #tomeoki_setting .inner .setting_about_right dd {
  font-size: 14px;
  text-align: left;
  line-height: 1.5em;
  margin-left: 0;
  height: 85px;
}




#tomeoki #tomeoki_setting .inner .about_red {
  clear: both;
  background-color: #d60021;
  padding: 8px 0;
  color: #fff;
  width: 60%;
  margin: 0 auto 10px auto;
  font-size: 12px;
}

#tomeoki #tomeoki_setting .inner .about_gray {
  clear: both;
  background-color: #4b4b4b;
  padding: 8px 0;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  font-size: 12px;
}

#tomeoki #tomeoki_setting .inner .about_gray a {
  color: #fff;
  text-decoration: underline;
}

#tomeoki #tomeoki_setting .inner i.arrow_black {
  font-size: 50px;
  color: #737373;
  margin: 50px 0;
}

.arrow_black::before {
  content: "\f103";
}


#tomeoki #tomeoki_setting .inner h2 {
  margin: 50px 0;
  line-height: 2em;
}

#tomeoki #tomeoki_setting .inner .setting_about_center {
  margin: 0 auto;
  width: 55%;
  padding: 25px;
  box-sizing: border-box;
  border: 2px dotted #aeaeae;

  margin-top: 50px;
}

#tomeoki #tomeoki_setting .inner .setting_about_center ul li {
  list-style-type: square;
}

/* ↑国旗↓ */

#tomeoki #tomeoki_setting .inner .setting_about_center img {
  width: 100%;
  margin-top: 15px;
}


.setting_about_center .fa-angle-double-down {
  color: #fff;
  font-size: 24px;
  background-color: #737373;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
}

.fa-angle-double-down::before {
  content: "\f103";
}

#tomeoki #tomeoki_attention .inner h2 {
  margin: 50px 0;
  line-height: 2em;
  border-left: none;
}

#tomeoki #tomeoki_attention .inner h2 span {
  font-size: 30px;
  color: #000;
  font-weight: 400;
}

#tomeoki #tomeoki_attention .inner img {
  width: 50%;
}

#tomeoki #tomeoki_attention .inner p {
  margin: 75px auto 50px auto;
}

#tomeoki #tomeoki_attention .inner p::before {
  background-color: #FFF;
  width: 60px;
  height: 50px;
  position: absolute;
  content: " ";
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
}

#tomeoki #tomeoki_attention .inner p::after {
  content: "!";
  border: 2px solid #aeaeae;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 35px;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -25px;
  text-align: center;
  line-height: 45px;
  color: #aeaeae;
}

#tomeoki #tomeoki_attention .inner p span {
  color: red;
}

#tomeoki #tomeoki_attention .inner ul {

  width: 70%;
  margin: 0 auto 50px auto;
  padding: 25px;
  text-align: left;
  font-size: 14px;
  line-height: 2em;
  position: relative;
  color: #fff;
  background-color: #999;
}

#tomeoki #tomeoki_attention .inner h3 {
  text-align: center;
  margin-bottom: 15px;
}

#tomeoki #tomeoki_attention .inner li {
  width: 90%;
  margin: 0 auto;
  list-style: disc;
}





/* SP */

@media screen and (max-width: 991px) {
  #tomeoki #howto .inner, #tomeoki #service_merit .inner, #tomeoki #include_condition .inner, #tomeoki #postage_about .inner, #tomeoki #tomeoki_setting .inner, #tomeoki #tomeoki_attention .inner {
    width: 100%;
    margin: auto;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
    letter-spacing: 1px;
  }

  #tomeoki .inner h1 {
    font-size: 20px;
    color: #000;
    position: relative;
  }

  #tomeoki .inner h1::before {
    content: '_';
    color: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    font-size: 25px;
  }

  #tomeoki #howto .inner img {
    padding: 30px 0;
    width: 50px;
  }

  #tomeoki .inner h2 {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: left;
  }

  #tomeoki .inner .pcOnly {
    display: none;
  }

  #tomeoki #howto .inner .list_pcOnly {
    display: none;
  }

  #tomeoki #howto .inner .spOnly {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: left;
  }

  #tomeoki #howto .inner .list_spOnly ul {
    display: inline;
  }


  #tomeoki #howto .inner .list_spOnly li {
    width: 45%;
    font-size: 12px;
    line-height: 35px;
    position: relative;
    float: left;
    height: 40px;
    margin: 6px;
    background-color: #99d4ee;
  }

  #tomeoki #howto .inner .list_spOnly li:nth-child(5) {
    width: 92%;
  }


  #tomeoki #howto .inner .list_spOnly a::after {
    left: 10px;
    right: initial;
    top: initial;
  }

  #tomeoki #service_merit .inner h2 {
    color: #006683;
    margin-top: 30px;
    line-height: 2.5em;
    text-align: center;
    font-size: 14px;
  }

  #tomeoki #service_merit .inner h3 {
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
    margin-top: 30px;
    text-align: left;
    font-weight: normal;
  }

  #tomeoki #service_merit .inner img {
    width: 100%;
  }

  #tomeoki #service_merit .inner p {
    text-align: left;
    font-size: 10px;
    color: #666666;
    line-height: 1.5em;
    font-weight: 500;
    margin-top: 10px;
  }

  #tomeoki #include_condition .inner h2 {
    font-size: 14px;
    margin: 30px 0;
  }

  #tomeoki #include_condition .inner h2 span {
    font-size: 14px;
    font-weight: bold;
  }

  #tomeoki #include_condition .inner p.text_big_green {
    text-align: left;
    font-size: 12px;
    color: #006683;
    margin: 30px 0 10px 0;
  }

  #tomeoki #include_condition .inner .pcOnly{
    display: none;
  }

  #tomeoki #include_condition .inner dl {
    overflow: hidden;
  }

  #tomeoki #include_condition .inner dt {
    background-color: #006683;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 200;
    padding: 8px 0;
    float: initial;
    height: initial;
    width: 100%;
  }

  #tomeoki #include_condition .inner dd {
    box-sizing: border-box;
    border-right: 2px dotted #006683;
    border-left: 2px dotted #006683;
    border-bottom: 2px dotted #006683;
    padding: 10px 10px 10px 30px;
    margin: 0;
    height: initial;
    line-height: initial;
    width: 100%;
  }

  #tomeoki #include_condition .inner dd ul li {
    text-align: left;
    color: #006683;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 5px;
    list-style: disc;
  }

  #tomeoki #include_condition .inner p.text_minimum_green {
    clear: both;
    font-size: 10px;
    color: #006683;
    text-align: left;
    margin-top: 5px;
  }

  #tomeoki #postage_about .inner h2 {
    text-align: center;
  }

  #tomeoki #postage_about .inner h2 span {
    font-size: 14px;
    font-weight: bold;
  }

  #tomeoki #postage_about .inner p {
    width: 100%;
    margin: 0 auto 30px auto;
    box-sizing: border-box;
  }

  #tomeoki #postage_about .inner .add_info {
    width: 100%;
    box-sizing: border-box;
  }

  #tomeoki #postage_about .inner .country_postage {
    width: 100%;
    overflow: hidden;
  }

  #tomeoki #postage_about .inner .country_postage dl {
    margin-left: 4px;
  }

  #tomeoki #tomeoki_setting .inner h2 {
    margin: 30px 0;
  }

  #tomeoki #tomeoki_setting .inner h2 span {
    font-size: 14px;
    color: #000;
  }

  #tomeoki #tomeoki_setting .inner .setting_about_right {
    width: 100%;
    margin-left: 0;
  }

  #tomeoki #tomeoki_setting .inner .setting_about_left {
    width: 100%;
  }

  #tomeoki #tomeoki_setting .inner .about_red {
    width: 100%;
  }

  #tomeoki #tomeoki_setting .inner .about_gray {
    width: 100%;
  }

  #tomeoki #tomeoki_setting .inner .setting_about_center {
    width: 100%;
  }

  #tomeoki #tomeoki_attention .inner h2 span {
    font-size: 14px;
    font-weight: bold;
  }

  #tomeoki #tomeoki_attention .inner img {
    width: 100%;
  }

  #tomeoki #tomeoki_attention .inner p {
    width: 100%;
    box-sizing: border-box;
  }

  #tomeoki #tomeoki_attention .inner ul {
    width: 100%;
    box-sizing: border-box;
  }

  #tomeoki #service_merit .inner {
    background: none;
  }
}


/* PC */
@media screen and (min-width: 992px) {
  #tomeoki .inner .spOnly {
    display: none;
  }

  #tomeoki #include_condition .inner .spOnly {
    display: none;
  }

  #tomeoki #howto .inner .list_spOnly {
    display: none;
  }

  #tomeoki #service_merit .inner {
    background: url(https://cdn.sekaimon.com/archive/wp-content/uploads/tomeoki_stuff.png);
    background-repeat: no-repeat;
    background-size: 58%;
    background-position: 128% 250px;
  }

}