@charset "UTF-8";
/* CSS Document */


/****************************************************************
共通
****************************************************************/

.designgude_icons{
	padding: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.designgude_icons.spoemb{
	font-size: 0.8rem;
}

.designguide_template img{
	width: 100%;
}

.designgude_icons li{
	width: 10%;
	margin-bottom: 1.5em;
}

.designgude_icons li img{
	width: 80%;
}

.designguide_template,
.designguide_SPOtemplate{
	padding: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.designguide_template li,
.designguide_SPOtemplate li{
	width: 25%;
	margin-bottom: 1.5%;
	padding: 0 1.5%;
	box-sizing: border-box;
}

.designguide_template.bgGray img{
	background-color: #ccc;
}

@media print,all and (max-width: 767px) {

	.designgude_icons li{
		width: 25%;
	}

	.designguide_template li,
	.designguide_SPOtemplate li{
		width: 50%;
	}

}


/****************************************************************
トップ
****************************************************************/

.design_topNav ul{
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.design_topNav ul a{
	padding: 10px;
	margin: 0 2% 2% 0;
	border: solid 10px #EBEBEB;
	box-sizing: border-box;
	color: #666;
}

.design_topNav ul a:hover{
	text-decoration: none;
	border: solid 10px #ffcf99
}

.design_topNav ul a li dl{
	margin: 0;
	padding: 0;
}

.design_topNav ul a li dl dt{
	text-align: center;
	font-weight: 700;
	font-size: 1.1rem;
	color: #000;
}

.design_topNav ul a li dl dt span{
	display: block;
	text-align: left;
}

.design_topNav ul a li dl dt img{
	width: 90%;
	margin: 0 auto 1rem;
}

.design_topNav ul a li dl dd{
	margin-top: 0.5rem;
	font-size: 0.9rem;
	line-height: 1.4;
}

@media print,all and (min-width: 980px){

	.design_topNav ul a{
		width: 23.5%;
	}

	.design_topNav ul a:nth-child(4n){
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {

	.design_topNav ul a{
		width: 31.3%;
	}

	.design_topNav ul a:nth-child(3n){
		margin-right: 0;
	}

}

@media screen and (max-width: 767px) {

	.design_topNav ul a{
		width: 49%;
	}

	.design_topNav ul a:nth-child(2n){
		margin-right: 0;
	}

}





/****************************************************************
フォント
****************************************************************/

.clearfix::after,
.yell::after{
  content: "";
  display: block;
  clear: both;
}


.yell h3 {
	background-color: #499ec7;
	background-image: url(../img/design/font_yell/bg_stripe.png);
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 20px;
	border: none;
}


.yell .type-list {
	display: table;
	margin: auto;
	width: 960px;
}

.yell .type-list.first {
	margin: 30px auto 0;
}

.yell .type-list > div {
	display: table-cell;
	border: 2px solid #ccc;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

.yell .type-list .number {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 10%;
}

.yell .type-list .type-sample {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 62%;
}

.yell .type-list .type-sample img {
	width: auto;
}

.yell .type-list .option {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 300px;
}

.yell .type-list .option .select-option {
	margin: auto;
	width: 230px;
	list-style: none;
	padding-left: 0;
}

.yell .type-list .option .select-option li {
	background-image: url(../img/design/font_yell/bg_stripe.png);
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	color: #FFF;
	padding: 10px 0;
	width: 110px;
}

.yell .type-list .option .select-option .s01 {
	background-color: #3E62AD;
	float: left;
}

.yell .type-list .option .select-option .s02 {
	background-color: #9B72B0;
	float: right;
}


.yell .design-type-list {
	margin: auto;
	padding: 0;
	width: 960px;
	list-style: none;
}

.yell .design-type-list::after{
  content: "";
  display: block;
  clear: both;
}

.yell .design-type-list li {
	float: left;
/*	height: 180px;*/
	width: 240px;
}

.yell .design-type-list2 li {
	float: left;
	height: 210px;
	width: 240px;
	border: 1px solid #000;
	background: #ccc;
}

.yell .design-type-list3 li {
	float: left;
	height: 310px;
	width: 240px;
	border: 1px solid #000;
	background: #ccc;
	position: relative;
}

.yell .design-type-list3 li .emblem_img{
	width: 238px;
	height: 273px;
	position: relative;
}
.yell .design-type-list3 li .emblem_img img{
position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.yell .design-type-list3 li img{
	width: auto !important;
}

.yell .dtype_example{
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

.yell .dtype_example li{
	float: left;
	width: 30%;
	margin: 0 1.5%;
	margin-top: 10px;
}
.yell .dtype_example li img{
	margin-bottom: 10px;
}
.yell .usage_rules{
	width: 960px;
	margin: 40px auto 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 10px solid #eeeeee;
	margin-bottom: 20px;

}
.yell .usage_rules::after{
  content: "";
  display: block;
  clear: both;
}
.yell .usage_rules .main-text{
    padding: 10px 10px 10px 0px;
    font-size: 20px;
    float: left;
}
.yell .usage_rules .text{
	float: left;
	margin-left: 10px;
}
.yell .usage_rules .rules_title{
	padding-bottom: 10px;
	border-bottom: 5px solid #eeeeee;
	margin-bottom: 10px;
}

@media all and (min-width: 0px) and (max-width: 1000px) {

	.yell .type-list {
		border-bottom: 2px solid #ccc;
		display: block;
		height: 110px;
		margin: 10px 0 0 0;
		position: relative;
		width: 100%;
	}

	.yell .type-list .number {
		border: none;
		float: left;
		font-size: 18px;
		font-weight: bold;
		line-height: 60px;
		width: auto;
	}

	.yell .type-list .option {
		border: none;
		float: right;
		padding: 10px 0 0 0;
		width: auto;
	}

	.yell .type-list .type-sample {
		border: none;
		bottom: 0;
		height: auto;
		padding: 0 0 10px 0;
		position: absolute;
		width: 100%;
	}

	.yell .type-list .option .select-option li {
		font-size: 12px;
		width: 80px;
		margin: 0 0 0 10px;
	}

	.yell .type-list .option .select-option .s01 {
		float: right;
		margin: 0 0 0 10px;
	}

	.yell .usage_rules {
		width: 100%;
	}

	.yell .dtype_example li img {
		width: 100%;
	}

	.yell .design-type-list {
		width: 100%;
	}

}

@media all and (min-width: 0px) and (max-width: 480px) {

	.yell .design-type-list,.design-type-list2,.design-type-list3{
		width: 100%;
	}

	.yell .design-type-list li {
		height: auto;
		width: 50%;
	}
	.yell .usage_rules{
		width: auto;
		padding: 10px;
	}
	.yell .dtype_example li{
		float: none;
		width: auto;
		text-align: center;
	}
	.yell .dtype_example li img{
		width: auto;
	}

	.yell .design-type-list2 li {
		height: 200px;
		width: 50%;
	}
	.yell .design-type-list3 li {
		height: auto;
		width: 50%;
	}
	.yell .design-type-list3 li .emblem_img{
/*		height: auto;
		width: auto;*/
		position: relative;
		max-width: 100%;
		height: 220px;
		text-align: center;
	}
	.yell .design-type-list3 li .emblem_img img{
		max-width: 100%;
		margin-top: 10px;
		position: absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		margin:auto auto;
	}
}
/***
簡単作成ガイドのリンク集
***/
.slider_lp p.txt03 {
   line-height: 140% !important;
   font-size: .9rem;
   font-weight: 300 !important;
}
div.slider_lp {
       display: -webkit-flex;
       display: flex;
       justify-content: space-between;
       flex-wrap: wrap;
}
div.slider_lp .bn_lp {
   width: 46%;
}
@media  screen and (max-width: 767px) {
    div.slider_lp p.txt03 {
        font-size: 0.8em;
    }
}
a img:hover , a p.lazyloaded:hover {
   opacity: 0.7;
}
/****************************************************************
新・商品レビュー・制作事例
****************************************************************/
.newvoice {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    padding-left: 0;
}
.newvoice_cont {
    width: 45%;
    display: block;
    padding: 8px 12px;
    border: 1px solid #efefef;
    border-radius: 2px;
    margin: 10px 1%;
}
.newvoice_cont h3 {
    margin: 2px auto 5px;
    padding: 4px 8px;
    background-color: #efefef;
    border: 0;
    font-size: 1.3rem;
}
.newvoice_cont h3 i {
    padding-left: 3rem;
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: 0;
}
.newvoice_cont h3 i.i-review {
    background-image: url(../../common/img/cmn_icon_review.png);
}
.newvoice_cont h3 i.i-voice {
    background-image: url(../../img/example_icon_ttl.png);
}
.newvoice_cont h4 {
    color: #333;
    line-height: 1.1;
    font-size: 1.1em;
    margin: 0;
    border: 0;
}
.newvoice_cont p.comment {
    font-size: 0.9em;
    padding: 4px;
}
.newvoice_cont img.starimg {
    vertical-align: baseline;
}
.newvoice_cont img.voiceimg {
    display: block;
    margin: 2% auto;
    max-height: 250px;
}
.readmore{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 5%;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 200px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #000;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
}
.readmore-label:before{
    content: 'さらに表示';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
.print_colorlist {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9%;	
}

.print_colorlist li {
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    width: 7.5%;
}

.cotx {
	font-size: 12px;
	line-height: 18px;
}
@media screen and (max-width: 767px) {
    .print_colorlist {
        gap: 2.8%;
    }
    .print_colorlist li {
        width: 14%;
    }
}
@media screen and (max-width: 767px) {
    .newvoice_cont {
        width: 100%;
    }
}
.white {
	margin-top: 2em;
}