@charset "utf-8";
/*
 html5doctor.com Reset Stylesheet v1.6.1
 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com http://html5doctor.com/html-5-reset-stylesheet/ Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
/* reset.cssより---------------------------------------------------------------------------------------*/
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0}caption,table,td,th{border-collapse:collapse;border-spacing:0;empty-cells:show;text-align:left;font-weight:400}a img,iframe{border:0}li,ol,ul{list-style:none}button,input,select,textarea{font-size:100%;font-family:inherit}
/*common2.cssより---------------------------------------------------------------------------------------*/
body {
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #f5f5f5;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing: 0.1em;
}

/* 写真 */
img.picture {
    /*border: 1px solid #ccc;
	margin-right:20px;*/
}

/* アンカーリンク用 */
html {
    scroll-padding-top: 115px; /* PC時のヘッダー高さ */
}

@media screen and (max-width: 768px) {
    html {
        scroll-padding-top: 60px; /* スマホ時のヘッダー高さ */
    }
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 980px;
    background: #fff;
    text-align: left;
}

.wrap100 {
	width: 100%;
	margin: 0 auto;
}


/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */
#main_column {
    padding: 10px 0 0;
}

/* 1カラム時 */
#main_column.colnum1 {
    margin: 0 auto;
    width: 80%;
}

/* 2カラム時 (共通) */
#main_column.colnum2 {
    width: 78%;
}

/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    padding-left: 1.5%;
    float: left;
}

/* 2カラム時 (メイン部が右) */
#main_column.colnum2.right {
    padding-right: 1.5%;
    float: right;
}

/* 3カラム時 */
#main_column.colnum3 {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* サイドカラム
----------------------------------------------- */
.side_column {
    padding: 10px 0 0;
}
#leftcolumn {
    float: left;
    width: 20%;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}

#undercolumn h2 {
	font-size:125%;
	font-weight:bold;
	color: #04356F;
-webkit-background-size: 16px;
-moz-background-size: 16px;
background-size: 16px;
padding-left: 6px;
margin-bottom: 1em;
border-bottom: 1px solid #005aa0;
border-left: 5px solid #005aa0;
}

#undercolumn div.personal_space {
    width: 100%;
    margin: 10px 0 10px 0;
	text-align: left;
	padding:15px;
	border:1px #C2C2C2 solid;
}

#undercolumn div.personal_space .ta_c {
    margin: 10px auto;
	text-align:center;
	background: #008DD9;
/*	padding: 10px 0px;*/
	color: #fff;
/*	border-radius: 4px;*/
	cursor: pointer;
	width: 140px;
	display: block;
	font-weight: 600;
	padding: 13px 0;
}

.ta_c2 {
	text-align:center;
	background: #DB0F12;
	padding: 10px;
	color: #fff !important;
	border-radius: 4px;
	cursor: pointer;
}

@media screen and (max-width: 930px) {
.ta_c2 {
/*	padding: 0px;*/
}
}

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #39c;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #f60;
    text-decoration: none;
}

.dlTable a {
	font-weight:normal;
}
.txt a, #undercolumn_contact a, .att10 a, #contentsArea p a {
	font-weight:bold;
}
.table-contact td a{
    color: #39c;
    text-decoration: underline;
}
.table-contact td a:hover{
    color: #39c;
    text-decoration: none;
}
.txt a:link, .txt a:visited, .dlTable a:link, .dlTable a:visited, #undercolumn_contact a:link, #undercolumn_contact a:visited, .att10 a:link, .att10 a:visited, #contentsArea p a:link, #contentsArea p a:visited {
    text-decoration: underline;
	color: #39c;
}

.txt a:link:hover, .txt a[href]:hover, .dlTable a:link:hover, .dlTable a[href]:hover, #undercolumn_contact a:link:hover, #undercolumn_contact a[href]:hover, .att10 a:link:hover, .att10 a[href]:hover, #contentsArea p a:link:hover, #contentsArea p a[href]:hover {
	color: #f60;
}


/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #f00;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
div.attention {
    padding: 0 0 2px 2px;
    margin-bottom:3px;
}
.attentionSt {
	color: #ea7530;
    font-weight: bold;
}
.attention-line {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 0) 100%);
}
div.attention .attention-line {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 0) 100%);
    display: inline;
}

.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}

span.mini {
	display: block;
	padding-bottom: 10px;
	padding-top: 0px;
}

span.mini2 {
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
	vertical-align:middle;
}
.alignR {
    text-align: right;
	vertical-align:middle;
}
.alignL {
    text-align: left;
	vertical-align:middle;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
}
input[type='text'],
input[type='password'] {
    border: solid 1px #ccc;
    padding: 2px;
	margin-bottom: 5px;
}
input[type='radio'] {
	margin-top: -1px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box130 {
    width: 130px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}
.box400 {
    width: 400px;
}
.box500 {
    width: 500px;
}
.box600 {
    width: 600px;
}
.box700 {
    width: 700px;
}
.box800 {
    width: 800px;
}

@media screen and (max-width: 1100px) {
.box800 {
    width: 100%;
}

}

@media screen and (max-width: 1000px) {
.box700 {
    width: 100%;
}

}

@media screen and (max-width: 900px) {
.box600 {
    width: 100%;
}

}

@media screen and (max-width: 800px) {
.box400 {
    width: 100%;
}
.box500 {
    width: 100%;
}

}

@media screen and (max-width: 768px) {
    input[type='text'],
    input[type='password'] ,
    input[type='number'], 
    input[type='date']{
        height: 40px;
        font-size: 16px;
        box-sizing: border-box;
    }
    table select{
        height: 40px;
    }
}

@media screen and (max-width: 640px) {
    .box300 {
        width: 100%;
    }
    .box380 {
        width: 100%;
    }

    .area60 {
        width: 100%;
    }

    .cal_desc img{
        width: 100%;
    }
    .box600 {
        width: 100%;
    }
    .box300 {
        width: 100%;
    }
    .box320 {
        width: 100%;
    }
    .box350 {
        width: 100%;
    }
    .box380 {
        width: 100%;
    }
    .box600 {
        width: 100%;
    }
    .box400 {
        width: 100%;
    }
    .box500 {
        width: 100%;
    }
    .box600 {
        width: 100%;
    }
    .box700 {
        width: 100%;
    }
    .box800 {
        width: 100%;
    }
}

#undercolumn_contact .box40 {
    max-width: 40px;
	width: 100%;
}
#undercolumn_contact .box60 {
    max-width: 60px;
	width: 100%;
}
#undercolumn_contact .box100 {
    max-width: 100px;
	width: 100%;
}
#undercolumn_contact .box120 {
    max-width: 120px;
	width: 100%;
}
#undercolumn_contact .box130 {
    max-width: 130px;
	width: 100%;
}
#undercolumn_contact .box140 {
    max-width: 140px;
	width: 100%;
}
#undercolumn_contact .box145 {
    max-width: 145px;
	width: 100%;
}
#undercolumn_contact .box150 {
    max-width: 150px;
	width: 100%;
}
#undercolumn_contact .box240 {
    max-width: 240px;
	width: 100%;
}
#undercolumn_contact .box300 {
    max-width: 300px;
	width: 100%;
}
#undercolumn_contact .box320 {
    max-width: 320px;
	width: 100%;
}
#undercolumn_contact .box350 {
    max-width: 350px;
	width: 100%;
}
#undercolumn_contact .box380 {
    max-width: 380px;
	width: 100%;
}
#undercolumn_contact .box400 {
    max-width: 400px;
	width: 100%;
}
#undercolumn_contact .box500 {
    max-width: 500px;
	width: 100%;
}
#undercolumn_contact .box600 {
    max-width: 600px;
	width: 100%;
}
#undercolumn_contact .box700 {
    max-width: 700px;
	width: 100%;
}
#undercolumn_contact .box800 {
    max-width: 800px;
	width: 100%;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}


/* タイトル
----------------------------------------------- */
h1.title {
    color: #FFFFFF;
    font-size: 150%;
	background: #005aa0;
    /*background: #F2F5F8 url(../images/common/ttl_bg_01.png) 0 bottom repeat-x;*/
    padding: 6px 10px;
    margin-bottom: 10px;
	font-weight:bold;
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #f60;
    background: url("../img/background/line_01.gif") repeat-x left bottom;
    font-size: 120%;
}
#mypagecolumn .nonsupport h3{
    margin: 0;
    padding: 0;
    color: #c70020;
    background: none;
    font-size: 14px;
}
#mypagecolumn .nonsupport h3.main-title{
    background: #fff;
    color: #c70020;
    font-size: 18px;
    font-weight: 700;
    left: 50%;
    line-height: 20px;
    margin: 0;
    min-width: 171px;
    position: absolute;
    text-align: center;
    top: -11px;
    transform: translate(-50%);
}
#mypagecolumn .nonsupport .nosupport-info h3 {
    color: #c70020;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 3px;
    text-align: center;
}
#mypagecolumn .nonsupport .sns-qr-block p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 12px 0 !important;
    text-align: left;
}

@media screen and (max-width: 640px) {
    h1.title {
        margin-top: 10px;
    }
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    border-top: solid 3px #f90;
    min-height: 82px;
    background: url("../images/common/bg_header.gif") repeat-x bottom #fffaf0;
}
#header {
    margin: auto;
    width: 980px;
}
@media screen and (min-width: 1025px) {
	#header {
	    border-bottom: 1px solid #dadada;
	}
	#header.fixed-header {
	    border-bottom: none;
	}
}
#header_utility {
    float: right;
    width: 580px;
}
#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}


/* ロゴ
----------------------------------------------- */
#logo_area {
    padding-left: 10px;
    float: left;
    width: 390px;
    text-align: left;
}
#site_description {
    font-size: 90%;
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
    width: 409px;
    height: 38px;
}
div#header_navi ul li {
    display: block;
    float: left;
}
div#header_navi ul li.mypage,
div#header_navi ul li.entry {
    margin-top: 6px;
}


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    width: 980px;
    height: 80px;
    background: #fff;
}
#footer {
    margin: auto;
    padding-top: 10px;
    border-top: solid 1px #ccc;
    width: 950px;
}
#pagetop {
    width: 210px;
    float: right;
    text-align: right;
}
#copyright {
    width: 740px;
    float: left;
    text-align: left;
    font-size: 97%;
}

footer .attention-link:link{
    color: #cc5200;
    text-decoration: underline;
}
footer .attention-link:visited{
    color: #cc5200;
}
footer .attention-link:link:hover, .attention-link[href]:hover {
    color: #f60;
    text-decoration: none;
}
footer .inline{
    display: inline-block;
}

/* ==============================================
 パーツ
=============================================== */
/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
/*    margin-bottom: 20px;*/
}
div#complete_area p {
    text-align:center;
}
div#complete_area p.alignL {
    text-align:left;
}
div#complete_area .message,
div#undercolumn_entry .message {
/*    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;*/
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
/*    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;*/
}


/* Tipsy
----------------------------------------------- */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}
.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}
.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}


/* 汎用的
----------------------------------------------- */
.mt05 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}

.mb05 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}


.fts12 {
	font-size:12pt;
}

.fts14 {
	font-size:14pt;
}
/* A => 2017.07.24 nss フォントサイズ追加 */
.fts21 {
	font-size:21pt;
}
/* A <= 2017.07.24 nss フォントサイズ追加 */

/* common.cssより ----------------------------------------------- */
html {
    height: 100%;
}

html {
    overflow-y: scroll;
    background-color: #fff;
    /*overflow-x: hidden;*/
}

body {
    color: #1A1A1A;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    -webkit-text-size-adjust: none;
    /* フォントサイズ自動調整 */
    background: #fff;
    /*position: relative;*/
    width: 100%;
    text-align: center;
    letter-spacing: 0em;
    word-wrap : break-word;
    overflow-wrap : break-word;
}

@media screen and (max-width: 640px) {
    body {
        font-size: 14px;
        /*-webkit-text-size-adjust: 100%;  フォントサイズ自動調整 */
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-tap-highlight-color: rgba(200,200,200,.6);
}

a {
    outline: none;
}

a {
    -moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #333;
}

a:focus {
    outline: none;
}

a:visited {
    color: #333;
}

img {
    vertical-align: top;
}

img:not([width]) {
    /*zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
    margin: 0;
    list-style: none outside;
    font-size: inherit;
}

li {
    margin: 0;
    list-style: none outside;
}

strong {
    font-weight: normal;
}

h1,h2,h3,h4,p.txt,ul,dl {
    text-align: left;
    font-weight: normal;
}

.att {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}

.att10 {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}

.att15 {
    padding-left: 1.5em;
    text-indent: -1.5em;
    display: block;
}

.att20 {
    padding-left: 2em;
    text-indent: -2em;
    display: block;
}

.att25 {
    padding-left: 2.5em;
    text-indent: -2.5em;
    display: block;
}

.att30 {
    padding-left: 3.0em;
    text-indent: -3.0em;
    display: block;
}

.att35 {
    padding-left: 3.5em;
    text-indent: -3.5em;
    display: block;
}

.att40 {
    padding-left: 4.0em;
    text-indent: -4.0em;
    display: block;
}

p.txt {
    margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
    p,ul,dl {
        font-size: 0.85rem;
    }
}

/* @media screen and (max-width: 768px) {
    * {
        -webkit-appearance: none;
    }
} */

a:hover .fade {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 640px) {
    a:hover .fade {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }
}

.fade a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 640px) {
    .fade a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }
}

.fadeNotA:hover, .fadeNotB:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 640px) {
    .fadeNotA:hover, .fadeNotB:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }
}

a:link .fade2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover .fade2 {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*アニメーション*/
*::before, *::after {
    position: absolute;
    z-index: -1;
    display: block;
    /*content: '';
	content: "";*/
}

*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* = Selected Text
----------------------------------------------- */
::selection {
    background: #ff0;
    /* Safari */
}

::-moz-selection {
    background: #ff0;
    /* Firefox */
}

@media screen and (max-width: 640px) {
    ::selection {
        background: none;
        /* Safari */
    }

    ::-moz-selection {
        background: none;
        /* Firefox */
    }
}

/* 画像、テキスト振り分け
----------------------------------------- */
/* .pcShow {
} */

.spShow {
    display: none !important;
}

@media screen and (max-width: 640px) {
    .pcShow {
        display: none !important;
    }

    .spShow {
        display: block !important;
    }

    .spShow.br {
        display: inline;
    }
}

/* .pcShow_tw {
} */

.twShow {
    display: none;
}

@media screen and (max-width: 768px) {
    .pcShow_tw {
        display: none;
    }

    .twShow {
        display: block;
    }
}

@media screen and (max-width: 1160px) {
    .pcShow1160 {
        display: none;
    }
}

.dsnone {
    display: none;
}

/* 画像
----------------------------------------- */
img.w100 {
    width: 100%;
}

img.mw100 {
    max-width: 100%;
}

@media screen and (max-width: 640px) {
    img.spw100 {
        width: 100%;
    }
}

/* スペース
----------------------------------------- */
.mb05em {
    margin-bottom: 0.5em;
}

.mb1em {
    margin-bottom: 1em;
}

.mb2em {
    margin-bottom: 2em;
}

.mb3em, .txt.mb3em {
    margin-bottom: 3em;
}

/* アコーディオン
----------------------------------------------- */
.aco .hide {
    display: none;
    margin-top: 30px;
}

/* ボタンエリア
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area ul {
	text-align:center;
}

.btn_area li {
    padding-right: 0px;
    display: inline-block;
    vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}

/* ボタン
----------------------------------------------- */
.btn {
    /* width: 80%; */
    margin: 5px auto;
    display: inline-block;
    z-index: 1;
    position: relative;
    background: #005aa0;
    border-radius: 4px;
}

.btn a {
    color: #fff;
    display: block;
    padding: 10px 20px 10px 40px;
    /*min-width: 340px;*/
}

.btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #fff;
}

/* 2021-11-10 汎用ボタンスタイル */
.btn.btn-general {
    border-radius: 0;
}
.btn.btn-general a {
	padding: 13px 30px;
	font-weight: 600;
}
.btn.btn-general a:hover {
	color: #fff;
}
.btn.btn-general a:before {
	display: none;
}
.btn.btn-general span {
	padding-left: 20px;
	position: relative;
}
.btn.btn-general span:before {
	content: "";
	width: 7px;
	height: 7px;
	margin-top: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 555;
    transition: 0.3s;
}
.btn.btn-general:hover span:before {
    left: 3px;	
}


.btn2 {
    /* width: 80%; */
    margin: 0 auto;
    display: inline-block;
    z-index: 1;
    position: relative;
    background: #CA0F0F;
    border-radius: 4px;
}

.btn2 a {
    color: #fff;
    display: block;
    padding: 5px;
    text-decoration: none;
    /*min-width: 340px;*/
}

#contentsArea span.btn2 a:link {
    text-decoration: none;
}

.datepickerViewDays a:link {
    text-decoration: none !important;
}

footer .footWrap .colum1 .box .more2 span.btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #fff;
}

.btnNotA {
    margin: 0 auto;
    display: inline-block;
    z-index: 1;
    position: relative;
    background: #005aa0;
    border-radius: 4px;
    color: #fff;
    padding: 10px 40px;
    min-width: 340px;
    cursor: pointer;
}

.btnNotA:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #fff;
}

.btnNotB {
    margin: 0 auto;
    display: inline-block;
    z-index: 1;
    position: relative;
    background: #005aa0;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px 10px 40px;
    cursor: pointer;
    color: #FFFFFF;
}

.btnNotB a:link, .btnNotB a:hover, .btnNotB a:visited {
    color: #FFFFFF;
}

.btnNotB:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #fff;
}

@media screen and (max-width: 640px) {
    .btn a {
        min-width: 65%;
    }

    .btnNotA {
        min-width: 65%;
    }
}

.btn.fadeNotA {
    min-width: 180px;
    border-radius: 0px;
    text-align: left;
}
.btn.fadeNotA a {
	padding-left: 30px;
	font-size: 116%;
}
.btn.fadeNotA a:before {
    content: "";
    display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
	.btn.fadeNotA {
		width: 100%;
	}

}

/* フォント
----------------------------------------- */
/* .yMin {
    font-family: YuMincho, '游明朝',Times New Roman , "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
} */

.fred {
    color: #FF0000;
}

.font-S {
    font-size: 75%;
}

.font-L {
    font-size: 140%;
}

.txtR {
    text-align: right;
}

.txtL {
    text-align: left;
}

.txtC {
    text-align: center;
}

/* .dlTable
----------------------------------------- */
.dlTable {
    margin-bottom: 15px;
    /* border: 1px solid #04356f; */
    /*border-top: none;
	border-bottom: none;*/
    width: 100%;
    float: left;
    font-size: 15px !important;
}

.dlTable dl {
    display: table;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    /* margin-bottom: 5px; */
    /* padding-bottom: 5px; */
    font-size: 15px !important;
}

.dlTable dl:first-child {
    border-top: 1px solid #dcdcdc;
    /* padding-top: 5px; */
}

.dlTable dt {
    /*float: left;	*/
    display: table-cell;
    width: 35%;
    background: #f1f6f9;
    /* text-align: center; */
    padding: 5px 10px;
    vertical-align: middle;
    border-right: 1px solid #dcdcdc;
    font-size: 1.3rem !important;
}

.dlTable dd {
    /*float: left;*/
    display: table-cell;
    width: 65%;
    padding: 5px 10px;
    text-align: left;
    /* background: #FCFDFF; */
    vertical-align: middle;
    font-size: 1.3rem !important;
}

@media screen and (max-width: 1020px) {
    /* .dlTable {
    } */

    .dlTable dt {
        font-size: 0.75rem;
        padding: 5px 5px 0;
    }

    .dlTable dd {
        font-size: 0.75rem;
        padding: 10px;
    }
}

/* .dlTable2
----------------------------------------- */
.dlTable2 {
    margin-bottom: 15px;
    border-top: 1px solid #dcdcdc;
    width: 49%;
    float: left;
    box-sizing: border-box;
    font-size: 90%;
}

.dlTable2 dl {
    display: table;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    /* margin-bottom: 5px; */
    /* padding-bottom: 5px; */
}

/* .dlTable2 dl:first-child {
    border-top: 1px solid #dcdcdc;
	 padding-top: 5px;
} */

.dlTable2 dt {
    /*float: left;	*/
    display: table-cell;
    width: 40%;
    background: #f1f6f9;
    /* text-align: center; */
    padding: 5px 5px 5px 10px;
    vertical-align: middle;
    /*border-right: 1px solid #dcdcdc;*/
    font-size: 1.3rem;
}

.dlTable2 dd {
    /*float: left;*/
    display: table-cell;
    width: 60%;
    padding: 5px 5px 5px 10px;
    text-align: left;
    /* background: #FCFDFF; */
    vertical-align: middle;
    font-size: 1.3rem;
}
/* .dlTable2 a.a_blank {
} */
/*
.dlTable2 a.a_blank:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 10px;
	background: url(../images/common/icon_blank.gif) no-repeat center center;
	margin-left: 8px;
	position: inherit !important;
    z-index: 1 !important;
}
*/
.dlTable2 a[target="_blank"]:after,
.dlTable a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 10px;
	background: url(../images/common/icon_blank.gif) no-repeat center center;
	margin-left: 8px;
	position: inherit !important;
    z-index: 1 !important;
}
.dlTable2 a:link, .dlTable2 a:visited {
    text-decoration: underline;
    color: #39c;
}

.dlTable2 a:hover {
    color: #f60;
}

@media screen and (max-width: 1020px) {
    /* .dlTable2 {
    } */

    .dlTable2 dt {
        /* font-size: 0.75rem; */
        padding: 5px 5px 0;
    }

    .dlTable2 dd {
        /* font-size: 0.75rem; */
        padding: 10px;
    }
}

@media screen and (max-width: 640px) {
    .dlTable2 {
        width: 100%;
        margin-bottom: 0px;
    }
}

.dlTable2:nth-child(1) {
    margin-right: 2%;
    width: 49%;
}

@media screen and (max-width: 1250px) {
    .dlTable2:nth-child(1) {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
        border-bottom: none;
    }

    .dlTable2:nth-child(2) {
        border-top: none;
        width: 100%;
    }

    .dlTable2 dl:nth-child(1):last-child {
        border-bottom: none;
    }
}

/* .dlTable3
----------------------------------------- */
.dlTable3 {
    margin-bottom: 15px;
    border: 1px solid #04356f;
    /*border-top: none;
	border-bottom: none;*/
    width: 100%;
    float: left;
}

.dlTable3 dl {
    display: table;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    /* margin-bottom: 5px; */
    /* padding-bottom: 5px; */
}

.dlTable3 dl:first-child {
    border-top: 1px solid #dcdcdc;
    /* padding-top: 5px; */
}

.dlTable3 dt {
    /*float: left;	*/
    display: table-cell;
    width: 45%;
    background: #f3f0ed;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid #dcdcdc;
}

.dlTable3 dd {
    /*float: left;*/
    display: table-cell;
    width: 45%;
    padding: 10px 5px 5px 5px;
    text-align: left;
    background: #FCFDFF;
    vertical-align: middle;
    border-right: 1px solid #dcdcdc;
}

@media screen and (max-width: 1020px) {
    /* .dlTable3 {
    } */

    .dlTable3 dt {
        font-size: 0.75rem;
        padding: 5px 5px 0;
    }

    .dlTable3 dd {
        font-size: 0.75rem;
        padding: 10px;
    }
}

/* .Table
----------------------------------------- */
.Table {
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #04356f;
    font-size: 15px !important;
}

.Table tbody {
    display: table;
    width: 100%;
}

.Table tr {
	/*  border-bottom: 1px solid #dcdcdc;  */
    width: 100%;
    /* margin-bottom: 5px; */
    /* padding-bottom: 5px; */
}

/* .Table tr:first-child {
    border-top: 1px solid #dcdcdc;
} */

.Table tr:last-child,
.Table tr:last-child th,
.Table tr:last-child td {
    border-bottom: none;
}

.Table th {
    width: 25%;
    background: #EDF6FF;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    border-right: 1px solid #dcdcdc;
}

.Table th.th02, .Table th.th03, .Table th.th04 {
    background: #f8f8f8;
}

.Table td {
    width: 75%;
    padding: 5px;
    text-align: left;
    background: #FCFDFF;
    border-right: 1px solid #dcdcdc;
}


#size .Table {
	border-top: 1px solid #dcdcdc;
	border-right: none;
	border-bottom: 1px solid #dcdcdc;
	border-left: none;

    border-collapse: separate;
	border-spacing: 0;

}
#size .Table tr:first-child {
	border-bottom: none;
}
#size .Table th {
	background: #f1f6f9;
	font-size: 1.3rem;
	border-right: none;
/*	border-bottom: none;*/
	border-color: #dcdcdc;
	padding: 5px 5px 5px 10px;
}
/* #size .Table tr:first-child th:first-child {
	border-bottom: 1px solid #dcdcdc;
} */

#size .Table tr:first-child th:nth-child(2) {
	border-bottom: none;	
}


#size .Table th.th02, #size .Table th.th03, #size .Table th.th04 {
	background: #f1f6f9;
}
#size .Table td {
	font-size: 1.3rem;
	padding: 5px 5px 5px 10px;
	border-color: #dcdcdc;
}

.kitting .Table th:nth-child(1) {
    width: 26%;
}

.kitting .Table th:nth-child(2) {
    width: 11%;
}

.kitting .Table th:nth-child(3) {
    width: 63%;
}

.kitting .Table td {
    width: auto;
    vertical-align: middle;
}

.kitting .Table td:nth-child(2) {
    text-align: center;
}

.Table2 {
    margin-bottom: 30px;
    border-left: 1px solid #dcdcdc;
    width: 100%;
    font-size: 15px !important;
}

.Table2 tr {
    /* border-bottom: 1px solid #dcdcdc; */
    width: 100%;
    /* margin-bottom: 5px; */
    /* padding-bottom: 5px; */
}

.Table2 tr:first-child {
    border-top: 1px solid #dcdcdc;
}

.Table2 th {
    width: 15%;
    background: #EDF6FF;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid #dcdcdc;
}

.Table2 th img {
    max-width: 90%;
    max-height: 100px;
}

.Table2 th.th02, .Table2 th.th03, .Table2 th.th04 {
    background: #ffffff;
}

.Table2 td {
    width: 35%;
    padding: 10px;
    text-align: left;
    background: #FCFDFF;
    border-right: 1px solid #dcdcdc;
    vertical-align: middle;
}

.Table3 {
    margin-bottom: 30px;
    border-left: 1px solid #dcdcdc;
    width: 100%;
}

.Table3 tr {
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    /* margin-bottom: 5px; */
    /* padding-bottom: 5px; */
}

.Table3 tr:first-child {
    border-top: 1px solid #dcdcdc;
}

.Table3 th {
    width: 33.3%;
    background: #EDF6FF;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid #dcdcdc;
}

.Table3 th.th01 {
    background: #eeeeee;
    width: 50%;
}

.Table3 th.th02 {
    background: #eeeeee;
    width: 25%;
}

.Table3 th.th03 {
    background: #eeeeee;
    width: 25%;
}

.Table3 td {
    max-width: 33.3%;
    padding: 10px;
    text-align: center;
    background: #FCFDFF;
    border-right: 1px solid #dcdcdc;
    vertical-align: middle;
}

.Table4 {
    margin: 0px;
    border-left: 1px solid #231815;
    border-bottom: 1px solid #231815;
    width: 100%;
}

.Table4 tr {
    border-bottom: 1px solid #231815;
    width: 100%;
    /* margin-bottom: 5px; */
    /* padding-bottom: 5px; */
}

.Table4 tr:first-child {
    border-top: 1px solid #231815;
}

.Table4 th {
    width: 33.3%;
    background: #efece3;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid #231815;
    border-bottom: 1px solid #231815;
}

.Table4 th span {
    font-size: 0.6rem;
}

.Table4 td {
    max-width: 33.3%;
    padding: 10px;
    text-align: left;
    background: #FCFDFF;
    border-right: 1px solid #231815;
    border-bottom: 1px solid #231815;
    vertical-align: middle;
}

/* list-allitem レンタル商品一覧table用 */
.Table3.list-allitem th,
.Table3.list-allitem td {
	font-size: 1.5rem;
	padding-left: 8px;
	padding-right: 8px;
}
.Table3.list-allitem th a {
	font-weight: bold;
}

@media screen and (max-width: 1020px) {
    .Table, .Table2, .Table3, .Table4 {
        font-size: 0.8rem;
    }

    .Table dt, .Table2 dt, .Table3 dt, .Table4 dt {
        font-size: 0.75rem;
        padding: 5px 5px 0;
    }

    .Table dd, .Table2 dd, .Table3 dd, .Table4 dd {
        font-size: 0.75rem;
        padding-left: 15px;
        padding-right: 0;
    }
	.Table3.list-allitem th,
	.Table3.list-allitem td {
		font-size: 1.45rem;
		padding-left: 5px;
		padding-right: 5px;
	}
	.Table3.list-allitem th.th01,
	.Table3.list-allitem th.th02,
	.Table3.list-allitem th.th03 {
		font-size: 1.35rem;
	}
}

/* .colun02
----------------------------------------- */
.colum02 {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-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;
    justify-content: space-between;
}

.colum02 li {
    width: 49%;
    margin-bottom: 1em;
    float: left;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .colum02 li {
        width: 49%;
        width: 100%;
        float: none;
        text-align: center;
    }
}

/* .colun03
----------------------------------------- */
.colum03 {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-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;
    justify-content: space-between;
}

.colum03 li {
    width: 33%;
    float: left;
    text-align: center;
}

/* .colun04
----------------------------------------- */
.colum04 {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-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;
    justify-content: space-between;
}

.colum04 li {
    width: 23%;
    float: left;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .colum04 li {
        width: 33%;
        float: left;
        text-align: center;
    }
}

/* .colun05
----------------------------------------- */
.colum05 {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-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;
    justify-content: space-between;
}

.colum05 li {
    width: 19%;
    float: left;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .colum05 li {
        width: 33%;
        float: left;
        text-align: center;
    }
}

.flexCover {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-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;
    justify-content: space-between;
}

/* header
----------------------------------------- */
header {
    width: 100%;
    background-color: #005aa0;
    /* background: url(../images/common/header_bg.jpg) 0 32px repeat-x;*/
}

header .top_campaign_bn {
    width: 100%;
    height: 100px;
    background: url(../images/common/ipadair2_pc_bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
}

header .top_campaign_bn a {
    margin: auto;
}

header .top_campaign_bn a img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

header .firstArea {
    height: 32px;
    background-color: #F1F1F1;
    overflow: hidden;
}

header .firstArea .inner1160 {
    width: 100%;
    padding: 0;
}

header .firstArea div.toptxt {
    font-size: 11px;
    color: #333;
    text-align: left;
    float: left;
    padding-top: 10px;
}

header .firstArea .right {
    float: right;
    line-height: 1.8;
    display: inline-flex;
}

header .firstArea .right .sns {
    overflow: hidden;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

header .firstArea .right .sns li {
    display: inline-block;
    margin-right: 15px;
    float: left;
    width: 26px;
}

header .firstArea .right .sns li img {
    width: 100%;
}

header .firstArea .right .mitsumori {
    background: url(../images/common/header_mitsumori.png) 0 50% no-repeat;
    -webkit-background-size: 22px;
    -moz-background-size: 22px;
    background-size: 22px;
    padding-left: 29px;
    margin: 5px 20px 0 -1px;
    float: left;
    display: inline-block;
    font-size: 93%;
}

header .firstArea .right .mypage {
    background: url(../images/common/header_mypage.png) 0 50% no-repeat;
    -webkit-background-size: 22px;
    -moz-background-size: 22px;
    background-size: 22px;
    padding-left: 29px;
    margin: 5px 20px 0 -1px;
    float: left;
    display: inline-block;
    font-size: 93%;
}

header .firstArea .right .entry {
    background: url(../images/common/header_entry.png) 0 50% no-repeat;
    -webkit-background-size: 22px;
    -moz-background-size: 22px;
    background-size: 22px;
    padding-left: 29px;
    margin: 5px 20px 0 -1px;
    float: left;
    display: inline-block;
    font-size: 93%;
}

header .firstArea .right .cart {
    text-align: center;
    float: right;
    display: inline-block;
    font-size: 93%;
    width: auto;
}

header .firstArea .right .cart a {
    color: #fff;
    background: #1B6D29 url(../images/common/header_cart.png) 10px 50% no-repeat;
    -webkit-background-size: 28px;
    -moz-background-size: 28px;
    background-size: 28px;
    padding: 5px 16px 3px 67px;
    display: block;
    height: 32px;
    position: relative;
}

header .firstArea .right .cart a span {
    position: absolute;
    top: 6px;
    left: 43px;
    line-height: 18px;
    background: #f60;
    display: inline-block;
    width: 22px;
    height: 21px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    padding-right: 2px;
    color: #ffffff;
}

header .secondArea {
    height: 90px;
}

header .secondArea .subBg {
    position: absolute;
    top: 0;
    right: -146px;
    display: none;
}

header .secondArea .subBg2 {
    position: absolute;
    top: 0;
    right: 320px;
    display: none;
}

header .secondArea .subBg3 {
    position: absolute;
    top: -10px;
    right: 520px;
    display: none;
}

header .secondArea .right {
    overflow: hidden;
}

header .logo {
    float: left;
    background: url(https://kari-knight.com/user_data/packages/default/img/common/header_logo_o.png) no-repeat;
    background-size: contain;
    background: none;
    width: 300px;
    text-align: left;
    font-size: 9px;
    line-height: 1;
    margin-top: 13px;
}

header .logo a {
    display: block;
}

header .logo img {
    border: none;
    width: 300px;
}

header .logo a:hover {
}

/*
header .logo a:hover img{
    visibility: hidden;
}
*/
header .fade a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.l-header-search {
    text-align: left;
    /*float: left;*/
    display: inline-block;
    width: 220px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 40px;
    float: right;
    /*margin-left: 530px; */
    /* padding-top: 30px; */
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

header .l-header-body {
    *zoom:1;
}

.searchForm {
    position: relative;
    width: 100%;
    height: 36px;
}

.searchForm-button {
    position: absolute;
    z-index: 1;
    background: #a18a3e;
    top: 50%;
    margin-top: -18px;
    right: 0;
    display: block;
    border-radius: 0 4px 4px 0;
    width: 40px;
    height: 36px;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    border: none;
    background-position: 0 0;
    appearance: none;
    -webkit-appearance: none;
}

.searchForm-button:hover {
    opacity: .5;
}

.searchForm-button:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    /*content:'';*/
    content: "";
    background-image: url(../images/common/header_search.png);
    background-repeat: no-repeat;
    -webkit-background-size: 16px;
    -moz-background-size: 16px;
    background-size: 16px;
}

.searchForm-input {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    max-width: 344px;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 20px;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    border: none;
    background: #fff;
    font-size: 86%;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    outline: 0;
    /* background-color:rgba(255,255,255,0); */
}

header .secondArea .right {
    float: right;
    padding-top: 12px;
    text-align: right;
    position: absolute;
    right: 0;
}

header .secondArea .right .soku-jitsu {
    margin: 5px 0 5px 0;
    text-align: right;
    display: inline-block;
    vertical-align: text-bottom;
}

header .secondArea .right .tel {
    width: 280px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
    padding-right: 10px
}

header .secondArea .right .tel img, header .secondArea .right .soku-jitsu img {
    width: 100%;
}

header .secondArea .right .cap {
    display: block;
    color: #fff;
    margin: 10px -7px 3px 0;
}

header .secondArea .right .original_box {
    width: 260px;
    text-align: right;
    display: inline-block;
    vertical-align: text-bottom;
}

header .secondArea .right .original_box img {
    width: 100%;
    height: auto;
}

header .secondArea .right .mail {
    text-align: right;
    display: none;
}

header .secondArea .right .mail a {
    color: #fff;
    background: url(../images/common/header_mail.png) 0 50% no-repeat;
    -webkit-background-size: 23px;
    -moz-background-size: 23px;
    background-size: 23px;
    padding-left: 30px;
}

@media screen and (max-width: 1180px) {
    header .firstArea div.toptxt {
        padding-left: 15px;
    }

    header .secondArea .inner1160 {
        padding-top: 15px;
    }

    header .logo {
        width: 270px;
        background: none;
        margin-top: 0px;
    }

    header .logo img {
        width: 270px;
    }

    .l-header-search {
        width: 220px;
        /*margin-left: 240px; */
        margin-top: 70px;
    }

    header .secondArea .right .tel {
        width: 178px;
    }

    header .secondArea .right .soku-jitsu {
        width: 220px;
    }

    header .secondArea .right .cap {
        font-size: 86%;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    header .secondArea .right .mail {
        font-size: 86%;
    }

    header .secondArea .right .original_box {
        width: 200px;
    }

    header .firstArea div.toptxt.pcShow {
        display: none;
    }

    header .firstArea div.toptxt.spShow {
        display: block;
    }
}

@media screen and (max-width: 920px) {
    header .secondArea .right .original_box {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    header .secondArea .inner1160 {
        padding-top: 20px;
    }

    header .logo {
        width: 220px;
        background: none;
    }

    header .logo img {
        width: 220px;
    }

    .l-header-search {
        width: 180px;
        /*margin-left: 150px; */
        margin-top: 65px;
    }

    header .secondArea .right .cap {
        font-size: 79%;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    header .secondArea .right .mail {
        font-size: 79%;
    }

    header .firstArea .right .cart a {
        color: #fff;
        background: #1B6D29 url(../images/common/header_cart.png) 50% 50% no-repeat;
        -webkit-background-size: 22px;
        -moz-background-size: 22px;
        background-size: 22px;
        padding: 0;
        display: block;
        width: 40px;
        height: 40px;
    }

    header .firstArea .right .cart {
        text-indent: -9898px;
    }

    header .firstArea .right .cart a span {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    header {
        background: url(../images/common/header_bg.jpg) 0 -20px repeat-x;
        background-color: #005aa0;
    }

    header .firstArea {
        height: 40px;
    }

    header .firstArea div.toptxt {
        font-size: 0.7rem;
        padding-left: 55px;
        padding-top: 10px;
    }

    header .firstArea .right .sns {
        display: none;
    }

    header .firstArea .right .mitsumori,header .firstArea .right .entry,header .firstArea .right .mypage {
        display: none;
    }

    header .secondArea {
        height: auto;
    }

    header .secondArea .inner1160 {
        padding: 0;
        width: 100%;
    }

    header .secondArea .subBg {
        right: 0;
        height: 70px;
        display: none;
    }

    header .secondArea .subBg2 {
        right: 0;
        height: 70px;
        display: none;
    }

    header .secondArea .subBg3 {
        right: 0;
        height: 70px;
        display: none;
    }

    header .logo {
        float: none;
        width: 180px;
        text-align: center;
        margin: 0 auto;
        padding: 10px 0;
        background: none;
    }

    header .logo img {
        width: 180px;
        padding-top: 0;
        margin-left: -10px;
    }

    header .l-header-search {
        width: 100%;
        margin-top: 0;
        padding: 8px 15px;
        float: none;
        margin-left: 0;
        background: #eee;
    }

    .l-header-search {
        width: 100%;
    }

    header .searchForm-input {
        max-width: inherit;
    }

    header .secondArea .right {
        display: none;
    }

    header .top_campaign_bn {
        width: 100%;
        height: auto;
        display: block;
        background: none;
    }
}

/* #gnav
----------------------------------------- */
#gnav {
    clear: both;
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
}

#gnav #top_naviWrap {
    overflow: hidden;
    max-width: 1260px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    border-left: 1px solid #ACACAC;
    /*border-right: 1px solid #ACACAC;*/
}

#gnav #top_naviWrap li {
    height: 40px;
    float: left;
    display: block;
    line-height: 1.8;
    /* width: 16.6666%; */
    border-right: 1px solid #ACACAC;
    text-align: center;
    font-size: 108%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#gnav #top_naviWrap li.nav01 {
    width: 16.66%;
}

#gnav #top_naviWrap li.nav02 {
    width: 16.66%;
}

#gnav #top_naviWrap li.nav03 {
    width: 16.66%;
}

#gnav #top_naviWrap li.nav04 {
    width: 16.66%;
}

#gnav #top_naviWrap li.nav05 {
    width: 16.66%;
}

#gnav #top_naviWrap li.nav08 {
    width: 16.66%;
}

#gnav #top_naviWrap li:last-child {
    border-right: none;
}

#gnav #top_naviWrap li:hover {
    background: rgba(255,255,255,0.3);
}

#gnav #top_naviWrap li a {
    display: block;
    /* text-align: center; */
    padding: 10px;
    /* padding-left: 20px; */
    color: #fff;
    font-weight: bold;
}

#gnav #top_naviWrap li .ttl {
    display: block;
    padding: 10px;
    padding-left: 20px;
    cursor: pointer;
    color: #666;
    font-weight: bold;
}

@media screen and (max-width: 1180px) {
    #gnav #top_naviWrap li {
        font-size: 88%;
    }

    #gnav #top_naviWrap li a {
        padding: 12px 5px 0;
    }
}

@media screen and (max-width: 760px) {
    #gnav #top_naviWrap li {
        font-size: 72%;
    }

    #gnav #top_naviWrap li a {
        padding: 15px 5px 0;
    }
}

@media screen and (max-width: 640px) {
    #gnav {
        position: fixed;
        top: 0;
        width: 100%;
    }

    #gnav #top_naviWrap {
        /*width: 240px;
			position: fixed;
			z-index: 1000;
			display: none;*/
        height: auto;
    }

    #top_navi.pc {
        display: none;
    }

    #spMenu {
        font-style: italic;
        position: absolute;
        right: 61px;
        top: 18px;
    }

    #toggle {
        display: block;
        position: fixed;
        /* top: 8px; */
        left: 0px;
        width: 46px !important;
        height: 42px !important;
        z-index: 2001;
        padding-top: 7px;
        cursor: pointer;
    }

    .menu-trigger, .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 33px;
        height: 23px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #005aa0;
    }

    .close .menu-trigger span {
        background-color: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .menu-trigger span:nth-of-type(1) {
        -webkit-animation: menu-bar01 .75s forwards;
        animation: menu-bar01 .75s forwards;
    }

    @-webkit-keyframes menu-bar01 {
        0% {
            -webkit-transform: translateY(12px) rotate(45deg);
        }

        50% {
            -webkit-transform: translateY(12px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar01 {
        0% {
            transform: translateY(12px) rotate(45deg);
        }

        50% {
            transform: translateY(12px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }

    .menu-trigger span:nth-of-type(3) {
        -webkit-animation: menu-bar02 .75s forwards;
        animation: menu-bar02 .75s forwards;
    }

    @-webkit-keyframes menu-bar02 {
        0% {
            -webkit-transform: translateY(-12px) rotate(-45deg);
        }

        50% {
            -webkit-transform: translateY(-12px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar02 {
        0% {
            transform: translateY(-12px) rotate(-45deg);
        }

        50% {
            transform: translateY(-12px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .close .menu-trigger span:nth-of-type(1) {
        -webkit-animation: active-menu-bar01 .75s forwards;
        animation: active-menu-bar01 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(10px) rotate(45deg);
        }
    }

    @keyframes active-menu-bar01 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(10px) rotate(45deg);
        }
    }

    .close .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    .close .menu-trigger span:nth-of-type(3) {
        -webkit-animation: active-menu-bar03 .75s forwards;
        animation: active-menu-bar03 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar03 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(-10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
        }
    }

    @keyframes active-menu-bar03 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(-10px) rotate(0);
        }

        100% {
            transform: translateY(-10px) rotate(-45deg);
        }
    }

    /*		.close .menu-trigger span {
			background-color: #555;
		}*/
    #gnav {
        z-index: 1000;
    }

    #top_navi {
        display: none;
    }

    #top_navi {
        z-index: 2000;
        max-width: 100%;
        width: 100%;
        height: 100%;
        /* margin: 30px 1%; */
        font-size: 1rem;
        position: relative;
        /* top: 0; */
        /* height: 400px; */
        background-color: rgba(4,53,111,0.95);
        padding: 0 0 30px 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
    }

    #top_navi li {
        width: 100%;
        margin: 0 !important;
        text-align: center;
        padding: 0;
        background: none;
        float: none;
        list-style: none;
        display: inline-block;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    #gnav #top_naviWrap li {
        border-right: none;
    }

    #gnav #top_naviWrap li.nav01 {
        width: 100%;
    }

    #gnav #top_naviWrap li.nav02 {
        width: 100%;
    }

    #gnav #top_naviWrap li.nav03 {
        width: 100%;
    }

    #gnav #top_naviWrap li.nav04 {
        width: 100%;
    }

    #gnav #top_naviWrap li.nav05 {
        width: 100%;
    }

    #gnav #top_naviWrap li.nav08 {
        width: 100%;
    }

    #top_navi li:nth-child(even) {
        background-color: rgba(33,76,127,0.9);
    }

    #top_navi li.online a {
        color: #6C1501;
    }

    #top_navi li a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 15px 20px;
        text-decoration: none;
        color: #ccc;
    }

    /*close*/
    .close #toggle {
        opacity: 1;
    }

    #top_navi li a.active {
        text-decoration: none;
    }
}

/* layout
----------------------------------------- */
.inner1160 {
    max-width: 1160px;
    width: 96%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 640px) {
    .inner1160 {
        max-width: 100%;
        width: 100%;
        /* 			padding: 0 15px; */
        padding: 0;
    }
}

.sin_layout {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}
.sin_layout-wrap{
    display: flex;
    box-sizing: border-box;
    max-width: 1710px;
    margin: 0 auto;
}
.side-menu{
    width: 220px;
    margin-right: 40px;
}
.side-menu-wrap.fixed-side{
    position: fixed;
    top: 120px;
    width: 230px;
    height: calc(100% - 120px);
    overflow-y: auto;
}
.side-menu-sec{
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: solid 1px #cccccc;
}
.side-menu-sec:first-child{
    border-top: solid 1px #cccccc;
}
.side-menu-sec.side-menu-sec--border-top-none{
    border-top: none;
    padding-top: 0;
}
.side-menu__title{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.side-menu__link li a{
    font-size: 1.4rem;
    padding: 8px 10px;
    box-sizing: border-box;
    display: block;
}
.side-menu__link li a:hover{
    background: #f2f9ff;
    color: #005aa0;
    text-decoration: underline;
}
.sin_layout-main{
    flex: 1; /* サイドメニューを除いた残りの幅を占有 */
    min-width: 0; /* 必要に応じて最小幅を設定 */
    box-sizing: border-box;
}
.side-menu-btn{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: #005aa0;
    cursor: pointer;
}
.side-menu-cate-btn{
    width: 100%;
    margin-bottom: 10px;
}
.side-menu-cate-btn a{
    display: flex;
    align-items: center;
    background: #f2f9ff;
    border: solid 1px #cde3f5;
    padding: 15px 15px 15px 35px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    text-align: left;
    transition: all ease .3s;
}
.side-menu-cate-btn a:before {
    position: absolute;
    top: -3px;
    left: 20px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #005aa0;
    border-left: 2px solid #005aa0;
    transform: rotate(-45deg);
    z-index: 555;
    transition: 0.3s;
    margin-right: 8px;
}
.side-menu-cate-btn a:hover{
    color: #333;
    opacity: 0.8;
    transition: all ease .3s;
}
@media (max-width: 768px) {
    body.menu-open{
        height: 100%;
        overflow: hidden;
    }
    .sin_layout {
        padding-top: 0;
    }
    .side-menu{
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1000;
        height: 0;
        background: #fff;
        z-index: 10000;
        left: 0;
        top: 0;
        overflow: hidden;
        opacity: 0;
        transition: all ease .3s;
    }
    .side-menu.is--active{
        height: 100vh;
        opacity: 1;
        transition: all ease .3s;
        margin-right: 0;
    }
    .side-menu-header{
        font-size: 1.6rem;
        font-weight: bold;
        border-bottom: solid 1px #ccc;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
    }
    .side-menu-header.sp-only{
        display: flex!important;
    }
    .side-menu-sec{
        padding: 0;
    }
    .side-menu-sec .accordion {
        display: none;
    }
    .side-menu-wrap{
        overflow-y: auto;
        width: 100%;
        height: 100%;
        padding-bottom: 150px;
    }
    .side-menu-wrap.fixed-side{
        position: static!important;
        width: 100%;
        height: 100%;
        overflow-y: auto!important;
    }
    .side-menu-btn-close{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 50px;
        height: 49px;
        background: #fff;
    }
    .side-menu-btn-close::before, 
    .side-menu-btn-close::after {
        position: absolute;
        top: 22px;
        left: 17px;
        width: 15px;
        height: 2px;
        background: #005aa0;
        content: "";
        transition: transform var(--trans-ease);
    }
    .side-menu-btn-close::before {
        transform: rotate(45deg);
    }
    .side-menu-btn-close::after{
        transform: rotate(-45deg);
    }
    .side-menu__title{
        font-size: 1.5rem;
        padding: 15px 12px;
        box-sizing: border-box;
        margin-bottom: 0;
        position: relative;
        transition: all ease .3s;
    }
    .side-menu__title:before,
    .side-menu__title:after {
        content: "";
        display: block;
        width: 10px;
        height: 2px;
        background-color: #333333;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        z-index: 1;
    }
    .side-menu__title:after {
        transform: rotate(90deg);
        top: calc(50% - 1px);
    }
    .side-menu__title.active{
        background: #f7f7f7;
        transition: all ease .3s;
    }
    .side-menu__title.active:after {
        transform: rotate(0);
    }
    .side-menu-sec:first-child {
        border-top: none;
    }
    .side-menu__link{
        padding: 10px 4.6875% 60px;
        box-sizing: border-box;
    }
    .side-menu__link li:not(:last-child){
        margin-bottom: 5px;
    }
    .side-menu__link li a {
        font-size: 1.4rem;
        padding: 12px 10px;
        box-sizing: border-box;
        border: solid 1px #cccccc;
        border-radius: 3px;
        display: block;
        position: relative;
    }
    .side-menu__link li a:after {
        content: '';
        border-top: 2px solid #005aa0;
        border-left: 2px solid #005aa0;
        box-sizing: content-box;
        display: block;
        width: 5px;
        height: 5px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        transform: rotate(135deg);
    }
    .side-menu__link li.current a{
        pointer-events: none;
        color: #005aa0;
        font-weight: bold;
        border-color: #005aa0;
        background: #f2f9ff;
    }
    .side-menu__link li.current a:after{
        content: none;
    }
    .side-menu-btn.sp-only{
        font-size: 1.5rem;
        display: table!important;
        margin: 0 auto 20px;
        padding: 15px 50px;
        box-sizing: border-box;
        width: auto;
        position: relative;
    }
    .side-menu-btn.sp-only:before, 
    .side-menu-btn.sp-only:after {
        content: "";
        display: block;
        width: 10px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        z-index: 1;
    }
    .side-menu-btn.sp-only:after {
        transform: rotate(90deg);
        top: calc(50% - 1px);
    }

    .sin_layout-wrap{
        display: block;
        box-sizing: border-box;
    }
}
#wrapper {
}

#conWrap {
    overflow: hidden;
    font-size: 13px;
}

#conWrap #wrap {
    padding: 0 20px 0 20px;
}

#conWrap #wrap .inner1160 {
    overflow: hidden;
}

#under .inner1160 {
    overflow: hidden;
    width: 100% !important;
}

#contentsArea {
    width: 100% !important;
    float: none !important;
    max-width: none !important;
    padding-left: 0 !important;
    /*     z-index: 9999; */
}

#contentsArea p {
    text-align: left;
    /* letter-spacing: 0.1rem; */
}

#contentsArea #mycontents_area.mypage-top p {
    text-align: left;
    letter-spacing: 0.1rem;
    line-height: 1.8;
}

#contentsArea p.flow_area {
    text-align: center;
}

#contentsArea p.txt {
    margin-left: 1em;
    font-size: 15px !important;
    line-height: 1.5em !important;
}

@media screen and (max-width: 640px) {
    #contentsArea p.txt {
        margin-left: 0 !important;
    }
}

/* .comp-txt 2019/10/17 */
#contentsArea p.comp-txt {
    margin-left: 1em;
}
@media screen and (max-width: 640px) {
    #contentsArea p.comp-txt {
        margin-left: 0;
    }
    #contentsArea p{
        line-height: 2;
    }

    #contentsArea #undercolumn_cart_renew p{
        line-height: calc(1em + 8px);
    }
}

#contentsArea p.comp-txt .attention {
    color: #ff3974;
}
#contentsArea p.comp-txt a {
	font-weight: normal;
}

#sideArea {
    float: left;
    max-width: 228px;
    width: 20%;
    /*z-index: 9999;*/
}

@media screen and (max-width: 640px) {
    #conWrap #wrap {
        /* 			padding: 0 0 40px 0; */ background: #fff;
    }

    #contentsArea {
        float: none;
        /*max-width: 900px;*/
        width: 100%;
        /*background: #ff0000;*/
        padding-left: 0;
        /*z-index: 9999;*/
    }

    #sideArea {
        float: none;
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #conWrap #wrap {
        /* 		padding: 0 0 10px 0; */
    }
}

/* #sideArea
----------------------------------------- */
#sideArea .sideBox {
    margin-bottom: 20px;
}

#sideArea .bn li {
    margin-bottom: 15px;
}

#sideArea .cat dt {
    background: url(../images/common/side_cat_ttl_bg.png) 0 0 no-repeat;
    margin-bottom: 15px;
    text-align: center;
    font-size: 108%;
    background-size: 100%;
    line-height: 1;
    padding: 7px;
    font-weight: bold;
}

#sideArea .cat dd {
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-color: #F3F0ED;
    -webkit-background-size: 40px;
    -moz-background-size: 40px;
    background-size: 40px;
    border-bottom: 1px dotted #aaa;
    height: 50px;
    display: inline-table;
    width: 100%;
}

#sideArea .cat dd a {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 5px 10px 60px;
    font-weight: bold;
    /*background:url(../images/common/cat_list.png) 95% center no-repeat;*/
}

/*#sideArea .cat dd.ipad{
	border-top: 1px solid #aaa;
}*/
#sideArea .cat dd.cable {
    border-bottom: 1px solid #aaa;
}

#sideArea .cat dd.display {
    background-image: url(../images/common/side_display.png);
}

#sideArea .cat dd.projector {
    background-image: url(../images/common/side_projector.png);
}

#sideArea .cat dd.camera {
    background-image: url(../images/common/side_camera.png);
}

#sideArea .cat dd.printer {
    background-image: url(../images/common/side_printer.png);
}

#sideArea .cat dd.connector {
    background-image: url(../images/common/side_connector.png);
}

#sideArea .cat dd.wifi {
    background-image: url(../images/common/side_wifi.png);
}

#sideArea .cat dd.cable {
    background-image: url(../images/common/side_cable.png);
}

#sideArea .cat dd.acoustic {
    background-image: url(../images/common/side_acoustic.png);
}

#sideArea .cat dd.transceiver {
    background-image: url(../images/common/side_transceiver.png);
}

#sideArea .cat dd.office {
    background-image: url(../images/common/side_office.png);
}

#sideArea .cat dd.monitor {
    background-image: url(../images/common/side_monitor.png);
}

#sideArea .cat dd.player {
    background-image: url(../images/common/side_player.png);
}

#sideArea .cat dd.exhibition {
    background-image: url(../images/common/side_exhibition.png);
}

#sideArea .cat dd.stickpc {
    background-image: url(../images/common/side_stickpc.png);
}

#sideArea .cat dd.videocamera {
    background-image: url(../images/common/side_videocamera.png);
}

#sideArea .cat dd.photographing {
    background-image: url(../images/common/side_photographing.png);
}

#sideArea .cat dd.screen {
    background-image: url(../images/common/side_screen.png);
}

#sideArea .cat dd.ipad {
    background-image: url(../images/common/side_ipad.png);
}

#sideArea .cat dd.ipad_option {
    background-image: url(../images/common/side_ipad_option.png);
}

#sideArea .cat dd.led_panel {
    background-image: url(../images/common/side_led_panel.png);
}

#sideArea .cat dd.size {
    font-size: 100%;
    padding: 0;
    display: block;
    background: none;
    z-index: 100;
    position: relative;
    border-bottom: 1px solid #aaa;
}

#sideArea .cat dd.size a {
    display: block;
    padding: 18px 0 18px 20px;
}

#sideArea .cat dd.size a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #005aa0;
}

#sideArea .info dt {
    background: #005aa0;
    color: #fff;
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
    font-size: 108%;
}

#sideArea .info dd {
    font-size: 100%;
    display: block;
    z-index: 100;
    position: relative;
    margin-left: 10px;
}

#sideArea .info dd a {
    display: block;
    padding: 5px 0 5px 15px;
    font-weight: bold;
}

#sideArea .info dd a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #005aa0;
}

@media screen and (max-width: 900px) {
    #sideArea * {
        font-size: 98%;
    }

    #sideArea .cat dd a {
        background: none;
    }
}

@media screen and (max-width: 640px) {
    #sideArea .sideBox {
        margin-bottom: 30px;
    }

    #sideArea .cat dt {
        font-size: 0.9rem;
        background: #eee;
    }

    #sideArea .info dt {
        font-size: 0.9rem;
    }
}

/* #subArea
----------------------------------------- */
#subArea .step {
    width: 100%;
    /*background: url(../images/common/con_bg.jpg) center 0 repeat-y;*/
    padding: 50px 0;
    display: none;
}

#subArea .step .ttl {
    background: #005aa0;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    font-size: 116%;
    padding: 4px 8px;
    font-weight: bold;
}

#subArea .contact {
    overflow: hidden;
    width: 100%;
    background: #ebebeb;
    padding: 50px 0;
}

#subArea .contact .innerContact {
    max-width: 1100px;
    width: 96%;
    margin: 0 auto;
}

#subArea .contact dl {
    width: 50%;
    float: left;
}

#subArea .contact .tel {
    padding-right: 30px;
}

#subArea .contact .tel dt {
    /*text-align: left;*/
    color: #005aa0;
    margin-bottom: 10px;
    font-size: 200%;
    font-weight: bold;
}

#subArea .contact .tel .img {
    max-width: 502px;
}

#subArea .contact .tel .cap {
    margin-top: 20px;
    color: #005aa0;
    font-size: 143%;
}

#subArea .contact .mail dt {
    /*text-align: left;*/
    color: #005aa0;
    margin-bottom: 10px;
    font-size: 216%;
    font-weight: bold;
}

#subArea .contact .mail dd {
    max-width: 490px;
}

@media screen and (max-width: 640px) {
    #subArea .contact {
        padding: 30px 0;
    }

    #subArea .contact dl {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    #subArea .contact .tel {
        padding-right: 0;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
    }

    #subArea .contact .tel dt {
        font-size: 1rem;
    }

    #subArea .contact .tel .img {
        max-width: 90%;
        margin: 0 auto;
    }

    #subArea .contact .tel .cap {
        /*margin-top: 20px;*/
        /*color: #005aa0;*/
        font-size: 0.8rem;
    }

    #subArea .contact .mail dt {
        text-align: center;
        font-size: 1rem;
    }

    #subArea .contact .mail dd {
        max-width: 90%;
        margin: 0 auto;
    }
}

/* .spFoot
----------------------------------------- */
@media screen and (max-width: 640px) {
    .spFoot .guideBtn {
        text-align: center;
        width: 80%;
        padding: 10px;
        margin: 20px auto;
        background: #b4a660;
        display: block;
        z-index: 100;
        position: relative;
    }

    .spFoot .guideBtn a {
        color: #fff;
    }

    .spFoot .guideBtn a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 20px;
        width: 0;
        height: 0;
        margin-top: -5px;
        border: 5px solid transparent;
        /*top right bottom を透明化 */
        border-left: 5px solid #fff;
    }

    .spFoot .sns {
        overflow: hidden;
        margin: 10px auto;
        text-align: center;
        display: none;
    }

    .spFoot .sns li {
        display: inline-block;
        margin-right: 15px;
        /* float: left; */
        text-align: left;
        width: 26px;
    }

    .spFoot .sns li img {
        width: 100%;
    }
}

/* footer
----------------------------------------- */
footer {
    zoom: 1; margin: 0;
    width: 100%;
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    background: #efece3 !important;
}

footer .innerFooter {
    max-width: 1160px;
    width: 96%;
    margin: 0 auto;
}

footer .innerFooter span.btn {
    position: absolute;
    right: -30%;
    top: -50px;
}

footer .guideTtl {
    font-size: 129%;
    text-align: center;
    font-weight: bold;
    background: url(../images/common/foot_gide_ttl.png) 0 bottom repeat-x;
    padding: 8px 10px;
    color: #fff;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}

footer .footWrap {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-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;
}

footer .footWrap .colum1 {
    width: 100%;
    padding-right: 0px;
}

footer .footWrap .colum2 {
    width: 50%;
    float: left;
    padding-right: 20px;
}

footer .footWrap .colum2:nth-child(even) {
    padding-right: 0;
    padding-left: 20px;
}

footer .footWrap .colum2 .box,footer .footWrap .colum1 .box {
    margin-top: 0px;
    font-weight: bold;
}

footer .footWrap .colum1 .box dd {
    width: 75%;
    position: relative;
}

footer .footWrap .colum2 .box dt,footer .footWrap .colum1 .box dt {
    -webkit-background-size: 16px;
    -moz-background-size: 16px;
    background-size: 16px;
    font-size: 129%;
    padding-left: 6px;
    margin-bottom: 5px;
    margin-bottom: 1em;
    border-bottom: 1px solid #005aa0;
    border-left: 5px solid #005aa0;
}

footer .footWrap .colum2 .box .ttl,footer .footWrap .colum1 .box .ttl {
    display: block;
    margin: 1em 0 0.5em;
}

footer .footWrap .colum2 .box .img,footer .footWrap .colum1 .box .img {
    margin-bottom: 0em;
}

footer .footWrap .colum2 .box .more,footer .footWrap .colum1 .box .more {
    text-align: right;
    display: block;
    z-index: 100;
    position: relative;
}

footer .footWrap .colum2 .box .more span,footer .footWrap .colum1 .box .more span {
    position: relative;
    padding-left: 15px;
}

footer .footWrap .colum2 .box .more a:before,footer .footWrap .colum1 .box .more a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #1A1A1A;
}

footer .footWrap .colum2 .box .more2,footer .footWrap .colum1 .box .more2 {
    text-align: right;
    display: block;
    z-index: 100;
    position: relative;
    margin: 0;
    height: 24px;
}

footer .footWrap .colum2 .box .more2 span,footer .footWrap .colum1 .box .more2 span {
    position: relative;
}

footer .footWrap .colum2 .box .more2 a:before,footer .footWrap .colum1 .box .more2 a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: none;
}

#copy {
    text-align: center;
    font-size: 70%;
    padding: 15px 0;
    display: block;
    background: #fff;
}

@media screen and (max-width: 640px) {
    footer {
        display: block !important;
    }

    #copy {
        text-align: center;
        float: none;
        width: 100%;
        background: #eee;
        padding-top: 10px;
        font-size: 0.6rem;
    }
}

/* ページトップ
----------------------------------------- */
#pageTop {
    bottom: 30px;
    right: 30px;
    position: fixed;
    /*width: 60px;*/
    /*height: 60px;*/
    /*background: #555;*/
    display: none;
    z-index: 99999;
}

#pageTop img {
    width: 40px;
}

#pageTop img.black {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#pageTop:hover {
    /*background: #333;*/
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#pageTop a {
    position: relative;
    display: block;
    /*padding: 15px 0;*/
    /*text-indent: -9898px;*/
}

/*#pageTop a::before,
#pageTop a::after {
	position: absolute;
	top: 50%;
	left: 14px;
	display: block;
	content: '';
	content: "";
	width: 20px;
	height: 1px;
	background-color: #eee;
	text-decoration: none;
}
#pageTop a::before {
	margin-top:3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 28px;
}
#pageTop a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
#pageTop a:hover {
    /*    opacity: 0.6;
    filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; */
}

#pageTop a:hover img.black {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}

@media screen and (max-width: 640px) {
    #pageTop {
        /*position: relative;*/ /*display: block;*/ bottom: 10px;
        right: 10px;
        /*width: 100%;*/
        /*text-align: right;*/
        /*padding: 3%;*/
        /*z-index: 0;*/
    }

    #pageTop img {
        width: 20px;
    }

    #pageTop a:hover::before, #pageTop a:hover::after {
        opacity: 1.0;
        filter: alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }
}

.boxImg {
    clear: both;
    overflow: hidden;
}

.boxImg table {
    width: 50%;
    float: left;
    border: none;
}

.boxImg table img {
    width: 100%;
}

.boxImg table td, .boxImg table tr {
    border: none;
    width: 100%;
    height: auto;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .boxImg table {
        width:100%;
        float: none;
    }

    .boxImg_h {
        height: auto !important;
    }
}

/*
article .conBox {
	padding-top: 30px;
}
*/


/* contents.cssより ------------------------------------------- */

/*各ページコンテンツ用 */

/* ==============================================
▼TOP
=============================================== */
/* メインイメージ
----------------------------------------------- */
#main_image {
    margin-bottom: 10px;
    text-align: center;
}

/* ==============================================
▼下層
=============================================== */
/* ==============================================
▼ガイド
=============================================== */
/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {
}

/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {
}

/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
    margin: 0 auto;
    width: 100%;
}

.zipimg img {
    vertical-align: middle;
}

/* 20210708追記 */
div#undercolumn_contact textarea[name="contents"] {
	border: 1px solid #ccc;
	resize: vertical;
}

div#undercolumn_contact .btn_area .btn {
	border-radius: 0;
}
div#undercolumn_contact .btn_area .btn-cannot {
	background-color: #929292;
	margin-right: 15px;
}
div#undercolumn_contact .btn_area .btn a {
	display: block;
	padding: 13px 30px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
div#undercolumn_contact .btn_area .btn a:hover {
	color: #fff;
}
div#undercolumn_contact .btn_area .btn a:before {
	display: none;
}
div#undercolumn_contact .btn_area .btn a span {
	padding-left: 20px;
	position: relative;
}
div#undercolumn_contact .btn_area .btn a span:before {
	content: "";
	width: 7px;
	height: 7px;
	margin-top: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: none;
	border-left: none;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: 555;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
div#undercolumn_contact .btn_area .btn a:hover span:before {
	left: 3px;
}

div#undercolumn_contact .btn_area .btn-submit {
	padding: 13px 30px;
	background-color: #005aa0;
	color: #fff;
	font-weight: 600;
	border: none;
}


@media (max-width: 480px) {
	div#undercolumn_contact .btn_area ul li {
		width: 100%;
	}
	div#undercolumn_contact .btn_area .btn {
		display: block;
		text-align: left;
	}
	div#undercolumn_contact .btn_area .btn-cannot {
		margin-right: 0;
	}
}
/* お問い合わせポップアップ */
#popup_contact {
	display: none;
}
#popup_contact .popup-wrap {
    display: flex;
    align-items: center;
    width: 100%;
	padding: 30px 0;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
/*    top: 140px;*/
    left: 0;
    z-index: 3;
}
#popup_contact .popup-cont {
	display: flex;
	flex-wrap: wrap;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 15px;
}
#popup_contact .cont-box {
	width: 50%;
	padding: 20px 20px;
    color: #fff;
}
#popup_contact .cont-box .ttl {
	text-align: center;
}
#popup_contact .cont-estimate {
	border-right: 1px solid rgba(255,255,255,0.25);
}
#popup_contact .cont-contact input[type=checkbox] {
	display: none;
}	
#popup_contact .cont-contact label {
	padding: 13px 30px;
	font-weight: 600;
	cursor: pointer;
}

@media (max-width: 767px) {
	#popup_contact .cont-box {
		width: 100%;
		padding: 20px 10px;
	}
	#popup_contact .cont-estimate {
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.25);
	}
}

@media (max-width: 480px) {
	#popup_contact .popup-wrap {
		align-items: flex-start;
		padding: 0;
		overflow-y: auto;
	}
}



/* ==============================================
▼MYページ
=============================================== */
/* 共通設定
----------------------------------------------- */
div#mypagecolumn {
    width: 100%;
}

div#mynavi_area {
    width: 100%;
    overflow: hidden;
}

div#mycontents_area {
    width: 100%;
    clear: both;
    margin: 20px 0 60px 0;
}

div#mycontents_area p {
    /*text-align:center;*/
}

div#mycontents_area h3 {
    /*text-align:center;*/
}

/*
div#mynavi_area .mynavi_list {
    margin-bottom: 20px;
    width: 100%;
}

div#mynavi_area .mynavi_list li {
    margin: 0 15px 5px 0;
    padding-left: 15px;
    float: left;
    background: url('../img/icon/ico_arrow_01.gif') no-repeat left ;
    font-size: 120%;
}
*/

div#mynavi_area .mynavi_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div#mynavi_area .mynavi_list li {
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
div#mynavi_area .mynavi_list li:last-child{
    border-right: 1px solid #dcdcdc;
}
div#mynavi_area .mynavi_list li:nth-child(5) {
	border-right: 1px solid #dcdcdc;
}
div#mynavi_area .mynavi_list li a {
	display: block;
	padding: 17px 20px;
	position: relative;
}
div#mynavi_area .mynavi_list li a:before {
	content: "";
	display: block;
	width: calc(100% - 40px);
	height: 0;
	background-color: #f60;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
div#mynavi_area .mynavi_list li a.selected {
	font-weight: 600;
}
div#mynavi_area .mynavi_list li a.selected:before {
	height: 3px;
}
div#mynavi_area .mynavi_list li a span {
	display: block;
	padding-right: 15px;
	line-height: 1;
	text-align: center;
	position: relative;
}
div#mynavi_area .mynavi_list li a span:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	z-index: 1;
	transition: background-color ease 0.28s, right ease 0.28s;
}

div#mynavi_area .mynavi_list li a:hover span:before {
	right: -5px;	
}

div#mynavi_area .mynavi_list li a.selected span {
	padding-right: 0;
}
div#mynavi_area .mynavi_list li a.selected span:before {
	display: none;
}

@media (max-width: 880px) {
	div#mynavi_area .mynavi_list li a {
		padding: 12px 15px;
	}
	div#mynavi_area .mynavi_list li a span {
		font-size: 1.4rem;
		padding-right: 10px;
	}
}

@media (max-width: 768px) {
    div#mynavi_area .mynavi_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
	div#mynavi_area .mynavi_list li {
		width: 50%;
	}
	div#mynavi_area .mynavi_list li:nth-child(1) {
		border-bottom: 0;
	}
	div#mynavi_area .mynavi_list li:nth-child(2) {
		border-right: 1px solid #dcdcdc;
		border-bottom: 0;
	}
	div#mynavi_area .mynavi_list li a span {
		white-space: nowrap;
	}
    div#mynavi_area .mynavi_list li:nth-child(4) {
        border-right: 1px solid #dcdcdc;
    }
    div#mynavi_area .mynavi_list li:nth-child(5) {
        border-top: none;
    }
    input[type="file"]{
        width: 100%;
    }
}

@media (max-width: 480px) {
	div#mynavi_area .mynavi_list li a {
		padding: 12px 10px;
	}
	div#mynavi_area .mynavi_list li:nth-child(3) {
		flex: 2;
	}
	div#mynavi_area .mynavi_list li:nth-child(2) {
		flex: 1;
	}
}

div#mynavi_area div.point_announce {
    margin-bottom: 30px;
    padding: 10px;
    border: solid 1px #ffcc62;
    background-color: #fffaf0;
}

div#mynavi_area div.point_announce p {
    padding-left: 20px;
    background: url('../img/icon/ico_point.gif') no-repeat left ;
}

div#mycontents_area p.inforamtion {
    margin-bottom: 20px;
}

div#mypagecolumn h4 {
    margin: 10px auto;
    border-bottom: 1px solid #999;
    text-align: left;
    font-size: 120%;
}

div#mypagecolumn .browser-info h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 13px 0 15px;
    padding: 10px 0 10px 0;
    text-align: center;
    border-bottom: none;
}
#pic-message .pic .nonsupport .browser-info .two-col strong {
font-size: 14px;
}
#pic-message .pic .nonsupport .browser-info .two-col li {
font-size: 14px;
}
#pic-message .pic .nonsupport .browser-info .two-col li.no-bullet {
font-size: 12px;
}
#pic-message .pic .nonsupport .browser-info span.jp-symbol {
margin-left: 0;
padding-left: 0;
}
/*本人確認（スマホ表示 書類選択）*/

.intro h2, .pic.identities .selector ul.choices li label, .pic.identities form section.items header:before, .pic.identities form section.submit header:before, .selector form>header h2, .selector>header h2{
    color: #005aa0;
  
    /*color: rgba(var(--c-prim-r), var(--c-prim-g), var(--c-prim-b), 1);*/
  }
  .intro h2, .selector>header h2 {
      font-weight: 700;
  }
  .pic .selector {
    padding: 25px 0 25px 0;
    margin: 55px 0 0;
  }
  .pic.identities form section header{
    display: block;
    margin: 10px auto;
    padding: 5px 15px;
  }
  .pic .selector form ul.choices {
      padding: 5px 15px;
      margin: 15px 0 10px;
  }
  .pic .selector .android-info {
    text-align: center;
    display: block;
    margin: 20px auto 20px auto;
    padding: 10px 15px;
    font-weight: 500;
    background: #ffdfd9;
    line-height: 1.6;
  }
  .pic .selector .android-info a {
    display: inline-block;
  }
  .pic .selector .android-info a:before{
    z-index: 1;
  }
  .pic .selector footer {
    background: #f2fdfc !important;
    padding: 10px 0 10px 0 !important;
  }
  .pic .selector footer .btn.start {
    display: inline-block;
  }
  #under #flowSelect .icon{
    margin-top: 0;
    overflow: visible;
  }

/* 見積依頼履歴一覧
----------------------------------------------- */
div#mypagecolumn.history {
	
}
div#mypagecolumn.history #mycontents_area .settlement_btn {
	cursor: pointer;
}
div#mypagecolumn.history #mycontents_area .settlement_btn.order1 {
	margin: 0 5px;
	cursor: auto;
}
div#mypagecolumn.history #mycontents_area .settlement_btn.order2 {
	margin-right: 5px;	
	cursor: auto;
}



/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area div.mycondition_area {
    margin: 0 auto 20px 0;
    padding: 10px;
    border: solid 1px #ccc;
    width: 97%;
    background: #f9f9f9;
}

div#mycontents_area div.mycondition_area p {
    float: left;
}

div#mycontents_area div.mycondition_area .btn {
    width: 160px;
    margin-top: 15px;
    float: right;
}

.add_address {
    margin-bottom: 20px;
}

/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontents_area .message_area {
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

div#mycontents_area .message_area p {
    margin-bottom: 20px;
}

/* 20211111 追記 */
.change div#mycontents_area .btn_area .btn-back,
.refusal div#mycontents_area .btn_area .btn-back {
	background-color: #929292;
	border-radius: 0;
/*	margin-right: 15px;*/
}
.change div#mycontents_area .btn_area .btn-back a,
.refusal div#mycontents_area .btn_area .btn-back a {
	padding: 13px 30px;
	font-weight: 600;
}
.login .btn_area button[type="submit"],
.change .btn_area button[type="submit"],
.refusal .btn_area button[type="submit"] {
	border: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
.change div#mycontents_area .btn_area .btn-submit,
.refusal div#mycontents_area .btn_area .btn-submit {
	padding: 13px 30px;
	background-color: #005aa0;
	color: #fff;
	font-weight: 600;
}

@media (max-width: 768px) {
	div#mycontents_area .message_area {
	    padding: 15px;
	}
	.change div#mycontents_area .cmn-tb th {
		display: block;
		width: 100%;
		padding: 15px 10px;
	}
	.change div#mycontents_area .cmn-tb td {
		display: block;
		width: 100%;
		padding: 15px 10px;
	}
	.change div#mycontents_area .cmn-tb colgroup col {
		width: 100%;
	}
}

@media (max-width: 768px) {
	#undercolumn_shopping .message_area {
	    padding: 15px;
	}
	#undercolumn_shopping .cmn-tb th {
		display: block;
		width: 100%;
		padding: 15px 10px;
	}
	#undercolumn_shopping .cmn-tb td {
		display: block;
		width: 100%;
		padding: 15px 10px;
	}
    #undercolumn_shopping .cmn-tb colgroup col {
		width: 100%;
	}
}


/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
    width: 100%;
}
div#undercolumn_entry .kiyaku_text {
    margin: 20px auto;
    padding: 10px;
    border: solid 1px #ccc;
    width: 94%;
    background: #fff;
}

/* 20210512追記 */
div#undercolumn_entry .kiyaku_text {
    border: solid 1px #dcdcdc;
    padding: 20px 15px;
    width: 100%;
    margin: 20px auto 40px auto;
}

div#undercolumn_entry .btn_area .btn {
	border-radius: 0;
}
div#undercolumn_entry .btn_area .btn-cannot,
div#undercolumn_entry .btn_area .btn-back {
	background-color: #929292;
	margin-right: 15px;
}
div#undercolumn_entry .btn_area .btn a,
div#undercolumn_entry .btn_area .btn button {
	padding: 13px 30px;
	font-weight: 600;
}
div#undercolumn_entry .btn_area .btn button {
	display: block;
	width: 100%;
	background-color: transparent;
	border: none;
	text-align: left;
	cursor: pointer;
}
div#undercolumn_entry .btn_area .btn a:hover,
div#undercolumn_entry .btn_area .btn button:hover {
	color: #fff;
}
div#undercolumn_entry .btn_area .btn a:before,
div#undercolumn_entry .btn_area .btn button:before {
	display: none;
}
div#undercolumn_entry .btn_area .btn a span,
div#undercolumn_entry .btn_area .btn button span {
	padding-left: 20px;
	position: relative;
	color: #fff;
    display: block;
}
div#undercolumn_entry .btn_area .btn a span:before,
div#undercolumn_entry .btn_area .btn button span:before {
	content: "";
	width: 7px;
	height: 7px;
	margin-top: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: none;
	border-left: none;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: 555;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
div#undercolumn_entry .btn_area .btn a:hover span:before {
	left: 3px;
}
div#undercolumn_entry .btn_area .btn a:hover span:before,
div#undercolumn_entry .btn_area .btn button:hover span:before {
	left: 3px;
}


#undercolumn_entry table {
    margin: 50px 0 0 0;
}

@media (max-width: 480px) {
	div#undercolumn_entry .btn_area ul li {
		width: auto;
	}
	div#undercolumn_entry .btn_area .btn {
		display: block;
		text-align: left;
	}
	div#undercolumn_entry .btn_area .btn-cannot,
	div#undercolumn_entry .btn_area .btn-back {
		margin-right: 0;
	}
}

/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login {
    margin: 0 auto;
    width: 100%;
}

/*
div#undercolumn_login .login_area {
    margin-bottom: 30px;
}

div#undercolumn_login .login_area .inputbox {
    margin: 15px auto 15px auto;
    padding: 15px 20px 10px 20px;
    background: #f0f0f0;
}

div#undercolumn_login .login_area .inputbox .btn_area {
    margin-top: 0;
}
*/

div#undercolumn_login .login_block {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0;
	background-color: #f0f6f9;
}
div#undercolumn_login .login_block .left {
	width: 56%;
	padding: 0 3.5%;
	border-right: 1px solid #dadada;
}
div#undercolumn_login .login_block .right {
	width: 44%;
	padding: 0 3.5%;
}

@media (max-width: 768px) {
	div#undercolumn_login .login_block {
		padding: 0 3.5%;
	}

	div#undercolumn_login .login_block .left {
		width: 100%;
		padding: 40px 0;
		border-right: none;
		border-bottom: 1px solid #dadada;
	}
	div#undercolumn_login .login_block .right {
		width: 100%;
		padding: 40px 0;
	}	
}

div#undercolumn_login .login_block .inputbox {
	text-align: left;	
}
div#undercolumn_login .login_block .log-input {
	width: 100%;
	padding: 12px 10px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
div#undercolumn_login .login_block .log-input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 1.6rem;
}

div#undercolumn_login .login_block .btn-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
div#undercolumn_login .login_block .btn-submit {
	max-width: 200px;
	width: 100%;
	margin: 0 auto 0 0;
	padding: 17px 30px;
	background-color: #005aa0;
	color: #fff;
	font-weight: 600;
	margin-right: 20px;
}
div#undercolumn_login .login_block .btn-submit.mn-login:before {
	position: absolute;
	left: 20px;
	top: auto;
	z-index: 1;
}

@media (max-width: 480px) {
	div#undercolumn_login .login_block .btn-wrap {
		flex-direction: column;
		justify-content: center;
	}
	div#undercolumn_login .login_block .btn-submit {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

div#undercolumn_login .login_block .login_memory {
	
}
div#undercolumn_login .login_block .login_memory input[type="checkbox"] {
	display: none;
}
div#undercolumn_login .login_block .login_memory label[for="login_memory"] {
}
div#undercolumn_login .login_block .login_memory label[for="login_memory"] span {
	display: block;
	padding-left: 30px;
	position: relative;
	line-height: 1.2;
}

/* マーク */
div#undercolumn_login .login_block .login_memory label[for="login_memory"] span:before {
	content: "";
	display: block;
	width: 10px;
	height: 15px;
	position: absolute;
	border-right: 3px solid #005aa0;
	border-bottom: 3px solid #005aa0;
	position: absolute;
	left: 7px;
	top: 50%;
	margin-top: -9px;
	transform: rotate(45deg);
	z-index: 2;
	opacity: 0;
}
div#undercolumn_login .login_block .login_memory label[for="login_memory"] input[type="checkbox"]:checked + span:before {
	opacity: 1;
}

/*枠*/
div#undercolumn_login .login_block .login_memory label[for="login_memory"] span:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	z-index: 1;
}


div#undercolumn_login .login_block .btn-register {
	max-width: 200px;
	width: 100%;
	position: relative;
}
div#undercolumn_login .login_block .btn-register a {
	padding: 12px 20px 12px 50px;
}
div#undercolumn_login .login_block .btn-register .mn-adduser:before {
	color: #fff;
	font-size: 2.0rem;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

/* ==============================================
▼エラー
=============================================== */
div#undercolumn_error {
	width: 100%;
/*	margin: 0 10px;*/
}
div#undercolumn_error .message_area {
    width: 100%;
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

div#undercolumn_error .message_area .error {
    padding: 120px 0;
}

div#undercolumn_error .btn_area .btn {
	border-radius: 0;
}
div#undercolumn_error .btn_area .btn-cannot {
	background-color: #929292;
	margin-right: 15px;
}
div#undercolumn_error .btn_area .btn a {
	display: block;
	padding: 13px 30px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
div#undercolumn_error .btn_area .btn a:hover {
	color: #fff;
}
div#undercolumn_error .btn_area .btn a:before {
	display: none;
}
div#undercolumn_error .btn_area .btn a span {
	padding-left: 20px;
	position: relative;
}
div#undercolumn_error .btn_area .btn a span:before {
	content: "";
	width: 7px;
	height: 7px;
	margin-top: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: none;
	border-left: none;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: 555;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
div#undercolumn_error .btn_area .btn a:hover span:before {
	left: 3px;
}


/* ==============================================
▼商品一覧
=============================================== */
/* ページ送り
----------------------------------------------- */
.pagenumber_area {
    padding-bottom: 10px;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}

.pagecond_area {
    margin-bottom: 20px;
    padding: 10px;
}

.pagenumber_area {
    margin: 20px 0;
}

.pagecond_area {
    border: 1px solid #ccc;
}

.pagenumber_area .navi {
    width: 100%;
    text-align: left;
}

.pagenumber_area .navi li {
    display: inline;
}

.pagenumber_area .change {
    float: right;
    text-align: right;
    white-space: nowrap;
}

/* A => 2017.03.31 nss 罫線削除 */
/* ==============================================
▼商品一覧
=============================================== */
/* ページ送り
----------------------------------------------- */
.mypagepagenumber_area {
    padding-bottom: 0px;
}

.pagecond_area {
    margin-bottom: 20px;
    padding: 10px;
}

.mypagepagenumber_area {
    margin: 20px 0;
}

.pagecond_area {
    border: 1px solid #ccc;
}

.mypagepagenumber_area .navi {
    width: 100%;
    text-align: left;
}

.mypagepagenumber_area .navi li {
    display: inline;
}

.mypagepagenumber_area .change {
    float: right;
    text-align: right;
    white-space: nowrap;
}

/* A <= 2017.03.31 nss 罫線削除 */
/* レイアウト
----------------------------------------------- */


/* 商品カテゴリページ
----------------------------------------- */
#under .product_list_wrap {	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#under .product_list_wrap form[name*="product_form"] {
	width: calc(50% - 10px);
}

@media (max-width: 1024px) {
	#under .product_list_wrap {	
		margin: 0;
	}
	#under .product_list_wrap form[name*="product_form"] {
		width: 100%;
		margin: 0;
	}	
}
 
 
div.list_area {
    padding: 0 0 20px 0;
    width: 100%;
    overflow: auto;
}

div.list_area .icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	width: calc(100% + 5px);
	margin-right: -2.5px;
	margin-left: -2.5px;
	margin-top: 5px;
}

div.list_area .icons-pack .icon:first-child li:nth-child(n+8) {
	display: none;
}

div.list_area .icon li img {
	width: 44px;
	height: auto;
	display: block;
}

div.list_area .icon li .icon-maker {
	display: block;
	padding: 3px 5px;
	background: #000;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
}

div.list_area .icon li .icon-tag {
	display: block;
	padding: 3px 15px;
	background-color: #ebebeb;
	border: 1px solid #b6b6b6;
	border-radius: 9999px;
	color: #333;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	position: relative;
}

@media (max-width: 480px) {
	div.list_area .icon {
		gap: 2px;
	}
}

div.list_area_left {
	overflow: hidden;
	margin-bottom: 15px;
}

div.listphoto {
    text-align: center;
    width: 50%;
    border: 1px solid #ccc;
    float: left;
}
div.listphoto img a {
	display: block;
}
div.listphoto img {
    display: block;
    width: 100%;
    text-align: center;
}

div.cenw {
	width: calc(50% - 10px);
	float: left;
	margin-left: 10px;
}

div.cenw .cenw-wrap {
	width: 100%;
}


@media screen and (max-width: 1024px) {
    div.listphoto {
		max-width: 300px;
    }
	div.cenw {
		width: calc(100% - 320px);
		margin-left: 20px;
	}
}
@media (max-width: 640px) {
    div.listphoto {
		max-width: none;
    }
	div.cenw {
		width: calc(50% - 10px);
		margin-left: 10px;
	}
}
@media (max-width: 480px) {
	div.listphoto {
	    width: 120px;
	}
	div.cenw {
		width: calc(100% - 130px);
		margin-left: 10px;
	}
	div.cenw .f-sz15,
	div.cenw .f-sz14 {
		font-size: 1.3rem;
	}
}



div.listrightbloc {
    width: 100%;
}

div.list_area div.conBox {
/*    float: right;
    width: 57.5%;*/
}

#under div.list_area div.conBox h3.conTtl02 {
    margin-bottom: 1em;
}

/* メインカラム用 1カラム時*/
#main_column.colnum1 div.listrightbloc {
    float: right;
    width: 74%;
}

/* メインカラム用 2カラム時*/
#main_column.colnum2 div.listrightbloc {
    float: right;
    width: 80%;
}

/* メインカラム用 3カラム時*/
#main_column.colnum3 div.listrightbloc {
    float: right;
    width: 74%;
}

@media screen and (max-width: 900px) {
    div.list_area_left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }

    div.list_area div.conBox {
        width: 100%;
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    div.list_area_left {
        float: none;
        width: 100%;
    }

    div.list_area div.conBox {
        width: 100%;
        float: none;
    }
}

/* 商品情報 各種設定
----------------------------------------------- */
/* 商品ステータス */
div.listrightbloc ul.status_icon {
/*	overflow: hidden;*/

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
div.listrightbloc ul.status_icon li {
/*    float: left; */
	
}
div.listrightbloc ul.status_icon li:not(:first-child) {
    margin-left: 3px;
}

/* 商品名 */
div.listrightbloc h3 {
    font-weight: bold;
    font-size: 120%;
    line-height: 100%;
    margin-bottom: 10px;
}

/* コメント */
div.listrightbloc .listcomment {
    margin: 10px 0 10px 0;
    text-align: left;
    clear: both;
}

/* 商品詳細を見る */
div.listrightbloc .detail_btn {
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: left;
    /*padding-right: 30px;*/
}

div.listrightbloc .detail_btn img {
    width: 96%;
}

/* 価格 */
div.listrightbloc .pricebox.parents .rent-ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
    padding: 0 0 7px 0;
}

div.listrightbloc .pricebox.parents .mttl {
	display: block;
	text-align: left;
	position: relative;
	padding-left: 12px;
	padding-right: 5px;
	white-space: nowrap;
}
div.listrightbloc .pricebox.parents .mttl::before {
	content:"";
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 2px;
	background: #005aa0;
	left: 0;
	top: 6px;
	z-index: +1;
}
div.listrightbloc .pricebox {
    margin: 0 0 5px;
    font-weight: bold;
    /*float: left;*/
    clear: both;
    line-height: 120%;
    width: 100%;
    text-align: right;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
	div.listrightbloc .pricebox.parents .mttl::before {
		top: 11px;
	}
	/* 商品ステータス */
	div.listrightbloc ul.status_icon {
		/* margin: 0 0 5px;*/
	}
	div.listrightbloc .pricebox {
	    /*display: block !important;*/
	}
}

div.listrightbloc .pricebox span.price {
    float: right;
    color: #005aa0;
}
div.listrightbloc .pricebox span.price span {
    color: #333;
}
@media screen and (max-width: 480px) {
	div.listrightbloc .pricebox .p-ttl {
		display: block;
		padding-bottom: 5px;
	}
	div.listrightbloc .pricebox .c-box {
		display: block;
		text-align: center;
	}
}
div.listrightbloc .pricebox span.price_sub {
    margin-top: 5px;
    display: block;
    font-size: 0.75rem;
    clear: both;
    text-align: right;
    color: #333;
}

div.listrightbloc .pricebox span.price_sub span {
    color: #FF0000;
}

/* 買い物かご */
div.listrightbloc .cart_area {
    padding: 10px;
    border: 1px solid #cef0f4;
    background-color: #ecf5ff;
    width: 94%;
}

/* 規格 */
div.listrightbloc .classlist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}

div.listrightbloc dl {
    width: 100%;
}

div.listrightbloc dt {
    display: inline-block;
    vertical-align: top;
}

div.listrightbloc dd {
    padding-bottom: 10px;
    display: inline-block;
}

div.listrightbloc dd p.attention {
    margin-top: 5px;
}

/* カゴに入れる */
div.listrightbloc .cartin {
    margin: 0;
    float : right;
}

div.listrightbloc .cartin .quantity {
    padding: 3px 10px 0 0;
    width: 150px;
    float : left;
    text-align: right;
}

div.listrightbloc .cartin .quantity .box {
    width: 70px;
}

div.listrightbloc .cartin_btn {
    width: 160px;
    float : left;
}

/* ==============================================
▼商品詳細
=============================================== */
/* レイアウト

    tplファイルのマークアップが同じ項目
        * 1カラム時
        * 2カラム時
        * 3カラム時

----------------------------------------------- */
#detailarea, .sub_area {
    margin-bottom: 20px;
    width: 100%;
}

/* レイアウト
----------------------------------------------- */
/* 1カラム用 */
#main_column.colnum1 div#detailphotobloc {
    width: 37%;
    float: left;
}

#main_column.colnum1 #detailrightbloc {
    width: 63%;
    float: right;
}

#main_column.colnum1 div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 69%;
}

#main_column.colnum1 div.subphotoimg {
    float: right;
    width: 25%;
    text-align: right;
}

#main_column.colnum1 p.subtext {
    margin-bottom: 20px;
}

/* 2カラム用 */
#main_column.colnum2 div#detailphotobloc {
    float: left;
    width: 37%;
}

#main_column.colnum2 #detailrightbloc {
    float: right;
    width: 63%;
}

#main_column.colnum2 div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 73%;
}

#main_column.colnum2 p.subtext {
    margin-bottom: 20px;
}

#main_column.colnum2 div.subphotoimg {
    float: right;
    width: 25%;
    text-align: right;
}

/* 3カラム用 */
#main_column.colnum3 div#detailphotobloc {
    float: left;
    width: 49%;
}

#main_column.colnum3 #detailrightbloc {
    float: right;
    width: 50%;
}

#main_column.colnum3 div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 63%;
}

#main_column.colnum3 p.subtext {
    margin-bottom: 20px;
}

#main_column.colnum3 div.subphotoimg {
    float: right;
    width: 35%;
    text-align: right;
}

/* 商品情報 各種設定
----------------------------------------------- */
#detailrightbloc h2 {
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    color: #666;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
    font-weight: bold;
    font-size: 160%;
}

#detailrightbloc .point, #detailrightbloc .relative_cat {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}

#detailrightbloc .main_comment {
    margin-bottom: 20px;
}

/* 商品コード */
#detailrightbloc .product_code dt, #detailrightbloc .product_code dd {
    display: inline;
}

/* 商品ステータス */
#detailrightbloc ul.status_icon {
    margin-bottom: 10px;
    width: 100%;
}

#detailrightbloc ul.status_icon li {
    margin-right: 5px;
    margin-bottom: 3px;
    float: left;
}

/* 通常価格 */
#detailrightbloc .normal_price dt, #detailrightbloc .normal_price dd {
    display: inline;
}

/* 販売価格 */
#detailrightbloc .sale_price dt, #detailrightbloc .sale_price dd {
    display: inline;
}

/* ポイント */
#detailrightbloc .point dt, #detailrightbloc .point dd {
    display: inline;
}

/* 規格 */
#detailrightbloc div.classlist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}

#detailrightbloc .classlist {
    margin-bottom: 5px;
}

#detailrightbloc ul {
    margin-bottom: 10px;
    width: 100%;
}

#detailrightbloc ul li {
    vertical-align: top;
    float: left;
}

/* メーカー */
#detailrightbloc .maker dt, #detailrightbloc .maker dd {
    display: inline;
}

/* メーカーURL */
#detailrightbloc .comment1 dt, #detailrightbloc .comment1 dd {
    display: inline;
}

/* 関連カテゴリ */
#detailrightbloc .relative_cat dd {
    margin-left: 1em;
}

/* 買い物かご */
#detailrightbloc .cart_area {
    padding: 10px;
    background-color: #ecf5ff;
    border: 1px solid #cef0f4;
}

#detailrightbloc .quantity dt, #detailrightbloc .quantity dd {
    display: inline;
}

#detailrightbloc .cartin {
    text-align: center;
}

#detailrightbloc .cartin_btn {
    text-align: center;
}

#detailrightbloc .favorite_btn {
    text-align: center;
    margin-top: 10px;
}

/* お客様の声
----------------------------------------------- */
div#customervoice_area {
    clear: both;
    padding: 35px 0 0 0;
}

div#customervoice_area h2 {
    margin-bottom: 20px;
    padding: 6px 0 8px 10px;
    border-top: solid 1px #f90;
    background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
}

div#customervoice_area .review_bloc {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f6f6f6;
}

div#customervoice_area .review_bloc p {
    padding-top: 3px;
    margin-right: 10px;
    float: left;
}

div#customervoice_area .review_bloc .review_btn {
    float: right;
    width: 160px;
}

div#customervoice_area ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}

div#customervoice_area .voicetitle {
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}

div#customervoice_area .voicedate {
    margin-bottom: 10px;
}

/* 関連商品（商品部分はbloc.cssのおすすめ商品と共通）
----------------------------------------------- */
div#whobought_area {
    clear: both;
    padding: 35px 0 0 0;
}

div#whobought_area h2 {
    border-top: solid 1px #f90;
    background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
    padding: 5px 0 8px 10px;
    font-size: 14px;
}

/* ***********************************************
▼カートの中
/*********************************************** */
/* 2021/11/12 レンタル商品を無料見積カートに追加
----------------------------------------------- */
div#undercolumn_cart.add_to_cart {
	
}
div#undercolumn_cart.add_to_cart .btn_area {
	
}


/* 現在のカゴの中
----------------------------------------------- */
div#undercolumn_cart .point_announce {
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #ffcc62;
    background: #fffaf0;
    font-size: 120%;
    text-align: center;
    line-height: 140%;
}

div#undercolumn_cart .totalmoney_area {
    margin-bottom: 20px;
}

div#undercolumn_cart p {
    margin: 10px 5px;
}

div#undercolumn ul#quantity_level li {
    padding: 3px;
    display: inline;
}

div#undercolumn .empty {
    text-align: left;
}

div.form_area {
    margin-bottom: 15px;
}

div.form_area div.cal_desc {
    margin-top: 10px;
}

div.form_area div.cal_desc img {
    max-width: 200px;
    width: auto;
}
div#undercolumn_cart div.form_area .prodinfo-table {
	overflow-x: auto;
}
div#undercolumn_cart div.form_area .cal-table,
div#undercolumn_cart div.form_area .price-table {
	margin-top: -1px;
}

div#undercolumn_cart div.form_area .cal-table .rental_day {
	white-space: nowrap;
}
div#undercolumn_cart div.form_area .cal-table .cal-tb {
    border-top: 1px solid #dcdcdc;
    font-size: 1.5rem;
}
div#undercolumn_cart div.form_area .cal-table .cal-tb .rental-tr #date2 {
	position: relative;
}
div#undercolumn_cart div.form_area .cal-table .cal-tb .rental-tr #date2 .angle {
	display: block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	position: absolute;
	bottom: -24px;
	left: 5%;
	z-index: 1;
	transform: rotate(45deg);
}
div#undercolumn_cart div.form_area .cal-table .cal-tb .cal-td {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
	padding: 15px;
}
div#undercolumn_cart div.form_area .cal-table .cal-tb .cal-td.no-bb {
    border-bottom: none;
}
div#undercolumn_cart div.form_area .cal-table .datepicker table {
	border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}


div#undercolumn_cart div.form_area .exp-period {
	display: flex;
	flex-wrap: wrap;
	background-color: #f0f0f0;
	padding: 30px;
	margin-bottom: 40px;
}
div#undercolumn_cart div.form_area .exp-period .exp-left {
	width: 50%;
	margin: 0 auto;
}
div#undercolumn_cart div.form_area .exp-period .left-img {
	position: relative;
}
div#undercolumn_cart div.form_area .exp-period .left-img:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
div#undercolumn_cart div.form_area .exp-period .left-img img {
	display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
div#undercolumn_cart div.form_area .exp-period .exp-right {
	flex: 1;
	padding-left: 5%;
}
div#undercolumn_cart div.form_area .exp-period .right-ttl {
	color: #222;
	text-align: left;
}
div#undercolumn_cart div.form_area .exp-period .right-ttl:first-letter {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
}
div#undercolumn_cart div.form_area .exp-period .right-list {
	display: flex;
	flex-wrap: wrap;	
}
div#undercolumn_cart div.form_area .exp-period .right-list dt {
	width: 4em;
	padding-right: 1em;
	color: #222;
	position: relative;
}
div#undercolumn_cart div.form_area .exp-period .right-list dt:before {
	content: "：";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;	
}
div#undercolumn_cart div.form_area .exp-period .right-list dd {
	color: #444;
	flex: 1;
}

@media (max-width: 991px) {
	div#undercolumn_cart div.form_area .exp-period .exp-left {
		max-width: 630px;
		width: 100%;
		margin: 0 auto 30px auto;
	}
	div#undercolumn_cart div.form_area .exp-period .exp-right {
		width: 100%;
		margin: 0 auto;
		flex: none;
		padding-left: 0;
	}	
}

@media (max-width: 480px) {
	div#undercolumn_cart div.form_area .exp-period {
		padding: 20px 15px;
		margin-bottom: 20px;
	}
	div#undercolumn_cart div.form_area .exp-period .right-list dt {
		width: 3em;
		padding-right: 0;
	}
	div#undercolumn_cart div.form_area .exp-period .right-list dt:before {
		display: none;
	}
	div#undercolumn_cart div.form_area .exp-period .right-list dd {
		flex: auto;
	}
	

}






div#undercolumn_cart div.form_area .price-table td {
	white-space: nowrap;
}




@media screen and (max-width: 768px) {
	div#undercolumn_cart div.form_area .prodinfo-table .cmn-tb {
		white-space: nowrap;
	}
}

@media screen and (max-width: 640px) {
    div.form_area del {
        display:block;
    }
    div.form_area div.cal_desc img {
        width: auto;
    }
}

div#undercolumn_cart .btn_area .btn-continue {
	background-color: #929292;
	margin-right: 15px;
}

@media (max-width: 480px) {
	div#undercolumn_cart .btn_area li {
		display: block;
	}
	div#undercolumn_cart .btn_area .btn {
		display: block;
		text-align: left;
	}
	div#undercolumn_cart .btn_area .btn-continue {
		margin-right: 0;
	}
}




/* お客様情報入力
----------------------------------------------- */
div#undercolumn_customer {
}

.flow_area {
    margin: 0 0 50px 0;
}
.flow_area img {
    max-width: 100%;
}

div#undercolumn_customer th em {
    color: #000;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
	.flow_area {
	    margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 640px) {
}

/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping form table:not(:first-of-type) {
	margin-top: -1px;
}

div#undercolumn_shopping form textarea {
	width: 100%;
	resize: vertical;
    border: solid 1px #ccc;
}

div#undercolumn_shopping .pay_area {
    margin: 0 auto 30px;
    width: 100%;
}

div#undercolumn_shopping .pay_area02 {
    margin: 40px auto 30px auto;
}

div#undercolumn_shopping .pay_area02 .txtarea {
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
    width: 99%;
    height: 150px;
}

div#undercolumn_shopping .pay_area02 .select-msg {
    margin-bottom: 10px;
}

div#undercolumn_shopping .point_area {
    margin: 40px auto 0 auto;
}

div#undercolumn_shopping .point_area .point_announce {
    padding: 20px;
    border: 1px solid #ccc;
}

div#undercolumn_shopping .point_area p {
    margin-bottom: 20px;
}

div#undercolumn_shopping .point_area .point_announce li {
    margin-bottom: 5px;
}

.payimg_1, .payimg_2, .payimg_3 {
    width: 100%;
}

.payimg_2 {
    margin-bottom: 20px;
}

.payimg_1 {
    display: none;
}

div#undercolumn_shopping .puestionary > td {
	padding: 0;
}
div#undercolumn_shopping .puestionary table th,
div#undercolumn_shopping .puestionary table td {
	border-bottom: 0;
}

div#undercolumn_shopping .orderinfo-table {
	overflow-x: auto;
    margin-bottom: 20px;
}
div#undercolumn_shopping .orderinfo-table .cmn-tb {
	white-space: nowrap;
}
div#undercolumn_shopping .price-table,
div#undercolumn_shopping .customer-table {
	margin-top: -1px;
}
div#undercolumn_shopping .price-table{
    margin-bottom: 50px;
}
div#undercolumn_shopping .price-table table{
/*    width: 650px;
    margin-left: auto;*/
/*    border-top: solid 3px #dcdcdc;
    border-bottom: solid 3px #dcdcdc;*/
    border-top: none;
}
div#undercolumn_shopping .price-table table th{
    background: none;
    font-weight: bold
}
/*div#undercolumn_shopping .price-table table th{
    vertical-align: top;
}*/
div#undercolumn_shopping .price-table table th,
div#undercolumn_shopping .price-table table td{
    padding: 8px 15px;
    border-bottom: none!important;
}
div#undercolumn_shopping .price-table table td{
    width: 200px;
}
div#undercolumn_shopping .customer-table table th {
	width: 30%;
}
div#undercolumn_shopping .customer-table table td {
	width: 70%;
}

@media (max-width: 768px) {
    div#undercolumn_shopping .price-table table td{
        width: auto;
    }
}

@media (max-width: 480px) {
	div#undercolumn_shopping .customer-table table th {
		width: 120px;
	}
	div#undercolumn_shopping .customer-table table td {
		width: auto;
	}	
}


div#undercolumn_shopping .btn_area .btn {
	border-radius: 0;
}
div#undercolumn_shopping .btn_area .btn-cannot {
	background-color: #929292;
	margin-right: 15px;
}
div#undercolumn_shopping .btn_area .btn a {
	display: block;
	padding: 13px 30px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
div#undercolumn_shopping .btn_area .btn a:hover {
	color: #fff;
}
div#undercolumn_shopping .btn_area .btn a:before {
	display: none;
}
div#undercolumn_shopping .btn_area .btn a span {
	padding-left: 20px;
	position: relative;
}
div#undercolumn_shopping .btn_area .btn a span:before {
	content: "";
	width: 7px;
	height: 7px;
	margin-top: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: none;
	border-left: none;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: 555;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
div#undercolumn_shopping .btn_area .btn a:hover span:before {
	left: 3px;
}

div#undercolumn_shopping .btn_area .btn-back {
    background-color: #929292;
    margin-right: 15px;
	border-radius: 0;
}

div#undercolumn_shopping .btn_area .btn-submit {
	padding: 13px 30px;
	background-color: #005aa0;
	color: #fff;
	font-weight: 600;
	border: none;
}

@media (max-width: 480px) {
	div#undercolumn_shopping .btn_area li {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	div#undercolumn_shopping .btn_area .btn-back {
		width: 100%;
		text-align: left;
	}
	div#undercolumn_shopping .btn_area .btn-submit {
		width: 100%;
		text-align: left;
	}
}


/* お届け先の指定
----------------------------------------------- */
#address_area {
    margin-bottom: 10px;
    width: 100%;
}

#address_area .information {
    width: 100%;
    float: left;
}

#undercolumn_shopping .information {
    margin-bottom: 15px;
}

#address_area .add_multiple {
    padding: 15px 10px;
    border: 1px solid #ffcc62;
    float: right;
    width: 30%;
    color: #555;
    background: #fffaf0;
    text-align: center;
    font-weight: bold;
}

#address_area .add_multiple p {
    margin-bottom: 10px;
}

#address_area p.addbtn {
    font-weight: bold;
    font-size: 10px;
}

/* ==============================================
▼検索結果
=============================================== */
p.condition_area {
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
    width: 566px;
}

/* ==============================================
▼レンタル約款　同意
=============================================== */
.privacy div.c2 {
    background: #E8EEF9;
    padding: 10px 10px;
    border-bottom: none;
    font-weight: normal;
    color: #595858;
    line-height: 32px;
    margin: 20px 0;
}

.privacy div.c2 label {
    /* background: #008DD9; */
    padding: 0px 10px;
    /* color: #fff; */
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0px;
    display: inline-block;
}

.privacy div.c2 input {
    margin-right: 5px;
}

/* A => 2017.03.01 nss クレジット決済方法変更 */
/* 決済
----------------------------------------------- */
div#mycontents_area div.settlement_area {
    display: block;
}

div#mycontents_area div.settlement_area p {
    float: left;
}

div#mycontents_area div.settlement_area .btn {
    width: 184px;
    margin-top: 15px;
    float: right;
}

div#undercolumn_shopping div.registmethod_area {
    float: left;
}

/* A <= 2017.03.01 nss クレジット決済方法変更 */
/* 確認ボタン
----------------------------------------------- */
.confirm_btn {
    margin: 0 auto;
    width: 80px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #22B14C;
    color: #fff !important;
    cursor: pointer;
    position: relative;
}
.confirm_btn:before {
    content: "";
    font-size: 1.3rem;
    position: static;
    flex: 0 0 1;
    width: 6px;
    height: 6px;
    margin-top: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    z-index: 1;
    transition: 0.3s;
    margin-left: -3px;
    margin-right: 8px;
}

/* A => 2017.03.28 nss 決済ボタン */
/* 決済ボタン
----------------------------------------------- */
.settlement_btn,
.delete_btn {
    margin: 0 auto;
    width: 80px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DB0F12;
    color: #fff !important;
    cursor: pointer;
    position: relative;
}
.settlement_btn:before,
.delete_btn:before {
    content: "";
    font-size: 1.3rem;
    position: static;
    flex: 0 0 1;
    width: 6px;
    height: 6px;
    margin-top: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    z-index: 1;
    transition: 0.3s;
    margin-left: -3px;
    margin-right: 8px;
}
.settlement_btn.order1,
.settlement_btn.order2{
    font-size: 1.3rem;
    display: inline-flex;
    width: 70px;
    height: 24px;
    margin: 0 8px;
    cursor: auto;
}
.settlement_btn.order2{
    margin: 0 8px 0 0;
    height: 24px;
}
/* A <= 2017.03.28 nss 決済ボタン */

/* A <= 20240820 請求書、領収書ボタン追加 */
/* 確認ボタン
----------------------------------------------- */
.document_btn,
.change_btn {
    width: 80px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #005aa0;
    color: #fff !important;
    cursor: pointer;
    position: relative;
}
.document_btn:before,
.change_btn:before {
    content: "";
    font-size: 1.3rem;
    position: static;
    flex: 0 0 1;
    width: 6px;
    height: 6px;
    margin-top: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    z-index: 1;
    transition: 0.3s;
    margin-left: -3px;
    margin-right: 8px;
}

/* table.cssより --------------------------------------------------------------------- */
/* tables */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
	vertical-align:top;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* 見出し
----------------------------------------------- */
div#undercolumn_shopping table th[scope=col] {
    text-align: center;
}
div#undercolumn_shopping table.delivname th {
    width: 155px;
}

/* MYページ */
div#mycontents_area table th {
    text-align: left;
    /* min-width: 270px; */
}
div#mycontents_area table th:nth-of-type(2),
div#mycontents_area table th:nth-of-type(5){
    min-width: 110px;
}
div#mycontents_area table th.alignR {
    text-align: right;
}
div#mycontents_area table th.alignL {
    text-align: left;
}
div#mycontents_area table th.alignC {
    text-align: center;
}
div#mycontents_area table th.resulttd {
    text-align: right;
}
div#mycontents_area table caption {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}

#undercolumn_order table {
    margin: 50px 0 70px 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#undercolumn_aboutus table {
	margin: 50px 0 0 0;
}



/* 新共通tableスタイル */
table.cmn-tb {
    border-top: 1px solid #dcdcdc;
    font-size: 1.5rem;
}
table.cmn-tb th {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
    background-color: #f1f6f9;
	padding: 15px;
}
.LC_Page_Shopping_Payment table.cmn-tb.table-contact.sin th{
	padding: 24px 15px 15px;
}
table.cmn-tb.table-contact.sin th{
	padding: 21px 15px 15px;
}
table.cmn-tb.table-confirm th{
    width: 350px;
}
table.cmn-tb td {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
	padding: 15px;
}
table.table-contact td{
    padding: 14px 15px 15px;
}
table.cmn-tb.table-confirm td{
    padding: 15px;
}
@media (max-width: 768px) {
    .LC_Page_Shopping_Payment table.cmn-tb.table-contact.sin th{
        padding: 15px;
    }
    table.cmn-tb.table-contact.sin th{
        padding: 15px;
    }
}
table.cmn-tb.kobutu-tb th {
    border-right: 1px solid #dcdcdc;
}
table.cmn-tb.kobutu-tb td {
    border-right: 1px solid #dcdcdc;
}
table.cmn-tb td .document-list{
    text-align: center;
}
table.cmn-tb a[href^="mailto:"] {
	word-break: break-all;
}

table.cmn-tb td .document-list:not(:last-child){
    margin-bottom: 10px;
}
.txt-ind{
    text-indent: -1em;
    padding-left: 1em;
}

table.cmn-tb.scroll-x {
	display: block;
	white-space: nowrap;
	table-layout: auto;
	overflow-x: scroll;

	/* IE, Edge 対応 */
	-ms-overflow-style: none;
	/* Firefox 対応 */
	scrollbar-width: none;
}
/* Chrome, Safari 対応 */
table.cmn-tb.scroll-x::-webkit-scrollbar {
/*	height: 15px;*/
	display: none;
}
table.cmn-tb.scroll-x th,
table.cmn-tb.scroll-x td{
    white-space:normal;
}
@media (max-width: 768px) {
    table.cmn-tb.scroll-x th,
    table.cmn-tb.scroll-x td{
        white-space: nowrap;
    }
}

@media (max-width: 850px) {
	table.cmn-tb.scroll-x::-webkit-scrollbar {
		display: block;
	}
	table.cmn-tb.scroll-x::-webkit-scrollbar-track {
		background-color: #fafafa;
	}
	table.cmn-tb.scroll-x::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border-radius: 10px;
		border: 3px solid #fafafa;
	}
}
/* 右側余白詰める用 */
table.cmn-tb.scroll-x th {
	width: 1%;
}


/* その他
----------------------------------------------- */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}


/* block.cssより------------------------------------------------------------------------------------ */
/************************************************
 ブロック用
************************************************ */
/*** 目次 ***

▼ブロック共通
リスト
タイトル
ヘッダー上、フッター下のブロックエリア

▼各機能ブロックの指定
-新着情報
-現在のカゴの中
-カテゴリ
-ガイドリンク
-ログイン（サイド用）
-検索
-カレンダー
-おすすめ商品
    * 商品詳細のオススメ商品   [whobought_area]
*/


/* ==============================================
ブロック共通
    * #container から指定することで、ヘッダー・フッターには適用していない。
/* ============================================= */
.side_column {
    overflow-x: hidden; /* IE6 表示乱れ防止 */
}
.side_column .block_body,
#main_column .block_body {
    border: solid 1px #ccc;
    border-top: none;
}
.side_column .block_body .box {
    border: solid 1px #ccc;
    width: 145px;
}

/* 外枠
----------------------------------------------- */
#container .block_outer {
    padding: 0 15px 10px; /* #container の背景色を欠けさせないため敢えて padding */
}
#container #main_column .block_outer {
    padding: 0 0 20px;
}
#container .side_column .block_outer {
    padding: 0 7% 10px;
}

/* リスト
----------------------------------------------- */
/* ログイン 検索条件 */
#container .block_outer .block_body dl.formlist {
    margin-bottom: 8px;
}
#container .block_outer .block_body dl.formlist dd {
    margin-bottom: 5px;
}
#container .block_outer .block_body dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
    font-size: 90%;
}
#container .block_outer .block_body dl.formlist span {
    vertical-align: top;
}


/* タイトル
----------------------------------------------- */
/* タイトルの背景 白 */
#login_area h2,
#search_area h2,
#calender_area h2,
#cart_area h2,
#cart h2 {
    padding: 5px 0 8px 10px;
    border-style: solid;
    border-color: #f90 #ccc #ccc;
    border-width: 1px 1px 0;
    background: url('../img/background/bg_tit_bloc_01.jpg') repeat-x left bottom;
    font-size: 14px;
}
#category_area h2 {
    border-top: solid 1px #f90;
    background: url('../img/background/bg_tit_bloc_01.jpg') repeat-x left bottom;
    padding: 5px 0 8px 10px;
    font-size: 14px;
}

/* タイトルの背景 オレンジ */
#recommend_area h2,
#news_area h2 {
    padding: 5px 0 8px 10px;
    border-style: solid;
    border-color: #f90 #ccc #ccc;
    border-width: 1px 1px 0;
    background: url('../img/background/bg_btn_bloc_02.jpg') repeat-x left bottom #fef3d8;
}


/* ***********************************************
▼各機能ブロックの指定
/*********************************************** */

/* ===============================================
▼新着情報
=============================================== */
#news_area .news_contents {
    padding: 10px;
    max-height: 260px;
    height: auto !important; /* hack? */
    height: 260px; /* hack? */
    overflow: auto;
    overflow-y: scroll;
}
#news_area dl.newslist {
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}
#news_area dl.newslist:last-child { /* IE9 未満では無効 (影響度合いが低いので黙殺) */
    background: none;
}
#news_area dl.newslist dt {
    margin-bottom: 5px;
}
#news_area dl.newslist dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
}


/* ===============================================
▼現在のカゴの中
=============================================== */
#cart_area .information {
    padding: 10px;
}
#cart_area .postage {
    margin-top: 10px;
    padding-top: 10px;
    background: url("../img/background/line_dot_01.gif") repeat-x top;
}
#cart_area .postage .point_announce {
    padding: 2px 0 2px 20px;
    background: url("../img/icon/ico_price.gif") no-repeat left top;
}
#cart_area .btn {
    padding: 10px 0;
    background: url("../img/background/line_dot_01.gif") repeat-x top #f7f7e6;
    text-align: center;
}


/* ===============================================
▼カテゴリ
=============================================== */
#container #category_area .block_body {
    background-color: #fffaf0;
}

#category_area li {
    padding-left: 5px;
}
#category_area li.level1 {
    border-bottom: solid 1px #ccc;
}
#category_area li.level1 p {
    padding-left: 20px;
    margin: 7px 3px;
}
#category_area li.level1 p {
    background: url("../img/icon/ico_arrow_01.gif") 2px 3px no-repeat;
}
#category_area li.level1 li p {
    background: url("../img/icon/ico_level.gif") 7px 7px no-repeat;
}
#category_area li a {
    display: block;
    padding: 0;
}
a.onlink:link {
    color: #f00;
    text-decoration: underline;
}
a.onlink:visited {
    color: #f00;
}
a.onlink:hover {
    color: #f00;
}


/* ===============================================
▼ガイドリンク
=============================================== */
#guide_area {
    border: none;
}
#guide_area li {
    margin-bottom: 5px;
    letter-spacing: -0.05em;
}
ul.button_like li {
    margin: 0;
    padding: 0 0 1px 0;
    background: url("../img/background/bg_btn_list.jpg") bottom repeat-x;
}
ul.button_like li a {
    margin: 0;
    padding: 10px 15px 10px 10px;
    border: 1px solid;
    border-bottom: none;
    border-color: #ccc;
    display: block;
    background: url("../img/icon/ico_arrow_02.gif") no-repeat right;
    text-decoration: none;
    outline: none;
}


/* ===============================================
▼ログイン（サイド用）
※ヘッダー用はbloc_alpha.css内に記述
=============================================== */
#container div#login_area .block_body {
    padding: 10px;
}

#container div#login_area .block_body p {
    margin-bottom: 5px;
}

#container div#login_area .block_body .btn {
    text-align: center;
}
#container .login_area dl.formlist {
    margin-bottom: 8px;
    width: 420px;
}
#container .login_area dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    color: #333;
    background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
    width: 90px;
    float: left;
    font-size: 90%;
}
#container .login_area dl.formlist dd {
    margin-bottom: 5px;
    float: right;
    width: 300px;
    vertical-align: bottom;
    text-align: left;
}
#container div#login_area .block_body .mini {
    margin-top: 5px;
    letter-spacing: -0.01em;
}


/* ===============================================
▼検索
=============================================== */
#container div#search_area .block_body {
    padding: 10px;
}
#container div#search_area .block_body .btn {
    text-align: center;
}


/* ===============================================
▼カレンダー
=============================================== */
#calender_area {
    background-color: transparent;
    border: none;
}
#calender_area .block_body {
    padding: 10px 0;
    background-color: #f1f9fc;
}
#calender_area table {
    background: #fff;
    border: none;
    width: 150px;
    margin: 0 auto 5px;
    font-size: 90%;
}
#calender_area table td {
    padding: 1px 3px;
    border-top: 1px solid #ccc;
    border-right: none;
    text-align: center;
}
#calender_area th {
    padding: 1px 3px;
    background: #fff;
    border: none;
    text-align: center;
}
#calender_area table .month {
    margin-bottom: 5px;
    padding-left: 12px;
    background: url("../img/icon/ico_arrow_04.gif") no-repeat left;
    font-size: 120%;
}
#calender_area .off {
    color: #f00;
}
#calender_area .today {
    background-color: #FFF99D;
    font-weight: bold;
}
#calender_area .information {
    margin-left: 10px;
    font-size: 90%;
}


/* ===============================================
▼おすすめ商品
=============================================== */
/*
   tplファイルのマークアップが同じ項目
   メインカラム用
   サイドカラム用           [side_column]
   商品詳細のオススメ商品   [whobought_area]
=============================================== */
/* 共通
----------------------------------------------- */
#recommend_area .block_body,
#whobought_area .product_item {
    padding: 10px 0 10px;
    border: none;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}

#recommend_area .block_body p,
#whobought_area .product_item p {
    margin: 0 0 5px 0;
}

#recommend_area .block_body img,
#whobought_area .product_item img {
    margin: 0 5px 0 0;
}

#recommend_area .block_body h3,
#whobought_area .product_item h3 {
    font-size: 100%;
    font-weight: normal;
}

/* サイドカラム用 */
.side_column #recommend_area .product_item {
    margin-bottom: 10px;
}


/* 画像
----------------------------------------------- */
/* メインカラム用 */
#main_column #recommend_area .block_body .productImage,
#whobought_area .product_item .productImage {
    margin-bottom: 10px;
    float: left;
    width: 90px;
}
/* サイドカラム用 */
.side_column #recommend_area .block_body .productImage {
    float: none;
    text-align: center;
    width: auto;
}


/* 左右の振り分け
----------------------------------------------- */
#main_column #recommend_area .product_item,
#whobought_area .product_item {
    float: left;
    width: 47.5%;
    padding-left: 1%;
    padding-right: 1%;
}


/* 商品説明テキスト
----------------------------------------------- */
/* メインカラム用 1カラム時*/
#main_column.colnum1 #recommend_area .block_body .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 2カラム時*/
#main_column.colnum2 #recommend_area .block_body .productContents,
#main_column.colnum2 #whobought_area .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 3カラム時*/
#main_column.colnum3 #recommend_area .block_body .productContents,
#main_column.colnum3 #whobought_area .productContents {
    float: right;
    width: 67%;
}

/* サイドカラム用 */
.side_column #recommend_area .block_body .productContents {
    clear: both;
}



/* block_alpha.cssより------------------------------------------------------------------------------------ */
/************************************************
 インヘッダーブロック
************************************************ */
#headerInternalColumn {
    margin-top: 5px;
    float: right;
    width: 520px;
    height: 35px;
}

/* ログイン（ヘッダー用）
----------------------------------------------- */
#header_login_area {
    padding: 0 10px;
    border: solid 1px #ffc979;
    height: 30px;
    background: #fef3d3;
    letter-spacing: -0.075em;
}
#header_login_area ul.formlist {
    margin-top: 5px;
}
#header_login_area ul.formlist li {
    float: left;
}
#header_login_area ul.formlist li.mail {
    padding-left: 28px;
    width: 155px;
    background: url("../images/common/ico_arrow_login.gif") no-repeat left;
    font-size: 90%;
}
#header_login_area ul.formlist li.password {
    padding-right: 5px;
}
#header_login_area ul.formlist li.login_memory {
    padding-right: 5px;
    font-size: 90%;
}
#header_login_area ul.formlist li.forgot {
    margin-top: 3px;
    padding-right: 5px;
    font-size: 90%;
}
#header_login_area ul.formlist li.btn {
    padding-right: 5px;
    width: 53px;
}
#header_login_area p.btn {
    height: 20px;
    padding: 5px 0;
    vertical-align: middle;
}
#header_login_area p.btn input[type=image] {
    vertical-align: middle;
}

/* ***********************************************
追加ブロック
************************************************ */
/* 共通
----------------------------------------------- */
#container .block_outer #banner_area .block_body {
    border: none;
}

/* 【メイン】バナーエリア_02
----------------------------------------------- */
#main_column .block_outer #banner_area .block_body ul {
    width: 100%;
}
#main_column .block_outer #banner_area .block_body ul li {
    float: left;
}
#main_column .block_outer #banner_area .block_body ul li.sub_01 {
    padding-right: 8px;
}

/* 【サイド】バナーエリア_01
----------------------------------------------- */
/* 【サイド】バナーエリア_02
----------------------------------------------- */
#leftcolumn .block_outer #banner_area .block_body ul li,
#rightcolumn .block_outer #banner_area .block_body ul li {
    margin-bottom: 8px;
}


/* popup.cssより-------------------------------------------------------------------------------------------- */
/************************************************
 ポップアップウィンドウ
************************************************ */
/* 共通
----------------------------------------------- */
div#windowcolumn {
    border-top: solid 3px #f90;
    width: 560px;
    height: 100%;
    margin: 15px 15px 0 15px;
    background: #fff;
}

div#windowcolumn h2 {
    margin-bottom: 10px;
    padding: 8px;
    border-top: solid 1px #ebeced;
    color: #f60;
    background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom;
    background-color: #fef3d8;
    font-size: 170%;
}

div#window_area {
    margin: 15px auto 0 auto;
    padding-bottom: 20px;
    width: 540px;
    min-height: 300px;
	text-align:left;
    height: auto !important;
}

div#window_area p {
	text-align:left;
}

div#window_area p.information {
    margin-bottom: 20px;
}

div#window_area .message {
    margin-bottom: 20px;
    color: #f60;
    line-height: 150%;
    font-weight: bold;
    font-size: 140%;
}
div#window_area table {
    width: 540px;
}

/* お客様の声の書き込み、新しいお届け先の追加・変更
----------------------------------------------- */
div#window_area #forgot {
    margin: 0 auto;
    padding: 20px;
    width: 440px;
    border: 1px solid #ccc;
    text-align: left;
}
div#window_area #forgot .mailaddres {
    margin-bottom: 10px;
}

div#window_area #forgot p {
    text-align: left;
}

div#window_area #forgot p.t-center {
    text-align: center;
}

div#window_area a {
	font-weight:bold;
}

div#window_area a:link, div#window_area a:visited {
    text-decoration: underline;
	color: #39c;
}

div#window_area a:link:hover, div#window_area a[href]:hover {
	color: #f60;
}


/* 商品詳細拡大写真、カート拡大写真
----------------------------------------------- */
div#bigimage,
div#cartimage {
    margin-top: 15px;
    background-color: #fff;
    text-align: center;
}

div#bigimage img,
div#cartimage img {
    padding: 10px;
    background-color: #fff;
}

/* 郵便番号検索
----------------------------------------------- */
div#zipsearchcolumn {
    margin: 15px auto 0 auto;
    border-top: 5px solid #ffa85c;
    border-bottom: 5px solid #ffa85c;
    width: 460px;
    background-color: #fff;
}

div#zipsearchcolumn h2 {
    margin: 0 0 15px 0;
    width: 460px;
}

div#zipsearch_area {
    margin: 15px auto 0 auto;
    width: 460px;
}

div#zipsearchcolumn .btn {
    margin: 15px 0 30px 0;
    text-align: center;
}

div#zipsearch_area #completebox p {
    padding: 60px 5px;
    text-align: center;
}

/* 商品スペック表 記載調整
----------------------------------------------- */
p.spec-border-top {
    position: relative;
    padding-top: 10px;
}
p.spec-border-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dcdcdc;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    z-index: 99;
}
/*kobutu-text*/
#contentsArea p.kobutu-text,
.kobutu-text{
    text-align: center;
}
/*about-tb*/
@media (max-width: 768px) {
    table.about-tb colgroup{
        display: none;
    }
    table.about-tb th{
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    table.about-tb td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    table.cmn-tb.table-confirm th{
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    table.cmn-tb.table-confirm td{
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
}
