@charset "utf-8";
/* CSS Document */

body {
    font-family:'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
    margin: 0;
    padding: 0;
    color: #666;
    width: 100%;
}
dl,dt,dd,ul,ol,li {
    margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
}

.inner {
    max-width: 1024px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0;
}
img {
    outline: none;
    border-style: none;
}
a {
    color: #666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited {
    color: #666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*****HEADER*****/
header {
    width: 100%;
    margin: 0 auto 10px auto;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}
header .inner {
    overflow: hidden;
    height: 50px;
}
header .inner:after {
    content: "";
    clear: both;
    display: block;
}
header .inner h1 {
    display: none;
}
header .inner img {
    width: 12.5rem;
    height: auto;
    margin: .4rem 0px 0px 0px;
    float: left;
}
@media screen and (max-width: 900px) {
header .inner img {
    margin: 1rem 0px 0px 0px;
}
}
@media screen and (max-width: 780px) {
header .inner img {
    width: 30%;
    margin: .5rem 0px 0px 0px;
}
}
@media screen and (max-width: 650px) {
header .inner img {
    width: 38%;
    margin: .5rem 0px 0px 0px;
}
}
@media screen and (max-width: 450px) {
header .inner img {
    width: 50%;
    margin: .5rem 0px 0px 0px;
}
}

/*****NAV*****/

#global-nav {
    margin: 2rem 0 0 0;
    font-size: 1.0rem;
    width: calc(73% - 15px) ;
    float: right;
    text-align: right;
    font-family: 'Noto Serif JP', serif;
}
#global-nav ul {
    width: 100%;
}
#global-nav li {
    display: inline;
    font-size: 1.0rem;
    border-left: 1px solid #999;
    color: #313131;
    cursor: pointer;
    text-align: center;
    padding: 0 10px 0 15px;
    
}
#global-nav li:last-child {
    border-right: 1px solid #999;
}

#global-nav li a {
    text-decoration: none;
    color: #313131;
}
#global-nav li:hover {
    text-decoration: underline;
}
#global-nav:after {
    clear: both;
    display: block;
    overflow:hidden;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 30px;
    height: 36px;
    cursor: pointer;
    z-index: 4;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}

.branding {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.branding img {
    width: 100%;
    height: auto;
}

/** レスポンシブ **/

@media screen and (max-width: 780px) {
body {
     margin-top: 35px;
} 
#top-head .inner {
        width:calc(100% - 20px);
        padding: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
#top-head {
        top: 0;
        position: fixed;
        margin-top: 0px;
    }
#nav-toggle {
        display: block;
    }
#global-nav {
        margin: 0;
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -506px;
        right: 0;
        background: #db6a6e;
        opacity: 0.95;
        width: 50%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
#global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }
#global-nav ul li {
        float: none;
        position: static;
        border-left: none;
        padding: 1 0;
        font-size: 1.0em;
    }
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 0 0;
        
    }
    #top-head #global-nav ul li a:last-child {
        padding-bottom: 15px;
    }
#nav-toggle {
        display: block;
    }
/* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    
/* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }  
}
@media screen and (max-width: 600px) {
    #global-nav {
        width: 100%;
    }
}


/*****BRANDING*****/

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

/*****ARTICLE*****/

section {
    width: 100%;
    padding: 30px 0;
}
main {
    margin: 0;
    padding: 0;
    width: 100%;
}
h2,h3 {
   vertical-align: middle;
   font-family: 'Noto Serif JP', serif;
}

h2 {
    font-size: 2.0rem;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    padding: 0 0 10px 0 ;
}
.txtClrWhite {
    color: #fff;
}
h3 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
}
h4 {
    font-family:'Noto Serif JP', serif;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

@media screen and (max-width: 640px) {
h2 {
    font-size: 1.6rem;
    line-height: 1.6;
}
h3 {
    font-size: 1.4rem;
    line-height: 1.5;
}
h4 {
    font-size: 1.4rem;
    line-height: 1.5;
}
}

.cptCopy {
    color: #fff;
    border-bottom:thick double #d33535;
    padding: 0 0 15px 0 ;
}
.cptCopy span {
    font-size: 1.0rem;
    line-height: 1.5;
    margin-right: 10px;
}
p.catch {
    text-align: center;
    vertical-align: middle;
    padding: 0 0 15px 0 ;
    font-weight: 600;
}
p.cptBody {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #fff;
    margin: 25px 0;
    font-family: 'Noto Serif JP', serif; 
}
p.cptBody02 {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #fff;
    margin: 35px 0;
}
p.cptBodyname {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #fff;
    margin: 25px 0;
    font-family: 'Noto Serif JP', serif; 
    text-align: right;
}
.rcmdTtl {
    color: #666;
}
p.prd01 {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    padding: 0 0 10px 0;
    font-family: 'Noto Serif JP', serif; 
}
p.prd01 span {
    font-size: 1.2rem;
    line-height: 1.5;    
}
p.prd02 {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    padding: 0 0 10px 0;
    font-family: 'Noto Serif JP', serif; 
}
p.prd02 span {
    font-size: 1.0rem;
    line-height: 1.5;    
}
p.prd03 {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    color: yellow;
}
p.prd03 span {
    font-size: 1.1rem;
    line-height: 1.5; 
    color: #fff;
}
p.prdBody {
    font-size: 1.0rem;
    line-height: 1.6;
    color: #fff;
    padding: 0 0 20px 0;
}
p.prdBody .txtBtn01 {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #fff;
    padding: 7px 15px;
    border: 2px solid #fff;
    border-radius: 5px;
}


p.underLine {
    text-decoration: underline;
}
ul.btnArea {
     margin: 0 auto;
    text-align: center
}
ul.btnArea li {
    display: inline-block;
    margin: 0 20px;
     vertical-align: top;  
}
ul.btnArea li img {
    padding: 0 0 0 0;
    width: 100%;  
}
ul.btnArea li a:hover{
   opacity:0.8;
} 
.catBotn01 {
    width: 100%;
}

@media screen and (max-width: 780px) {
ul.btnArea li img {
    width: 100%;   
}
ul.btnArea li {
    display: block;
    margin: 20px; 
}
}

@media screen and (max-width: 600px) {
  ul.btnArea li {
    display: block;
    margin: 20px 0;  
      
}

}

p.blue {
    color:#c1e0ff;
}
p.green {
    color:#95be8e;
}
p.pink {
    color:#d19bce;
}
p.vioret {
    color:#ae9bd1;
}
p.black {
    color:#bdbdbd;
}
p.gold {
    color:#c2af94;
}
span.blue {
    color:#c1e0ff;
}
span.green {
    color:#95be8e;
}
span.pink {
    color:#d19bce;
}
span.vioret {
    color:#ae9bd1;
}
span.black {
    color:#bdbdbd;
}
span.gold {
    color:#c2af94;
}
.bgBlack {
    background-color: #000;
}
.bgGlay {
    background-color: #EFEFEF;
}
.bgBeige {
    background-color: #fdf4e3;
}

footer {
   margin-top: 20px;
   padding: 20px 0;
   color: #fff;
}
footer a,footer a:visited,footer a:hover {
    color: #fff;

}

footer ul.logo{
    display: inline-block;
    width: 26%;
    float: left;
    text-align: left;
    list-style-type: none;
}
footer ul.logo li{
    margin: 15px 0;
    padding: 0; 
}
footer ul.logo li img{
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
footer ul.sitemap {
    float: right;
    width: 25%;
    margin: 0 0 0 0;
    padding-bottom: 30px;
    text-align: left;
    list-style-type: none;
}
footer ul.sitemap li a{
    font-size: 0.95rem;
        line-height: 1.7;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
footer .inner::after {
    clear: both;
    overflow:hidden;
}

.add {
    width: 100%;
    font-size: 0.8rem;
    text-align: center; 
}

.footer-guide {
    max-width: 1024px;
    width: calc(100% - 30px);
    margin: 20px auto 0 auto;
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.5;
}
.footer-guide .item{
    display: inline-block;
    width: 30.0%;
    padding: 0 10px;
    text-align: left;
    border-left: 1px solid #333;
    vertical-align: top;
    
}
.footer-guide .item:last-child {
    border-right: 1px solid #333;
}
.footer-guide-title {
    margin: 10px 0 5px 0;
    padding: 5px 0;
    font-weight: bold;
}

.footer-guide li {
    list-style-type: none;
    padding-left: 1em;
    text-indent: -1em;
}
.footer-guide .item img {
    width: 90%;
    margin: 10px 0 10px 1rem;
}
.fgBody p.und2 {
    margin-left: 1rem;
}

@media screen and (max-width: 780px) {
  .footer-guide .item{
    width: 28.0%;   
}  
p.prd03 {
    font-size: 1.15rem;
}
p.prd03 span {
    font-size: 1.05rem;
}
}

@media screen and (max-width: 600px) {
.footer-guide .item{
    display: block;
    width: 100%;
    margin: 0 auto;  
    border-left: none;
    padding: 0;
} 
.footer-guide .item img {
    width: 60%;
    margin: 10px auto;
}
.footer-guide .item:last-child {
    border-right: none;
}
}



.text-c {
    text-align: center;    
}
.text-l {
    text-align: left;    
}
.text-r {
    text-align: right;    
}
#page-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
    background-color: #db6a6e;
    opacity: 0.7;
    border-radius: 50%;
    z-index: 10;
    padding: 5px;
    color: #FFF;
}
#page-top a,
#page-top a:visited,
#page-top a:hover
{
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
}
.page-top-icon {
    color: #FFF;
    font-size: 1.0em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 5px;
}


.att01 {
    width: 100%;
    font-size: 0.8em;
    line-height: 1.6em;
    font-size: 1.0em;
    margin: 10px 0 0 0 ;
    font-family: 'Noto Serif JP', serif;
}
.indent_1 {
    text-indent: -1rem;
    padding-left: 1rem;
}

.branding {
}

.cptCont {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
.cptCont .imgCont{
    display: inline-block;
    width: 40%;
    margin-right: 5%;
}
.cptCont img{
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}
.cpttextCont {
    display: inline-block;
    width:calc(100% - 46%);
    vertical-align: top;
}
.cpttextCont a {
    color: #fffc00;
}
.msgCont {
    width: 65%;
    margin: 0 auto;
    padding: 20px 0;
}
figure {
   float: left;
   width: 13rem;
   margin: 0 20px 10px 0;
}
figure img{
   max-width: 100%;
}
p.msgBody {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #525252;
    margin: 0 0 25px 0;
    font-family: 'Noto Serif JP', serif; 
}
.gstProfCont {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #525252;
    margin: 0 0 0 0;
    border: 1px solid #525252 ;
    padding: 15px;  
}
.gstProfCont p {
    margin: 0 0 10px 0;
}

.prdctCont {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}
.prdctCont > img{
    display: inline-block;
    width: 53%;
    margin-right: 3%;
}
.prdctCont02 {
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #fff ;
    border-radius: 15px;
}
.prdctCont02 > img{
    display: inline-block;
    width: 30%;
    margin: 1rem 1rem 0 0;
}
.prdcttextCont02 {
    display: inline-block;
    width:34%;
    vertical-align: top;
    margin: 1rem 0 0 0;
}
.prdcttextCont {
    display: inline-block;
    width:43%;
    vertical-align: top;
}
.ccptImg {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.ccptImg img {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 780px) {
.cptCont {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.cptCont .imgCont{
    display: block;
    width: 80%;
    margin: 0 auto 30px auto;
}

.cptCont img{
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
}
.cpttextCont {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.msgCont {
    width: 80%;
}
figure{
   float: left;
   width: 45%;
   margin: 0 20px 15px 0;
}
figure img{
   max-width: 100%;
}
.prdcttextCont {
    display: block;
    width:80%;
    margin: 0 auto;
    vertical-align: top;
}
.prdctCont > img{
    display: block;
    width: 100%;
    margin: 0 0 20px 0 ;
}
.prdcttextCont02 {
    display: block;
    width: 80%;
    vertical-align: top;
    margin: 1rem auto;
}
.prdctCont02 {
    width:80%;
    }
.prdctCont02 > img{
    display: block;
    width: 80%;
    margin: 1rem auto;
}
}

@media screen and (max-width: 540px) {
 
.prdctCont02 {
}
.prdctCont02 > img{
    display: block;
    width: 90%;
    margin: 1rem;
}
.cptCont img {
    display: block;
    width: 90%;
    margin: 0 auto 30px auto;
}
.cpttextCont {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.msgCont {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
figure{
   float: none;
   width: 50%;
   margin: 0 auto 15px auto;
}
figure img{
   max-width: 100%;
}
.prdcttextCont {
    width:100%;
}
.prdctCont > img{
    width: 100%;
}
}

.kdwrCont {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}
.kdwrCont img {
    width: 100%;
    padding: 0;
}

.kdwrCont p.kdwrBody {
    width: 90%;
    font-size: 1.1rem;
    line-height: 1.9;
    margin: 25px auto;
    font-family: 'Noto Serif JP', serif; 
    text-align: center;
}
.cmtCont {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    display: flex;
   flex-wrap: wrap;
    justify-content: center; 
}
.cmtCont .item2 {
    width: 26%;
    padding: 1%;
    text-align: center;
}
.cmtCont .item3 {
    width: 33%;
    padding: 1%;
    text-align: center;
}
.cmtCont .item2 img,
.cmtCont .item3 img{
    width: 100%;
    padding: 0;
}
.cmtCont .item2 p {
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.6;
}
.inner p.dashi{
     text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
}

@media screen and (max-width: 780px) {
.cmtCont .item2,
.cmtCont .item3 {
    width: 44.0%;
    padding: 3%;
} 
}

@media screen and (max-width: 540px) {
.cmtCont .item2,
.cmtCont .item3 {
    width: 44%;
    padding: 3%;
    margin: 0 auto 30px auto;
} 
    .kdwrCont {
         width: 100%;
    }
    .kdwrCont p.kdwrBody {
    width: 90%;
    text-align: left;
}
}

/** レスポンシブ **/
.onlySp { 
    display: none!important; 
}
.lionlySp { 
    display: none!important; 
}

@media screen and (max-width: 460px) {
.onlySp {
     display:block!important; 
    }
}
@media screen and (max-width: 780px) {
.lionlySp {
     display:block!important; 
    }
footer {
   width:100%;
    }
footer ul.logo{
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
    list-style-type: none;
}
footer ul.logo li.url{
    display: none;
}
footer ul.logo li img{
    float: none;
    width: 200px;
    margin: 0 auto 0 auto;
}
footer ul.sitemap {
     display: none;
}
}



.topTitle {
    margin: 15px auto;
    height: 5rem;
    text-align: center;
}
.topTitle img {
    height: 100%;
    display: inline-block;
}
.topTitle h2 {
    display: inline-block;
    text-align: left;
    margin: 5px 5px 0 15px;
    padding: 0 0 0 0;
    font-size: 2.0rem;
    line-height: 1.2;
    vertical-align: top;
}
h2.ttl-1 {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    text-indent: 0;
    font-size: 2.0rem;
    color: #000;
    font-family: 'Noto Serif JP', serif;
}
.prvcBg01 {
    background: url(../images/tradelawBg01.jpg) no-repeat center top, url(../images/btmBg.jpg) no-repeat center bottom;
    background-color: #000;
    background-size: 100%,100%;
}
.cmpnCont {
    background-color: #fff;
    padding: 30px 50px;
    margin: 0rem auto 3rem auto;
    width: 90%;
    
}
.cmpnCont h3.recTtl01 {
    font-size: 1.5rem;
    color: #FF960F;
    border-radius: 3.5rem;
    width: 20rem;
    font-weight: bold;
}
.cmpnCont h3 {
    text-align: center;
    margin: 15px auto;
    padding: 10px;
    border: 3px solid #FF960F;
}
.cmpnCont dl {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    border-bottom: 1px dashed #BBB;
}
.cmpnCont dl:first-child {
    border-top: none;
}
.cmpnCont dl dt {
    clear: both;
    width: 10rem;
    float: left;
    border-top: 1px dashed #BBB;
    margin: 0;
    padding: 1.5rem 1.0rem;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.0rem;
    line-height: 1.8;
}
.cmpnCont dl dd img {
    width: 60%;
    margin: 15px 0 ;
}
.cmpnCont dl dd {
    width: calc(100% - 15rem);
    float: left;
    border-top: 1px dashed #BBB;
    margin: 0;
    padding: 1.5rem 1.0rem;
    font-size: 1.0rem;
    line-height: 1.8;
 } 
.cmpnCont dl dt:first-child, 
.cmpnCont dl dt:first-child + dd {
    border-top: none;
}
.cmpnCont dl dd span {
    margin-left: 1rem;
}
#tradelaw .cmpnCont dl dt {
    color: #aa7450;
}
.GoogleMap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;/*比率をお好みで*/
    margin-top: 20px;
}
.GoogleMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    
@media screen and (max-width: 780px) {
.cmpnCont {
    padding: 15px 10px;
    margin: 0rem auto;
    width: 92%;
}
.cmpnCont dl {
    width: 100%;
    margin: 15px auto;
}
.cmpnCont dl dt {
    width: 100%;
    float: none;
    border-top: 1px dashed #BBB;
    padding: 15px 5px 0px 5px;
    margin: 0 0 10px 0;
}
.cmpnCont dl dt:first-child {
    padding: 0px 5px 0px 5px;
}
.cmpnCont dl dt:first-child, 
.cmpnCont dl dt:first-child + dd {
    border-top: none;
}
.cmpnCont dl dd {
    width: 100%;
    float: none;
    border-top: 0px dashed #BBB;
    padding: 0px 5px 15px 5px;
}
}

@media screen and (max-width: 560px) {
    .cmpnCont dl dd img {
    width: 100%;
    margin: 15px 0 ;
}
}

/** Slick **/

.slide img{
width: 100%;
height: auto;
margin: 0 auto;
max-width: 1024px;
}

/** 送料テーブル **/

.table-responsive .wrap_scroll_table {
  width: 100%;
  overflow-x: scroll;
  margin: 0 auto;
}

.table-responsive .scroll_table {
  margin-top: 10px;
  margin: 0 auto;
}

.table-responsive .scroll_table,
.table-responsive .scroll_table td,
.table-responsive .scroll_table th {
  border: 1px solid #cbced2;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}

.table-responsive .scroll_table th {
  background: #01214d;
  color: #fff;
  padding: 0.3rem 0.5rem;
  white-space: nowrap;
}

.table-responsive .scroll_table td {
  background: #fff;
  padding: 0.3rem 0.5rem;
}
.table-responsive .scroll_table td.bgylw {
  background: #ffffe0;
}

.table-responsive .txt {
  width: 100%;
  margin: 5px auto 10px auto;
  font-size: 1.0rem;
}

.formAtt {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0 auto 20px auto;
  font-weight: bold;
  text-align: center;
  color: red;
}
.formAttcopy {
  font-size: 1.0rem;
  line-height: 1.6;
  margin: 0 auto;
  font-weight: normal;
  text-align: left;
}
p.center {
    text-align: center;
    margin: 20px 0;
}
p.orderAtt {
    color: yellow;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 15px;
    }


.privacy  {
	margin: 0px;
    font-size: 1.0rem;
    line-height: 1.7;
    text-align: left;
}
.privacy h3 {
    font-size: 1.0rem;
    line-height: 1.7;
	color: #8f353b;
	margin: 0px;
	font-weight: bold;
    text-align: left;
    border: none;
    
}
.privacy p {
	font-size: 14px;
	margin: 0px 0px 5px 1em;
}

.privacy .lead {
	font-size: 1.0rem;
	margin: 0px 0px 5px 0px;
}

.privacy ul {
	font-size: 1.0rem;
	margin: 0px;
}

.privacy li {
	margin: 0px 0px 0px 2em;
    font-size: 1.0rem;
}
.privacy li:before {
	content: "・";
	margin-left: -1em;
}




.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}