@charset "UTF-8";


.product {
    clear: both;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 45px;
    padding-top: 15px;
    width: 100%;
}
.product .productinbx {
    width: 773px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product .thumbnail_l {
    width: 48%;
    margin: 15px 2% 0 0;
    border: 1px solid #ccc;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    padding-bottom: 1%;
}
.product .h520p {
    height: 860px;
}
.product .h430p {
    height: 940px;
}
.product .thumbnail_r {
    width: 48%;
    margin: 15px 0 0 2%;
    border: 1px solid #ccc;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    padding-bottom: 1%;
}
.product .thumbnail_l img,
.product .thumbnail_r img {
    float: right;
    margin: -28px 25px 15px 28px;
}
.product .thumbnail_l h3,
.product .thumbnail_r h3 {
    color: #3955ac;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 19px 4px 15px 23px;
    position: relative;
    line-height: 1.4;
}
.product .thumbnail_l p,
.product .thumbnail_r p {
    font-size: 95%;
    font-weight: 200;
    line-height: 1.4;
    margin: 0;
    padding: 19px 19px 15px 23px;
    width: 327px;
    text-align: justify;
}
.product .thumbnail_l p a.lnk,
.product .thumbnail_r p a.lnk {
    position: relative;
    display: inline-block;
    padding: 2px 0 2px 17px;
    vertical-align: middle;
    text-decoration: none;
}
.product .thumbnail_l p.style_cs,.product .thumbnail_r p.style_cs {
    font-size: 11px;
    margin-top: -20px;
    font-weight: 400;
}
.product .thumbnail_l p.style_cs img,.product .thumbnail_r p.style_cs img {
    float: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 12px;
}
.product .thumbnail_l p.style_cs2, .product .thumbnail_r p.style_cs2 {
	height: 13px;
    padding-top: 0;
}
.product .productinbx .alink {
    position: relative;
}
.product .productinbx .alink a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
.product .productinbx .alink:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.product .wk_schdls {
    width: 48%;
    margin: 15px 2% 0 0;
    border: 1px solid #ccc;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    padding-bottom: 1%;
    position: relative;
    top: -246px;
}
.product .wk_schdls_w {
    width: 100%;
    margin: 40px 0 0 0;
    border: 1px solid #ccc;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    padding-bottom: 1%;
    position: relative;
}
.product .wk_schdls h4,.product .wk_schdls_w h4 {
    color: #3955ac;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 19px 4px 15px 23px;
    position: relative;
    line-height: 1.4;
}
.product .wk_schdls_w h4 span {
    background: #ff8f00;
    border-radius: 8px;
    font-size: 80%;
    color: #fff;
    padding: 3px 12px;
    float: right;
    margin-right: 20px;
}
.product .wk_schdls p,.product .wk_schdls_w p {
    font-size: 85%;
    font-weight: 200;
    line-height: 1.4;
    margin: 0;
    padding: 0 19px 15px 23px;
    width: 327px;
    text-align: justify;
}
.product .wk_schdls_w p {
    width: 94%;
}
.product .wk_schdls .area_link,.product .wk_schdls_w .area_link {
	width: 100%;
	text-align: center;
}
.product .wk_schdls .area_link ul,.product .wk_schdls_w .area_link ul {
    list-style: none;
    font-size: 90%;
    margin: 0 auto;
    width: 92%;
}
.product .wk_schdls .area_link ul li,.product .wk_schdls_w .area_link ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 5px 8px 7px;
    border-radius: 5px;
}
.product .thumbnail_l ul,.product .thumbnail_r ul {
  padding: 0 1em 0.5em 2.3em;
  position: relative;
	font-size: 90%;
	margin-left: 10px;
}

.product .thumbnail_l ul li,.product .thumbnail_r ul li {
  padding: 0 0 5px 0;
    list-style-type: none!important;
    line-height: 1.2;
}

.product .thumbnail_l ul li:before,.product .thumbnail_r ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  position: absolute;
  left : 1em;
  color: skyblue;
}
.product .thumbnail_l ul li.nolnk:before,.product .thumbnail_r ul li.nolnk:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  position: absolute;
  left : 1em;
  color: #D5D5D5;
}


.product .thumbnail_l ul li a {
    
}
.product .thumbnail_bwj {
    width: 74%;
    margin: 35px 2% 0 0;
    border: 1px solid #ccc;
    display: inline-block;
    box-sizing: border-box;
}
.product .thumbnail_enq {
    width: 22%;
    margin: 35px 0 0 2%;
    border: 1px solid #ccc;
    display: inline-block;
    box-sizing: border-box;
}
.product .thumbnail_bwj h3 {
    color: #3955ac;
    font-size: 20px;
    font-weight: 500;
    padding: 19px 4px 15px 23px;
    line-height: 1.4;
}
.product .thumbnail_enq h3 {
    color: #3955ac;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
}
.product .thumbnail_bwj img {
    margin: 0 23px 23px;
    border: 1px solid #c0c0c0;
    box-sizing: border-box;
    max-width: 691px;
    width: 100%;
}
.product .thumbnail_enq img {
    margin: 8px;
}

.product .thumbnail_mmg {
    width: 100%;
    margin: 35px 2% 0 0;
    display: inline-block;
    box-sizing: border-box;
}
.product .thumbnail_mmg h3 {
    background-color: #0091af;
    color: #fff;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
    padding: 11px 10px 11px 25px;
}
.product .thumbnail_mmg p {
    display: inline-block;
    margin: 20px 2.5% 0 0;
    width: 53.5%;
    text-align: justify;
}
.product .thumbnail_mmg img {
    display: inline-block;
    border: 1px solid #ccc;
    width: 43%;
    margin-top: 24px;
    vertical-align: top;
}
.product .thumbnail_mmg img.w41p {
    border: 0px;
    width: 41%;
    float: left;
    margin-top: 21px;
    margin-right: 2% !important;
}
.product .thumbnail_mmg h4 {
    margin-left: 5px;
    margin-top: 20px;
    font-size: 21px;
}
.product .thumbnail_mmg ul {
    margin: 15px 46px 0;
}
.product .thumbnail_mmg ul li {
    padding: 0 0 5px 1em;
    list-style-type: none!important;
    line-height: 1.2;
    text-indent: -1em;
}

.product .thumbnail_mmg ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    position: relative;
    right : 1em;
    color: skyblue;
}
.product .productinbx ul li span {
    font-size: 68%;
    color: orange;
    font-weight: 600;
}
.product .productinbx div.img_lft {
    margin-bottom: 40px;
    width: 215px;
    display: inline-block;
}
.product .productinbx div.img_lft img {
    width: 200px;
    float: left;
    margin-right: 15px;
    margin-bottom: 7px;
    margin-top: 22px;
}
.product .productinbx div.img_lft span {
    display: block;
    font-size: 12px;
    width: 200px;
	line-height: 1.4;
}
.product .productinbx div.txt_rgt {
    display: inline-block;
    width: 557px;
    vertical-align: top;
    margin-top: 19px;
}
.product .productinbx div.txt_rgt2 {
    width: 537px;
    margin-left: 20px;
}
.product .productinbx div.txt_rgt h3.n_bdr {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.3;
    padding-bottom: 16px;
    margin-top: 0;
}
.product .productinbx div.txt_rgt p {
    text-align: justify;
}
.product .productinbx div.txt_rgt p.bold {
    font-size: 16px;
    font-weight: 700;
}
.product .productinbx div.wk_2bx {
    width: 44%;
    margin: 1% 3%;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.product .productinbx div.wk_3bx {
    width: 31%;
    margin: 1%;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.product .productinbx div.wk_4bx {
    width: 24%;
    margin: 0.5%;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.product .productinbx div.wk_2bx_wd {
    width: 48%;
    margin: 1% 3% 1% 0;
}
.product .productinbx div.mr0 {
    margin-right: 0;
}
.product .productinbx div.wk_2bx img,.product .productinbx div.wk_3bx img,.product .productinbx div.wk_4bx img {
    width: 100%;
    border: 1px solid #ddd;
}
.product .productinbx div.n_bdr img {
    border: 0;
}

.product .productinbx div.img_lft p.next {
    background-color: cornflowerblue;
    border-radius: 4px;
    padding: 2% 3%;
    width: 148px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
i.next {
    font-size: 1.75em;
    margin-left: 17px;
    vertical-align: sub;
    color: cornflowerblue;
}
.product .productinbx div.txt_rgt p.next {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 4px;
    margin-bottom: 5px;
}
.product .productinbx div.txt_rgt p.wk_nagare1 {
    width: 91%;
    margin: 0 0 1% 3%;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    padding: 1.5%;
}
.product .productinbx div.txt_rgt p.wk_nagare2 {
    width: 25.75%;
    margin: 0 0 0 3%;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    font-size: 17px;
    padding: 1.5%;
    display: inline-block;
}
.product .productinbx div.txt_rgt p.wk_nagare3 {
    width: 28%;
    margin: 0px 0.5% 2% 0.5%;
    border: 2px solid #ccc;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    padding: 1.5%;
    display: inline-block;
}
.product .productinbx div.txt_rgt ul.wk_nagare {
    width: 87%;
    margin: 0 0 1% 3%;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 18px;
    padding: 3% 1.5% 2% 5.5%;
}
.product .productinbx div.txt_rgt ul.wk_nagare li {
    font-weight: bold;
    margin-left: 3%;
    list-style-type: square;
    line-height: 1.3;
    margin-bottom: 8px;
}
.product .productinbx div.txt_rgt p.yellow {
    background-color: #ffff79;
}
.product .productinbx div.txt_rgt p.copy {
    width:100%;
    text-align: center;
    font-size: 13px;
    margin-bottom: 3px;
}
.content p br.br_sp {
    display: none;
}
.mt5 {
    margin-top: 5px !important;
}
.mt15 {
    margin-top: 15px;
}
.mt25 {
    margin-top: 25px !important;
}
.mt50 {
    margin-top: 50px;
}
.mt50s {
    margin-top: 50px !important;
}
.mt200 {
    margin-top: -200px !important;
}
ul.wk_4bx {
    width:100%;
}
ul.wk_4bx li {
    width: 45%;
    margin: 0 2% 2% 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    padding: 1%;
    display: inline-block;
}

.product .productinbx div.img_l {
    width: 100%;
	margin-bottom: 40px;
}
.product .productinbx div.img_l img {
    width: 200px;
    float: left;
    margin-right: 15px;
}
.product .productinbx div.img_l h3.bdr {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 9px;
    margin-top: 0;
    border-bottom: 1px solid #0091af;
}
.product .productinbx div.img_l h3.n_bdr {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 9px;
    margin-top: 0;
}
.product .productinbx div.img_l ul {
    margin: 15px 0 0 220px;
}
.product .productinbx div.img_l ul li {
    padding: 0 0 5px 1em;
    list-style-type: none!important;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 4px;
    text-indent: -1em;
}
.product .productinbx div.img_l ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111 ";
    position: relative;
    right: 1em;
    color: skyblue;
    left: -4px;
}
.product .productinbx div.event01 p {
    width: 63%;
    display: inline-block;
    margin-left: 1%;
}
.product .productinbx div.event01 p.waku {
    width: 30%;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    padding: 2.5% 1.5%;
    display: inline-block;
    vertical-align: top;
}
.product .productinbx div.event01 img {
    width: 16%;
    margin-top: -12px;
    display: block;
    margin-bottom: 4px;
    margin-left: 9%;
}
.product .productinbx div.img_lft p {
    text-align: center;
    width: 93%;
}
i.icn_key {
    font-size: 1.5em;
    margin-bottom: -7px;
    margin-right: 5px;
    vertical-align: text-top;
    color: skyblue;
}
.product .productinbx div.img_l h3.kaiin span {
    font-size: 80%;
    margin-left: 15px;
    font-weight: normal;
}
.content p img.w100p, .content h1 img.w100p {
    width: 100%;
    max-width: 100%;
}
.content p img.w90p {
    width: 90%;
}
.content p img.w80p {
    width: 80%;
}
.content p img.w60p {
    width: 60%;
}
.content p img.w32p {
    width: 32.5%;
}
.content p img.mr1p {
    margin-right: 1.25%;
}
p.img90p {
    text-align: center;
    margin-top: 35px;
}
p.img90p img {
    width: 80%;
}
.content .sozai {
    width: 80%;
    margin: 0 auto 20px;
}
.content .sozai .sozaiwk {
    width: 26%;
    margin: 0 1% 2%;
    background-color: cornflowerblue;
    border-radius: 11px;
    display: inline-block;
    padding: 2%;
    height: 94px;
    vertical-align: top;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}
.content .sozai .sozaiwk p {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 10px;
}
.gray {
    color: #ccc;
}
.blue {
    color: #317cff;
}
.blue2 {
    color: #0f71b0;
}
.pink {
    color: #f6a5aa;
}
.pink2 {
    color: #ff5588;
}
.mr5 {
    margin-right: 5px !important;
}
.mr40 {
    margin-right: 40px;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb25 {
    margin-bottom: 25px;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb65 {
    margin-bottom: 65px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px;
}
.ml16p {
    margin-left: 16%;
}
img.p75sp100 {
    width: 75%;
}
.ft85 {
    font-size: 85% !important;
}
.ft28p {
    font-size: 28px !important;
}
.ft110 {
    font-size: 110% !important;
}
.ft120 {
    font-size: 120% !important;
}
.ft130 {
    font-size: 130% !important;
    font-weight: bold;
}
.ft165 {
    font-size: 165% !important;
}
.ft180 {
    font-size: 180% !important;
}
p.red {
    color: red;
}
span.red {
    color: red;
    font-size: 75%;
}
span.red_s {
    color: red !important;
    font-size: 80% !important;
}
span.txt_red {
    color: red;
    font-size: 100%;
    font-weight: bold;
}
.probx p.arrow {
    color: #f6a5aa;
    font-size: 47px;
    margin-left: 128px;
    line-height: 0.5;
    margin-bottom: 5px;
}
div.container_customer .probx ul.chklist {
    display: inline-block;
    width: 86%;
    margin-left: 14%;
}
div.container_customer .probx ul.chklist li {
    margin-left: 1.5em;
    text-indent: -2em;
}
div.container_customer .probx ul.chklist li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c ";
    position: relative;
    margin-right: 1em;
    color: #e2a2a3;
    left: 8px;
    font-weight: bold;
}
div.container_customer .probx .tchup_bx {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}
div.container_customer .probx .tchup_bx h5 {
    font-size: 133%;
    margin-bottom: 9px;
    font-weight: 800;
}
div.container_customer .probx .tchup_bx span {
    display: block;
    margin-bottom: 10px;
}
div.container_customer .probx .tchup_bx h5 span {
    background: #f38a91;
    color: #fff;
    padding: 4px 18px;
    font-size: 150%;
    border-radius: 30px;
    margin-top: -10px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
div.container_customer .probx .tchup_bx img {
    display: inline-block;
    width: 34%;
    vertical-align: top;
    margin-right: 11px;
}
div.container_customer .probx .tchup_bx_r {
    display: inline-block;
    width: 59%;
    vertical-align: top;
}
div.container_customer .probx .tchup_bx_r p {
    width: 100%;
    vertical-align: top;
    color: #5ea8bf;
    font-size: 110%;
    font-weight: 600;
}
div.container_customer .probx .tchup_bx_r p span.bdr {
    border-bottom: 1px solid #5ea8bf;
    display: unset;
}
div.container_customer .probx .tchup_bx_r ul.chklist {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
}
div.container_customer .probx .tchup_bx img.w70p {
    width: 70%;
}
div.pw100P p {
    width: 100% !important;
    display: block !important;
}
p.pagelink a {
    display: block;
    margin: 20px auto 0px;
    width: 60%;
    border: 3px solid #d39aae;
    border-radius: 12px;
    padding: 2% 0;
    text-align: center;
    color: #b52759;
    background: #fff;
}
p.pagelink a:after {
    content: '';
}
p.pagelink2 {
    width: 50%;
}
p.pagelink2 a {
    width: 90%;
}
div.voice {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    padding: 0 3% 3%;
    border-radius: 13px;
    margin-top: 16px;
    margin-bottom: 20px;
}
div.voice ul {
    list-style-type: disc;
    padding-left: 25px;
}
div.container_customer .voice_lnk {
    border: 1px solid #f9c3bd;
    border-radius: 6px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}
div.container_customer .voice_lnk a {
    display: block;
    padding: 2% 3%;
}
.content h1.tit_top {
    font-size: 23px;
    padding-bottom: 6px;
    padding-top: 10px;
}
.content h1.tit_top span {
    font-size: 29px;
    font-weight: normal;
    font-family: serif;
    margin-right: 12px;
    vertical-align: middle;
    color: #506892;
}
.content h2.tit_vc {
    font-size: 34px;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.3;
    padding-top: 20px;
}
.content h3.tit_vch3 {
    width: 100%;
    font-size: 28px;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.3;
    margin: 0px 0 25px;
	color: #e876a1;
    padding-top: 120px;
}
#cont_success_stories .content h3.tit_vch3 {
    padding-top: 25px;
}
.clr_ownr {
    color: #768bf5;
    font-weight: bold;
}
.clr_cstmr {
    color: #f588b7;
    font-weight: bold;
}
a.link2 {
    border-radius: 12px;
    border: 4px solid #eee;
    padding: 10px 16px 12px;
    font-size: 90%;
}
.ln_bt01 {
    width: 90%;
    margin: 10px auto 10px !important;
    padding: 10px !important;
    display: block;
    color: #555555;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #a9e4f7; /* Old browsers */
    background: -moz-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a9e4f7 0%,#0fb4e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.ln_bt01:hover {
    background: #cbebf4; /* Old browsers */
    background: -moz-linear-gradient(top, #cbebf4 0%, #87cfe5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cbebf4 0%,#87cfe5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cbebf4 0%,#87cfe5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbebf4', endColorstr='#87cfe5',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
}
.ln_bt01 {
    color: #fff;
    background: #b52758;
    background: #4876a0;
}
.ln_bt01:hover {
    background: #e1bee7;
    background: #59829a;
    color: #b52758;
    color: #fff;
}
.ln_bt02 {
    color: #b52758;
    background: #fcebf1;
    border: 2px solid #b52758;
}
.ln_bt02:hover {
    background: #fff;
    color: #b52758;
}
.content h2.ftsz40p, .content h3.ftsz40p {
    font-size: 40px !important;
    margin: -43px 0 0;
    line-height: 1.2;
}
.content h2.ftsz40p, .content h3.ftsz40p:before {
    content: "「";
    color: #cec2c6;
    font-size: 63px;
    font-weight: 100;
    line-height: 1;
    margin-left: -55px;
}
.content h2.ftsz40p, .content h3.ftsz40p:after {
    content: "」";
    color: #cec2c6;
    font-size: 63px;
    font-weight: 100;
    line-height: 1;
    margin-right: -40px;
}
.content h2.tit_cntst2020 {
    font-size: 29px;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.3;
    margin: 60px 0 0;
    vertical-align: top;
    width: 100%;
    padding-bottom: 5px;
}
.content h2.tit_cntst2020 img {
    width: 48px;
    vertical-align: bottom;
    margin-bottom: -2px;
    margin: 0 12px 0 -10px;
}
.product .productinbx div.img_lft2 {
    width: 310px;
}
.product .productinbx div.img_lft2 img {
    width: 290px;
}
.product .productinbx div.txt_rgt3 {
    width: 460px;
    margin-bottom: 25px;
}
@media screen and (max-width: 1000px){
.product .productinbx div.img_lft2 {
    width: 35%;
}
.product .productinbx div.img_lft2 img {
    width: 97%;
}
.product .productinbx div.txt_rgt3 {
    width: 65%;
}
}
@media screen and (max-width: 767px){
.content h2.ftsz40p, content h3.ftsz40p {
    font-size: 34px !important;
}
.content h3.ftsz40p br {
    display: none;
}
.content h2.tit_cntst2020 {
    font-size: 26px;
    padding: 7px 0 15px;
}
.product .productinbx div.img_lft2 {
    width: 100%;
}
.product .productinbx div.img_lft2 img {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 0;
}
.product .productinbx div.txt_rgt3 {
    width: 100%;
}
img.cntst2020 {
    object-position: center 44%;
}
}
@media screen and (max-width: 480px) {
.product .productinbx div.img_lft2 img {
    width: 66%;
    margin-left: 17%;
}
}

@media screen and (min-width: 1190px) {
}

@media screen and (max-width: 1000px) {
    .product .productinbx {
        width: 100%;
    }
    .product .thumbnail {
        width: 31.4%;
        margin: 25px 0.8% 0;
    }
    .product .h520p {
        height: 910px;
    }
    .product .wk_schdls {
        top: -247px;
    }
    .product .wk_schdls p, .product .wk_schdls_w p {
        width: auto;
    }
    .product .wk_schdls .area_link ul li {
        margin: 0 1px 8px 4px;
    }
    .product .productinbx div.img_lft {
        width: 25%;
    }
    .product .productinbx div.txt_rgt {
        width: 75%;
    }
    .product .productinbx div.txt_rgt2 {
        width: 70%;
    }
    .product .productinbx div.img_lft img,.product .productinbx div.img_lft span {
        width: 97%;
        margin-right: 3%;
    }
    .content p br.br_sp {
        display: block;
    }
    ul.wk_4bx li {
        font-size: 16px;
    }
	div.top_cmpny {
        width: 100%;
    }
    div.top_cmpny img {
        width: 37%;
        margin-left: 1%;
    }
    div.top_cmpny .cmpnybx {
        margin-left: 3%;
        width: 57%;
    }
    .container_customer .main .content p.mt10p {
        margin-top: 7%;
    }
    .container_customer .main .content img {
        width: auto;
        height: auto;
    }
    .container_customer .utltbx2_inbx img.fl_right {
        width: 35%;
    }
    .contentlst .thumbnail {
        margin: 28px 4% 0 0;
        width: 45%;
    }
    .contentlst .thumbnail img {
        width: 100%;
    }
    .contentlst .thumbnail p {
        width: 95%;
    }
    .contents_menu div {
        height: 54px;
        width: 47%;
        margin-right: 1%;
        margin-left: 1%;
    }
    img.img_pc {
        width: 100% !important;
    }
    div.container_customer .probx_grry img {
        width: 29% !important;
    }
    div.container_customer .probx_grry img.logo {
        width: 245px !important;
    }
    .talk_list img.img_pc {
        display: none;
    }
    .talk_list img.img_sp {
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 0 auto 1%;
    }
    div.container_customer .probx_grry h3 span {
        width: 100%;
    }
    .product .productinbx div.img_lft p.next {
        width: 75%;
    }
    i.next {
        margin-left: 5px;
    }
    .container_customer .mainimage .tit_bx {
        width: 94%;
        margin: 3% auto;
    }
    .oubobox div.img_rght,.oubobox div.img_rght2 {
        width: 100%;
    }
    .oubobox div.img_fl_right {
        float: none;
        width: 100%;
        text-align: center;
    }
    table.cstmr td p.photo {
        border: 2px solid #dbdbdb;
        width: 130px;
        margin: 0 1px;
        height: 130px;
    }
    p.linkwp .lnk_s {
        font-size: 94%;
        padding: 7px 3%;
	}
    span.btn_cntst,span.btn_cntst2 {
        font-size: 115%;
        padding: 2px 12px 3px;
        margin: 3px;
    }
    div.main_copy_cstm p {
        margin-top: 50px;
    }
    div.main_copy_cstm p br.br_pc {
        display: none;
    }
    div.main_copy_cstm p.contlink {
        margin-top: 29px;
    }
    table.cstmr2 {
        width: 100%;
         margin: 0 10px;
    }
    table.cstmr2 td {
        width: 33.3%;
    }
    table.cstmr2 td p.photo {
        width: 175px;
        height: 175px;
        padding: 5px;
        display: block;
        margin: 0 auto;
    }
    table.media th.hyoshi {
        width: 20%;
    }
    table.media td.hyoshi {
        width: 20%;
    }
    table.media td img {
        width: 96% !important;
        margin: 1%;
    }
    .oubobox h3 {
        /*border: 5px solid #e6d5c4;*/
        width: 92%;
    }
    .oubobox .ouboinbx p.num {
        width: 6%;
    }
    .oubobox .ouboinbx p.midashi {
        width: 94%;
    }
    div.container_customer .probx img.prdct-tp {
        margin: 8px 0 0 2%;
    }
    div.container_customer .probx img.prdct-tp2 {
        margin: 26px 0 0 2%;
    }
    .sidebar-column {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 25px;
    }
    .ml16p {
        margin-left: 0;
    }
    div.content_customer dl.tittle_bx {
        width: 100%;
    }
    div.content_customer dl.tittle_bx dt {
        width: 15%;
        margin-left: 3%;
    }
    div.content_customer dl.tittle_bx dd {
        width: 82%;
    }
    div.container_customer .content_cstmrtop .lnkbx h3 {
        font-size: 25px;
	}
    div.content_customer .content_cstmrtop2 h3.title_top {
        width: 100%;
        margin-bottom: 0;
    }
    div.container_customer .content_cstmrtop2 img.title {
        max-width: 513px;
    }
    div.container_customer .content_cstmrtop2 p.koushin {
        width: 100%;
        margin: 0px 0 0 0;
    }
    div.content_customer .content_cstmrtop2 p.title_txt {
        width: 100%;
    }
    div.container_customer .content_cstmrtop2 .lnkbx p.spt_txt {
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 75%;
    }
    div.container_customer .content_cstmrtop2 .lnkbx p.spt_btn {
        position: relative;
        margin-top: -53px;
    }
    div.container_customer .content_cstmrtop2 .theme {
        margin: 0px 0 10px;
    }
    div.container_customer .content_cstmrtop .support_1 p.nmbr {
        width: 35px;
    }
    div.container_customer .content_cstmrtop .support_1 img {
        margin: 12px 1%;
    }
    div.container_customer .content_cstmrtop2 .support_1 img {
        float: none;
        width: 52%;
        margin: 0  0 15px 20%;
    }
    div.container_customer .content_cstmrtop .support_1 h4 br.br_sp {
        display: block;
    }
    div.container_customer .content_cstmrtop2 .support_1 p {
        width: 100%;
    }
    div.container_customer .content_cstmrtop2 .support_1 {
        margin-left: 0%;
    }
    div.container_customer .content_cstmrtop2 .mediabx p {
        width: 69%;
    }
    div.container_customer .content_cstmrtop2 .mediabx img {
        float: right;
        width: 20%;
        margin: -50px 13px 0 0;
    }
    table.media td.hyoshi a:after {
        left: 46px;
	}
    div.content_customer .talk_box p.link img {
        width: 170px;
    }
    div.content_customer .talk_box p.link2 {
        margin-left: 0%;
        width: 100%;
    }
    div.content_customer .talk_box p.link2 img {
        width: 170px;
        margin: 0 0% 0 1%;
    }
    div.content_customer dl.tittle_bx dd h3,
    div.content_customer dl.tittle_bx dd p {
        width: 95%;
	}
    div.container_customer .probx .btm0 {
        margin-top: 260px;
    }
    div.container_customer .content span.btn_cntst3, div.container_customer .content span.btn_cntst4 {
        font-size: 98%;
        width: 84%;
        margin: 8px auto;
        padding: 13px 15px 11px;
    }
    div.container_customer .content span.btn_cntst4_w {
        width: 96%;
        margin: 0;
        padding: 3%;
        white-space: pre-wrap;
    }
    div.container_customer .pro_lnk2 {
        width: 100%;
    }
    div.container_customer .pro_lnk2 a {
        width: 33%;
    }
    div.container_customer .probx .event_bx_r, div.container_customer .probx .event_bx_l {
        width: 100%;
    }
    div.content_customer ul.maru {
        width: 55%;
    }
    div.container_customer .kakomi_at-s p.hnbn img.w130 {
        display: block;
    }
    div.container_customer .point_at-s img {
        width: 25% !important;
        margin-right: 2%;
    }
    div.container_customer .point_at-s ul {
        width: 70%;
    }
    .probx p.arrow {
        margin-left: 13%;
        width: 80%;
    }
    p.img_title {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    p.img_title img {
        width: 50%;
    }
    #ksd {
        width: 93%;
        margin: 0 auto 25px;
    }
    #ksd h3 {
        text-align: center;
        margin: 0 0 18px;
    }
    #ksd .ksd_txt {
        width: 100%;
    }
    #ksd .ksd_logo {
        float: none;
        margin: 0;
        width: 180px;
    }
    .probx .ingredient {
        width: 97%;
        margin: 0 auto 25px;
    }
    .probx .ingredient li {
        width: 33%;
    }
    div.container_customer .kakomi_celbester div.txt_r {
        width: 68%;
    }
    .content p img.w60p {
        width: 70% !important;
    }
    #method dl.method dt {
        width: 28%;
    }
    #method dl.method dd {
        width: 60%;
    }
     p.style01 {
        width: 100%;
        margin-left: 0%;
    }
    .container_customer .main div.probx_lnk2wk,
    .container_customer .main div.probx_lnk2wk ul {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
    .container_customer .main div.probx_lnk2wk img {
        width: 100%;
    	margin-right: 0;
    }
        .container_customer .main div.probx_lnk2wk ul li {
        width: 48.4%;
        margin-bottom: 0;
	    margin-right: 2.25%;
    }
    .container_customer .main div.probx_lnk2wk ul li:nth-child(3n) {
    	margin-right: 2.25%;
    }
    .container_customer .main div.probx_lnk2wk ul li:nth-child(even) {
	    margin-right: 0;
    }
    div.container_customer .probx img.img_l {
        min-width: 35%;
        float: none;
        margin: 0 auto 20px;
        width: 100%;
        display: block;
    }
    ul.w490 {
        width: 100% !important;
    }
    div.content_customer ul.ml32p {
        margin-left: 25%;
    }
    .container_customer .main .content div.imgr_bx img.w40p,
    .container_customer .main .content div.imgl_bx img.w30p,
    .container_customer .main .content div.imgr_bx img.w65p,
    .container_customer .main .content div.imgl_bx img.w50p {
    float: none;
    max-width: 450px;
    width: 80%;
        height: auto;
        display: block;
        margin: 0 auto 12px;
    }
    .container_customer .main .content div.imgr_bx p,
    .container_customer .main .content div.imgl_bx p,
    .container_customer .main .content div.imgr_bx div.w45p,
    .container_customer .main .content div.imgl_bx div.w52p {
        float: none;
        width: 100%;
    }
    div.container_customer .main .content .probx img.w65p {
        width: 80%;
    }
    .container_customer .main .content img.w90p {
        width: 100%;
        margin: 0;
    }
    p.fmc_taisaku img {
        width: 220px !important;
    }
    div.container_customer .main .content .imgr_bx img.img_pc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .mainimage img {
        height: 250px;
        object-fit: cover;
    }
    .container_customer .main .content {
        width: 100%;
        margin: 0;
    }
    .container_customer .main .content p.mt10p {
        margin-top: 1%;
    }

    div.main_copy_cstm p.contlink a {
        margin-right: 7px;
        font-size: 12px;
    }
    div.main_copy_cstm p.contlink a.lnk01 {
        padding: 7px 10px 5px;
        width: 76px;
        height: 32px;
	    text-align: left;
    }
    div.main_copy_cstm p.contlink a.lnk02 {
        padding: 16px 10px 0px;
        width: 66px;
        height: 29px;
    }
    div.main_copy_cstm p.contlink a.lnk01 br.br_sp {
        display: block;
    }
    .form_wk3_lgn {
        width: 80%;
	}
    .content {
        margin-left: 4%;
        width: 92%;
    }
    .content p img {
        max-width: 90%;
    }
    .product .productinbx div.img_lft p.next {
        width: 35%;
        display: block;
        margin-left: 32%;
    }
    i.next {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    	margin-left: 50%;
    }
    div.main_copy_cstm {
        top: 122px;
    }
    div.main_copy_cstm h1 {
        font-size: 30px;
    }
    div.main_copy_cstm p {
        width: 100%;
    }
    div.main_copy_cstm p br.br_pc {
        display: none;
    }

    table.cstmr th {
        font-size: 115%;
    }
    table.cstmr td {
        padding: 12px 2px 11px;
    }
    .mainimage .tit_bx img.w100p {
        height: auto;
    }
    span.btn_cntst,span.btn_cntst2 {
        font-size: 110%;
	}
    span.btn_cntst span {
        margin: -3px 2px 3px 0px;
     }
	ul.ftlnk {
        margin: 25px 1%;
        width: 100%;
    }
    .product .thumbnail {
        width: 92%;
        margin: 20px 3.75% 0;
    }
    .product .thumbnail img {
        height: 250px;
        object-fit: cover;
    }
    .product .thumbnail_mmg p {
        margin: 20px 2.5% 0 0;
        width: 53%;
    }
    .product .thumbnail_mmg ul {
        margin: 15px 2% 0 6%;
    }
    .product .thumbnail_l,.product .thumbnail_r {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .product .h520p, .product .h430p {
        height: auto;
    }
    .product .wk_schdls {
        width: 100%;
        margin: 15px 0 0 0;
        top: 0;
    }
	.contents_menu div {
        width: 62%;
        margin-left: 19%;
    }
    .content .contents_menu h3 {
        text-align: center;
    }
    .product .wk_schdls_w h4 span {
        font-size: 75%;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .product .productinbx div.txt_rgt,.product .productinbx div.txt_rgt2 {
        width: 100%;
    }
    .product .productinbx div.img_lft {
        width: 100%;
    }
    .product .productinbx div.img_lft img, .product .productinbx div.img_lft span {
        width: 44%;
        margin-right: 3%;
        margin-left: 28%;
    }
    .product .productinbx div.img_lft p {
        text-align: center;
        width: 100%;
    }
    .mt50s {
        margin-top: 0px;
    }
    .mb0s {
        margin-bottom: 0px !important;
    }
    .mt200 {
        margin-top: 0px !important;
    }
	.sidebar-column {
        text-align: center;
    }
    .sidebar-column p.map {
        width: 70%;
        margin: 8px auto;
        float: none;
    }
    img.img_pc {
        display: none;
    }
    img.img_sp {
        display: block;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0;
    }
    .lnBox {
        width: 96%;
        font-size: 90%;
    }
    .content .sozai {
        width: 100%;
        margin: 0 auto 20px;
    }
    table.cstmr th.w10 {
        padding-right: 2px;
        padding-left: 5px;
        width: 16%;
    }
    table.cstmr td p.photo {
        width: 96px;
        height: 96px;
    }
    table.cstmr2 td p.photo {
        width: 130px;
        height: 130px;
    }
    table.cstmr2 td img {
        width: 100%;
        height: auto;
    }
    .oubobox .ouboinbx p.num {
        width: 8%;
    }
    .oubobox .ouboinbx p.midashi {
        width: 92%;
    }
    .oubobox p.img_left {
        width: 100%;
    }
    .oubobox p.txt_right {
        margin-left: 5%;
        width: 94%;
    }
    div.container_customer .content_cstmrtop {
        width: 100%;
    }
    div.container_customer .mr1p {
        margin-right: 0;
        margin-bottom: 20px;
    }
    div.container_customer .content_cstmrtop .lnkbx img {
        width: 20%;
    }
    div.container_customer .w3bx_db .w3bx_db_lnk {
        width: 100%;
    }
    div.content_customer dl.tittle_bx dt {
        width: 93%;
        margin-left: 7%;
    }
    div.content_customer dl.tittle_bx dd {
        width: 93%;
        margin-left: 7%;
    }
    div.content_customer h2 span {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
    div.container_customer .content_cstmrtop .lnkbx h3 {
        font-size: 31px;
	}
    div.container_customer .content_cstmrtop .support_1 h4 br.br_sp {
        display: none;
    }
    table.media td.hyoshi a:after {
        left: 29px;
        font-size: 28px;
        top: -35px;
    }
    div.content_customer .talk_box img.img_pc {
        display: none;
    }
    div.content_customer .talk_box img.img_sp {
        display: block;
        max-width: 100%;
        width: 100%;
        margin-bottom: 8px;
    }
    div.content_customer .talk_box p.w50p {
        width: 38%;
    }
    div.container_customer .probx img.prdct-tp, div.container_customer .probx img.prdct-tp2 {
        margin: 5px 0 0 2%;
    }
    div.container_customer .probx img.yoko {
        width: 98%;
        margin-left: 1%;
    }
    div.container_customer .probx .pro_lnk {
        float: right;
    }
    div.container_customer .probx .btm0 {
        margin-top: 0;
    }
    div.container_customer .pro_lnk2 a {
        width: 60%;
        margin: 0 3% 15px;
    }
    div.container_customer .probx img.img_pc{
        display: none;
    }
    div.container_customer .probx img.img_sp{
        display: block;
        width: 74% !important;
        margin-left: 13%;
    }
    div.container_customer .probx_grry img {
        width: 96% !important;
        margin: 0;
    }
    div.container_customer .probx .event_bx_r img, div.container_customer .probx .event_bx_l img {
        width: 34%;
    }
    div.container_customer .probx .event_bx_r img.w70p {
        width: 46%;
    }
    div.content_customer ul.salestalk_link {
        display: inline-block;
    }
    .container_customer .utltbx2_inbx img.fl_right {
        width: 46%;
        margin: 0 27% 10px;
    }
    div.content_customer ul.maru {
        width: 100%;
    }
    div.container_customer .utltbx2_inbx div.img_right {
        width: 100%;
    }
    div.container_customer .utltbx2_inbx div.img_right img {
        width: 30%;
        margin: 0 1% 10px;
    }
    div.content_customer h3.title3 {
        font-size: 31px;
    }
    div.content_customer h3.title2 img.logo {
        width: 175px;
    }
    div.content_customer h3.title2 img.logo_2 {
        margin-bottom: -8px;
    }
    div.content_customer ul.prdct_list li img.img_gym {
        width: 175px;
    }
	div.content_customer ul.prdct_list li span.ml285 {
		margin-left: 0;
	}
    div.container_customer .kakomi_at-s p.titl_at-s {
        font-size: 25px;
    }
    div.container_customer .probx ul.chklist {
        width: 100%;
        margin-left: 0;
    }
	.container_fbc h2.tit br.br_pc, .container_fbc h3.n_bdr br.br_pc {
        display: none;
	}
    div.container_customer .probx .tchup_bx img.w70p {
        width: 90%;
    }
    div.container_customer .content_cstmrtop2 .cstmrtop2_l, div.container_customer .content_cstmrtop2 .cstmrtop2_r {
        width: 100%;
        margin-left: 0;
    }
    div.container_customer .content_cstmrtop2 .lnkbx img.flright {
        width: 17%;
    }
    div.container_customer .content_cstmrtop2 .support_1 {
        width: 100%;
    }
    div.container_customer .content_cstmrtop2 .support_1 p {
        width: 60%;
    }
    div.container_customer .content_cstmrtop2 .support_1 img {
        float: right;
        width: 35%;
        margin: -80px 10px 15px 0;
    }
    div.container_customer .content_cstmrtop2 .lnkbx_r {
        width: 100%;
    }
    div.container_customer .content_cstmrtop2 .mediabx img {
        width: 22%;
        margin-top: -50px;
    }
    p.pagelink2 {
        width: 100%;
    }
    p.pagelink a {
        width: 75%;
    }
    div.container_customer .talk_list ul.salestalk_link {
        width: 95%;
        margin-left: 5%;
    }
    div.container_customer .talk_list ul.salestalk_link2 {
        width: 95%;
        margin-left: 5%;
    }
    div.container_customer .probx_grry p.midashi {
        width: 96%;
    }
    div.container_customer .probx_grry img {
        width: 96%;
    }
    .probx .ingredient li {
        width: 50%;
    }
    div.container_customer .kakomi_celbester div.txt_r {
        width: 100%;
    }
    div.container_customer .kakomi_celbester div.img_l {
        width: 60%;
        margin: 0 20%;
    }
    .content p img.w60p {
        width: 80%;
    }
    div.container_customer .probx img.w57p {
        width: 100%;
    }
    div.container_customer .w35p {
        width: 100% !important;
    }
    div.content_customer ul.ml32p {
        margin-left: 21%;
    }
    div.content_customer h3.title span.title_sub {
        display: block;
        margin-left: 0;
    }
    .container_customer .main .content img.w90p {
        width: 100% !important;
        margin: 0;
    }
    img.manual {
        width: 150px !important;
    }
    p.fmc_taisaku img {
        width: 220px !important;
    }
    div.container_customer .main .content .probx img.img_pc {
        display: none;
    }
    div.container_customer .main .content .probx img.img_sp {
        width: 90%;
    }
}

@media screen and (max-width:600px) {
    /* iPhone6plus Portrait */
    .product .thumbnail img {
        height: 190px;
        object-fit: cover;
    }
	.content a.bookmark {
        display: none;
	}
    .contentlst {
        width: 100%;
    }
    .contentlst .thumbnail_l,.contentlst .thumbnail_r,.contentlst .thumbnail_bwj,.contentlst .thumbnail_l {
        margin: 28px 0 0 0;
        width: 99%;
    }
    .contentlst .thumbnail p {
        width: 96%;
    }
    .product .thumbnail_l h3, .product .thumbnail_r h3 {
        padding: 19px 3% 15px 6%;
    }
    .product .thumbnail_mmg h3 {
        padding: 11px 10px 11px 16px;
    }
    .product .thumbnail_mmg p {
        margin: 20px 0 0 0;
        width: 100%;
    }
    .product .thumbnail_mmg img {
        width: 55%;
        margin-left: 22%;
    }
    .product .productinbx div.img_l img {
        width: 50%;
        margin-right: 25%;
        margin-left: 25%;
        margin-bottom: 8px;
    }
    .product .productinbx div.img_l ul {
        margin: 15px 0 0 0px;
        display: inline-block;
    }
	.contents_menu div {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    ul.wk_4bx li {
        font-size: 15px;
    }
	.sidebar-column {
        width: 98%;
        margin-left: 1%;
    }
    .copyright {
        font-size: 11px;
    }
    .ln_bt01_w43 {
        width: 90%;
    }
    .content .sozai .sozaiwk {
        font-size: 90%;
    }
    .content .sozai .sozaiwk p {
        font-size: 21px;
    }
    table.cstmr th,table.cstmr td {
        display: block;
    }
    table.cstmr th,table.cstmr th.w40p {
        width: 100%;
        padding: 8px 0;
        border: 0;
        text-align: center;
    }
    table.cstmr td {
        border-top: 0px;
	}
    table.cstmr td p.photo {
        margin: 5px auto;
        width: 110px;
        height: 110px;
    }
    table.cstmr th.w10 {
        width: 100%;
        border-top: 2px solid #999;
        padding-right: 0;
        padding-left: 0;
    }
     table.cstmr2 td p.photo {
        width: 100px;
        height: 100px;
    }
    div.container_customer .probx br.br_pc {
        display: none;
    }
    .area100 {
        display: block;
        width: 90%;
        margin: 35px auto;
    }
    .product .productinbx div.txt_rgt p.wk_nagare3 {
        width: 96%;
        margin: 0px 0 2% 0;
    }
    dl.form_txbx {
        width: 94%;
        margin: 0 auto;
    }
    dl.form_txbx dt {
        width: 100%;
        margin-bottom: 0;
        padding-top: 10px;
    }
    dl.form_txbx dd {
        width: 100%;
        border-top: 0px;
        margin-top: 0;
        padding-top: 8px;
    }
    .oubobox .ouboinbx p.num {
        font-size: 45px;
    }
    .oubobox .ouboinbx p.midashi {
        font-size: 28px;
        line-height: 1.3;
    }
    p.img90p img {
        width: 100%;
    }
    p.linkwp .lnk_s {
        font-size: 100%;
    }
    img.drink {
        float: none;
        display: block;
        width: 52% !important;
        margin-left: 20%;
    }
    div.content_customer h3.title {
        font-size: 39px;
	}
    div.content_customer h2 {
        font-size: 35px;
	}
    table.media td.hyoshi {
        vertical-align: top;
    }
    table.media td.hyoshi a {
        margin-bottom: 0;
    }
    table.media td.hyoshi a:after {
        content: "";
    }
    div.container_customer .utltbx p.lnk {
        max-width: 100%;
        padding: 3%;
    }
    div.content_customer .talk_box p.link img {
        width: 135px;
    }
    div.content_customer .talk_box p.link2 img {
        width: 31.5%;
        margin: 0 0% 0 0.5%;
    }
    div.content_customer ul.salestalk_link {
        width: 96%;
        margin-left: 2%;
    }
    div.container_customer .content span.btn_cntst3, div.container_customer .content span.btn_cntst4 {
        width: 80%;
    }
    div.content_customer ul.prdct_list {
        width: 100%;
    }
    div.container_customer .probx img.w30p {
        width: 60%;
        margin-left: 18%;
    }
    div.container_customer .probx .event_bx_r img, div.container_customer .probx .event_bx_l img {
       width: 60%;
       margin: 0 auto;
       display: block;
       margin-bottom: 12px;
    }
    div.container_customer .probx .event_bx_r p, div.container_customer .probx .event_bx_l p {
        width: 100%;
    }
    div.container_customer .probx .event_bx_r img.w70p {
        width: 65%;
    }
    div.content_customer h2.tit_talk {
        font-size: 26px;
    }
    div.content_customer h2.tit_talk:before {
        font-size: 18px;
    }
    div.content_customer h3.title2 span {
        margin-left: 0;
        font-size: 35px;
        margin-top: 5px;
    }
    div.container_customer .probx img.prdct {
        width: 55%;
	}
    div.container_customer .probx img.w57p {
        width: 100%;
    }
    div.container_customer .probx img.w65p {
        width: 100%;
    }
    div.container_customer .kakomi_at-s p.titl_at-s {
        text-align: center;
    }
    div.container_customer .kakomi_at-s p.titl_at-s span.num {
        display: block;
        margin-right: 0;
        text-align: center;
    }
    div.container_customer .point_at-s img {
        width: 40% !important;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    div.container_customer .point_at-s ul {
        width: 100%;
    }
    .probx p.arrow {
        margin-left: 46%;
        width: 52%;
    }
    div.container_customer .probx .tchup_bx_r {
        width: 100%;
    }
    div.container_customer .probx .tchup_bx img {
        width: 60%;
        margin: 0 auto;
        display: block;
        margin-bottom: 12px;
    }
    div.container_customer .content_cstmrtop2 .lnkbx img.flright {
        width: 21%;
    }
    div.container_customer .content_cstmrtop2 img.title {
        max-width: 100%;
    }
    dl.bwj_spec {
        font-size: 88%;
    }
    dl.bwj_spec dt {
        width: 65px;
    }
    p.img_title img {
        width: 65%;
    }
    div.container_customer .content_cstmrtop2 .lnkbx {
        height: auto;
    }
    div.container_customer .content_cstmrtop2 .lnkbx p.spt_txt {
        width: 100%;
    }
    div.container_customer .content_cstmrtop2 .lnkbx p.spt_btn {
        margin-top: 0;
        text-align: left;
        float: left;
    }
    div.container_customer .content_cstmrtop2 .support_1 img {
        margin: -38px 10px 15px 0;
    }
    div.container_customer .content_cstmrtop2 .mediabx img {
        margin-top: -50px;
    }
    .product .pw100P img.w41p {
        width: 50%;
        margin-bottom: 15px;
        margin-right: 28% !important;
    }
    p.pagelink a {
        width: 90%;
    }
    div.container_customer .content_mokuji {
        margin-left: 0;
    }
    div.container_customer .content_mokuji a {
        width: 36.5%;
    }
    img.p75sp100 {
        width: 100%;
    }
    #ksd h3 img {
        max-width: 94%;
        margin: 0;
    }
    #method dl.method dt {
        width: 41%;
    }
    #method dl.method dd {
        width: 47%;
        margin-top: 6px;
        font-size: 95%;
    }
    div.container_customer .content span.btn_cntst4_w {
        width: 93%;
    }
    table.cstmr th p.linkwp .lnk_s, table.cstmr th p.linkwp .lnk_s2 {
        width: 50%;
    }
    div.content_customer ul.ml32p {
        margin-left: 3%;
    }
    div.container_customer .main .content .probx img.img_sp {
        width: 100% !important;
    }
    a.link2 {
        display: block;
        text-align: center;
    }

}


@media screen and (max-width: 480px) {
    ul li.wk {
        padding: 7px 3px 6px 3px;
    }
    .li_01,.li_02,.li_03,.li_04 {
        padding: 10px 4%;
    }
    .main {
        width: 95%;
        margin-left: 2%;
        margin-top: 5px;
    }
    div.main_copy h1 {
        font-size: 23px;
    }
    div.main_copy_cstm h1 {
        font-size: 22px;
        width: 130px;
    }
    div.main_copy_cstm p {
        margin-top: 70px;
    }
    div.main_copy_cstm p.contlink {
        margin-top: 15px;
    }

    div.main_copy_cstm p.contlink a.lnk01 {
        padding: 7px 3px 5px;
        width: 49px;
    }
    .container_customer .main .content p.mt10p {
        margin-top: 1%;
    }
    .form_wk3_lgn {
        width: 92%;
	}
    ul.wk_4bx li {
        width: 100%;
        margin: 0 0 2% 0;
    }
    .w181 {
        font-size: 75%;
    }
    .content p img {
        max-width: 100%;
    }
    .enq h2 {
        font-size: 22px;
    }
    .enq h2.secret {
        width: 70%;
    }
    div.img_lft {
        width: 60%;
    }
    .content p img.w80p, .content p img.w60p {
        width: 100% !important;
    }
    input.txt,textarea {
        width: 95%;
    }
    .chbx01-prts {
        width: 90%;
        display: inline-block;
        padding-left: 9%;
        margin-right: 0;
    }
    .radio01-prts {
        display: block;
        margin-right: 3%;
    }
    .tppg figure img {
        width: 31%;
    }
    .content .sozai .sozaiwk {
        width: 28.5%;
        padding: 1%;
        font-size: 75%;
    }
    .product .thumbnail_l ul, .product .thumbnail_r ul {
        padding: 0 1em 0.5em 2em;
        font-size: 110%;
        margin-left: 7px;
    }
    .product .thumbnail_l ul li, .product .thumbnail_r ul li {
        padding: 0 0 8px 0px;
    }
    .product .thumbnail_l ul li.nolnk:before, .product .thumbnail_r ul li.nolnk:before {
        left: 0.25em;
    }
    p.cmntlist {
        width: 95%;
        margin-left: 5%;
    }
    dl.cmntlistwk {
        width: 95%;
        margin-left: 5%;
    }
    span.btn_cntst3, span.btn_cntst4 {
        width: 83%;
        white-space: normal;
        font-size: 95%;
    }
    .container_customer .main .content img {
        max-width: 100%;
    }
    table.cstmr2 {
        width: 98%;
        margin: 0 1% 45px;
        border-bottom: 4px dotted #ccc;
    }
    table.cstmr2 td {
        width: 100%;
        display: block;
    }
    table.cstmr td p.photo {
        width: 165px;
        height: 165px;
    }
    table.cstmr2 td p.photo {
        width: 130px;
        height: 130px;
    }
    table.cstmr2 td img {
        width: 28%;
        height: auto;
        display: inline-block;
        margin: 0 1%;
    }
    div.container_customer .utltbx2 dl dt {
        width: 95%;
    }
    div.container_customer .utltbx2 dl dd {
        width: 95%;
    }
    table.media td {
        padding: 3px;
    }
    table.media td img {
        border: 0;
    }
    .oubobox .ouboinbx p.num {
        width: 11%;
        margin-left: -4%;
    }
    .oubobox .ouboinbx p.midashi {
        font-size: 25px;
    }
    .picker__input {
        width: 80%;
    }
    div.content_customer h3.title {
        font-size: 32px;
    }
    div.container_customer .content_cstmrtop .lnkbx h3 {
        font-size: 27px;
	}
    div.content_customer h2 {
        font-size: 30px;
    }
    div.content_customer .talk_box p.link img {
        width: 120px;
    }
    div.container_customer .content span.btn_cntst3, div.container_customer .content span.btn_cntst4 {
        font-size: 100%;
        width: 87%;
	}
    div.container_customer .probx img.proimg, div.container_customer .probx img.yoko {
        margin-right: 0;
        width: 100%;
	}
    div.container_customer .probx .pro_lnk {
        margin-left: 0;
        width: 100%;
	}
    div.container_customer .probx .pro_lnk img {
        width: 32%;
        margin: 0 8% 35px;
    }
    div.container_customer .probx .fl_right {
        float: right;
        width: 36%;
        display: inline-block;
        vertical-align: top;
        margin: 0 7% 35px;
    }
    div.container_customer .probx .fl_right img {
        width: 100%;
        margin: 0;
    }
    div.container_customer .probx img.prdct_lft {
        width: 96%;
        margin: 0 2%;
    }
    div.content_customer .probx p.w60p {
        width: 100%;
    }
    div.container_customer .probx img.img_sp {
        width: 100% !important;
        margin-left: 0;
    }
    div.container_customer .probx .event_bx_l img.w90p {
        width: 100%;
    }
    div.container_customer .probx .event_bx_r img.w70p {
        width: 85%;
    }
    .container_customer .utltbx2_inbx img.fl_right {
        width: 58%;
        margin: 0 21% 10px;
    }
    div.container_customer .content_customer .probx_grry img {
        width: 96% !important;
    }
    div.content_customer ul.salestalk_link li.new a:before,
	div.content_customer ul.salestalk_link li.new span:before, 
	.utltbx2 dl dt.new:before,
	p.koushin:before {
        content: "NEW";
        color: #fff;
        font-weight: bold;
        margin-left: -28px;
        font-size: 55%;
        background: #da6a5e;
        padding: 0 2px 1px;
        border-radius: 7px;
        letter-spacing: 0px;
        margin-right: 1px;
        vertical-align: middle;
    }
    div.content_customer h3.title3 {
        font-size: 28px;
    }
    div.content_customer ul.salestalk_link {
        margin-left: 4%;
    }
    div.content_customer ul.salestalk_link li.midashi span {
        font-size: 23px;
    }
    div.content_customer h2.tit_talk {
        font-size: 24px;
    }
    div.content_customer h2.tit_talk:before {
        font-size: 16px;
    }
    div.container_customer .content_cstmrtop2 .lnkbx p.spt_txt {
        width: 70%;
    }
    div.container_customer .content_cstmrtop2 .theme {
        margin: 40px 0 10px;
    }
    dl.bwj_spec dt, dl.bwj_spec dd {
        width: 100%;
        font-size: 90%;
    }
    p.img_title img {
        width: 75%;
    }
    p.pagelink a {
        width: 100%;
    }
    .form_wk3 input.txt, .form_wk3_lgn  input.txt {
       width: 95%;
    }
    div.content_customer ul.salestalk_link li a:after {
        margin-right: 0;
    }
    .probx .ingredient li {
        width: 100%;
    }
    #method dl.method dt {
        width: 74%;
        margin-left: 13%;
        margin-top: 15px;
        margin-bottom: 0;
    }
    #method dl.method dd {
        width: 80%;
    }
.container_customer .main div.probx_lnk2wk ul li {
    width: 100%;
	margin-right: 0;
}
table.cbbc_tbl {
    display: none;
}
table.cbbc_tbl_sp {
    display: block;
}
table.cbbc_tbl_sp th {
    width: 32%;
}
table.cbbc_tbl_sp td {
    width: 68%;
}
}

@media screen and (max-width: 320px) {
    dl.form_txbx input.w30 {
        width: 14%;
    }
    .li_01,.li_02,.li_03,.li_04 {
        padding: 10px 5%;
    }
    .contents_menu div a {
        font-size: 13px;
        margin-left: 31%;
    }
    div.main_copy_cstm p {
        font-size: 85%;
        width: 95%;
        margin-left: 2%;
    }
    div.main_copy_cstm p.contlink a {
        margin-right: 5px;
        font-size: 11px;
    }
    div.main_copy_cstm p.contlink a.lnk01 {
        padding: 7px 5px 5px;
        width: 70px;
    }
    div.main_copy_cstm p.contlink a.lnk02 {
        padding: 16px 5px 0px;
        width: 56px;
    }
    .product .productinbx div.img_lft p.next {
        width: 46%;
        margin-left: 26%;
    }
    i.next {
        margin-left: 47%;
    }
    div.container_customer .content span.btn_cntst3, div.container_customer .content span.btn_cntst4 {
        font-size: 90%;
    }
}
