﻿/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video  {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
td, th{vertical-align: middle
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


html { 
overflow-y:scroll;
}


body {

margin: 0px;

text-align: left;
font-size: 100%;
font-family:"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}


h1.headingTop {
font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
h2.headingMiddle{
font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.webfont{
font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
#pageTop img {
width: 100%;
height: auto;
}
#fot {

font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
@media (min-width: 768px) {
header{display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: flex-end;
width: 1240px;
padding: 0 20px;
box-sizing: border-box;
margin: 30px auto;
}
header .rightBnr{
margin-left: auto;
display: flex
}
header .rightBnr a:first-of-type{
/*margin-right: 20px*/
}
header .rightBnr a:nth-of-type(2){
margin-left: 20px
}
#wrap{
width: 1240px;
padding: 0 20px;
margin: 0 auto;
box-sizing: border-box;

}
.mainInner{
width: 1200px;
margin: 0 auto
}
#pageTop {
position: fixed;
bottom: 0;
right: 0;
z-index: 9999;
width: 80px;
height: 80px;
z-index: 9999;
}
/*右メニュー*/



#menu{
width:280px;
float:left;
text-align:left;
margin-top:0;
padding-top:0;

}


#menu li{
line-height: 1.3;

}

#menu li a{
padding: 12px 16px;
color: #333;
display: block;
text-decoration: none;
width: 100%;
background-image: url(../newimg/menuarow.png);
background-repeat: no-repeat;
background-position: right 5px center;
background-size: 6px auto;
box-sizing: border-box;

}
#menu li a:hover {
background: #999;
color: #fff;
background-image: url(../newimg/menuarowh.png);
background-repeat: no-repeat;
background-position: right 5px center;
background-size: 6px auto;
opacity:0.5;
}


#menu h2{font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
position: relative;
padding-bottom: 0.8em;
border-bottom: 3px solid #DDD;
font-size: 1.2em;
font-weight: bold;
margin:40px 0 25px 0;}
#menu h2:first-of-type{
margin-top: 0
}
#menu h2::after {
position: absolute;
content: " ";
border-bottom: solid 3px #E5002D;
bottom: -3px;
width: 18%;
display: block;
}
#menu a:link{
color:#333333;
text-decoration: none;

}
#menu a:visited{
color:#333333;
text-decoration: none;
}
#menu p.futureBtn{
margin-top: 30px
}
#menu p.futureBtn a{
display: block;
border: 1px solid #CCC;
border-radius: 5px;
padding: 1em 0.6em;
color: #000;
font-weight: bold;

font-size: 1.1em;
background-image: url(../newimg/menu_btn.png);
background-position: right 0.6em center;
background-repeat: no-repeat
}
#menu p.futureBtn a:hover{ border-color: #E5002D;
transition: 0.6s;}
/*フッター
--------------------------------------*/

#fot {


background-color: #F0F0F0;
color: #000;
clear: both;
text-align: left;
margin: 0 auto;

}
#fot h2 {
font-size: 1.2em;
font-weight: bold;
color: #333;
margin: 30px 0;
}
#fot .fotBoxFirst {

}
#fot .fotBox{
padding-top: 79px
}
#fot ul li {
margin-bottom: 16px;
background-image: url(../newimg/menuarow.png);
background-repeat: no-repeat;
background-position: left center;
background-size: 6px;
padding-left: 0.8em;
}
#fot a {
color: #000;
text-decoration: none;
}
#fot a:visited {
color: #000;
text-decoration: none;
}
#fot a:hover {
text-decoration: underline;
}
#footer {
width: 1200px;
padding: 0 20px;
box-sizing: border-box;

margin: 0 auto;
padding: 20px 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
}
#copyright {

text-align: center;
padding-top: 15px;
padding-bottom: 15px;
margin: 0px;
padding-right: 0px;
padding-left: 0px;
font-size: 80%;
clear: both;
}

}

@media (max-width: 767px) and (min-width: 320px) {
#pageTop {
position: fixed;
bottom: 60px;
right: 10px;
width: 42px;
height: 42px;
}
#menu,#sub{
display: none
}
/*フッター
--------------------------------------*/

#fot {
background-color: #F0F0F0;
color: #000;
text-align: left;
margin: 0 auto;
}
#fot h2 {
 font-size: 1em;
font-weight: bold;
color: #333;
margin: 20px 0 15px;
}
#fot .fotBoxFirst {
width: 100%

}
#fot .fotBox{
width: 100%
}

#fot ul{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%
}
#fot ul li {
margin-bottom: 10px;
background-image: url(../newimg/menuarow.png);
background-repeat: no-repeat;
background-position: left center;
background-size: 6px;
padding-left: 1em;
font-size: 0.68em;

  line-height: 1.4em;
width: calc(49% - 12px);
}
#fot a {
color: #000;
text-decoration: none;
}
#fot a:visited {
color: #000;
text-decoration: none;
}

#footer {
width: 100%;
margin: 0 auto;
padding: 5px 10px 20px 10px;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#copyright {
background-color: #F0F0F0;

text-align: center;
padding-top: 15px;
padding-bottom: 15px;
margin: 0px;
padding-right: 0px;
padding-left: 0px;
font-size: 80%;
clear: both;
}
}
@media screen and (max-width:320px) {


}




/*responsive_common*/


body a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
@media screen and (min-width: 768px){
body{  
min-width: 1240px;
/*overflow: hidden;*/
}
#main{
width: 870px;
float: right;
font-size: 16px;
margin-bottom: 40px ;
}
#catchCopy {
text-align: left;
font-size: 15px;
line-height: 1.4;
color: #000;
width: 100%;
box-sizing: border-box;
padding: 10px 20px;
margin-bottom: 30px;
background-color: #D2DCE6;
}
}
@media screen and (max-width: 767px){ 
body{   
}
header{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
align-items: flex-end;
width: 100%;
padding: 10px;
box-sizing: border-box
}
header .logo img{
width: 170px
}
header .rightBnr img{
width: 130px
}
#wrap {
width: 100%;
margin: 0 auto;
box-sizing: border-box;
}
#main {
}
#main section{
margin: 0 10px
}
#catchCopy {
text-align: left;
font-size: 13px;
line-height: 1.5;
color: #000;
margin: 20px 10px;
}

}
/*タイトル文字強調*/
.listHeading {
font-size: 1.2em;
font-family: 'Noto Sans JP', "ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
color: #333;
font-weight: bold;
}
@media screen and (max-width: 767px){
.listHeading {
font-size: 1.1em;
font-family: 'Noto Sans JP',"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
color: #333;
font-weight: bold;
line-height: 1.2;
}
}
/*画像*/
.linksImg img {
text-align: center;
width: 100%;
}


/*　　ボタン　　*/
.topBtn ul{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.topBtn ul li{
width: 24%;
font-family:'Noto Sans JP',"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
margin-bottom: 15px;
display:flex; 

}
.topBtn ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.topBtn ul li a{
text-decoration: none;
color: #000;
font-weight: bold;
background-image: url(../newimg/arow_red.png);
background-repeat: no-repeat;
background-position: right 0.8em center;
background-size: 7px;
padding: 0.9em 0.8em;
display: block;
border: 1px solid #ccc;
border-radius: 6px;
text-align: left;
box-sizing: border-box;
width: 100%;
font-size: 0.95em


}
.topBtn a:hover{
transition: 0.6s;
border-color: #E5002D;
}
@media screen and (max-width: 767px){
.topBtn {
margin: 0 10px;
}
.topBtn ul{}
.topBtn ul li {
width: 48%;
margin-bottom: 4%;
line-height: 1.3;
display: flex;
}
.topBtn ul li a {
background-position: right 0.5em center;
padding: 0.9em 1.2em 0.9em 0.5em;
display: block;
font-size: 0.85em;
}
}


ul.btnList a:hover{
transition: 0.6s;
opacity: 0.75
}
ul.btnList{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
ul.btnList li{
width: 24%;
font-family:'Noto Sans JP', "ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
margin-bottom: 15px
}
ul.btnList a{
font-size: 1em;
padding: 0.75em 0.2em;
border-radius: 40px;
font-weight: bold;
color: #FFF;
display: block;
text-decoration: none;
box-sizing: border-box;
text-align: center;
width: 100%;
background: #969494;

}

a.w500{	width: 500px}
a.w300{	width: 300px}
a.w100p{ width: 100%}
a.noBtn{
color: #bfbfbf;
cursor: default;
}

/* ボタンリンク */
/*角丸基本*/
a.btnRadius01{
border-radius: 40px;
font-weight: bold;
color: #000;
/*padding: 15px;*/
display: flex;
border: 1px solid;
box-sizing: border-box;
text-align: center;
opacity: 1.0;
height: 100%;
align-items: center;
justify-content: center;
}
a.btnRadius01:hover{
border-color: #E5002D;
transition: 0.6s;
}

a.btnRadius02{
border-radius: 40px;
font-weight: bold;
width: auto;
height: 100%;
margin: 0;
color: #FFF;
display: flex;
cursor: pointer;
text-decoration: none;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
}

a.btnRadius02:hover{
opacity: 0.75;
transition: 0.6s;
}
/*-- 文字サイズおよびパディング --*/
.fsSmall {font-size: 0.8em;padding: 0.8em 1.2em;}
.fsMedium { font-size: 1.0em; padding: 0.75em 2.85em; }
.fslarge { font-size: 1.62em; padding: 1.05em 1em; }

/*ホバー設定*/
a.btnRadius:hover {
transition: 0.6s;
opacity: 0.75
}

/*ボタンカラー*/
a.monoBtn{background: #969494;}/*グレー*/
a.catchyBtn{background:#EA6D0D;}/*赤*/
a.decisionBtn{background:#535353;}/*濃いグレー*/
a.orangeBtn{background:#EA6D0D;}/*オレンジ*/



a.borderRadiusBtn{
text-decoration: none;
color: #000;
padding: 18px 10px 18px 35px;
display: block;
border: 1px solid;
border-radius: 6px;
text-align: left;
box-sizing: border-box;
}
a.borderRadiusBtn:hover {
border-color: #E5002D;
transition: 0.6s;
}
a.smallRadiusBtn {
color: #333;
text-decoration: none;
display: block;
box-sizing: border-box;
padding: 10px 8px;
border: 1px solid #CCC;
border-radius: 5px;

}
a.smallRadiusBtn:hover {
border-color: #E5002D;
transition: 0.6s;
}

/* 共通見出し  */

h2.headingMiddle {
position: relative;
padding-bottom: 0.8em;
border-bottom: 3px solid #DDD;
font-size: 1.25em;
font-weight: bold;
margin: 40px 0 30px 0;
text-align: left
}
h2.headingMiddle::after {
position: absolute;
content: " ";
border-bottom: solid 3px #E5002D;
bottom: -3px;
width: 6.5%;
display: block;
}

/*h1特集タイトル*/
#main h1{
position: relative;
}
/*description*/
#main .description{
font-size:1em;
background: #cfcfcf;
text-align:left;
line-height: 1.6;
padding: 10px 20px;
text-align: justify;
margin: 0;
margin-bottom: 30px;
}

/*h2 見出し 共通ボーダー*/
#main h2.headingMiddle {
position: relative;
padding-bottom: 0.8em;
border-bottom: 3px solid #DDD;
font-size: 1.25em;
font-weight: bold;
margin:40px 0 30px 0;
text-align: left
}

#main h2.headingMiddle::after {
position: absolute;
content: " ";
border-bottom: solid 3px #E5002D;
bottom: -3px;
width: 6.5%;
display: block;
}

@media screen and (max-width:767px){
#main .description{
font-size:0.8em;
}

#main h2.headingMiddle{
margin: 30px 0 20px 0
}

#main h2.headingMiddle::after {
width: 10.5%;
}
}

/*h2見出しコメント*/
#main h2.ander_text{
margin-bottom:1em;
}

#main .h2comment{
margin-bottom: 30px;
overflow-wrap: break-word;
word-wrap: break-word;
}

/* tableタグ　縦方向中央初期化*/
#main th{ vertical-align: middle;}
#main td{ vertical-align: middle;}

/* ボタンリンク */
/*角丸基本*/
#main a.btnRadius01{
border-radius: 40px;
font-weight: bold;
color: #000;
display: flex;
border: 1px solid;
box-sizing: border-box;
text-align: center;
opacity: 1.0;
height: 100%;
align-items: center;
justify-content: center;
}

#main a.btnRadius01:hover{
border-color: #E5002D;
transition: 0.6s;
}

#main a.btnRadius02{
border-radius: 40px;
font-weight: bold;
width: auto;
height: 100%;
margin: 0;
color: #FFF;
display: flex;
cursor: pointer;
text-decoration: none;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
}

#main a.btnRadius02:hover{
opacity: 0.75;
transition: 0.6s;
}

/*-- 文字サイズおよびパディング --*/
#main .fsSmall { font-size: 0.8em; padding: 0.8em 1.2em; }
#main .fsMedium { font-size: 1.0em; padding: 0.75em 2.85em; }
#main .fslarge { font-size: 1.62em; padding: 1.05em 1em; }

/*ホバー設定*/
#main a.btnRadius:hover {
transition: 0.6s;
opacity: 0.75
}

/*ボタンカラー*/
#main a.monoBtn{background: #969494;}/*グレー*/
#main a.catchyBtn{background:#EA6D0D;}/*赤*/
#main a.decisionBtn{background:#535353;}/*濃いグレー*/
#main a.orangeBtn{background:#EA6D0D;}/*オレンジ*/


#main a.borderRadiusBtn{
text-decoration: none;
color: #000;
padding: 18px 10px 18px 35px;
display: block;
border: 1px solid;
border-radius: 6px;
text-align: left;
box-sizing: border-box;
}

#main a.borderRadiusBtn:hover {
border-color: #E5002D;
transition: 0.6s;
}

#main a.smallRadiusBtn {
color: #333;
text-decoration: none;
display: block;
box-sizing: border-box;
padding: 10px 8px;
border: 1px solid #CCC;
border-radius: 5px;
}

#main a.smallRadiusBtn:hover {
border-color: #E5002D;
transition: 0.6s;
}

/*pc sp 切り替え*/
@media screen and (min-width:768px){
.pc-only{
display: block;
}

.sp-only{
display: none;
}
}

@media screen and (max-width:767px){
.pc-only{
display: none;
}

.sp-only{
display: block;
}
}

/*ボタンメニュー4col⇔2col*/
.botton_box{
display:flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 10px;
}

.botton_box li{
width:calc(25% - 7.5px);
margin-right:calc(30px / 3);
margin-bottom:10px;
}

.botton_box li:nth-child(4n){
margin-right:0px;
}

/*ボタンメニュー3col⇔1col*/
.botton_box2{
display:flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 10px;
}
.botton_box2 li{
width:calc(33.33% - 7px);
margin-right:calc(21px / 2);
margin-bottom:10px;
text-align: center;
}
.botton_box2 li:nth-child(3n){
margin-right:0px;
}

/*ボタンメニュー2col⇔1col*/
.btnList01 {
text-align: center;
width: auto;
margin: 40px auto 20px auto;
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.btnList01 li {
padding-bottom: calc(1em + 4px);
width: calc(65% - 5px);
margin-bottom: 20px;
}

.btnList01 li.w32{	width: 32%}

/*画像付きリンク*/
#main .links{
display:flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 30px;
}
#main .links li{
box-sizing:border-box;
}
#main .links li img{
width:100%;
}		
#main .links li .text-box{
text-align: center;
}
#main .border li{
box-sizing:border-box;
border:1px solid #ccc;
}	
#main .border_radiuse li{
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 5px;
overflow: hidden;
}	

.bottom_img{
width: 100%;
display: block;
position: relative;
bottom: 0px;
}

#main li a{
color:#333;
text-decoration: none;
display:block;
}

/*4カラム<-->2カラム*/

#main .links li{
width:calc(25% - 7.5px);
margin-right:calc(30px / 3);
margin-bottom:20px;
position: relative;
} 
#main .links.cols4-2 li:nth-child(4n){
margin-right:0px;
}

#main .links.cols4-2 .text-box{
padding: 0.5em;
line-height: 1.6em;
}

/*商品ブロック*/
#main .goods{
display:flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 30px;
}
#main .goods li{
box-sizing:border-box;
}	
#main .goods li img{
width:100%;
}		

/*4カラム<-->2カラム*/

#main .goods.cols4-2 li{
width:calc(25% - 7.5px);
margin-right:calc(30px / 3);
margin-bottom:20px;
position: relative;
} 
#main .goods.cols4-2 li:nth-child(4n){
margin-right:0px;
}

#main .goods.cols4-2 .text-box{
padding: 0.5em;
line-height: 1.6em;
}

#main .goods.cols4-2 .cover-btn{
position: absolute;
bottom: 0%;
width:100%;
}

/*3カラム<-->1カラム*/

#main .cols3-1 li{
width:calc(33.33% - 7px);
margin-right:calc(21px / 2);
margin-bottom:20px;
position: relative;
} 
#main .cols3-1 li:nth-child(3n){
margin-right:0px;
}

#main .cols3-1 .text-box{
padding:0.5em;
line-height: 1.6em;
}

#main .cols3-1 .cover-btn{
position: absolute;
bottom: 0%;
width:100%;
}	
/*3カラム<-->2カラム*/
#main .cols3-2 li{
width:calc(33.33% - 7px);
margin-right:calc(21px / 2);
margin-bottom:20px;
position: relative;
} 

#main .cols3-2 .text-box{
padding:0.5em;
line-height: 1.6em;
}

#main .cols3-2 .cover-btn{
position: absolute;
bottom: 0%;
width:100%;
}	

/*2カラム<-->1カラム*/
#main .cols2-1 li{
width:calc(50% - 5px);
margin-right:calc(10px / 1);
margin-bottom:20px;
position: relative;
} 
#main .cols2-1 li:nth-child(2n){
margin-right:0px;
}

#main .cols2-1 .text-box{
padding: 0.5em;
line-height: 1.6em;
}

#main .cols2-1 .cover-btn{
position: absolute;
bottom: 0%;
width:100%;
}	

/*左右配置２カラム<-->1カラム*/
#main .links.cols2-1b li{
width: calc(50% - 5px);
margin-right: calc(10px / 1);
margin-bottom: 30px;
position: relative;
}
#main .links.cols2-1b li:nth-child(2n) {
margin-right: 0px;
}
#main .links.cols2-1b li a{
display: flex;
}	
#main .links.cols2-1b li a .linksImgleft{
margin: 0 20px 0 20px;
width: 32%;
}

#main .links.cols2-1b li a .linksImgright{
margin: 0 0px 0 25px;
width: 32%
}

#main .links.cols2-1b li a .linksTxtleft{
margin: 18px auto auto 10px;
width: 56%;
}

#main .links.cols2-1b li a .linksTxtright{
margin: 18px auto auto 30px;
width: 56%;
}

#main .cols2-1ex li{
width:calc(50% - 5px);
margin-right:calc(10px / 1);
margin-bottom:20px;
position: relative;

}
#main .cols2-1ex .pd{
/*購入ボタン退避領域*/
padding-bottom:calc(2em + 6px);	
}

#main .cols2-1ex li:nth-child(2n){
margin-right:0px;
}

#main .cols2-1ex .text-box{
padding: 0.5em;
line-height: 1.6em;
}

#main .cols2-1ex .cover-btn{
position: absolute;
bottom: 0%;
width:100%;
}	
/*5カラム<-->2カラム*/
#main .cols5-2 li{
width: calc(20% - 8px);
margin-right: calc(40px / 4);
margin-bottom:20px;
position: relative;
} 
#main .cols5-2 li:nth-child(5n){
margin-right:0px;
}

#main .cols5-2 .text-box{
padding:0.5em;
padding: 0.5em;
line-height: 1.6em;
}

#main .cols5-2 .cover-btn{
position: absolute;
bottom: 0%;
width:100%;
}	

@media screen and (max-width:767px){
/*5カラム<-->2カラム*/
#main .cols5-2 li{
width: calc(50% - 5px);
margin-right: calc(10px / 1);
margin-bottom: 20px;
}
#main .cols5-2 li:nth-child(2n){
margin-right:0px;
}
#main .cols5-2 li:nth-child(5n){
margin-right: calc(10px / 1);
}
#main .cols5-2 li:nth-child(10n){
margin-right:0px;
}
}
/*バナーグループ（2カラム⇔1カラム）*/
#main .banner_list2-1 {
display: flex;
flex-wrap: wrap;
}
#main .banner_list2-1 li {
width:calc(50% - 5px);
margin-right:calc(10px / 1);
margin-bottom:20px;
}
#main .banner_list2-1 a img {
width: 100%;
border:0px;
}

/*バナーグループ（2カラム⇔2カラム）*/
#main .banner_list2-2 {
display: flex;
flex-wrap: wrap;
}
#main .banner_list2-2 li {
width:calc(50% - 5px);
margin-right:calc(10px / 1);
margin-bottom:20px;
}
#main .banner_list2-2 a img {
width: 100%;
border:0px;
}
#main .banner_list2-2 li:nth-child(2n) {
margin-right:0;
}
/*バナーグループ（3カラム⇔2カラム）*/
#main .banner_list3-2 {
display: flex;
flex-wrap: wrap;
}
#main .banner_list3-2 li {
width:calc(33.33% - 7px);
margin-right:calc(21px / 2);
margin-bottom:20px;
}

#main .banner_list3-2 a img {
width: 100%;
border:0px;
}

@media screen and (min-width:768px){
/*マージンbottom*/
.mgb_90_80{
margin-bottom: 90px;
}

/*3カラム<-->1カラム*/
#main .cols3-1 .cover-btn{
width:100%;
}
/*3カラム<-->2カラム*/
#main .cols3-2 li:nth-child(3n){
margin-right:0px;
}

#main .banner_list2-1 li:nth-child(2n){
margin-right:0px;
}

#main .banner_list3-2 li:nth-child(3n){
margin-right:0px;
}
}

@media screen and (max-width:767px){
/*ボタンフォントサイズ*/
#main .fslarge {
font-size: 1.2em;
padding: 1.05em 1em;
}

/*マージンbottom*/
.mgb_90_80{
margin-bottom: 80px;
}

/*3カラム<-->1カラム*/
#main .cols3-1 li{
width:100%;
margin-right: 0;
margin-bottom:20px;
}

/*ボタンメニュー4col⇔2col*/
.botton_box li{
width:calc(50% - 5px);
margin-right:calc(10px / 1);
margin-bottom:10px;
}

.botton_box li:nth-child(2n){
margin-right:0px;
}

/*ボタンメニュー3col⇔1col*/
.botton_box2 li{
width:100%;
margin-right:0px;
margin-bottom:10px;
}
 
/*ボタンメニュー2col⇔1col*/ 
.btnList01 {
text-align: center;
width: auto;
margin: 20px auto 40px auto;
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.btnList01 li {
padding-bottom: calc(1em + 4px);
width: 100%;
margin-bottom: 0px;
} 
 
.btnList01 li.w32{	width: 100%} 

/*4カラム<-->2カラム*/
#main .links.cols4-2 li{
width:calc(50% - 5px);
margin-right:calc(10px / 1);
margin-bottom:20px;
}
#main .links.cols4-2 li:nth-child(2n){
margin-right:0px;
}	
#main .links.cols4-2 .text-box{
padding: 0.5em;
line-height: 1.6em;
}

#main .goods.cols4-2 li{
width:calc(50% - 5px);
margin-right:calc(10px / 1);
margin-bottom:20px;
}
#main .goods.cols4-2 li:nth-child(2n){
margin-right:0px;
}	
#main .cols4-2 .cover-btn{
width:100%;
}
/*3カラム<-->2カラム*/
#main .links.cols3-2 li{
width:calc(50% - 5px);
margin-right:calc(10px / 1);
margin-bottom:20px;
}
#main .links.cols3-2 li:nth-child(2n){
margin-right:0px;
}	
#main .links.cols3-2 .text-box{
padding: 0.5em;
line-height: 1.6em;
}
/*2カラム<-->1カラム*/
#main .cols2-1 li{
width:100%;
margin-right:0;
margin-bottom:20px;

}
#main .cols2-1 .cover-btn{
width:100%;
}

#main .links.cols2-1b li{
width: 100%;
margin-right:0;
margin-bottom: 20px;
}
#main .links.cols2-1b li a{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
flex-direction: row-reverse;
}

#main .links.cols2-1b li a .linksImgleft{
margin: 0 35px 0 0px;
}

#main .links.cols2-1b li a .linksImgright{
margin: 0 35px 0 0px;
}

#main .links.cols2-1b li a .linksTxtleft{
margin: 18px 10px auto 10px;
}

#main .links.cols2-1b li a .linksTxtright{
margin: 18px 10px auto 10px;
}

#main .links.cols2-1b a .linksImg{
width: 24%;
margin:0 4% 0 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}

#main .links.cols2-1b a .linksTxt{
width: 72%;
line-height: 1.5;
}

#main .cols2-1ex li{
width:100%;
margin-right:0;
margin-bottom:20px;
}
#main .cols2-1ex .cover-btn{
width:100%;
}

#main .banner_list2-1 li {
width: 100%;
margin-right:0;
}

#main .banner_list3-2 li {
width:calc(50% - 5px);
margin-right:calc(10px / 1);
margin-bottom:20px;
}

#main .banner_list3-2 li:nth-child(2n){
margin-right:0px;
}
	
/*スライドテーブル*/
#main .slideTable {
position: relative;
overflow-x: scroll;
-ms-overflow-x: scroll;
-moz-overflow-x: scroll;
-webkit-overflow-x: scroll;
}

#main p.scrolltxt {
color: #E00012;
font-weight: bold;
margin: 15px 0 40px 0;
text-align: left;
}

#main p.scrolltxt span {
/* background-color: #FAE2DE; */
padding: 8px 6px;
font-size: 0.95em;
border: 2px solid #E00012;
box-sizing: border-box;
}
}

/*外枠のみ（border_radiuse参考）*/	
#main .colsinframe {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
	padding: 10px;
    overflow: hidden;
}
/*枠内カラム配置*/	
#main .cols2-1inframe{
		margin-top: 0;
		margin-bottom: 0;	
	}
	#main .cols2-1inframe li {
	width: calc(50% - 5px);
    margin-right: calc(10px / 1);
    margin-bottom: 10px;
    position: relative;
    }
	#main .cols2-1inframe .text-box {
    padding: 0.5em;
    line-height: 1.6em;
}
	#main .cols2-1inframe li:nth-child(2n) {
	margin-right: 0;
    }
	#main .cols2-1inframe li:nth-last-child(2) {
	margin-bottom: 0;
    }
	#main .cols2-1inframe li:last-child {
	margin-bottom: 0;
    }
	@media screen and (max-width:767px){
	#main .cols2-1inframe li {
	width: 100%;
    margin-right: 0;
    }
	#main .cols2-1inframe li:nth-last-child(2) {
	margin-bottom: 10px;
    }
	}		
/*Youtube*/
#main .youtube{
position:relative;
width:100%;
padding-top:56.2%;
margin-bottom:20px;
}
#main .youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

/*Howtoナビ動画*/
.linksTxt.flexCenter{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;	
		-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#main .howto .linksTxt{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;	
		-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#main .howto.cols2-1 li a .linksTxt p{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#main .howto{
display:flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 30px;
}
#main .howto.cols2-1 li{
width: calc(50% - 5px);
margin-right: calc(10px / 1);
margin-bottom: 20px;
position: relative;
}
#main .howto.cols2-1 li:nth-child(2n) {
margin-right: 0px;
}
#main .howto.cols2-1 li a{
display: flex;
}	
#main .howto.cols2-1 li a .linksImg{
margin: 5px 15px 5px auto;
}
#main .howto.cols2-1 li a .linksTxt{
margin: auto auto auto 10px;
}


@media screen and (max-width:767px){
/*2カラム<-->1カラム*/
#main .howto.cols2-1 li{
width: 100%;
margin-right:0;
margin-bottom: 20px;
}

#main .howto.cols2-1 li a{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
flex-direction: row-reverse;
}

#main .howto.cols2-1 li a .linksImg{
margin: 5px 15px 5px 5px;
}	
#main .howto.cols2-1 li a .linksTxt{
margin: auto auto auto 10px;
width: 70%;
}
	
#main .howto.cols2-1 a .linksImg{
width: calc(8.5em - 4.8vw);
margin:0 4% 0 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}

}

#main .howto.cols3-1 li{
width:calc(33.33% - 7px);
margin-right:calc(21px / 2);
margin-bottom:20px;
position: relative;
}
#main .howto.cols3-1 li:nth-child(3n) {
margin-right: 0px;
}
#main .howto.cols3-1 li a{
display: flex;
}	
#main .howto.cols3-1 li a .linksImg{
margin: 5px 15px 5px auto;
}
#main .howto.cols3-1 li a .linksTxt{
margin: auto auto auto 10px;
}


@media screen and (max-width:767px){
/*3カラム<-->1カラム*/
#main .howto.cols3-1 li{
width: 100%;
margin-right:0;
margin-bottom: 20px;
}

#main .howto.cols3-1 li a{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
flex-direction: row-reverse;
}

#main .howto.cols3-1 li a .linksImg{
margin: 5px 15px 5px 5px;
}	

#main .howto.cols3-1 a .linksImg{
width: calc(8.5em - 4.8vw);
margin:0 4% 0 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}

}

/*オフショア*/
.cpt {
border-collapse: collapse;
border-spacing: 0;
margin:20px auto;
text-align:center;
width: 100%
}

.tal{
text-align:left;
}

.cpt th,.cpt td{
padding:5px;
border:#CCC 1px solid;
line-height: 1.4
}

.cpt a:hover{
opacity:0.7;
}	

.cptr th{
font-weight: normal;
font-style: normal;
/*text-align: center;*/
vertical-align: middle;
border-color: #bbb;
background: #666;
color: #FFFFFF;
}

.w001{
background-color:#e7e7e7;
}
.w002{
background-color:#ffffff;
}  		
.w003{
background-color:#e7e7e7;
}  		
.w004{
background-color:#ffffff;
}  
.w005{
background-color:#e7e7e7;
}  			
.w006{
background-color:#ffffff;
} 

.w007{
background-color:#e7e7e7;
} 

.w008{
background-color:#ffffff;
} 
.w009{
background-color:#e7e7e7;
} 

@media screen and (max-width: 767px){ 
.cpt {
border-collapse: collapse;
border-spacing: 0;
margin:20px auto;
text-align:center;
width: 800px
}
.cpt th.spth{
width: 18%
}
.tal{
text-align:left;
}

.cpt th,.cpt td{
padding:5px;
border:#CCC 1px solid;
line-height: 1.4
}

.cpt a:hover{
opacity:0.7;
}	

.cptr th{
font-weight: normal;
font-style: normal;
/*text-align: center;*/
vertical-align: middle;
border-color: #bbb;
background: #666;
color: #FFFFFF;
}

.w001{
background-color:#e7e7e7;
}
.w002{
background-color:#ffffff;
}  		
.w003{
background-color:#e7e7e7;
}  		
.w004{
background-color:#ffffff;
}  
.w005{
background-color:#e7e7e7;
}  			
.w006{
background-color:#ffffff;
} 

.w007{
background-color:#e7e7e7;
} 

.w008{
background-color:#ffffff;
} 
.w009{
background-color:#e7e7e7;
} 

.slideTable{

position: relative;
overflow-x: scroll;
-ms-overflow-x: scroll;
-moz-overflow-x: scroll;
-webkit-overflow-x: scroll;

}
.slideTable table.cpt{
width: 800px
}
p.scrolltxt {
color: #E00012;
font-weight: bold;
margin: 10px 0 15px 0;
text-align: left;
}
p.scrolltxt span {
/*background-color: #FAE2DE;*/
padding: 8px 6px;
font-size: 0.95em;
border: 2px solid #E00012;
box-sizing: border-box;
}
.threeTwoCol::after{
content:"";
display: block;
width:32%;
}
}
