@charset "utf-8";

/* =======================================

	category.css
	Last Up Date 2017/06/30
							 2014/06/29

 -----------------------------------------
	INDEX
 -----------------------------------------
	1. .contents_main

	2.

	3.

	4.

	5.

========================================== */


/* .contents_main
========================================== */

/*
 * .contentTitle.topCategory
 */
.contentTitle.topCategory{
	font-size: 146.5%;
	color: #fff;
	width:686px;
	padding: 6px 12px;
	background: #5f93ff url('../img/common/sideNavCatTitle_bg.png') repeat-x left top;
	/* Firefox v1.0+ */
	-moz-border-radius: 5px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 5px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 5px;
}

.contentTitle.topCategory.print{
    background-color: #0086eb;
}
.contentTitle.topCategory.business{
    background-color: #46bcf9;
}
.contentTitle.topCategory.season{
    background-color: #7fca1e;
}
.contentTitle.topCategory.display{
    background-color: #ffd119;
}
.contentTitle.topCategory.novelty{
    background-color: #ff7f7f;
}
.contentTitle.topCategory.wear{
    background-color: #ae84e1;
}
.contentTitle.topCategory.sokujitsu{
    background-color: #ff6b86;
}

/*
 * .tagList_container
 */
.tagList_container{
	margin-top: 24px;
}

/* カテゴリ ---- add 2017/06/27 */
.categoryItemSection {
  /*border-bottom: 1px solid #ccc;*/
    width: 30%;
    /*border: #0086eb 1px solid;*/
    display: inline-flex;
    margin: 0 1.4% 5%;
}
.categoryItemSection h2 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 0.6em;
    height:2.4em;
    max-height: 5em;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 1px;
    font-feature-settings: "palt";
    overflow: hidden;
  }
.categoryItemSection--first {
  /*border-top: 1px solid #ccc;*/
}
.cateBox{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.categoryItemBlk {
  /*display: table;
	table-layout: fixed;
  width: 100%;
  padding: 0 0;*/
}
.categoryItemBlk__inner {
  /*display: table-row;*/
}
.categoryItemBlk__imgWrap {
  /*display: table-cell;
  vertical-align: middle;*/
  width: 100%;
  margin-bottom: 1em;
  overflow: hidden;
}
.categoryItemBlk__img {
  width: 100%;
  height: 120px;
  transform: scale(1.0);
  object-fit: cover;
  /*max-width: 100%;
  max-height: 100%;*/
}
.categoryItemBlk__img:hover {
    transform:scale(0.8);
    transition-duration: 0.2s;
    overflow:visible;
  }
.categoryItemBlk__desc {
  /*display: table-cell;
  vertical-align: middle;*/
  /*padding-left: 30px;*/
}
.categoryItemBlk__desc > h3 {
  color: #285fd5;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0.5em;
  overflow: hidden;
  height: fit-content;
  display: flex;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
.categoryItemBlk__desc > h3 > span {
    font-weight: bold;
    font-size: 0.8em;
    display: inline-flex;
    margin: 0em 0.5em 0 0;
    padding: 0em 0.2em;
    color: #285fd5;
    background-color: #dee9ff;
    line-height: 2;
    white-space: nowrap;
    align-items: center;
  }
.categoryItemBlk__desc > p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 12px;
  height: 6em;
  overflow: hidden;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    letter-spacing: 1.5px;
    font-feature-settings: "palt";
}
.categoryItemBlk__btn {
  display: block;
  color: #fff;
  font-size: 1.17em; /* 14px; */
  text-decoration: none;
  background: #ff6c6c;
  border-radius: 5px;
  padding: 5px 12px;
  /*margin-right: 3px;*/
  text-align: center;
}
.categoryItemBlk__btn:visited {
  color: #fff;
  text-decoration: none;
}

.categoryItemBlk__btn:hover,
.categoryItemBlk__btn:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

/*.categoryItemBlk__btn::after {
  display: inline-block;
  content: "＞";
  margin-left: 1em;
}*/

.categoryItemBlk__reviewbtn {
  display: block;
  color: #fff;
  font-size: 1.17em; /* 14px;*/
  text-decoration: none;
  background: #ff9d00;
  border-radius: 5px;
  padding: 5px 12px;
  margin-top: 5px;
  /*margin-left: 3px;*/
  text-align: center;
}
.categoryItemBlk__reviewbtn:visited {
  color: #fff;
  text-decoration: none;
}

.categoryItemBlk__reviewbtn:hover,
.categoryItemBlk__reviewbtn:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.categoryItemBlk__reviewbtn::after {
  /*display: inline-block;
  content: "＞";
  margin-left: 1em;*/
}

.caution_wrap {
    margin: 5px 0;
    width: 310px;
    padding: 5px;
    border: solid 2px #ff8282;
    color: #ff8282;
}

.caution_wrap.hide {
    display: none;
}

table.copy_filter_table th {
    background-color: #014190;
}
/*
 * .easyOption_container
 */
table.easystepflyerTable{
    margin-bottom: 5px;
}


.easyOption_container .easyOption{
	margin-bottom: 6px;
}
.easyOption_container .easyOption input{
	margin-right: 6px;
	vertical-align: middle;
	font-family: "ＭＳ Ｐゴシック";
	position: relative;
}
.easyOption_container .easyOption div.title{
    font-size: 115%;
    font-weight: bold;
    color: #2860d5;
    margin-bottom: 5px;
}
.easystepflyerCaution01{
    margin-bottom: 5px;
}
.easystepflyerCautionWrap{
    margin-bottom: 5px;
    position: relative;
    height: 56px;
    /*display: table;*/
}
.easystepflyerCaution02{
	position: absolute;
	bottom: 0;
    left: 0;
    width: 310px;
    padding: 5px;
    border: solid 2px #ff8282;
    color: #ff8282;
    display: table-cell;
    vertical-align: middle;


}
.easystepflyerCaution022{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 310px;
    padding: 5px;
    /*border: solid 2px #ff8282;*/
    /*color: #ff8282;*/

    vertical-align: middle;
    height: 100px;

}
.easystepflyerCaution03{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 395px;
    text-align: right;
    vertical-align: bottom;
    line-height: 0.8;


}


li.itemList p{
    font-size:10px;
    width: 170px;
    height: 200px;
    /*line-height: 1.4em;*/
    color: #000;
}
li.itemList p span{
    font-size:16px;
    width: 170px;
    height: 130px;
    line-height: 1.4em;
}
li.itemList p.print span{
    color: #0086eb;
}
li.itemList p.business span{
    color: #46bcf9;
}
li.itemList p.season span{
    color: #7fca1e;
}
li.itemList p.display span{
    color: #ffd119;
}
li.itemList p.novelty span{
    color: #ff7f7f;
}
li.itemList p.wear span{
    color: #ae84e1;
}
li.itemList p.sokujitsu span{
    color: #ff6b86;
}

h3.paper
{
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 2px;
}

div.price_container div.intromessage
{
    float: left;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
}

h5.optionList_category_process{
    color:#ff8282;
    font-size: 116%;
}
.button_container {
    margin: 10px 0;
}
.button_container ul {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}
.button_container ul li {
    float: left;
}
.button_container ul li span {
    color: #07328c;
    font-size: 18px;
    margin: 5px;
    vertical-align: middle;
}
.button_container button {
    width: 60px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    background-color: #DCDCDC;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.button_container button:hover {
    opacity: 0.8;
}
.button_container button.on {
    background-color: #FF7474;
}
div.paper_description{
    display: none;
}
div.checkDesc02 {
    position: absolute;
    z-index: 50;
    overflow: auto;
    width: 318px;
    max-height: 158px;
    text-align: left;
    background: #fff;
    border: 3px solid #014190;
    padding: 18px;
}
div.checkDesc02 a {
    float: right;
}
/**
 * 右側の場合のみ
 */
@media (min-width: 760px) and (max-width: 1450px) {
    .easytag .paper_item:nth-child(5n) div.checkDesc02 {
        left: -233px;
    }
    /* 打ち消し */
    .optionSet-easystep-container__paper .easytag .paper_item:nth-child(5n) div.checkDesc02 {
        left: 0;
    }
}

div.triangle1 {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #014190;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 50;
}
div.triangle2 {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 51;
}

.review__link {
	padding-bottom: 12px;
}

.review__link a:link,
.review__link a:visited {
        color: #ff9d00;
        text-decoration: none;
}

.review__link a:hover,
.review__link a:active {
        color: #ff9d00;
        text-decoration: underline;
}






/*
 * ■【かんたん1ステップ】
 */
.optionSet-easystep-title {
    font-size: 146.5%;
    color: #FFF;
    background-color: #2860d5;
    padding: 8px 18px;
}
.optionSet-easystep-container {
    padding: 16px 16px 30px;
    background-color: #F5F5F5;
}




/* □「サイズ」 */
.optionSet-easystep-container__size-text {
    margin-bottom: 20px;
}
.optionSet-easystep-container__size-image {
    padding: 0 12px;
}
.optionSet-easystep-container__size-image a {
    position: absolute;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.optionSet-easystep-container__size-image a:hover,
.optionSet-easystep-container__size-image a.current {
    background-color: #2860d5;
    opacity: 0.3;
}


/* サイズ　チラシ */
.optionSet-easystep-container__size-image-flyer-a {
    position: relative;
    float: left;
    width: 320px;
    height: 224px;
    background: url('../img/category/size-flyer-a.png') no-repeat left top;
}
.optionSet-easystep-container__size-image-flyer-b {
    position: relative;
    float: right;
    width: 320px;
    height: 225px;
    background: url('../img/category/size-flyer-b.png') no-repeat left top;
}
/* サイズ　A3～A7 */
.optionSet-easystep-container__size-image-flyer-a a#pro_5_1 {
    width: 159px;
    height: 224px;
    top: 0;
    left: 0;
}
.optionSet-easystep-container__size-image-flyer-a a#pro_4_1 {
    width: 159px;
    height: 110px;
    top: 0;
    left: 161px;
}
.optionSet-easystep-container__size-image-flyer-a a#pro_3_1 {
    width: 78px;
    height: 112px;
    top: 112px;
    left: 161px;
}
.optionSet-easystep-container__size-image-flyer-a a#pro_2_1 {
    width: 79px;
    height: 54px;
    top: 112px;
    left: 241px;
}
.optionSet-easystep-container__size-image-flyer-a a#pro_1_1 {
    width: 37px;
    height: 56px;
    top: 168px;
    left: 241px;
}
/* サイズ　B4～B8 */
.optionSet-easystep-container__size-image-flyer-b a#pro_5_2 {
    width: 159px;
    height: 224px;
    top: 0;
    left: 0;
}
.optionSet-easystep-container__size-image-flyer-b a#pro_4_2 {
    width: 159px;
    height: 110px;
    top: 0;
    left: 161px;
}
.optionSet-easystep-container__size-image-flyer-b a#pro_3_2 {
    width: 78px;
    height: 112px;
    top: 112px;
    left: 161px;
}
.optionSet-easystep-container__size-image-flyer-b a#pro_2_2 {
    width: 79px;
    height: 54px;
    top: 112px;
    left: 241px;
}
.optionSet-easystep-container__size-image-flyer-b a#pro_1_2 {
    width: 37px;
    height: 56px;
    top: 168px;
    left: 241px;
}


/* サイズ　中綴じ */
.optionSet-easystep-container__size-image-stitching {
    position: relative;
    width: 493px;
    height: 159px;
    background: url('../img/category/size-stitching.png') no-repeat left top;
    margin: 0 auto;
}
.optionSet-easystep-container__size-image-stitching a#pro_273_1 {
    width: 110px;
    height: 159px;
    bottom: 0px;
    left: 0px;
}
.optionSet-easystep-container__size-image-stitching a#pro_272_1 {
    width: 78px;
    height: 112px;
    bottom: 0px;
    left: 149px;
}
.optionSet-easystep-container__size-image-stitching a#pro_273_2 {
    width: 110px;
    height: 159px;
    bottom: 0px;
    left: 266px;
}
.optionSet-easystep-container__size-image-stitching a#pro_272_4 {
    width: 78px;
    height: 112px;
    bottom: 0px;
    left: 415px;
}


/* サイズ　ポスター */
.optionSet-easystep-container__size-image-poster {
    position: relative;
    width: 644px;
    height: 224px;
    background: url('../img/category/size-poster.png') no-repeat left top;
    margin: 0 auto;
}
.optionSet-easystep-container__size-image-poster a#pro_33_1 {
    width: 159px;
    height: 224px;
    bottom: 0px;
    left: 0px;
}
.optionSet-easystep-container__size-image-poster a#pro_31_1 {
    width: 110px;
    height: 159px;
    bottom: 0px;
    left: 163px;
}
.optionSet-easystep-container__size-image-poster a#pro_34_1 {
    width: 159px;
    height: 224px;
    bottom: 0px;
    left: 289px;
}
.optionSet-easystep-container__size-image-poster a#pro_32_1 {
    width: 110px;
    height: 159px;
    bottom: 0px;
    left: 452px;
}
.optionSet-easystep-container__size-image-poster a#pro_30_1 {
    width: 78px;
    height: 112px;
    bottom: 0px;
    left: 566px;
}


/* サイズ　名刺 */
.optionSet-easystep-container__size-image-businesscard {
    position: relative;
    width: 182px;
    height: 111px;
    background: url('../img/category/size-businesscard.png') no-repeat left top;
    margin: 0 auto;
}
.optionSet-easystep-container__size-image-businesscard a.businesscard {
    width: 182px;
    height: 111px;
    bottom: 0px;
    left: 0px;
}


/* サイズ　ポストカード */
.optionSet-easystep-container__size-image-postcard {
    position: relative;
    width: 222px;
    height: 150px;
    background: url('../img/category/size-postcard.png') no-repeat left top;
    margin: 0 auto;
}
.optionSet-easystep-container__size-image-postcard a#pro_17_1 {
    width: 222px;
    height: 150px;
    bottom: 0px;
    left: 0px;
}




/* □「用紙」 */
.optionSet-easystep-container__paper a.tag:hover {
    background-color: #bfd0f2;
    transition: .2s;
}
.optionSet-easystep-container__paper a.tag.current {
    background-color: #bfd0f2;
}
.optionSet-easystep-container__paper-text {
    margin-bottom: 20px;
}
.optionSet-easystep-container__paper-item {
    position: relative;
    float: left;
}
.optionSet-easystep-container__paper-item:nth-of-type(even) {
    position: relative;
    float: right;
}
a.optionSet-easystep-container__paper-tag.tag {
    display: block;
    width: 300px;
    height: auto;
    min-height: 100px;
    line-height: normal;
    padding: 14px;
    margin: 0 0 14px 0;
    border: 1px solid #2860d5;
    border-radius: 14px;
}
.optionSet-easystep-container__paper-tag-image {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 16px;
    overflow: hidden;
}
.optionSet-easystep-container__paper-tag-image img {
    width: 100%;
    height: auto;
}
.optionSet-easystep-container__paper-tag-message {
    display: block;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    color: #ff8282;
    margin-bottom: 2px;
}
.optionSet-easystep-container__paper-tag-name {
    display: block;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    font-size: 19px;
    color: #2860d5;
    margin-bottom: 12px;
}
.optionSet-easystep-container__paper-tag-btn {
    float: left;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    color: #FFF;
    background-color: #2860d5;
    padding: 4px 14px;
    border-radius: 5px;
}
/* 「用紙」アコーディオン表示  */
.optionSet-easystep-paper__accordion-btn {
    display: none;
}
.optionSet-easystep-paper__accordion-label {
    position: relative;
    display: block;
    font-size: 146.5%;
    color: #2860d5;
    text-align: center;
    line-height: normal;
    margin: 14px 0;
}
.optionSet-easystep-paper__accordion-label-arrow {
    position: absolute;
    top: 3px;
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color:  transparent transparent #2860d5 #2860d5;
    transform: rotate(-45deg);
}
.optionSet-easystep-paper__accordion-content {
    max-height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0;
    transition: 0.4s;
}
/* 「用紙」アコーディオン表示　「ON」  */
.optionSet-easystep-paper__accordion-btn:checked + .optionSet-easystep-paper__accordion-label .optionSet-easystep-paper__accordion-label-arrow {
    top: 10px;
    border-color: #2860d5 #2860d5 transparent transparent;
    transform: rotate(-45deg);
}
.optionSet-easystep-paper__accordion-btn:checked + .optionSet-easystep-paper__accordion-label + .optionSet-easystep-paper__accordion-content {
    padding-bottom: 70px;
    max-height: 3000px;
    opacity: 1;
}
/* アコーディオン表示内　用紙 */
.optionSet-easystep-container__paper-item-others.paper_item {
    display: block;
    position: relative;
    float: left;
}
.optionSet-easystep-container__paper-item-others.paper_item:nth-of-type(4n + 1) {
    clear: both;
}
.optionSet-easystep-container__paper-item-others.paper_item a.tag {
    width: 140px;
    height: auto;
    min-height: auto;
    margin: 0 0 10px 10px;
}
.optionSet-easystep-container__paper-item-others.paper_item:nth-of-type(4n + 1) a.tag {
    margin-left: 0;
}
.optionSet-easystep-container__paper-item-others.paper_item .paper_description div.checkDesc02 {
    width: 298px;
    height: 44px;
    padding: 8px;
}
.optionSet-easystep-container__paper-item-others.paper_item:nth-of-type(4n) .paper_description div.checkDesc02 {
    left: -170px;
}




/* □「本文色数の選択」 */
.optionSet-easystep-container.optionSet-easystep-container__color a.tag:hover {
    background-color: #bfd0f2;
    transition: .2s;
}
.optionSet-easystep-container.optionSet-easystep-container__color a.tag.current {
    background-color: #bfd0f2;
}
.optionSet-easystep-container.optionSet-easystep-container__color {
    padding: 16px 16px 0px;
}
.optionSet-easystep-container.optionSet-easystep-container__color .tagList a.tag {
    width: 200px;
    background-repeat: no-repeat;
    background-position: 6px center;
}
.optionSet-easystep-container.optionSet-easystep-container__color .tagList a.tag#color_2 {
    background-image: url('../img/category/icon_double-color.png');
}




/* □「本文ページ数の選択」 */
.optionSet-easystep-container__page a.tag:hover {
    background-color: #bfd0f2;
    transition: .2s;
}
.optionSet-easystep-container__page a.tag.current {
    background-color: #bfd0f2;
}
.optionSet-easystep-container__page a.tag {
    width: 76px;
    height: auto;
    min-height: auto;
    margin: 0 10px 10px 0;
}
.optionSet-easystep-container__page a.tag:nth-of-type(6n) {
    margin-right: 0;
}




/* □「オプション」 */
.optionSet-easystep-container.optionSet-easystep-container__kind a.tag:hover {
    background-color: #bfd0f2;
    transition: .2s;
}
.optionSet-easystep-container.optionSet-easystep-container__kind a.tag.current {
    background-color: #bfd0f2;
}
.optionSet-easystep-container.optionSet-easystep-container__kind {
    padding: 16px 16px 0px;
}
.optionSet-easystep-container.optionSet-easystep-container__kind .tagList a.tag {
    display: block;
    float: left;
    width: 200px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: 6px center;
}
/* 「片面フルカラー」から2列目が始まるようにする */
.optionSet-easystep-container.optionSet-easystep-container__kind .tagList a.tag:nth-of-type(3n+5) {
    margin-right: 0;
}
.optionSet-easystep-container.optionSet-easystep-container__kind .tagList a.tag#kind_1 {
    background-image: url('../img/category/icon_single-mono.png');
}
.optionSet-easystep-container.optionSet-easystep-container__kind .tagList a.tag#kind_2 {
    background-image: url('../img/category/icon_double-mono.png');
}
.optionSet-easystep-container.optionSet-easystep-container__kind .tagList a.tag#kind_3 {
    background-image: url('../img/category/icon_single-color.png');
    clear: both;
}
.optionSet-easystep-container.optionSet-easystep-container__kind .tagList a.tag#kind_4 {
    background-image: url('../img/category/icon_mono-color.png');
}
.optionSet-easystep-container.optionSet-easystep-container__kind .tagList a.tag#kind_5 {
    background-image: url('../img/category/icon_double-color.png');
}
/* 「オプション」アコーディオン表示  */
.optionSet-easystep-option__accordion-btn {
    display: none;
}
.optionSet-easystep-option__accordion-label {
    position: relative;
    display: block;
    font-size: 146.5%;
    color: #2860d5;
    text-align: center;
    line-height: normal;
    margin: 14px 0;
}
.optionSet-easystep-option__accordion-label-arrow {
    position: absolute;
    top: 3px;
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color:  transparent transparent #2860d5 #2860d5;
    transform: rotate(-45deg);
}
.optionSet-easystep-option__accordion-content {
    max-height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0;
    transition: 0.4s;
}
/* 「用紙」アコーディオン表示　「ON」  */
.optionSet-easystep-option__accordion-btn:checked + .optionSet-easystep-option__accordion-label .optionSet-easystep-option__accordion-label-arrow {
    top: 10px;
    border-color: #2860d5 #2860d5 transparent transparent;
    transform: rotate(-45deg);
}
.optionSet-easystep-option__accordion-btn:checked + .optionSet-easystep-option__accordion-label + .optionSet-easystep-option__accordion-content {
    max-height: 3000px;
    opacity: 1;
}


.optionSet-easystep-container__option ul.easyOption_container li {
    float: left;
    width: 214px;
    margin: 0 18px 20px 0;
}
.optionSet-easystep-container__option ul.easyOption_container li .title span.required.notice {
    white-space: nowrap;
}
.optionSet-easystep-container__option ul.easyOption_container li select {
    box-sizing: border-box;
    width: 100%;
}
.optionSet-easystep-container__option ul.easyOption_container li:nth-of-type(3n) {
    margin-right: 0;
}
.optionSet-easystep-container__option ul.easyOption_container li:nth-of-type(3n+1) {
    clear: both;
}

.optionSet-easystep-container__option .title span.required.notice {
    padding: 2px 5px;
    background-color: #ff8282;
    color:#fff;
}




/* □「商品個別調整」名刺 */
.optionSet-easystep-businesscard__paperBlock .tagList {
    display: none;
}
.optionSet-easystep-businesscard__paperBlock .optionSet-easystep-paper__accordion-label {
    display: none;
}
.optionSet-easystep-businesscard__paperBlock .optionSet-easystep-paper__accordion-content {
    padding-bottom: 70px;
    max-height: none;
    opacity: 1;
}




/*
 * ■【価格表テーブル】
 */
table#jsOriginPriceTbl.default.price td.type_0 {
    padding-left: 1px;
    padding-right: 1px;
    background: #f5f5f5;
    color: #333;
}
table#jsOriginPriceTbl.default.price td.is_disable {
    background-color: #bcbcbc;
}
table#jsOriginPriceTbl.default.price td.delidate_disabled {
    background-color: #bcbcbc;
    pointer-events:none;
}

.o-modal {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .32);
}

.m-modalCont {
	opacity: 0;
	position: absolute;
	top: 46%;
	left: 50%;
	width: 540px;
	background: #2860d5;
	border: 2px solid #07328c;
	box-shadow: 4px 8px 12px 0 rgba(0,0,0,.24);
	padding: 24px 16px;
	transform: translate(-50%, -50%);
	transition: all .6s;
}
.m-modalCont.is-show {
	opacity: 1;
	top: 50%;
}

.a-leadTxt {
	font-weight: bold;
}
.a-leadTxt--mdl {
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin: 28px 0 24px;
}

.m-modalBtnGroup__btn {
	display: inline-block;
	width: 160px;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0;
	margin-left: 14px;
}
.m-modalBtnGroup__btn:first-child {
	margin-left: 0;
}

.a-mdlBtn {
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	transition-duration: .24s;
	backface-visibility: hidden; /* ホバー時のズレ対策 */
}
.a-mdlBtn:hover {
	opacity: 0.8;
	text-decoration: none;
}
.a-mdlBtn--back,
.a-mdlBtn--back:visited {
	color: #2860d5;
	background: #fff;
}
.a-mdlBtn--back:hover {
	color: #ffe466;
}
.a-mdlBtn--login,
.a-mdlBtn--login:visited {
	color: #2860d5;
	background: #fff;
}
.a-mdlBtn--login:hover {
	color: #2860d5;
}
.a-mdlBtn--entry,
.a-mdlBtn--entry:visited {
	color: #fff;
	background: #ff8180;
}
.a-mdlBtn--entry:hover {
	color: #fff;
}