@charset "UTF-8";
/*----------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-size: 63%;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}
audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],template {
    display: none
}
a {
    background-color: transparent
}
a:active,a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1,h2,h3,h4,h5,h6 {
    font-size: 1em;
    margin: 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
dl,ol,ul {
    margin: 0;
    padding: 0
}
li {
    list-style: none
}
dd,p {
    margin: 0
}
img {
    border: 0;
    vertical-align: top
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,kbd,pre,samp {
    font-family: monospace;
    font-size: 1em
}
button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,select {
    text-transform: none
}
button,html input[type="button"],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,th {
    padding: 0
}
/*----------------------------------*/


.spDisplay {
    display: none;
}
.pcDisplay {
  display: block;
}


@media screen and (max-width:700px){

.spDisplay {
    display: block;
  }

.pcDisplay {
    display: none;
  }
}


/* plastic 230417*/
.plastic_fonts {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  }

.plastic_header img, .plastic_footer img{
    width: 100%;
}
.plastic_header{
    position: relative;
}
.plastic_campaigh{
    position: absolute;
    bottom: 10px;
    right: 0px;
}
img.plastic_campaigh{
    width: 55% !important;
}
.plastic_top h1{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}
.plastic_top img{
    display: block;
    width: 150px;
    text-align: center;
    margin: 30px auto;
}
.mainp{
    font-size: 1.5rem;
    margin: 0 40px !important;
}
.mainp span{
    font-size: 2.3rem;
    line-height: 1.5rem;
    margin: 10px 5px;
    background: linear-gradient(transparent 60%, #ffd8b2 40%);
}
.pb30{
    padding-bottom: 30px !important;
}
.mb20{
    margin-bottom: 20px !important;
}

.bg_be{
    background-color: #f8f3e8;
}
.bg_ye{
    background-color: #f9e9b4;
}
.plastic_goods_flex{
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 50px;
}
.plastic_goods_flex img{
    display: block;
    width: 95%;
    margin: 0 auto;
}
.plastic_goods h2, .plastic_price h2{
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    padding: 50px 30px;
    text-shadow: 1px 2px 3px #808080;
}

.plastic_price_table table{
    /* width: 660px; */
    width: 330px;
    margin: 20px auto;
    border: 6px solid #fec50d !important;
}

.plastic_price_table table th{
    background-color: #fec50d;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 48%;
    padding: 20px;
}

.plastic_price_table table td{
    background-color: #fff;
    color: #000;
    font-size: 1.5rem;
    margin: 10px;
    border-right: 6px dashed #fec50d;
    padding: 20px;
    vertical-align:top;
    width: 48%;
    text-align: center;
}
.plastic_price_p{
    text-align: right;
    font-size: 2.1rem;
    font-weight: bold;
    margin-right: 80px !important;
    text-shadow: 2px 2px 2px #c0c0c0;
}


.plastic_goods h2 img,.plastic_price h2 img{
    width: 70%;
    text-align: center;
    }

@media screen and (max-width:700px){
    .plastic_top h1{
        font-size: 1.6rem;
        margin: 0 15px;
    }
    .plastic_top, .plastic_price {
        padding-bottom: 30px;
    }
    .plastic_header img{
        width: 100%;
    }
    .plastic_campaigh{
        position: absolute;
        bottom: 0px;
        right: -5px;
    }
    img.plastic_campaigh{
        width: 67% !important;
    }
    .plastic_goods_flex{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .plastic_price_table table{
        width: 100%;
        margin: 20px 0;
    }
    .plastic_price_table table th{
        display: block;
        width: 100%;
        padding: 0;
    }
    .plastic_price_table table td{
        display: block;
        width: 96%;
        margin: 0;
        padding: 20px 0 20px 15px!important;
        border-right: none;
    }
    .plastic_price_table table td.first{
        border-bottom: 6px dashed #fec50d;
    }
    .plastic_goods h2 img,.plastic_price h2 img{
    width: 105%;
    }
    .plastic_goods h2, .plastic_price h2 {
    padding: 30px 10px;
    }
    .mainp{
    margin: 0 15px 20px !important;
    }
    .plastic_goods_flex img{
        width: 75%;
    }
    .plastic_price_p{
        text-align: left;
        font-size: 1.9rem;
        margin-right: 0px !important;
    }
}
#content .content-1-column {
    width: 100%;
    max-width: 980px;
	margin: 0 auto;
}
.external {
	font-size: 15px;
	margin: 15px 0 15px;
	text-align: right;
}
.external a {
	color: #000;
	text-decoration: none;
	border-bottom: #000 1px dotted;
    margin: 10px 10px 10px 0;
}

@media screen and (max-width:1000px) {

    #content .content-1-column {
        width: 100%;
        max-width: 980px;
      margin: 25px auto 0;
        padding: 0 15px;
        box-sizing: border-box;
    }
        
    
    }