#logo_img{ text-align:center;}
#logo_img img{ width:50%;}
.tit_contact {
    font-size: 1em;
}
.group_form input{box-sizing:border-box;}
.group_form dd {
    margin-left: 0;
}
.group_form dd textarea{
  margin-right:0!important;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
}

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: bold;
}@charset "euc-jp";

/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-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, 

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*-------------------------------------------
共通
-------------------------------------------*/
body {
  background-color: #fff;
  color: #212121;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #009fc9;
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.5rem;
  margin: 0;
}

h2 {
  margin: 1em auto;
  padding:5px;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2;
  background-color:#f6f6f6;
}

h3 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 20px 0 .5rem;
}

img {
  max-width: 100%;
  height: auto;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.u-wrap img {
  vertical-align: bottom;
}

.u-cf:before {
  content: "";
  display: table;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * layout
 */
.outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section {
  /*border-bottom: solid 1px #e0e0e0;*/
}

.section__inner {
  padding: 0 20px;
}

/* ツールバー */
.toolbar {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 10000;
}

.toolbar__inner {
  margin: 0;
  padding: 0;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar__item a {
  color: #212121;
  padding: 0 20px;
  height: 50px;
  display: table;
}
.toolbar__item a .u-wrap {
  display: table-cell;
}
.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--menu {
  float: left;
}
.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}

.toolbar__item--cart {
  float: right;
}
.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.toolbar__item--cart .toolbar__item__count--in {
  color: #ff5722;
}
/*ツールバーadd*/
.toolbar__item_logo {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin:10px auto 0 auto;
  width:33%;
}
.toolbar__item_logo img{
  text-align: center;
  padding:0 0 0 10px;
  width:90%;
}
/* ヘッダー */
.section--shopname {
  /*padding-top: 61px　ヘッダー固定バナーを配置する際にはpadding-topを変更*/
  padding-top: 61px;  
}


.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}
.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}
/*スライダーadd*/
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
     box-shadow: none!important;
    border: none!important;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
/* フッター */
.footer {
  margin: 1px 0 0;
}

.linklist {
  padding: 0;
  margin: 0;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 1em;
  color: #444;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.linklist__item--point {
  background: #444;
}
.linklist__item--point a {
  color: #fff;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item__icon {
  width: 10%;
  height: auto;
  text-align: right;
}

.section--sns {
  text-align: center;
  padding:1em 0;
}

.snslink {
  text-align: center;
  margin: 0 3px 0;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-table;
  width: 44px;
  height: 44px;
}
.snslink i {
  display: table-cell;
  vertical-align: middle;
}

.snslink--twitter {
  background: #00acee;
}

.snslink--facebook {
  background: #3b579d;
}

.snslink--instagram {
  background: #393939;
}

.snslink--google {
  background: #d95333;
}

.snslink--pinterest {
  background: #c9232d;
}

.section--address {
  text-align: center;
}

.copyright {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.powered {
  font-size: 85.71429%;
  color: #212121;
}
.powered img {
  width: 190px;
  margin: 0 0 -3px 3px;
}

/* ドロワー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 100001;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 20px;
  text-align: right;
}
.drawer__item--close a {
  color: #212121;
}

.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;

  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.drawer__item--accordion .linklist__item {
  border: none;
}
.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/*
 * top
 */
.u-hidden {
  display: none !important;
}
.moreinfo {
	max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}
.moreinfo > div {
    border-bottom: 2px #d9d9d9 solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.u-moreinfo--active {
  max-height: none;
}
.--info .button--more {
  margin: 20px auto 0;
}
.--info .button--more span {
  margin: 0 5px 0 0;
}

/*
 * product
 */
.bread {
    line-height: 1.8;
    margin: 0 0 1em 0;
    font-size: .8em;
    color: #888;
}
.linklist--breadcrumb .linklist__item__icon {
  width: 6%;
  text-align: left;
}

.prices {
  margin: 0 0 20px;
}

.price {
  font-size: 128.57143%;
  font-weight: bold;
}

.price--regular {
  text-decoration: line-through;
  color: #aaa;
}

.price--rate {
  color: #f44336;
}

.taglist {
  margin: 0 0 20px;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist .button--tag {
  margin: 0 6px 10px 0;
}

.description {
  margin: 0 0 20px;
}

.buy__inner {
  margin: 0 0 20px;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 50%;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  width: 50%;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}

.share {
  width: 88px;
  float: left;
  text-align: center;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

.u-oneimage {
  padding: 0 !important;
}

/*
 * product-list
 */

.boxlist {
  list-style: none;
  padding: 0 10px 20px;
  margin: 0;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 20px;
}
.box:nth-last-child(2),
.box:nth-last{ margin-bottom: 0;}

.box .box__inner {
  display: block;
  word-wrap: break-word;
}
.box .box__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative
}
.box .box__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.box .box__image--rank-1:before {
  border: 10px solid transparent;
  border-top: 10px solid #ffeb3b;
  border-left: 10px solid #ffeb3b;
}
.box .box__image--rank-2:before {
  border: 10px solid transparent;
  border-top: 10px solid #e0e0e0;
  border-left: 10px solid #e0e0e0;
}
.box .box__image--rank-3:before {
  border: 10px solid transparent;
  border-top: 10px solid #8d6e63;
  border-left: 10px solid #8d6e63;
}
.box .box__image--rank-none:before {
  border: none;
}
.box .box__name {
  margin: 0 0 5px;
  color: #212121;
}
.box .box__price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price__soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.box .box__caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}

.u-tile:nth-child(odd) {
    clear: left;
    padding-right: 10px;
}
.u-tile:nth-child(even) {
    padding-left: 10px;
}
.section--slide h2,
.section--main h2,
#cmmail h2 {
  padding: 10px 20px 5px;
}

.section--together .box {
  width: 33.33%;
}

.slidelist {
  margin: -10px 0 10px !important;
}
.slidelist .slick {
  padding: 0;
}
.slidelist .slick-list {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide__inner {
  display: block;
  padding: 10px 10px 5px;
  word-wrap: break-word;
}
.slidelist .slide__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative;
}
.slidelist .slide__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.slidelist .slide__image--rank-1:before {
 /* border: 8px solid transparent;
  border-top: 8px solid #ffeb3b;
  border-left: 8px solid #ffeb3b;*/
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://myatt-ec.jp/kyouyou/ranking-01.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.slidelist .slide__image--rank-2:before {
 /* border: 8px solid transparent;
  border-top: 8px solid #e0e0e0;
  border-left: 8px solid #e0e0e0;*/
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://myatt-ec.jp/kyouyou/ranking-02.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.slidelist .slide__image--rank-3:before {
 /* border: 8px solid transparent;
  border-top: 8px solid #8d6e63;
  border-left: 8px solid #8d6e63;*/
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://myatt-ec.jp/kyouyou/ranking-03.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.slidelist .slide__image--rank-none:before {
  border: none;
}

.slidelist .slide__name {
  font-size: 85.71429%;
  line-height: 1.2rem;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price {
  font-size: 85.71429%;
  line-height: 1.2rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price--soldout {
  color: #f44336;
}

.slick-list {
  padding: 0 10px;
}

.result {
  margin: 10px 0 20px;
}
.result span {
  font-size: 114.28571%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
  padding: 0 20px;
}

.rest {
  text-align: center;
  margin: 20px 0 35px;
}
.rest span {
  font-size: 114.28571%;
  font-weight: bold;
}

.pager__prev {
  float: left;
  line-height: 1;
  margin: 0 0 20px;
}
.pager__next {
  float: right;
  line-height: 1;
  margin: 0 0 20px;
}

.subs_title {
  padding: 0 20px 20px;
  border-bottom: solid 1px #e0e0e0;
}

.section--list .boxlist {
  padding: 10px 10px 0;
  margin: 0;
}

.freespace01 {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.freespace02 {
  font-size: 85.71429%;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist__title h3 {
  margin: 10px 0 2px;
}

.deflist__body {
  margin: 0 0 15px;
  font-size: 85.71429%;
}

.section--privacy p {
  font-size: 85.71429%;
}
.section--search{ margin:10px 20px;}
.section--search .button {
  float: right;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 85.71429%;
}

/*
 * パーツ
 */
.slick-slide img {
  margin: 0 auto;
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--blue {
  background: #009FC9;
  color: #fff;
}

.button--orange {
  background: #ff5722;
  color: #fff;
}

.button--line {
  border: 1px solid #10a4cc;
  color: #10a4cc;
}

.button--more {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
  padding: 5px;
}

.button--sort {
  font-size: 71.42857%;
  padding: 5px 8px;
  width: 28%;
}

.button--tag {
  font-size: 71.42857%;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  padding: 14px 0;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 13px 0;
  margin: 10px 0;
  width: 100%;
  line-height: 1;
}

.button--large {
  font-size: 114.28571%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}

.button--disabled {
  background: #e6e6e6;
  color: #bbb;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].keyword--small {
  width: 72%;
  height: 40px;
}
input[type="number"].buy__num, input[type="text"].buy__num {
  padding: 8px 10px;
  width: 15%;
}
input[type="text"].buy__name-title {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pulldown {
  width: 100%;
  height: 44px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}
#header {
    z-index: 10000;
}
/*
 * モーダル
 */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}
.sp_logo {
 width: 70px;
}

/* ◆◆追加◆◆ */
/*common*/
.mt40{margin-top:40px;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* キャラ一覧 */
.charalist_wrap {
  
}
.charalist_img {
	float:left;
	width:45%;
	margin:2%;
}

/*キャラコについて*/
.contents-wrap{margin:1em auto;width:90%;}

ul.chara_wrap{
  padding: 0;
  margin:0 auto;
  width:100%;
}
ul.chara_wrap li{
  display: inline-block;
  padding: 0 0 30px 0;
  margin:0;
  width: 45%;
  text-align: center;  
}
ul.chara_wrap li a{
   color: #fff;
   text-decoration: none;
}

.bag_ttl { height:45px; background:url(https://img21.shop-pro.jp/PA01389/811/etc/bag-ttl.png?cmsp_timestamp=2130) no-repeat;padding-left: 50px; padding-top:5px; box-sizing:border-box; font-size:1em; line-height:2.2em; }


.btn-yellow {
    background-color: #fdc702;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0;
    color: #333!important;
    font-weight: bold;
    text-decoration: none!important;
	margin:auto;
	width:90%; 
	font-size:0.8em; 
	padding:1em;
}
.btn-yellow a {
	display:block;
    color: #333!important;
	text-decoration:none!important;
}

.btn-yellow a:hover {
    background-color: #fdc702;
    color: #FFF!important;
	text-decoration:none!important;
}
.btn-yellow-0 {
    background-color: #fdc702;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0;
    color: #333!important;
    font-weight: bold;
    text-decoration: none!important;
	font-size:0.9em; 
	padding:.8em 1em;
  line-height:1;
  display: inline-block;
}
.btn-search {
    background-color: #009FC9;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0;
    color: #FFF!important;
    font-weight: bold;
    text-decoration: none!important;
    margin: auto;
    padding-left: 1em;
    padding-right: 1em;
    height: 40px;
    display: inline-block;
}
.contents__section a{
	color:#1186a5;
	text-decoration:underline;
	}
.contents__section a:hover{
	text-decoration:none;
	}
/*ご利用ガイド*/
.how_navi .li_midashi {
    margin: 0 0 0.5em 0;
  	padding:0.5em;
    background: #c8e7f9;
    font-weight: bold;
}
.midashi {
    color: #FFF;
    margin-bottom: 10px;
    display: block;
    line-height: 1.6em;
	font-size:1.3em;
    padding-left: 10px;
    background-color: #009fc9;
}

/*ご注文方法*/
.how_order {
	padding:8px;
	list-style-position:inside;
	margin:16px auto;
	list-style-type:decimal;
	border:solid 1px #999;
	background-color:#EEE;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.how_order li {
	padding:8px;
	margin:8px;
	background-color:#FFF;
	font-size:1em;
	font-weight:bold;
	color:#C60;
}
.how_order li span {
	display:block;
	color:#666;
}

.flee_p_sim .midashi {
	font-size:1.2em;
font-family: "メイリオ",Meiryo,mplus-1p-regular,mplus-2p-regular,sans-serif;
    line-height: 1.6em;
    clear:both;
}

/*目次*/
.how_navi {
margin: 0;
padding: 0;
line-height:1.2em;
list-style-type: none;
}
.how_navi .li_midashi {
	margin-left:0px;
    background:#c8e7f9;
    font-weight:bold;
}
.how_navi li {
	margin-left:40px;
}
b {
	color:#C00;
}


.flee_p_sim{
	clear:both;
}
.back_to_top {
    display: block;
    background-color: #fdc702;
    text-align: center;
    float: right;
    padding: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.back_to_top:hover {
    background-color: #fdc702;
    color: #FFF;
}
/*メルマガ用*/
#cmmail .mailmaga_ins input, #cmmail .mailmaga_del input,.btn-mailmaga {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
background: #3dabc6;
background: -moz-linear-gradient(top, #3dabc6 1%, #009fc9 41%, #0086b7 100%);
background: -webkit-linear-gradient(top, #3dabc6 1%,#009fc9 41%,#0086b7 100%);
background: linear-gradient(to bottom, #3dabc6 1%,#009fc9 41%,#0086b7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dabc6', endColorstr='#0086b7',GradientType=0 );
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 1px #ddd;
    box-shadow: 0 2px 1px #ddd;
    font-size: 18px;
    padding:5px;
    border: 1px solid #1D8CA0;
    line-height: 1.2;
}
.mailmaga_ins,
.mailmaga_del {
	width:50%;
	float:left;
	}
.btn-mailmaga{
 	width:90%;
	margin:10px auto;
}
#cmmail input {
    font-size: 16px;
    line-height: 1.4;
    margin: 8px 5px;
    width: 91%;
}

/*sns*/
.sns-wrap{
	display:flex;
	justify-content: center;
	}
.sns-wrap .twitter img{width:20%}	
.product-list__price-regular {
  text-decoration: line-through;
}
.product-list__name{color:#333}

/*common*/
.mt-l{margin-top:40px;}
.mt-m{ margin-top:20px}
.mr-m{ margin-right:20px}
.mb-m{margin-bottom:20px;}
.center{
  text-align: center;
}
/*↓サブカテゴリ用*/
ul.link_list{
	list-style: none;
	margin-left: 0;
 	margin-bottom:0;
	padding-left: 0;
}
ul.link_list li {
	border-bottom:1px solid #FFF;
	background-color:#dff2f7;
  	position: relative;
}
ul.link_list li:last-child {
	border-bottom:none;
}

ul.link_list li a{
	display:block;
	text-decoration:none;
	color:#10a4cc;
	padding:1em;
	-webkit-background-size: 20px 13px;
	}
ul.link_list li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 1.2em;
  right: 1em;
}
/*↑サブカテゴリ用*/

.cate_ttl{padding: 10px 20px 5px;}
.ml20{ margin-left:20px;}
.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}
.mb30{ margin-bottom:30px;}
.bold{font-weight:600;}	
.underline{ text-decoration:underline;}
		
.ttl-border-L{
	padding: 0.3em 0.5em;
	color: #10a4cc;
	background:transparent;
	border-left: solid 5px #10a4cc;
    margin:2em 1em 1em 1em;
  }
ul.dot{
  list-style:none;
  padding-left: 1.5em;
  margin-left:0.5em;
  margin-bottom:2em;
}  
  
ul.dot li {
  position: relative;
} 
ul.dot li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color:#10a4cc;
  border-radius: 100%;
}
ul.dot li a{
	text-decoration:none;
	color:#333;
}
iframe {border: none;height:300px;}
ul.check-circle {
	position: relative;
}

ul.check-circle li {
	line-height: 1.5;
	list-style-type: none!important;
	padding: 0.5em 1em 0.5em 0;
	margin-left: 0;
}

ul.check-circle li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	position: absolute;
	left: 1em;
	color: #009fc9;
}


.flee_container{ margin-left:1em;margin-right:1em;}

.info-tel{border: #e72410 2px solid;padding: 1em;margin:0 auto 30px auto;display: inline-block;font-size: 1em;line-height: 1.6; text-align: left;}		
.list-kome { margin-left: -1em;margin-bottom: 0;}
.list-kome li {
  list-style: none;
  position: relative;
}
.list-kome li::before {
  content: '※';
	margin-left: -1em;
	color: #e72410;
	padding-right: .2em;
}		
.br-sp {
  display: block!important;
}

.br-pc {
  display: none;
}		
	
