@charset "utf-8";
/*-----------------------------------------------
 font
-----------------------------------------------*/
@import url("http://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");



.tokushu {
    width: 510px;
    height: auto;
    line-height: 1;
    color: #061f4b;
    background: url("../images/bg.jpg") repeat left top;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    font-size: 62.5% !important;
}

/* -- sns -- */
.sns_wrap {
    margin: 5px 0 5px 3px !important;
}

.sns_wrap .fb-like {
    margin-top: -2px !important;
}

.sns_wrap .line {
    display: inline-block;
    line-height: 0;
    margin-top: -2px !important;
    padding-left: 5px\0 !important;
    padding-left: 5px\9 !important;
}

/*top*/
.tokushu .top {
    width: 100%;
    margin: 0 auto 3.5em !important;
}

.tokushu .top img {
    width: 100%;
}

@media screen and (min-width:480px) {
    .tokushu .sp {
        display: none;
    }
}



/*共通*/
.tokushu .contents {
    width: 95%;
    margin: 0 auto !important;
    padding-bottom: 1.5em !important;
}

.tokushu .contents .box {
    padding: 1.5em !important;
    box-sizing: border-box;
    background-color: #fff;
}

.tokushu h3 {
    margin: 0 auto !important;
    padding: 0.3em 0 0.1em !important;
    background-color: #025196;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 2.5em !important;
    font-weight: bold;
    text-align: center;
}

.tokushu h4 {
    display: inline-block;
    margin-bottom: 0.2em !important;
    padding: 0.3em 1em 0.2em !important;
    border-radius: 15px;
    background-color: #51a6d9;
    color: #fff;
    font-size: 1.8em !important;
    font-weight: bold;
}

.tokushu p,
.tokushu li,
.tokushu table,
.tokushu dl {
    width: 100%;
    line-height: 1.6 !important;
    font-size: 1.4em !important;
}

.tokushu p,
.tokushu li,
.tokushu table {
    margin-bottom: 0.5em !important;
}

.tokushu .center {
    text-align: center !important;
}

.tokushu strong {
    font-size: 1.2em !important;
}

.tokushu p span strong {
    color: #ff0000;
    font-size: 1.1em !important;
}

.tokushu p img {
    display: block;
    width: 95%;
    margin: 0 auto !important;
}

.tokushu li {
    padding-left: 0.4em !important;
    text-indent: -1em;
}

.tokushu li:before {
    content: "・";
    margin-right: 0.2em !important;
}

.tokushu .precautions li:before {
    content: "※";
    margin-right: 0 !important;}

.tokushu table th {
    width: 18%;
    font-weight: bold;
}

.tokushu table th span:after {
    padding-left: 0.5em !important;
    box-sizing: border-box;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
}

.tokushu table td {
    width: 78%;
}

/*.live ネットサイン会リンクボタン*/
.tokushu .live {
    text-align: center;
}

.tokushu .live a:link {
    display: inline-block;
    margin: 0 auto 0.5em !important;
    padding: 0.5em 1em 0.4em !important;
    background-color: #002fff;
    border-radius: 10px;
    color: #fff;
    font-size: 1.2em !important;
    font-weight: bold;
    text-decoration: none !important;
}

.tokushu .live a:visited {
    background-color: #002fff;
    color: #fff !important;
}

.tokushu .live a:hover {
    background-color: #002ae3;
    color: #fff !important;
}

/*.guide 緑背景の部分*/
.tokushu .guide {
    width: 95%;
    margin: 0 auto 1.5em !important;
    padding: 1.5em !important;
    box-sizing: border-box;
    background-color: #eef8c1;
}

.tokushu .guide h4 {
    display: block;
    margin-bottom: 1em !important;
    background-color: #c0da4a;
    border-radius: 0 !important;
    text-align: center;
}

.tokushu .guide li span {
    color: #eb3564;
    font-weight: bold;
    text-decoration: underline;
}

.tokushu .guide li:before {
    content: "※";
    margin-right: 0 !important;
}

.tokushu .guide a:link {
    color: #0036ff !important;
    text-decoration: none;
}

.tokushu .guide a:hover {
    color: #0036ff !important;
    text-decoration: underline !important;
}

.tokushu .guide a:visited {
    color: #0036ff !important;
    text-decoration: none;
}

.tokushu .guide p span {
    color: #eb3564;
    font-weight: bold;
    text-decoration: underline;
}

/*商品_共通*/
/*.tokushu .flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	overflow: hidden;
}
.tokushu .flexbox dl {
	display: block;
	width: 100%;
	margin: 0 auto!important;
	color: #fe0000;
	font-size: 1.5em!important;
	text-align: center;
}
.tokushu .flexbox dt, .tokushu .flexbox dd {
	display: inline-block;
}
.tokushu .flexbox dl dd span {
	font-size: 1.2em!important;
	font-weight: bold;
}
.tokushu .flexbox a:link {
	color: #000f4c!important;
}
.tokushu .flexbox a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.tokushu .flexbox a:visited {
	color: #000f4c!important;
}
.tokushu .flexbox .item > span {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.tokushu .flexbox .item span img {
	width: 100%;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
}*/
/*商品_１カラム*/

.tokushu .column_1 h5 {
    width: 100%;
    display: block;
    margin: 0 0 0.5em !important;
    padding: 0.5em 0 0.4em !important;
    border-radius: 10px;
    color: #7401e9 !important;
    font-size: 1.8em !important;
    font-weight: bold;
    text-align: center;
}

.tokushu .column_1 {
    width: 100%;
    display: block;
    padding: 0.5em 0 !important;
    margin: 0 auto !important;
    border-radius: 10px;
    color: #fff !important;
    text-align: center;
}

.tokushu .column_1 .item {
    width: 100%;
    background: #eefdff;
    position: relative;
    margin: 0.8em 0 !important;
}

.tokushu .column_1 .item > span {
    width: 35%;
    display: inline-block;
    margin: 1em 0.5em !important;
}

.tokushu .column_1 .item img {
    width: 100% !important;
    height: auto;
    display: inline-block;
}

.tokushu .column_1 .item img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.tokushu .column_1 .item p {
    width: 59%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 1em 0.5em 1em 5px!important;
}


.tokushu .column_1 .item p a {
    font-size: 1.2em !important;
    color: #072456;
}

.tokushu .column_1 .item p a:link {
    color: #072456;
}

.tokushu .column_1 .item p a:hover {
    color: #1457c9 !important;
}

.tokushu .column_1 .item p a:visited {
    color: #072456;
}

.tokushu .column_1 .item dl {
    color: #ff0066;
    width: 45%;
    display: inline-block;
    position: absolute;
    bottom: 0.5em !important;
    right: 0.5em !important;
}

.tokushu .column_1 .item dl dt {
    display: inline-block;
    font-size: 1.3em !important;
}

.tokushu .column_1 .item dl dd {
    display: inline-block;
    font-size: 1.2em !important;
}

.tokushu .column_1 .item dl dd span {
    font-size: 1.5em !important;
    font-weight: bold;
}

/*商品_２カラム*/
.tokushu .column_2 {
    width: 95%;
    margin: 0 auto !important;
}

.tokushu .column_2 h5 {
    width: 100%;
    margin: 0 0 0.5em !important;
    padding: 0.5em 0 0.4em !important;
    background: #3ea3fd;
    border-radius: 10px;
    color: #fff !important;
    font-size: 1.8em !important;
    text-align: center;
}

.tokushu .column_2 .item {
    display: flex;
    flex-flow: column;
    width: 49%;
    margin-bottom: 1.5em !important;
    padding: 1em !important;
    box-sizing: border-box;
    background-color: #ecf9ff;
}

.tokushu .column_2 .item dl {
    width: 100%;
    margin: 0 auto !important;
    margin-top: auto !important;
    text-align: center;
}

/*商品_3カラム*/
.tokushu .column_3 .item {
    display: flex;
    flex-flow: column;
    width: 32%;
    margin-bottom: 1.5em !important;
    padding: 1em !important;
    box-sizing: border-box;
    background-color: #f3f5ff;
}

.tokushu .column_3 .item dl {
    width: 100%;
    margin: 0 auto !important;
    margin-top: auto !important;
    text-align: center;
}

.tokushu .column_3 .item dl dd span {
    font-size: 1.3em !important;
}

.tokushu .column_3 div:nth-child(3n+2):last-child {
    margin-right: 68% !important;
}

.tokushu .column_3 div:nth-child(3n):last-child {
    margin-right: 34% !important;
}

/*お問い合わせ*/
.tokushu .contact {
    width: 80%;
    margin: 0 auto 4em !important;
    padding: 1.5em !important;
    box-sizing: border-box;
    background-color: #fff;
}

.tokushu .contact h3 {
    margin-bottom: 0.5em !important;
    padding: 0.3em 0.6em !important;
    box-sizing: border-box;
    font-size: 2em !important;
    font-weight: normal !important;
    text-align: left;
}

.tokushu .contact dt {
    font-weight: bold;
}

/*bnr*/
.tokushu .bnr {
    width: 65%;
    margin: 0 auto 3em !important;
    font-size: 2em !important;
}

.tokushu .bnr a span {
    display: block;
    width: 80%;
    margin: 0 auto 0.5em !important;
}

.tokushu .bnr a span img {
    width: 100%;
}

.tokushu .bnr i {
    margin-left: 0.2em !important;
}

.tokushu .bnr a:link {
    display: inline-block;
    padding: 1.5em !important;
    border: 1px solid #000f4c;
    color: #000f4c !important;
    text-decoration: none;
    text-align: center;
}

.tokushu .bnr a:visited {
    color: #000f4c !important;
}

.tokushu .bnr a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/*footer*/
.tokushu .footer {
    padding: 0.5em 0 !important;
    background-color: #535353;
    color: #fff;
    font-size: 1.4em !important;
    font-weight: bold;
    text-align: center;
}

/*backtop*/
.tokushu .page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999 !important;
}

.tokushu .page-top a:link {
    color: #000f4c !important;
    font-size: 6em !important;
    text-decoration: none !important;
}

.tokushu .page-top a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.tokushu .page-top a:visited {
    color: #000f4c !important;
}
