@charset "utf-8";
/*
Theme Name: NAGOYA
Theme URI: http://
Author: nagoya
Author URI: http://
Description: 日本酒プレゼント通販
*/
/* ===================================================================
 style info : 各cssファイル読み込み用
 author     : nagoya
=================================================================== */
/*----------------------------------------------------------------------------------------------------------------------
リセット
----------------------------------------------------------------------------------------------------------------------*/
html{
  font-family:sans-serif;
  /* 1 */
      -ms-text-size-adjust:100%;
  /* 2 */
  -webkit-text-size-adjust:100%;
  /* 2 */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section { 
	margin: 0;
	padding: 0;
}
div {border: 0;}

/* tables still need 'cellspacing="0"' */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
fieldset,img { border: 0;}
img {vertical-align: bottom;}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}
strong{
	font-weight: bold;
}
ol,ul {list-style: none;}
caption,th {text-align: left;}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content:'';
}
abbr,acronym {border:0;}
*{
	margin:0;
	padding:0;
	border:0;
}
/*----------------------------------------------------------------------------------------------------------------------
基本設定　ベース
----------------------------------------------------------------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body  {
font-family:Verdana,"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
font-size:12px;
background:#FFF;
color:#000;
-webkit-font-smoothing: antialiased !important;
line-height: 1.7;
}
* html body {font-size: 75%; /* for IE6 */}
*:first-child+html body {font-size: 75%; /* for IE7 */}

hr{
border: none;
border-top:1px solid !important;
height:1px;
width:100%;
display:block;
}
/*----------------------------------------------------------------------------------------------------------------------
icomoon設定
----------------------------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?os56n4');
	src:url('fonts/icomoon.eot?#iefixos56n4') format('embedded-opentype'),
		url('fonts/icomoon.ttf?os56n4') format('truetype'),
		url('fonts/icomoon.woff?os56n4') format('woff'),
		url('fonts/icomoon.svg?os56n4#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
    content: "\e900";
}
.icon-chevron-down:before {
	content: "\e600";
}
.icon-chevron-right-circle:before {
	content: "\e601";
}
.icon-chevron-right:before {
	content: "\e602";
}
.icon-chevron-up:before {
	content: "\e603";
}
.icon-envelope:before {
	content: "\e604";
}
.icon-home:before {
	content: "\e605";
}
.icon-phone-handset:before {
	content: "\e606";
}
.icon-phone:before {
	content: "\e607";
}
.icon-store:before {
	content: "\e608";
}
.icon-user:before {
	content: "\e609";
}
.icon-instagram-with-circle:before {
	content: "\e60a";
}
.icon-instagram:before {
	content: "\e60b";
}
/*----------------------------------------------------------------------------------------------------------------------
margin&padding
----------------------------------------------------------------------------------------------------------------------*/
.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mb0{margin-bottom:0px !important;}
.mb2{margin-bottom:2px !important;}
.mb5{margin-bottom:5px !important;}
.mb0{margin-bottom:0px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}
.mr60{margin-right:60px !important;}

.pd5{padding:5px !important;}
.pd10{padding:10px !important;}
.pd15{padding:15px !important;}
.pd20{padding:20px !important;}
.pd25{padding:25px !important;}
.pd30{padding:30px !important;}
.pd40{padding:40px !important;}
.pd50{padding:50px !important;}
.pd60{padding:60px !important;}
.pdt5{padding-top:5px !important;}
.pdt10{padding-top:10px !important;}
.pdt15{padding-top:15px !important;}
.pdt20{padding-top:20px !important;}
.pdt25{padding-top:25px !important;}
.pdt30{padding-top:30px !important;}
.pdt40{padding-top:40px !important;}
.pdt50{padding-top:50px !important;}
.pdt60{padding-top:60px !important;}
.pdb5{padding-bottom:5px !important;}
.pdb10{padding-bottom:10px !important;}
.pdb15{padding-bottom:15px !important;}
.pdb20{padding-bottom:20px !important;}
.pdb25{padding-bottom:25px !important;}
.pdb30{padding-bottom:30px !important;}
.pdb40{padding-bottom:40px !important;}
.pdb50{padding-bottom:50px !important;}
.pdb60{padding-bottom:60px !important;}
.pdl5{padding-left:5px !important;}
.pdl10{padding-left:10px !important;}
.pdl15{padding-left:15px !important;}
.pdl20{padding-left:20px !important;}
.pdl25{padding-left:25px !important;}
.pdl30{padding-left:30px !important;}
.pdl40{padding-left:40px !important;}
.pdl50{padding-left:50px !important;}
.pdl60{padding-left:60px !important;}
.pdr5{padding-right:5px !important;}
.pdr10{padding-right:10px !important;}
.pdr15{padding-right:15px !important;}
.pdr20{padding-right:20px !important;}
.pdr25{padding-right:25px !important;}
.pdr30{padding-right:30px !important;}
.pdr40{padding-right:40px !important;}
.pdr50{padding-right:50px !important;}
.pdr60{padding-right:60px;}

/*----------------------------------------------------------------------------------------------------------------------
font color&size&style
----------------------------------------------------------------------------------------------------------------------*/
.fntMn{font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}
.fntItlc{font-style:italic;}
.fntno{font-weight:normal !important;}
.fnt10{font-size:10px !important;}
.fnt11{font-size:11px !important;}
.fnt12{font-size:12px !important;}
.fnt13{font-size:13px !important;}
.fnt14{font-size:14px !important;}
.fnt15{font-size:15px !important;}
.fnt16{font-size:16px !important;}
.fnt17{font-size:17px !important;}
.fnt18{font-size:18px !important;}
.fnt19{font-size:19px !important;}
.fnt20{font-size:20px !important;}
.fnt21{font-size:21px !important;}
.fnt22{font-size:22px !important;}
.fnt24{font-size:24px !important;}
.fnt26{font-size:26px !important;}
.fnt28{font-size:28px !important;}
.fnt30{font-size:30px !important;}
.fntLightGray{color:#ddd !important;}
.fntBlack{color:#000 !important;}
.fntGray{color:#666 !important;}
.fntGreen{color:#006458 !important;}
.fntRed{color:#d25250 !important;}
.fntRedkoi{color:#bf1f2b !important;}
.fntBrown{color:#572C02 !important;}
.fntWhite{color:#FFF !important;}
.fntBlue{color:#0F1694 !important;}
.fntkoiBlue{color:#191d59 !important;}
.fntSky{color:#36B1D9 !important;}
.fntPink{color:#E55753 !important;}
.fntYellow{color:#FFFF00 !important;}
.fntOrange{color:#FF6000 !important;}
.fntBld{font-weight:bold !important;}
.fntNormal{font-weight: normal; }
.va1em{vertical-align:-0.1em;}
.vaMddl{vertical-align:middle;}
.txtRight{text-align:right;}
.txtCenter{text-align:center;}
.txtul{text-decoration:underline !important;}
.txtul2{border-bottom: solid 3px #0F1694;}
.txtulno{text-decoration:none !important;}
.kadomaru{border-radius:6px !important;}
.toggle-pc { display: block; }
.toggle-sp { display: none; }
.bg-Gray{background:#f0f0f0 !important;}
.bgRed{background:#bf1f2b !important;}
.bgBlue{background:#E8F3F7 !important;}
.boxPinkTtl{
display:inline-block;
margin-bottom: 10px;
font-size: 15px;
line-height: 1.3;
}
.boxPinkTtl-mini{
border-bottom: 2px solid #333;
display:inline-block;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.3;
}
.boxGray{border: 1px solid #f0f0f0;padding:12px;}
.box-gray2px{border: 2px solid #f0f0f0;padding:12px;}
.box-orange{border: 1px solid #FF9933;padding:12px;}
.box-orange2px{border: 2px solid #FF9933;padding:12px;}
.box-green{border: 1px solid #86C465;padding:12px;}
.box-green2px{border: 2px solid #86C465;padding:12px;}
.box-blue{border: 1px solid #0D6FB8;padding:12px;}
.box-blue2px{border: 2px solid #0D6FB8;padding:12px;}
.box-bluekoi2px{border: 2px solid #0F1694;padding:12px;}
.box-sky{border: 1px solid #36B1D9;padding:12px;}
.box-sky2px{border: 2px solid #36B1D9;padding:12px;}
.box-red2px{border: 2px solid #bf1f2b;padding:12px;}
.box-blueusui2px{border: 2px solid #E8F3F7;padding:12px;box-shadow: 0 2px 6px rgba(0,0,0,0.6);}
.bgusuiBlue{background:#E8F3F7;padding:12px;}
.bgusuiOrange{background:#FDF1E3;padding:12px;}
.bgGray{background:#f9f9f9;padding:12px;}
.bgkoiGray{background:#666;padding:12px;}
.indent{text-indent:-1.4em;margin-left:1.4em;}
.indent-s{text-indent:-0.7em;margin-left:1em;}
.lh16{line-height:1.6 !important;}
.lh12{line-height:1.2 !important;}
.btn-yellow a{
  display: inline-block;
  text-decoration: none !important;
  color: #000 !important;
  max-width: 500px;
  width:100%;
  padding:5px 1px;
  background: #FFBF00;/*ボタン色*/
  text-align: center;
  border-bottom: solid 5px #B28500;
  border-radius:5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.btn-yellow a:hover{
    box-shadow: none;
}
.btn-red a{
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  max-width: 500px;
  width:100%;
  padding:5px 1px;
  background: #BE1F2A;/*ボタン色*/
  text-align: center;
  border-bottom: solid 5px #94292E;
  border-radius:5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.btn-red a:hover{
    box-shadow: none;
}
.marker{
    background: linear-gradient(transparent 75%, #FFFF00 75%);
    font-weight: bold;
    padding: 0px 10px 8px;
}
.css-br::after {
  content: "\A" ;
  white-space: pre;
}

/*ボタン装飾 */
a.cp_btn-blue {
  display: inline-block;
  padding: 0.5em 3em;
  text-decoration: none !important;
  background: #668ad8;/*ボタン色*/
  color: #FFF !important;
  border-bottom: solid 5px #627295;
  border-radius: 5px;
 box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

a.cp_btn-red {
  display: inline-block;
  padding: 0.5em 3em;
  text-decoration: none !important;
  background: #BE1F2A;/*ボタン色*/
  color: #FFF !important;
  border-bottom: solid 5px #94292E;
  border-radius: 5px;
 box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

a.cp_btn-red:hover,
a.cp_btn-blue:hover{
    box-shadow: none;
}

/* 横並び（2列） */


/* 装飾 */
.tag-orange{
  padding: .3em .75em;
  background-color: #FF9933 !important;
}
.tag-yellow{
  padding: .3em .75em;
  background-color: #FFFF00;
  border-radius: 4px;
}
.tag-green{
  padding: .3em .75em;
  background-color: #86C465 !important;
}
.tag-blue{
  padding: .3em .75em;
  background-color: #0D6FB8 !important;
}
.tag-sky{
  padding: .3em .75em;
  background-color: #36B1D9 !important;
}
.tag-red{
  padding: .3em .75em;
  background-color: #B61022 !important;
}

/* 矢印 */
.triangle{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #333;
  display: inline-block;
}
.triangle1{
  width: 0;
  height: 0;
  border-left: 5px solid #FFFF00;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
}
.triangle2{
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #333;
  border-bottom: 20px solid transparent;
  display: inline-block;
}
.triangle3{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #666;
  display: inline-block;
}

/* テーブル */
table.spec{
font-size:13px;
border-collapse: separate;
border-spacing: 1px;
text-align: left;
border-top: 1px solid #333;
}
table.spec th{
width: 100px;
padding: 10px 0 10px 0;
vertical-align: top;
border-bottom: 1px solid #333;
}
table.spec td{
width: 470px;
padding: 10px 0 10px 5px;
vertical-align: top;
border-bottom: 1px solid #333;
}


/* ---------- 会話形式（吹き出し） ---------- */
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*max-width: 1024px;*/
  margin: 50px auto;
  padding: 0 10px;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.oneArea .onebox:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 20px;
}
.oneArea .onebox .imgArea {
  width: 16%;
  position: relative;
}
.oneArea .onebox:nth-child(odd) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 0px;
  left: 0;
  padding-right: 30px;
}
.oneArea .onebox:nth-child(even) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  width: 80%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #FFEAEF;
  font-size: 16px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox .fukidasi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::before {
  left: -15px;
  border-left: 25px solid #FFEAEF;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::after {
  left: -25px;
  border-left: 25px solid #ffffff;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(even) .fukidasi {
  background-color: #DCF3FF;
}
.oneArea .onebox:nth-child(even) .fukidasi::before {
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #DCF3FF;
}
.oneArea .onebox:nth-child(even) .fukidasi::after {
  left: auto;
  right: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .oneArea .onebox:nth-child(odd) .imgArea img {
    max-width: 70%;
    top: 0;
  }
  .oneArea .onebox:nth-child(even) .imgArea img {
    max-width: 70%;
    top: 0;
  }
  .oneArea .onebox .fukidasi {
    padding: 15px;
    font-size: 16px;
	 line-height:1.5;
  }
  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }
  .oneArea .onebox .fukidasi::after {
    top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .oneArea {
    margin: 30px auto;
  }
  .oneArea .onebox:nth-child(even) {
    margin-top: 15px;
  }
  .oneArea .onebox .imgArea {
    width: 20%;
  }
  .oneArea .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 16px;
	  line-height:1.5;
  }
}

/*----------------------------------------------------------------------------------------------------------------------
link text&btn
----------------------------------------------------------------------------------------------------------------------*/
a{
text-decoration:none;
color:#000;
}
a:hover{
text-decoration:underline;
/*filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;*/
}
a:hover img{
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
a.nobrd:hover{text-decoration:none;}
a.brd{text-decoration:underline;}
a.btn{
color:#FFF;
padding:0.6em 1em;
border-radius: 2px;
-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
}
a.btn_l{
font-size:18px;
color:#FFF;
padding:1em 1.4em;
border-radius: 2px;
-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
}
a.btnPink{background:#E55753;}
a.btnGray{background:#888;}
a.btnBrown{background:#572C02;}
a.btnRed{background:#CC0000;}


/*----------------------------------------------------------------------------------------------------------------------
レイアウト
----------------------------------------------------------------------------------------------------------------------*/
div.inner{
width:100%;
max-width:1105px;
margin:0 auto;
overflow:hidden;
position:relative;
}

div#contentsArea.twClm div.inner{
width:100%;
max-width:840px;
margin:0 auto;
overflow:hidden;
position:relative;
}
div#contentsArea.top div.inner,
div#contentsArea.naka2 div.inner{
width:100%;
max-width:838px;
margin:0 auto;
overflow:hidden;
position:relative;
}

/*----------------------------------------------------------------------------------------------------------------------
カートエリア
----------------------------------------------------------------------------------------------------------------------*/

div.cartjs_box{margin-bottom:50px !important;}
div.cartjs_box div.cartjs_product_table{margin:30px auto !important;}
div.cartjs_box div.cartjs_product_table table{width:60% !important;}
div.cartjs_box div.cartjs_product_table table th,
div.cartjs_box div.cartjs_product_table table td{padding:0.7em 0.5em;}
div.cartjs_box div.cartjs_product_table table th{font-size:16px;}
div.cartjs_box div.cartjs_product_table table td{font-size:18px !important;color:#333 !important;}
div.cartjs_box div.cartjs_product_table table input{margin-right:0.5em;}

div.cartjs_cart_in{}
div.cartjs_cart_in input[type="submit"]{padding:0.8em 2em 0.8em 2em;-webkit-appearance: none;}


/*----------------------------------------------------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------------------------------------------------*/

header{}
/*header ul.headMenu{
position:absolute;
right:0;
top:0;
font-size:15px;
}
header ul.headMenu li:last-child{padding-right:0;}
*/

header div.headRight{
position:absolute;
right:0;
top:0;
}
header div.headRight div.headTel{
color:#060b83;
float:right;
padding-top:2px;
margin-left:1em;
font-size:12px;
letter-spacing:0px;
}
header div.headRight span.icnTel{
background:url(img/icn_tel.png) left top no-repeat;
background-size:cover;
width:24px;
display:inline-block;
height:16px;
margin-right:0.4em;
vertical-align:-2px;
}
header ul.headMenu,header div.utilities{float:left;}
header ul.headMenu li{
float:left;
border-right:1px solid #333;
padding:10px 16px 7px 16px;
font-size:14px;
}
header div.utilities ul.subnavi li{
float:left;
padding:10px 0 5px 18px;
}
header div.utilities ul.subnavi li a:hover{
text-decoration:none;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
header div.utilities ul.subnavi li.mypage{font-size:14px;padding:16px 0 2px 16px;}
header div.utilities ul.subnavi li.logout{font-size:14px;padding:16px 0 2px 16px;}
header div.utilities ul.subnavi li p.cartImg{
display:inline-block;
position:relative;
padding-right:1em;
}
header div.utilities ul.subnavi li p.cartImg span.icon-cart{
font-size:22px;
line-height:1.1;
}
header div.utilities ul.subnavi li p.cartImg span.totalquantity{
position:absolute;
top:-3px;
right:1px;
background:#EEE;
padding:1px 4px;
border-radius: 20px; 
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
header div.utilities ul.subnavi li span.totalprice{
background:#F6F6F6;
padding:6px 8px;
margin-left:10px;
}

nav#fixedBox .menu{overflow:hidden; }
nav#fixedBox p.logo{float:left;margin:12px 10px 15px 0;}
nav#fixedBox p.logoTtl,
nav#fixedBox h1.logoTtl{
font-size:17px;
display:inline-block;
float:left;
margin:0 10px 0 0;
padding:30px 10px 10px 0;
}
nav#fixedBox h1.logoTtl a:hover{
text-decoration: none;
}
nav#fixedBox p.logoTtl span,
nav#fixedBox h1.logoTtl span{
color: #060b83;
font-size:20px !important;
font-weight:bold;
}

header ul.globalNavi{
font-size:14px;
overflow:hidden;
margin-top:45px;
}
header ul.globalNavi li{float:left;}
header ul.globalNavi li a{
border-right:1px solid #333;
padding:8px 20px 10px 20px;
display:inline-block;
text-decoration:none;
}
header ul.globalNavi li a:hover{background:#EEE;}

div#breadArea{
background:#fff;
border:1px solid #333;
border-width:1px 0;
margin:0px 0 35px 0;
}
.fixed {
    position: fixed;
    top: 0;
	left:0;
    width: 100%;
    z-index: 10000;
	background:#FFF;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.fixed .menu {
width:100%;
max-width:1105px;
margin:0 auto;
}
.fixed .menu  p.logo{float:left; margin:0px 10px 0px 0 !important;}
.fixed .menu  p.logoTtl,
.fixed .menu  h1.logoTtl{float:left; padding:17px 10px 15px 0 !important;}
.fixed .menu ul.globalNavi{margin-top:13px;}
.fixed .menu  ul.globalNavi li a{
border-right:1px solid #333;
padding:5px 20px 5px 20px;
display:inline-block;
text-decoration:none;
}

.page-header .spMenu{display:none;}
div#naviBox{display:none;}
.sp {display: none;}
.pc {display: block;}


/*----------------------------------------------------------------------------------------------------------------------
トップエリア
----------------------------------------------------------------------------------------------------------------------*/
div#topHeading{
width:100%;
position: relative;
margin-bottom:30px;
}
div#pd-protector-topHeading{
width:100%;
position: relative;
margin-bottom:30px;
background:url(img/img_pd-protector_bg2.jpg)  left top no-repeat;
background-size: cover;
width: 100%;
padding-top: 30%;
}
div#topHeading h2{
position:absolute;
top:0;
left:0;
font-size:36px;
}
div#pd-protector-topHeading .pd-protector_h1{
position:absolute;
top:32px;
left:0;
font-size:36px;
}
div#pd-protector-topHeading h1 span{
font-size:18px;
color:#fff;
letter-spacing:0 !important;
font-weight:bold;
letter-spacing:0;
line-height: 1.3;
}
div#pd-protector-topHeading .pd-protector_h1_2{
position:absolute;
top:140px;
left:25px;
font-size:36px;
color:#fff;
letter-spacing:0 !important;
font-weight:bold;
letter-spacing:0;
line-height: 1.3;
}
div#contentsArea.top div#contentsBox .boxDetails h3,
div#contentsArea.top div#contentsBox .boxDetails h4.naka{
color: #2292b6;
border-bottom: 1px solid #EEE;
margin-bottom: 1.5em;
padding-bottom: 0.1em;
font-size: 20px;
margin-top: 5px;
}
div#contentsArea.top div#contentsBox .boxDetails h3.kuro:first-letter,
div#contentsArea.top div#contentsBox .boxDetails h4.kuro:first-letter{
font-size: 30px;
color: #000;
}
div#topHeading h2,
div#topHeading p.pd-protector_h1,
div#contentsArea.top div#mainArea h2,
div#contentsArea.top div#mainArea h3{
color:#bf1f2b;
letter-spacing:0 !important;
font-weight:bold;
letter-spacing:0;
line-height: 1.3;
}
div#contentsArea.top div.pd-protector_head-img{
text-align:right;
margin-top: -25px;
}
div#contentsArea.top div#mainArea h3{font-size:18px;}
div#contentsArea.top div#mainArea h3 span{font-size:27px;}
div#contentsArea.top img,
div#contentsArea.naka2 img{max-width:100%; height:auto;}

div.greenBox {
margin: 2em 0;
border:2px solid #006458;
letter-spacing:0px;
}
div.greenBox .gbTitle {
background: #006458;
padding:2px 4px;
text-align: center;
color: #FFF;
font-size:20px;
font-style:oblique;
}
div.greenBox h3{padding:1em 0.8em 0.6em 0.8em;}
div#contentsArea.top div.greenBox ol.list,
div#contentsArea.naka2 div.greenBox ol.list{
margin:0 1em 1.5em 1.5em;
overflow:hidden;
}
div#contentsArea.top div.contactBox,
div#contentsArea.naka2 div.contactBox,
div#contentsBox div.contactBox{
margin: 50px 0;
position: relative;
}
div#contentsArea.top div.contactBox div.txtCont,
iv#contentsArea.naka2 div.contactBox div.txtCont,
div#contentsBox div.contactBox div.txtCont{
position: absolute;
top:45.0236%;
left:24.4328%;
font-size:14px;
color:#666666;
letter-spacing:0 !important;
}
div#contentsArea.top div.contactBox span.icnTel,
div#contentsArea.naka2 div.contactBox span.icnTel,
div#contentsBox div.contactBox span.icnTel{
background:url(img/icn_tel.png)  left top no-repeat;
background-size:contain;
width:31px;
height:21px;
display:inline-block;
vertical-align:-3px;
margin-right:0.3em;
}
div#contentsArea.top div.contactBox div.txtCont p,
div#contentsArea.naka2 div.contactBox div.txtCont p,
div#contentsBox div.contactBox div.txtCont p{
font-size:22px;
font-weight:bold;
color:#0F1694;
line-height: 1.2;
}

div#contentsArea.top div.contactBox .btnCont,
div#contentsArea.naka2 div.contactBox .btnCont,
div#contentsBox div.contactBox .btnCont{
width:38.3944%;
max-width:220px;
position: absolute;
bottom:11%;
left:24.4328%;
}
div#contentsArea.top div.contactBox .btnCont2,
div#contentsArea.naka2 div.contactBox .btnCont2,
div#contentsBox div.contactBox .btnCont2{
width:100%;
max-width:500px;
position: absolute;
bottom:5%;
left: 6.5%;
}

div.grayBorderBox {
position: relative;
margin: 2em 0;
padding: 1.5em 0.8em 1.5em 1.2em;
border: solid 2px #dddddd;

}
div.grayBorderBox .gbbTitle {
position: absolute;
display: inline-block;
top: -13px;
left: 10px;
padding: 0 9px;
line-height: 1;
font-size: 18px;
background: #FFF;
color: #006458;
font-style:oblique;
}

ul.checkList{margin-top:15px;}
ul.checkList li{
position:relative;
padding-left:1.5em;
font-size:16px;
margin-bottom:10px;
line-height:1.6;
}
ul.checkList li:after, .checkList li:before{
content:''; 
display:block; 
position:absolute; 
top:12px; 
left:9px; 
height:11px; 
width:3px; 
background:#bf1f2b; 
border-radius:10px;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
}
ul.checkList li:before{
top:16px; 
left:3px;
height:8px; 
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
}
ul.checkList span.underLine{border-bottom:1px dotted #ababab;padding-bottom:3px;}

div#contentsArea.top div.mw_wp_form h3,
div#contentsArea.naka2 div.mw_wp_form h3{
padding:5px 10px !important;
font-weight:bold !important;
background: #EEE !important;
font-size:16px !important;
margin-bottom: 20px;
color:#0F1694 !important;
}
div#contentsArea.top h4{
padding:0 0 13px 0;
border-bottom:1px solid #333;
font-size:18px;
font-weight:bold;
margin-bottom:20px;
}

/*----------------------------------------------------------------------------------------------------------------------
メインエリア
----------------------------------------------------------------------------------------------------------------------*/

/* ====== レフト ====== */
div#leftArea{
position: relative;
float:left;
width:20.2424%;
max-width:226px;
margin-right:3.8%;
}
div#contentsArea.twClm div#leftArea{
position: relative;
float:left;
width:26.904762%;
max-width:226px;
margin-right:3.8%;
border:1px solid #333;
padding:10px 0 0;
}
div#leftArea div.goTopArea{
position:relative;
border: 1px solid #dcdcdc;}
div#leftArea div.goTopArea a{
position:absolute;
display:block;
top:0;
left:0;
width:100%;
height:100%;
text-indent:-999px;
z-index:0;
}
div#leftArea.Pnk div.leftCatch,div#leftArea.Pnk div.leftBox{background:#E4E5F1;}
div#leftArea.Pnk div.leftCatch,div#leftArea.Pnk div.leftBox p{font-size:14px;line-height:1.8;}
div#leftArea div.goTopArea:hover div.leftCatch,div#leftArea div.goTopArea:hover div.leftBox{background:#EEE;}
div#leftArea img{max-width:100%;height:auto;}
div#leftArea p.more{padding:10px 15px;}
div#leftArea:hover p.more{background:#EEE;}
div#leftArea div.tate{
	display:inline-block; 
	padding: 0 0 0.5em;
	margin:0 auto;
	text-align:center;
}
div#leftArea div.leftCatch{
padding:10px 15px 20px 15px;
}
div#leftArea div.leftCatch h1{
font-size:15px;
line-height: 1.6;
font-weight:bold;
margin-bottom:15px;
}
div#leftArea div.leftCatch h1 span{
display:block;
}
div#leftArea div.leftCatch p.trimming{
}
div#leftArea div.leftBox{padding:0 15px 10px;}

/* ====== ティザー ====== */
div#contentsArea.twClm div.inner-top{
width:100%;
max-width:1120px;
margin:0 auto;
overflow:hidden;
position:relative;
}

div#mainArea-top{
float:left;
width:100%;
max-width:700px;
margin:170px 3.6% 0;
}

div#mainArea-top h2{
font-size:19px;
margin-bottom:20px;
}

div#leftArea-top{
position: relative;
float:left;
width:20.2424%;
max-width:226px;
padding:10px 0 0;
margin-right:3.6%;
margin-top:90px;
}
.dldt{width:690px;}
.dldt dt{width:110px;font-size:13px;float:left;margin-bottom:12px;}
.dldt dd{width:580px;font-size:14px;float:left;margin-bottom:12px;}
.dldt dd span{display:block;}
.border2px{border-bottom:solid 2px #333;display: inline-block;}

/* ====== コンテンツ ====== */
div#contentsArea.top div#mainArea,
div#contentsArea.naka2 div#mainArea{
float:left;
width:68.257%;
max-width:572px;
margin-right:4.7732%;
}
div#mainArea{
float:left;
width:51.7647%;
max-width:572px;
margin-right:3.6%;
}

div#contentsArea.twClm div#mainArea{
float:left;
width:68.095238%;
max-width:572px;
margin-right:0;
}

div.oneclm{
margin:0 auto !important;
float:none !important;
}
div#contentsBox{
margin-bottom:65px;
}
div#contentsBox a{
text-decoration:underline;
color:#0F1694;
}
div#contentsBox h1,
div#contentsBox h2.h2-naka{
padding:0 0px 18px 0px;
border-bottom:1px solid #333;
font-size:19px;
margin-bottom:30px;
font-weight:bold;
line-height: 1.6;
background: none;
color: black !important;
}

/* 背景画像プラステキストのボックス */
div#contentsBox div.haikei-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 20px;
}
/* 背景画像の読み込み */
div#contentsBox div.haikei-text_bg{
  background: url("img/bg_img_qa_2.jpg") no-repeat 0 0;
  background-size: 100%;
}
div#contentsBox div.haikei-text_bg2{
  background: url("img/bg_img_qa_1.jpg") no-repeat 0 0;
  background-size: 100%;
}
/* 重ねる文字の基本設定 */
div#contentsBox h2.h2-haikei{
  text-shadow: 1px 1px 4px rgba(0,0,0,1);
  color: #fff;
  letter-spacing: 0.4rem;
	background: none;
}
/* SP向けの設定 */
@media screen and (max-width: 420px) {
div#contentsBox h2.h2-haikei{
    font-size: 1.15rem;
    padding: 1.6rem 0;
    line-height: 1.4 !important;
  }
}
/* PC向けの設定 */
@media screen and (min-width: 421px) {
div#contentsBox h2.h2-haikei{
   font-size: 1.4rem;
   padding:3.35rem 0;
	line-height: 1.6 !important;
	margin-bottom:0px;
  }
}

div#contentsBox p.subtitle{
font-size: 18px;
line-height: 1.6;
margin-bottom: 5px;
color: #bf1f2b;
}
div#contentsBox h2{
padding: 12px 10px;
font-weight:bold;
background: #0F1694;
font-size:19px;
margin-bottom: 20px;
color:#fff !important;
}
div#contentsBox h3.naka{
padding: 12px 10px !important;
font-weight:bold;
background: #0F1694;
font-size:19px;
margin-bottom: 20px;
color:#fff !important;
border-bottom: none !important;
border-left: none !important;
}
div#contentsBox h3,
div#contentsBox h4.naka{
font-size:18px;
font-weight:bold;
margin-bottom:20px;
padding: 0em 0.5em 0em;
border-left: 6px solid #ccc;
color:#36B1D9;
}
div#contentsBox img{
max-width: 100%;
height: auto;
vertical-align: top;
border: none;
}
div#contentsBox div.boxDetails{}
div#contentsBox div.boxDetails p{line-height:1.8;}
div#contentsBox div.boxDetails img{max-width:100%; height:auto;}
div#contentsBox div.boxQuote{
background:#EEE;
font-style:italic;
padding:3.673%;
font-size:14px;
}
div#contentsBox div.boxDetails div.social{margin-top:20px;}
div#contentsBox div.boxDetails div.social ul.snsb{overflow:hidden;clear:both;}
div#contentsBox div.boxDetails div.social ul.snsb li{float:left;margin-right:1em;}


dl.boxProf{
width:100%;
margin:0 auto 30px;
overflow:hidden;
padding-bottom:20px;
border-bottom:1px solid #333;
}
dl.boxProf dt{
float:right;
text-align:left;
width:13.8775%;
font-size:11px;
}
dl.boxProf dd{
margin-right:19.5918%;
font-size:14px;
}
dl.boxProf dt img{display:block;margin-bottom:5px;max-width:100%;height:auto;}

/* ---------- リスト ---------- */
div#contentsBox ul.ListTwo{
overflow:hidden;
width:100%;
max-width:490px;
margin:20px auto 0 auto;
}
div#contentsBox ul.ListTwo li{
width:45.9183%;
max-width:226px;
float:left;
margin-right:8.1632%;
margin-top:25px;
}
div#contentsBox ul.boxList li div img{
border:none;
margin:0;
}
ul.boxList li div span.tagtxt{
position:absolute;
top:0;
left:0;
background:#FDD9CB;
font-size:14px;
border:1px solid #FAFAFA;
border-width:0 2px 2px 0;
padding:6px 10px
}

ul.ListThree{margin-bottom:50px;overflow:hidden;}
ul.ListThree li{
width:29.7202%;
max-width:170px;
float:left;
margin-right:5.244%;
margin-top:25px;
}
ul.boxList li div,
ul.boxListB li div,
ul.ListVertical li div,
ul.ListVerticalTwo li div{position:relative;}
ul.boxList li div a,
ul.boxListB li div a,
ul.ListVertical li div a,
ul.ListVerticalTwo li div a{
position:absolute;
display:block;
top:0;
left:0;
width:100%;
height:100%;
text-indent:-999px;
z-index:0;
}
ul.ListVertical li div::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.boxList li div:hover,
ul.boxListB li div:hover,
ul.ListVertical li div:hover,
ul.ListVerticalTwo li div:hover{background-color: rgba(238,238,238,1.0); }
ul.boxList li div img{
display:block;
margin-bottom:18px;
width:100%;
height:auto;
}
ul.boxListB li div img{
display:block;
margin-bottom:18px;
width:100%;
height:auto;
}
ul.boxList li div:hover img,
ul.boxListB li div:hover img{
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
div#contentsBox ul.ListTwo li:nth-child(2n){margin-right:0;}
ul.ListThree li:nth-child(3n){margin-right:0;}
ul.boxList li h3,
ul.boxListB li h3{
font-size:16px !important;
font-weight:bold;
padding:10px 0 5px 0 !important;
border:none !important;
line-height:1.6 !important;
margin-bottom:0 !important;
font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
ul.ListVertical{}
ul.ListVertical li{border-bottom:1px solid #acacac;background-color: #f1f1f8;}
ul.ListVertical li div{padding:20px 25px 20px 15px;overflow:hidden;line-height: 1.6;}
ul.ListVertical li div img{
float:left;
max-width:68px;
height:auto;
border:none;
margin-right:3.4965%;
}
ul.ListVerticalTwo{}
ul.ListVerticalTwo li{
border-bottom:1px solid #333;
width:47.038328%;
max-width:270px;
float:left;
margin-right:5.2264%;
}
ul.ListVerticalTwo li:nth-child(2n){margin-right:0;}
ul.ListVerticalTwo li div{padding:22px 0;overflow:hidden;}
ul.ListVerticalTwo li div img{
float:left;
max-width:68px;
height:auto;
border:none;
margin-right:3.4965%;
}

/* ---------- トップバナーエリア、リンクエリア追加 ---------- */

div.bnrTopArea{
background:#6b7096;
color:#FFF;
letter-spacing:0;
}
div.bnrTopArea img{
width:auto;
max-width:100%;
height:auto;
}
div.bnrTopArea div{padding:1em;line-height:1.6;}
div.bnrTopArea h2{
font-size:19px;
font-weight:bold;
margin-bottom:10px;
}
div.bnrTopArea p{}
div.bnrTopArea:hover{
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
div.listTopArea{
background:#edf1fc;
margin-bottom:10px;
padding:15px 15px 5px 15px;
overflow:hidden;
}
div.listTopArea h3{
font-size:17px;
color:#191d59;
margin-bottom:10px;
}
div.listTopArea h3 span{
color:#d25250;
font-size:19px;
font-weight:bold;
}

div.listTopArea ul{}
div.listTopArea ul li{
border:1px solid #6b6f97;
width:49.1258%;
max-width:281px;
float:left;
margin-bottom:10px;
margin-right:1.74825%;
background:#FFF;
color:#008c8c;
font-size:16px;
}
div.listTopArea ul li strong{
color:#d25250;
text-decoration:underline;
font-size:18px;
font-weight:bold;
}
div.listTopArea ul li div{position:relative;padding:10px 15px 10px 15px;}
div.listTopArea ul li div a{
position:absolute;
display:block;
top:0;
left:0;
width:100%;
height:100%;
text-indent:-999px;
z-index:0;
}
div.listTopArea ul li div::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 1px solid #d25250;
  border-right: 1px solid #d25250;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.listTopArea ul li div:hover{background-color:#F8F9FE; }
div.listTopArea ul li:nth-child(2n){margin-right:0;}

div.aboutTopArea h3{
font-size:18px;
font-weight:bold;
margin-bottom:15px;
padding: 0em 0.5em 0em;
border-left: 6px solid #ccc;
color:#36B1D9;
line-height:1.6;
}

/* ---------- リスト追加 ---------- */
ul.list,
ul.sitemap_disp_level_0{margin:0 0 20px 0;}
ul.list li,
ul.sitemap_disp_level_0 li{
margin-bottom:0.4em;
line-height:1.6;
padding-left:1.5em;
font-size:16px;
}
ul.list li:before {
content: "・";
display:inline-block;
width:1.5em;
margin-left:-1.5em;
color:#666;
}
ul.sitemap_disp_level_0 li:before {
content: "・";
display:inline-block;
width:1.5em;
margin-left:-1.5em;
color:#666;
}
ol.list{counter-reset: item;margin:0;padding:0}
ol.list li{
margin-bottom:0.5em;
line-height:1.6;
padding-left:2.0em;
font-size:16px;
}
ol.list li:before {
counter-increment: item;
content: counter(item)'.';
display:inline-block;
width:2.0em;
margin-left:-2.0em;
font-style:oblique;
color:#666;
}

ol.list2{position: relative;
margin:0;
padding:0}
ol.list2 li{
margin-bottom:0.5em;
list-style: none;
list-style-position:outside;
padding-left:1.25em
}
ol.list2 li span {
position: absolute;
left:0;
margin:0
}

ol.list-marusuji{
  margin: 0;
  padding: 0
}
ol.list-marusuji li {
  list-style: none;
  padding-left: 2em;
  text-indent: -2em;
}

dl.list dt {
margin-bottom:0.4em;
line-height:1.6;
padding-left:1.5em;
font-size:16px;
}
dl.list dt::before {
content: "・";
display:inline-block;
width:1.5em;
margin-left:-1.5em;
color:#666;
}

dl.twList{overflow:hidden;font-size:16px;}
dl.twList dt{float:left;clear:left;width:25%;margin-bottom:20px;font-weight:bold;}
dl.twList dd{margin-left:1%;margin-bottom:20px;display: block;width:74%;float:left;}


/* ---------- 特長リスト追加 ---------- */
#contentsArea ul.numList {margin-bottom: 30px;}

#contentsArea ul.numList li{
position: relative;
margin-bottom: 20px;
border-bottom: 1px dotted #dadada;
padding: 0 0 30px 70px;
min-height: 46px;
}
#contentsArea ul.numList li .num {
font-size: 20px;
position: absolute;
left: 0;
top: 0;
border-radius: 2px;
padding: 9px 10px 8px;
background: #36B1D9;
color: #fff;
line-height: 1;
text-align: center;
font-weight: bold;
}
#contentsArea ul.numList li .num span {
font-size: 14px;
display: block;
margin-bottom: 3px;
font-weight: normal;
}
#contentsArea ul.numList li .content .title {
font-size: 18px;
display: block;
margin-bottom: 5px;
color: #0F1694;
font-weight:bold;
}
#contentsArea ul.numList li .content p{
font-size:15px;
line-height:1.8;
}
#contentsArea dl dt{
font-size:16px;
font-weight:bold;
margin-bottom: 10px;
}

.fLeft{
    float: left;
    width: 60.8%;
}
.fRight{
    float: left;
    width: 33.9%;
    max-width: 400px;
    margin-left: 4.59%;
}

/* ---------- 列 ---------- */
*, *:before, *:after {
	box-sizing: border-box;
}

.col_1,
.col_2,
.col_2_tl,
.col_3,
.col_1-2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_1 > div{
	width: 100%;
	padding: 5px;
}
.col_1-2 > div{
	width: 100%;
	padding: 5px;
}
.col_2 > div{
	width: 50%;
	padding:5px ;
}
.col_2_tl > div{
	width: 50%;
	padding:5px ;
}
.col_1 div div,
.col_2 div div{
  display:table;
  width:100%;
	height: 60px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
.col_2_tl div div{
  display:table;
  width:100%;
	height: 115px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.col_1-2 div div{
  padding: 10px;
  border: solid 1px #ccc;
}

.col_1 div div a,
.col_2 div div a{
	font-size:15px;
	text-align:center;
  position: relative;
  /*display: inline-block;*/
  font-weight: bold;
  /*padding-top:1.1rem;*/
  display:table-cell;
  vertical-align:middle;
  text-decoration: none !important;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
	border: solid 2px #0F1694;
	border-radius: 3px;
  transition: .4s;
}
.col_2_tl div div a{
	font-size:15px;
	text-align:center;
  position: relative;
  /*display: inline-block;*/
  font-weight: bold;
  /*padding-top:1rem;*/
  display:table-cell;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
	border: solid 2px #0F1694;
	border-radius: 3px;
  transition: .4s;
}


.col_1-2 div div a{
	font-size:15px;
  font-weight: bold;
  display:table-cell;
  width: 560px;
}
.col_1-2 div div a img{
float:left;
margin-right:10px;
}
.col_1-2 div div a p{

}
.col_1 div div a:hover,
.col_2 div div a:hover{
  background: #67c5ff;
  color: #fff !important;
}
.col_1-2 div div a:hover{
  text-decoration:none !important;
}
.col_3 div{
	width: 33.33333%;
	padding: 10px;
}

.col_2_tl div div a:hover{
color: #67c5ff !important;
background-color:rgba(255,255,255,0.3) !important;
background-blend-mode:lighten;
}
.col_2_tl div div span{
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(250,250,250,1) 40%,rgba(255,255,255,0) 100%);
padding:0.6rem 0 2rem 0;
display:block;
}
div.p_top a{background: url(img/menu_pd-protector_index.png) bottom no-repeat !important;}
div.p_plan a{background: url(img/menu_pd-protector_plan.png) bottom no-repeat !important;}
div.p_service a{background: url(img/menu_pd-protector_service.png) bottom no-repeat !important;}
div.p_reason a{background: url(img/menu_pd-protector_reason.png) bottom no-repeat !important;}
div.p_example a{background: url(img/menu_pd-protector_example.png) bottom no-repeat !important;}
div.p_it a{background: url(img/menu_pd-protector_it.png) bottom no-repeat !important;}


@media screen and (max-width: 960px) {
.col_2 div,.col_2_tl div{width: 100%;}
.col_1 div div a,
.col_2 div div a{
  /*padding-top:0.8rem;*/
}
	/*.col_3 div{
		width: 50%;
	}*/

.col_2_tl div div span{
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(250,250,250,1) 40%,rgba(255,255,255,0) 100%);
padding:0.8rem 0 3rem 0;
width:100%;
display:block;
}
div.p_top a{
background: url(img/menu_pd-protector_index@2x.png) top no-repeat !important;
background-size:100% auto !important;
}
div.p_plan a{background: url(img/menu_pd-protector_plan@2x.png) top no-repeat !important;
background-size:100% auto !important;
}
div.p_service a{background: url(img/menu_pd-protector_service@2x.png) top no-repeat !important;
background-size:100% auto !important;
}
div.p_reason a{background: url(img/menu_pd-protector_reason@2x.png) top no-repeat !important;
background-size:100% auto !important;
}
div.p_example a{background: url(img/menu_pd-protector_example@2x.png) top no-repeat !important;
background-size:100% auto !important;
}
div.p_it a{background: url(img/menu_pd-protector_it@2x.png) top no-repeat !important;
background-size:100% auto !important;
}


}
@media screen and (max-width: 425px) {
.col_2_tl div div{height: 110px;}

div.p_top a{
background: url(img/menu_pd-protector_index@2x.png) bottom no-repeat !important;
background-size:100% auto !important;
}
div.p_plan a{background: url(img/menu_pd-protector_plan@2x.png) bottom no-repeat !important;
background-size:100% auto !important;
}
div.p_service a{background: url(img/menu_pd-protector_service@2x.png) bottom no-repeat !important;
background-size:100% auto !important;
}
div.p_reason a{background: url(img/menu_pd-protector_reason@2x.png) bottom no-repeat !important;
background-size:100% auto !important;
}
div.p_example a{background: url(img/menu_pd-protector_example@2x.png) bottom no-repeat !important;
background-size:100% auto !important;
}
div.p_it a{background: url(img/menu_pd-protector_it@2x.png) bottom no-repeat !important;
background-size:100% auto !important;
}

}


@media screen and (max-width: 480px) {
	/*.col_3 > div{
		width: 50%;
	}*/
}

/* ---------- ボックス追加 ---------- */
#contentsArea div.brdBox{
border:1px solid #dce5e8;
background:#f1f7fa;
padding:1.4em 1.2em 1em 1.4em;
margin-bottom:20px;
}

#contentsArea div.brdBox-white{
background:#fff;
padding:1em 1.2em 1em 1.4em;
margin-bottom:20px;
}

#contentsArea div.indntBox{
padding-left:2em;
margin-bottom:20px;
}
#contentsArea div.indntBox dl{font-size:15px;}
#contentsArea div.indntBox dl dt{}
#contentsArea div.indntBox dl dd{margin-bottom:10px;margin-left:0.6em;}

#contentsArea div.imgBox{overflow:hidden;clear:left;margin-bottom:15px;}
#contentsArea div.imgBox img{float:left;margin-right:1em;}
#contentsArea div.imgBox p{overflow:hidden;}

#contentsArea div.box{
overflow: hidden;
}
#contentsArea div.box-text{

}
#contentsArea div.box-img{
float: right;
width: 150px;
margin-left: 10px;
}
#contentsArea div.box-img img {
  width: 100%;
  height:auto;
}

/* ---------- テーブル追加 ---------- */
table.standard{
margin-bottom:20px;
border: 1px solid #acacac;
border-left: 0px;
border-top: 0px;
}
table.standard.wd{width:100%;}
table.standard tr{}
table.standard thead th{background:#f4f4f4;}
table.standard tbody th{background:#f4f4f4;}
table.standard th{
padding:0.8em 1em;
border: 1px solid #acacac;
border-right: 0px;
border-bottom: 0px;
line-height: 1.6;
}
table.standard td{
padding:0.5em 1em;
border: 1px solid #acacac;
border-right: 0px;
border-bottom: 0px;
}
table.standard .txtCenter{text-align:center;}
table.standard .txtRight{text-align:right;}
table.standard .nowrap{white-space:nowrap;}
table th.bggrn{background:#6ac48c !important;color:#FFF;}
table th.bgbl{background:#5e76bb !important;color:#FFF;}
table th.bgwtr{background:#40bff0 !important;color:#FFF;}



/* ---------- サイトマップ ---------- */
ul#sitemap_list{font-size:16px;}
ul#sitemap_list li a{text-decoration:none;}
ul#sitemap_list li.home-item{margin-bottom:40px; line-height:1.1;}
ul#sitemap_list li.home-item:before{font-family: 'icomoon';content: "\e605";font-size:22px;vertical-align:bottom;margin-right:0.2em;}
ul#sitemap_list li.cat-item{
font-weight:bold;
font-size:17px;
}
ul#sitemap_list li.cat-item ul{margin-bottom:40px;}
ul#sitemap_list li.cat-item ul li{
font-weight:normal;
font-size:16px;
margin-top:8px;
}
ul#sitemap_list li.cat-item ul li:before {content: "・";}


/* ---------- フォーム／テーブル ---------- */
table.form{
max-width:520px;
width:100%;
margin:20px auto;
font-size:15px;
}
table.form tr{}
table.form tr:nth-child(even){background:#f9f9f9;}
table.form th{
width:37%;
vertical-align:top;
padding:15px 1em 25px 1em;
}
table.form th span{
background:#FFCFBB;
font-size:10px;
padding:3px 4px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
margin-left:7px;
}
table.form td{
width:60%;
padding:15px 1em 25px 1em;
}
table.form td span{
display:inline;
margin-top:5px;
font-size:13px;
}
table.form td span.horizontal-item,table.form td span.mwform-checkbox-field-text{
display:inline-block;
font-size:14px;
margin-top:0 !important;
}
table.form td span.mwform-checkbox-field input, .mwform-radio-field input{
vertical-align: middle !important;
}
table.form td span.mwform-checkbox-field label, .mwform-radio-field label{
display: inline-block;
line-height: 2;
}
div.confirm table.form td span{display:none !important;}
div.confirm table.form th{padding-top:0px;}

div.submit{
margin:20px auto;
width:100%;
max-width:232px;
}
div.submit p.sbmt{
position:relative;
display:inline-block;
}
div.submit p.sbmt span.icn{
position:absolute;
left:2em;
top:0.7em;
}
div.confirm div.submit{
max-width:330px;
width:100%;
}
div.submit p.backbtn{
float:left;
margin-right:2em;
}
input[type="submit"]{
border:1px solid #333;
padding:0.8em 2em 0.8em 4em;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
cursor: pointer;
color:#333;
background:#FFF;
font-size:16px;
}
div.submit p.backbtn input[type="submit"]{
color:#787878;
border:1px solid #787878;
padding:0.8em 2em 0.8em 2em;
font-size:16px;
cursor: pointer;
}

input[type="submit"]:hover{background:#EEE;}
input[type="text"]{
font-size:15px;
border:1px solid #dcdcdc;
padding:6px 5px; 
color:#000;
width:100%;
}
input.short[type="text"]{width:60px;margin-right:0.5em;}
input.middle[type="text"]{width:100px;margin-right:0.5em;}
textarea{font-size:15px; border:1px solid #dcdcdc;padding:0 5px; color:#000; width:100%;}

/* ====== ライト ====== */
div#contentsArea.top div#rightArea,
div#contentsArea.naka2 div#rightArea{
position: relative;
float:left;
width:26.9689%;
max-width:226px;
/*padding:20px 15px 10px 15px;*/
padding:0px 0 0 0;
text-align:center;
}
div#rightArea{
position: relative;
float:left;
width:20.2424%;
max-width:226px;
/*padding:20px 15px 10px 15px;*/
padding:0px 0 0 0;
text-align:center;
}
div#rightArea div.instg{
text-align:left;
margin:0 15px;
}
div#rightArea div.instg img{max-width:100%; height:auto;}
div#rightArea a.link{
position:absolute;
display:block;
top:0;
left:0;
width:100%;
height:100%;
text-indent:-999px;
z-index:0;
}
div#rightArea #sb_instagram img{
max-width:100%;
height:auto;
}
div#rightArea p.more{padding:10px 15px;text-align:right;}
div#rightArea:hover p.more{background:#FFF;}

div#rightArea div.tate{
	display:inline-block; 
	padding: 0 0 0.5em;
	margin:0 auto;
	text-align:center;
}
div.tate p span,div.tate h1 span {
	width:1em;
	float:right;
	display:block;
	margin: 0 0.2em;
	line-height: 1em;
	
}
div.tate .kutouten {
	float:none;
	margin:0;
	position:relative;
	left: 0.8em;
	top: -0.7em;
}
div.tate .kutouten02 {
	float: none;
	left: 0.7em;
	margin: 0;
	position: relative;
	top: -0.5em;
  }
div.tate .kanjiothers {
	float:none;
	margin:0;
}
/* ---------- ライト追加 ---------- */

div#rightArea div.boxMt{
border:1px solid #cccccc;
margin-bottom:25px;
padding:12px;
text-align:left;
line-height: 1.6;
letter-spacing: normal;
}
div#rightArea div.boxMt p{color:#00685d;}
div#rightArea div.boxMt p span{
display:block;
color:#6f6f6f;
}
div#rightArea div.boxMt img{width:auto;max-width:159px;height:auto;}

div#rightArea div.rightComp,
div#leftArea div.rightComp{
border:1px solid #dcdcdc;
background:#fafade;
text-align:left;
margin-bottom:40px;
}
#rightArea div.imgBoxR,
#leftArea div.imgBoxR{overflow:hidden;clear:left;margin-bottom:10px;}
#rightArea div.imgBoxR img,
#leftArea div.imgBoxR img{overflow:hidden;margin-bottom:5px;float:right;max-width:68px;}
#rightArea div.imgBoxR p,
#leftArea div.imgBoxR h2,
#leftArea div.imgBoxR p{
float:left;
margin-right:0.2em;
max-width:115px;
font-size:13px;
color:#333;
line-height:1.5;
}

div#rightArea div.rightComp div.compBox,
div#leftArea div.rightComp div.compBox{
margin:15px 15px 0 15px;
border-bottom:1px dashed #cccccc;
padding-bottom:8px;
}
div#rightArea div.rightComp div.telarea,
div#leftArea div.rightComp div.telarea{
color:#060b83;
}
div#rightArea div.rightComp div.telarea span,
div#leftArea div.rightComp div.telarea span{color:#666;}
div#rightArea div.rightComp div.telarea p.icn,
div#leftArea div.rightComp div.telarea p.icn{
text-indent:-35px;
margin-left:35px;
line-height:1.1;
letter-spacing: normal;
}
div#rightArea div.rightComp div.telarea p.icn span.icnMail,
div#leftArea div.rightComp div.telarea p.icn span.icnMail{
background:url(img/icn_mail.png)  left top no-repeat;
background-size:contain;
width:31px;
height:22px;
display:inline-block;
vertical-align:-8px;
margin-right:0.3em;
}
div#rightArea div.rightComp div.telarea p.icn span.icnTel,
div#leftArea div.rightComp div.telarea p.icn span.icnTel{
background:url(img/icn_tel.png)  left top no-repeat;
background-size:contain;
width:31px;
height:21px;
display:inline-block;
vertical-align:top;
margin-right:0.3em;
}


div#rightArea div.rightComp div.telarea a,
div#leftArea div.rightComp div.telarea a{color:#060b83;}
div#rightArea div.rightComp div.telarea a:hover,
div#leftArea div.rightComp div.telarea a:hover{color:#060b83;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}


div#rightArea div.rightComp div.compLinkBox,
div#leftArea div.rightComp div.compLinkBox{
padding:8px 15px 15px;
position:relative;
}
div#rightArea div.rightComp div.compLinkBox:hover,
div#leftArea div.rightComp div.compLinkBox:hover{
background:#FFF;
}
div#rightArea div.rightComp h3,
div#leftArea div.rightComp h3,
div#leftArea div.rightComp div.compBox p.midashi{
color:#b60f23;
font-size:18px;
line-height:1.7;
margin-bottom:10px;
}
div#rightArea div.rightComp h3 span,
div#leftArea div.rightComp h3 span,
div#leftArea div.rightComp div.compBox p span{border-bottom:2px dotted #fff;padding-bottom:3px;}
div#rightArea div.rightComp h3 strong,
div#leftArea div.rightComp h3 strong,
div#leftArea div.rightComp div.compBox p strong
{font-weight:bold;}

div#rightArea h2{
text-align:left;
border-left:4px solid #cf4b47;
color:#cf4b47;
padding-left:5px;
font-size:16px;
margin-top:20px;
}
div#rightArea div.rightBox{
border-bottom:1px solid #cccccc;
margin-top:13px;
}
div#rightArea div.rightBox:hover{background:#f6f6f6;}
div#rightArea div.rightBox h3{
text-align:left;
font-size:15px;
line-height:1.5;
margin-bottom:10px;
font-weight: bold;
color: #333;
}
div#rightArea div.rightBox h3 span{
background:#6c7095;
display:inline-block;
font-size:12px;
margin-bottom:6px;
padding:2px 6px;
border-radius:4px;
color:#fff;
letter-spacing:0;
clear:both;
}
div#rightArea div.imgBox img{max-width:70px;height:auto;}
div#rightArea div.imgBox p{
font-size:13px;
text-align:left;
color:#585C77;
line-height:1.4;
}
div.boxLink{position:relative;}
div.boxLink a{
position:absolute;
display:block;
top:0;
left:0;
width:100%;
height:100%;
text-indent:-999px;
z-index:0;
}

/* ====== ページトップへ ====== */
p#goTop{
text-align:right;
font-size:13px;
margin-bottom:20px;
clear:both;
}
p#goTop a{text-decoration:underline;}
p#goTop a:hover{text-decoration:none;}

/*----------------------------------------------------------------------------------------------------------------------
商品詳細　Welcart
----------------------------------------------------------------------------------------------------------------------*/
div.storycontent{
width:100%;
max-width:840px;
margin:0px auto;
overflow:hidden;
position:relative;
}
div.storycontent div#itempage{}
div.storycontent div#itempage div.alpha{}
div.storycontent div#itempage div.pikachoose{
width:68.095238%;
max-width:572px;
}
div.storycontent div#itempage div.beta{}

div.storycontent div#itempage div.beta div.text-section{
/*border:1px solid #333;*/
width:68.095238%;
max-width:572px;
/*padding:0px 5px;*/
margin-bottom:65px;
}
div.storycontent div#itempage div.beta div.text-section h2{
padding:0 40px 30px 40px;
border-bottom:1px solid #333;
font-size:24px;
font-weight:bold;
margin-bottom:20px;
}
div.storycontent div#itempage div.beta div.text-section h3{
padding:0 0 13px 0;
border-bottom:1px solid #333;
font-size:18px;
font-weight:bold;
margin-bottom:20px;
}
div.storycontent div#itempage div.beta div.text-section h4{
font-size:17px;
font-weight:bold;
margin-bottom:15px;
}
div.storycontent div#itempage div.beta div.text-section div.boxDetails{/*margin:6.227% 6.227% 0 6.227%;*/}
div.storycontent div#itempage div.beta div.text-section div.boxDetails p{line-height:2.0;}
div.storycontent div#itempage div.beta div.text-section div.boxDetails img{max-width:100%; height:auto;}
div.storycontent div#itempage div.beta div.text-section div.boxQuote{
background:#EEE;
font-style:italic;
padding:3.673%;
font-size:14px;
}
div.storycontent div#itempage div.beta div.text-section div.boxDetails div.social{margin-top:20px;}
div.storycontent div#itempage div.beta div.text-section div.boxDetails div.social ul.snsb{overflow:hidden;clear:both;}
div.storycontent div#itempage div.beta div.text-section div.boxDetails div.social ul.snsb li{float:left;margin-right:1em;}

div.storycontent div#itempage section.orderitem{
width:26.904762%;
max-width:226px;
background:#fff;
padding:0px 0 24px;
position:absolute;
right:0;
top:0;
font-size:14px;
}
div.storycontent div#itempage section.orderitem h2{
font-size:15px;
}
div.storycontent div#itempage section.orderitem h3,
div.storycontent div#itempage section.orderitem dd.field_price{font-size:15px !important;}
div.storycontent div#itempage section.orderitem h3{margin:0.6em 0 0.3em 0;}
div.storycontent div#itempage section.orderitem div.skumultibox{margin-top:0.5em;border-top:1px solid #333;}
div.storycontent div#itempage section.orderitem div.stockstatus{border-bottom:1px solid #333;margin:0 0 1em 0;padding-bottom:0.5em;}
div.storycontent div#itempage section.orderitem div.stockstatus em.tax{font-size:10px;}
div.storycontent div#itempage section.orderitem div.stockstatus dt{display:none;}
div.storycontent div#itempage section.orderitem div.actionform{}
div.storycontent div#itempage section.orderitem dd.field_price{text-align:right;}
div.storycontent div#itempage section.orderitem dl.item_option{}
div.storycontent div#itempage section.orderitem dl.item_option dt{margin-bottom:5px;}
div.storycontent div#itempage section.orderitem dl.item_option dd{margin-bottom:15px;}
div.storycontent div#itempage section.orderitem dl.zaiko{display:none;}

div.storycontent div#itempage section.orderitem div.addtocart{overflow:hidden;}
div.storycontent div#itempage section.orderitem div.addtocart p{margin-bottom:5px;}
div.storycontent div#itempage section.orderitem div.addtocart p span{font-size:10px;}

div.storycontent div#itempage section.orderitem input[type="text"]{
width:30px;
text-align:center;
margin-right:0.6em;
}
div.storycontent div#itempage section.orderitem div.addtocart div.number{text-align:left;float:left;}
div.storycontent div#itempage section.orderitem div.addtocart div.cart{text-align:right;}
div.storycontent div#itempage section.orderitem input[type="submit"]{
padding:0.4em 0.8em;
border-radius: 4px;
-webkit-appearance: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border:none;
cursor: pointer;
color:#FFF;
background:#000;
font-size:15px;
font-weight:bold;
}
div.storycontent div#itempage section.orderitem input[type="submit"]:hover{background:#999;}
div.storycontent div#itempage section.orderitem dl.item_option select{
background:#FFF url('img/arrow_select.png') no-repeat right 0.3em center;
padding:0.4em 3.5em 0.4em 1em;
font-size:16px;
width:100%;
line-height:1.42857143;
color:#333;
border:1px solid #DEDEDE;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px; 
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
text-indent:0.01px;
text-overflow:'';
cursor:pointer;
}
.pikachoose { width:100%;max-width: 572px; margin: 0 0 50px 0;}
/* Style the thumbnails */
.pika-thumbs{ padding: 0 0px; /*height: 160px;*/ }
	.pika-thumbs li{
	  width: 140px;
	  margin: 10px 0 0 0;
	  padding: 0;
	  overflow: hidden;
	  float: left;
	  list-style-type: none;
	  margin: 0 0px;
	  cursor: pointer;
	  }
	.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}
	.pika-thumbs li .clip img { width: auto; height: auto;}
	
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 100%; height: auto;}
.pika-stage { position: relative;  text-align:center; zoom: 1; }
.pika-stage img{height:auto; width: 100%; vertical-align: bottom; }

/* Ths play, pause, prev and next buttons */
.pika-imgnav a { position: absolute; font-size: 0; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url(./library/images/prev.gif) no-repeat left 45%; height: 100%; width: 40px; top: 0px; left: -2px;cursor:pointer;}
	.pika-imgnav a.next {background: url(./library/images/next.gif) no-repeat right 45%; height: 100%; width: 40px; top: 0px; right: -2px;cursor:pointer;}
	.pika-imgnav a.previous,
	.pika-imgnav a.next{
   -moz-background-size: 40px;
   -webkit-background-size: 40px;
   -o-background-size: 40px;
   background-size: 40px;   
   }
/* The previous and next textual buttons */
.pika-textnav { display: none;}



/*for the tool tips*/
.pika-counter{
 position: absolute;
 bottom: 10px;
 right:10px;
 padding: 3px 6px;
 color:#777;
 background:rgba(255,255,255,0.7);
 font-size:10px;
 }

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(./library/images/loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
	text-align:right; position:absolute; top:15px; right:15px; }


.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 10px 0 0 0; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {/*height: 160px;*/ width: 580px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}

/*----------------------------------------------------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------------------------------------------------*/
div#boxArea{
background:#EEE;
border:1px solid #333;
border-width:1px 0;
margin:0 0 15px 0;
}
div.boxFour{
overflow:hidden;
width:22%;
max-width:238px;
border:1px solid #333;
border-width:0 0 0 1px;
float:left;
padding-bottom:1000px;
margin-bottom:-1000px;
padding-left:2.1em;
padding-top:30px;
margin-right:2.1em;
}
div.boxFour:first-child{border:none;padding-left:0;}
div.box p{font-size:15px;}
div.box ul,
div.box dl{
overflow:hidden;
margin:20px 0 20px 0;
}
div.box ul li{
font-size:15px;
margin-bottom:10px;
}
div.box dl dt,
div.box dl dd{
font-size:15px;
margin-bottom:10px;
line-height:1.6;
}

div#contactArea{
background:#eee;
border:1px solid #333;
border-width:1px 0 0 0;
margin:0 0 10px 0;
}
footer ul.fltNavi{overflow:hidden;margin-bottom:15px;}
footer ul.fltNavi li{
float:left;
border:1px solid #333;
border-width:0 0 0 1px;
font-size:12px;
line-height:1.8;
padding:0 30px;
}
footer ul.fltNavi li:first-child{border:none;padding-left:0;}
footer p.footer{color:#999;text-align:center;
margin-bottom:40px;
}

/*----------------------------------------------------------------------------------------------------------------------
うとくんheader
----------------------------------------------------------------------------------------------------------------------*/
.l-container{
  position:fixed;
  top:0;
  left:0;
  z-index:10;
  width:100%;
  background:#fff;
}

.l-contents{
  margin-bottom:50px;
}

.l-inner{
  width:1020px;
  margin:0 auto;
  position:relative;
}

.l-wrapper{
  width:750px;
  margin:0 auto;
}

.l-section{
  width:100%;
  margin-bottom: 250px;
  /*height:700px;*/
}

.l-article{
  margin-top:50px;
  position:relative;
}

.scroll-nav{
  margin-top:-100px;
}

.scroll-nav:after{
  content:"";
  position:absolute;
  top:-100px;
  left:0;
  right:0;
  width:40px;
  height:40px;
  margin:auto;
  border-right:1px solid;
  border-bottom:1px solid;
  -webkit-transform:rotate(45deg);
          transform:rotate(45deg);
  -webkit-animation:down-arrow 2s infinite;
          animation:down-arrow 2s infinite;
  box-sizing:border-box;
}

.l-header{
  background:#fff;
  position:relative;
  top:0;
  left:0;
  width:100%;
  min-width:1280px;
  height:120px;
  z-index:1;
}

.l-header .logo{
  margin:25px 0 25px 30px;
  float:left;
}

.l-header .gnav{
  float:right;
  font-weight:normal;
}

.l-header .gnav ul{
  margin:44px 0;
}

.l-header .gnav ul li{
  display:inline-block;
  margin-right:40px;
}

.l-header .gnav ul li.select{
  border-bottom:2px solid;
  text-decoration:none;
}

.l-header .gnav ul li a:hover{
  border-bottom:2px solid;
  text-decoration:none;
}


/*----------------------------------------------------------------------------------------------------------------------
SP設定　タブレット表示用 横
----------------------------------------------------------------------------------------------------------------------*/
@media screen and  (max-width: 1080px)  {
table.standard .nowrap{white-space:normal;}
#rightArea div.imgBoxR img,
#leftArea div.imgBoxR img{overflow:hidden;margin-bottom:5px;text-align:center;}
#rightArea div.imgBoxR p,
#leftArea div.imgBoxR p,
#leftArea div.imgBoxR h2{
float:left;
margin-right:0.2em;
max-width:100%;
font-size:13px;
color:#333;
line-height:1.5;
}
div#rightArea div.rightComp div.compLinkBox img,
div#leftArea div.rightComp div.compLinkBox img{max-width:100%;height:auto;}
div#rightArea div.boxMt img,
div#leftArea div.boxMt img{max-width:159px;height:auto;}
}

/*----------------------------------------------------------------------------------------------------------------------
SP設定　スマホ表示用 横
----------------------------------------------------------------------------------------------------------------------*/
@media screen and  (max-width:667px)  {

.sp {display: block;}
.pc {display: none;}
.mb-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9) !important;
  z-index:10001;
}
div#pd-protector-topHeading{
margin-bottom: 0px;
}
div#pd-protector-topHeading h1 span{
font-size:15px;
}
div#pd-protector-topHeading .pd-protector_h1_2{
position:absolute;
top:50px;
left:10px;
font-size:19px;
color:#fff;
letter-spacing:0 !important;
font-weight:bold;
letter-spacing:0;
line-height: 1.3;
}
div.bnrTopArea{
width:96%;
margin:0 auto 0px auto;
}
div.listTopArea{
width:96%;
margin: 0 auto 30px auto;
padding-bottom:30px;
padding-top:30px;
}
div#rightArea div.boxMt {
margin-bottom:40px;
}
div.bnrTopArea h2{
font-size:18px;
}
div.listTopArea h3{
font-size:17px;
	margin-bottom:20px;
}
div.aboutTopArea{
width:96%;
margin:0 auto 0px auto;
}
.brdBox,
.boxGray,
.box-orange,
.box-green,
.box-blue,
.box-sky,
.bgGray,
.bgkoiGray{
width:96%;
margin:0 auto 0px auto;
}
	
/* ---------- dlリスト追加 ---------- */
dl.twList{overflow:hidden;font-size:16px;}
dl.twList dt{float:none;clear:left;width:100%;margin-bottom:5px;}
dl.twList dd{margin-left:0;margin-bottom:10px;width:100%;float:none;border-bottom:1px dotted #acacac;padding-bottom:10px;}

/* ---------- テーブル追加 ---------- */
table.standard th{padding:0.5em 0.5em;}
table.standard td{padding:0.5em 0.5em;}

/*テーブル*/
table.spec{
width:100%;
}
table.spec tr{display: block;}
table.spec th{
width: 100%;
padding: 10px 0 5px;
display: list-item;
list-style:none;
border: none;
}
table.spec td{
width: 100%;
border-bottom: 1px solid #333;
padding: 5px 0 10px;
line-height:1.4;
display: list-item;
list-style:none;
}
/*テーブルend*/

.page-header .spMenu{
display:block;
/*position: fixed;*/
position:static;
top: 0;
z-index:10001;
background:#FFF;
width:100%;
height: 48px;
}
.page-header .spMenu p.logo{padding:5px 10px 0px 10px;}
.page-header .spMenu p.logo img{max-height:38px; width:auto;}
.page-header .menu-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background:url(img/icon_menu.gif) no-repeat #FFF;
  background-size: 48px 48px;
  z-index:1000;
}
.mb-menu header {
  height: 48px;
  position: relative;
}
.mb-menu header p.logo{padding:5px 10px 0px 10px;}
.mb-menu header p.logo img{max-height:38px; width:auto;}
.mb-menu header .close-top {
position: absolute;
  top: 0;
  right: 0;
  float: right;
  width: 48px;
  height: 48px;
  margin: 0 0;
  cursor: pointer;
  background: url(img/icon_menu.gif) no-repeat 0 0 #EEE;
  background-size: 48px 48px;
  z-index: 1004;
}
.mb-menu ul {padding: 10px 10px;background:#EEE;}
.mb-menu ul > li {margin: 0 0 0 0; text-align:center;}
.mb-menu ul > li a {
  display: block;
  position: relative;
  padding: 0.8em 0;
  font-size: 16px;
  line-height: 20px;
  color:#333;
  background:#FFF;
  border-bottom:1px solid #EEE;
}
.mb-menu ul > li a[href="#"] {display: none;}

header p.logoTtl,
header h1.logoTtl{
font-size:15px;
display:inline-block;
float:left;
margin:5px 10px 0 0;
padding:10px 10px;
}
header p.logoTtl span,
header h1.logoTtl span{
color: #060b83;
font-size:17px !important;
font-weight:bold;
}

/* ====== レイアウト/クリア ====== */
div#breadArea{margin:0px 0 0px 0;}
div#breadArea div.inner,
div.inner-top{padding:0 1.2em;}
div#leftArea,
div#contentsArea.twClm div#leftArea,
div#leftArea-top{
float:none;
border:none;
width:100%;
max-width:667px;
margin:0px auto;
}
div#mainArea,
div#contentsArea.twClm div#mainArea,
div#contentsArea.top div#mainArea{
float:none;
width:100%;
max-width:667px;
margin:0 auto;
}
div#mainArea-top{
float:none;
width:100%;
max-width:667px;
margin:0 auto;
padding-left: 8%;
padding-right: 1%;
}
div#rightArea{
float:none;
width:96%;
max-width:600px;
margin:0 auto;
}
#rightArea div.rightComp div.telarea,
#leftArea div.rightComp div.telarea{
line-height:2;
}
#rightArea div.imgBoxR p,
#leftArea div.imgBoxR p,
#leftArea div.imgBoxR h2{
margin-right:0;
width:74%;
}
div.listTopArea ul li{
width:100%;
max-width:600px;
float:none;
margin-bottom:10px;
margin-right:0;
}


/* ====== レフトエリア ====== */
div#leftArea hr{display:none;}
div#leftArea h1{
font-weight:bold;
font-size:15px;
margin-bottom:10px;
}
div#leftArea img{max-width:100%;height:auto;}
div#leftArea p.more{padding:10px 15px;}
div#leftArea:hover p.more{background:#EEE;}
div#leftArea div.tate{
	display:inline-block; 
	padding: 0 0 0.5em;
	margin:0 auto;
	text-align:left;
}
div#leftArea div.leftCatch{
overflow:hidden;
height:auto;
position: relative;
padding:10px 15px 20px 15px;
line-height: 1.5;
}
div#leftArea div.leftCatch h1{font-size:16px;}
div#leftArea div.leftCatch p.trimming{
position:relative !important;
width: 90px;
height: 90px;
overflow: hidden;
display: block;
float:right;
}
div#leftArea div.leftCatch p.trimming img{
position: absolute;
width:90px;
height:auto;
}
div#leftArea div.tate p span,
div#leftArea div.tate h1 span {
width:auto;
float:none;
display:block;
margin: 0 0;
line-height: 1.6;
}
div#leftArea div.tate .kutouten {
	float:none;
	margin:0;
	position:relative;
	left: 0.8em;
	top: -0.7em;
}
div#leftArea div.tate .kutouten02 {
	float: none;
	left: 0.7em;
	margin: 0;
	position: relative;
	top: -0.5em;
  }
div#leftArea div.tate .kanjiothers {
	float:none;
	margin:0;
}
div#leftArea div.leftBox{
line-height: 1.6;
}

div#contentsBox{border-width:1px 0;padding:20px 5px;margin-bottom:30px;}
div#contentsBox h1{
padding-left: 1%;
padding-right: 1%;
font-size:18px;
}
div#contentsBox p.subtitle{
padding-left: 1%;
padding-right: 1%;
}	
dl.boxProf{
width:98%;
max-width:700px;
margin:0 auto;
}
div#contentsBox ul.ListTwo{
overflow:hidden;
width:98%;
max-width:700px;
}
div#contentsBox ul.ListTwo li{
width:48.5714%;
max-width:340px;
float:left;
margin-right:2.857%;
margin-top:5px;
}
ul.boxList li h3,
ul.boxListB li h3{font-size:15px !important;}
ul.ListThree{
margin:0 auto 20px auto;
width:96%;
max-width:700px;
}
ul.ListThree li{
width:30%;
max-width:170px;
float:left;
margin-right:5%;
margin-top:25px;
}
div.spBox{
width:100%;
margin:0 auto;
max-width:600px;
}
.boxPinkTtl,
.boxPinkTtl-mini{
margin-left:3%;
}
/* ====== ライトエリア ====== */
div#rightArea #sb_instagram{
text-align:center;
max-width:320px !important;
}
div#rightArea .instg{
max-width:192px;
margin:0 auto !important;
}
div#rightArea p.more{padding:10px 15px;text-align:center;}
div#rightArea div.boxMt img{max-width:159px;width:auto;height:auto;}


/* ====== ページトップへ ====== */
p#goTop{
text-align:center;
font-size:14px;
font-weight:normal;
margin:40px auto 20px auto;
line-height:1.6;
clear:both;
}
p#goTop span{
display:block;
}
p#goTop a{text-decoration:none;}
p#goTop a:hover{text-decoration:none;}

p#goTop span.arrow{
display:block;
margin:0 auto;
width: 15px;
height: 15px;
border: 1px solid #FFF;
border-left-color: #333;
border-top-color: #333;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg)
}
/* ====== フッター ====== */
div#boxArea{
background:#FFF;
border:none;
margin:0 0 40px 0;
}
div.boxFour{
width:100%;
max-width:740px;
border:none;
float:none;
padding-bottom:0;
margin-bottom:0;
padding-left:0;
padding-top:20px;
margin-right:0;
}
div.box  p{padding-left:16px;padding-right: 16px;}
div.box  ul,
div.box  dl{
overflow:hidden;
margin:10px 0 10px 0;
background:#F6F6F6;
border-bottom:1px solid #CCC;
}
div.box  dl{
margin:10px 0 0 0;
padding:0 2em;
}
div.box  ul li a{
position: relative;
display:block;
border-top:1px solid #CCC;
padding:14px 0 14px 18px;
}
div.box  ul li{margin-bottom:0px;}
div.box  ul li a:after{
  position: absolute;
	top: 45%;
	right: 15px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -2px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
div.box  dl dt,
div.box  dl dd{
font-size:15px;
margin-bottom:10px;
line-height:1.6;
}
div#contactArea{
background:#F6F6F6;
border:1px solid #CCC;
border-width:1px 0 0 0;
margin:0 0 10px 0;
}
div#mainArea {
margin-top: 5px !important;
}
footer div.inner{
border-bottom: 1px solid #CCC;
margin-bottom:10px;
}
footer ul.fltNavi{overflow:hidden;margin-bottom:0px;background:#F6F6F6;}
footer ul.fltNavi li{
float:none;
border:none;
font-size:12px;
line-height:1.8;
padding:0 0px;
}
footer ul.fltNavi li a{
position: relative;
display:block;
border-top:1px solid #CCC;
padding:14px 0 14px 18px;
color:#222;
}
footer ul.fltNavi li a:after{
  position: absolute;
	top: 45%;
	right: 15px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -2px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer p.footer{color:#999;text-align:center;
margin-bottom:20px;
}

.more_image {
	text-align: center;
	font-size: 14px;
	width: 100%;
	padding: 5px 0px;

}

/*-----商品詳細　Welcart------*/
div.storycontent{
margin:30px auto 0;
}
div.storycontent div#itempage div.pikachoose{
width:95%;
max-width:660px;
margin:0px auto 40px;
}
div.storycontent div#itempage section.orderitem{
width:100%;
max-width:660px;
padding:24px 0 48px 0;
position:static;
}
div.storycontent div#itempage section.orderitem h2{margin:0 0.6em 0 0.6em;}
div.storycontent div#itempage section.orderitem h3{margin:0.6em 0.6em 0 0.6em;}
div.storycontent div#itempage section.orderitem div.stockstatus{margin:0 0.6em 1em 0.6em;padding-bottom: 0.5em;}
div.storycontent div#itempage section.orderitem div.actionform{margin:0 0.6em 1em 0.6em;}
div.storycontent div#itempage div.beta div.text-section{
border-width:1px 0 1px 0;
width:100%;
max-width:660px;
margin-bottom:0px;
}
div.storycontent div#itempage div.beta div.text-section div.boxDetails{margin:3.227% 4% 0 4%;}
div.storycontent div#itempage div.beta div.text-section div.boxDetails p{line-height:1.8;}

.pika-thumbs{ 
padding: 0 0px;
/*height: 160px; */
width:96%;
}
.pika-thumbs li{
width:20%;
max-width:100px;
margin: 10px 0 0 0;
padding: 0;
overflow: hidden;
float: left;
list-style-type: none;
margin: 0 0px;
cursor: pointer;
}
.pika-thumbs li img{width:100%;}

/*-----うとくん　header------*/
.logo_s{
  margin:10px 15px 0;
  float:left;
}

/*-----ティザー------*/
.ten-logo img{width:30%;height: 30%;}
div#mainArea-top p{line-height:2}
.dldt{width:100%;margin-bottom:16px}
.dldt dt,.dldt dd{}
.dldt dt{width:100%;font-size:12px;margin-bottom:5px}
.dldt dd{width:100%;font-size:14px;margin-bottom:25px}
.dldt dd span{display:block;}


/*-----トップページ追加------*/
div#topHeading{width:96%;margin:20px auto 10px auto;}
div#topHeading h2,
div#topHeading p.pd-protector_h1{position:static;font-size:26px;line-height:1.4;}
div#contentsArea.top div#mainArea,
div#contentsArea.naka2 div#mainArea{
	width: 100%;
    margin: 0 auto;
    max-width: 667px;
    float: none;
	}
div#contentsArea.top div#mainArea h3 span{font-size:26px;line-height:1.4;}
div#contentsArea.top div#rightArea,
div#contentsArea.naka2 div#rightArea{
position: relative;
float:none;
width:96%;
max-width:600px;
margin:0 auto;
}
div#contentsArea.top div.contactBox div.txtCont,
div#contentsArea.naka2 div.contactBox div.txtCont,
div#contentsBox div.contactBox div.txtCont{
top:52%;
left:34.2105%;
font-size:14px;
}
div#contentsArea.top div.contactBox .btnCont,
div#contentsArea.naka2 div.contactBox .btnCont,
div#contentsBox div.contactBox .btnCont{
width:55.2631%;
bottom:10%;
left:34.2105%;
}
div#contentsArea.top div.contactBox .btnCont2,
div#contentsArea.naka2 div.contactBox .btnCont2,
div#contentsBox div.contactBox .btnCont2{
width:90%;
bottom:5%;
left:5%;
}
}
/*----------------------------------------------------------------------------------------------------------------------
SP設定　スマホ表示用
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.toggle-pc { display: none; }
.toggle-sp { display: block; }
	
div#contentsBox div.boxDetails{margin:5% 1% 0 1%;}
/*---お問い合わせ ---*/
table.form ,
table.formInner{width:100%;}
table.form tr{display: block;}
table.form th{
padding:10px 0.8em 0 0.8em;
text-align:left;
}
table.form td{
display: list-item;
list-style:none;
width: 100%;
text-align:left;
}
table.form td{padding:0 0.8em 15px 0.8em;}
input[type="text"],
textarea{width:100%;margin-top:5px;}
table.form span.horizontal-item{display:block !important;margin-left:0 !important;}
table.form td span.mwform-checkbox-field,table.form td span.mwform-checkbox-field-text{line-height:1.1;}
table.form td span.mwform-checkbox-field{margin-top:8px !important;}
table.form td span.mwform-checkbox-field-text{vertical-align:1px;}
}

/*----------------------------------------------------------------------------------------------------------------------
SP設定　スマホ表示用
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 360px) {
#rightArea div.imgBoxR p,
#leftArea div.imgBoxR p,
#leftArea div.imgBoxR h2{
margin-right:0;
width:70%;
}
div#contentsArea.top div.contactBox div.txtCont,
div#contentsArea.naka2 div.contactBox div.txtCont,
div#contentsBox div.contactBox div.txtCont{font-size:12px;}
div#contentsArea.top div.contactBox div.txtCont p,
div#contentsArea.naka2 div.contactBox div.txtCont p,
div#contentsBox div.contactBox div.txtCont p{font-size:18px;}

}