@charset "UTF-8";
/* CSS Document */

body{
	color:#000;
}

.sp_none{
	display: block;
}

.top_lead{
    line-height: 1.6;
    text-align: center;
    margin: 2em 0 1em;
}
.btn.to_guide{
    display: block;
    margin-bottom: 2em;
}
.btn.to_guide a{
    background: #39b6ed;
    color: #fff;
    display: inline-block;
    padding: 20px 40px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
    background: #39b6ed;
}
.gnav{
    margin: 0 auto 20px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1130px;
}
.gnav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
    background: #39b6ed;
    display: flex;
    justify-content: center;
}
.gnav ul a{
    font-size: 16px;
    padding: 16px;
    font-weight: bold;
	color: #fff;
    display: block;
}
.ec-footerRole{
    background: #fff;
}
.ec-footerTitle{
    padding: 20px 0;
}
.ec-footerNavi{
	color:#000;
}
.ec-footerRole .ec-footerRole__inner img{
	max-width: 210px;
}
.ec-footerTitle .ec-footerTitle__copyright{
	color:#000;
}





/*item*/
.icon_link{
	padding-left: 16px;
	position: relative;
}
.icon_link:before{
	content: "";
	display: inline-block;
	width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 9px;
border-color: transparent transparent transparent #00b6ed;
    position: absolute;
    left: 0;
    top: 3px;
}
.simu_head{
	border-bottom: 1px solid #c4ccce;
	padding-bottom: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
	color:#000;
}
.simu_head .title{
	font-size: 30px;
	margin-bottom: 20px;
}
.ec-grid2 .ec-grid2__cell.prev_box{
	width: 450px;
	margin-right: 20px;
	display: block !important;
}
.ec-grid2 .ec-grid2__cell.prev_box .prev_tit{
	font-size: 22px;
	font-weight: bold;
}
.ec-grid2 .ec-grid2__cell.prev_box .simulation_prev{
	margin-bottom: 30px;
}
.ec-grid2 .ec-grid2__cell.prev_box .chui{
	font-size: 12px;
	margin: 12px 0 20px;
}
.ec-grid2 .ec-grid2__cell.edit_box{
	width: calc(100% - 490px);
	margin-left: 20px;
	display: block !important;
}
.ec-productRole .ec-productRole__profile {
    margin-left: 0;
}
.prev_box .item_data{
	background: #eef3f4;
	padding: 20px;
	display: flex;
	margin-top: 20px;
}
.prev_box .item_data .thumb{
	margin-right: 20px;
    max-width: 220px;
}
.prev_box .item_data .txts .item_name{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}
.prev_box .item_data .txts .item_code,
.prev_box .item_data .txts .item_cate,
.prev_box .item_data .txts .item_price{
	font-size: 12px;
    margin-top: 16px;
}
.prev_box .item_data .txts .item_cate .label{
    background: #00b6ed;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    color: #fff;
	margin-top: 4px;
	margin-right: 4px;
}
.prev_box .icon_link{
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}
.simu_h2{
    background: #39b6ed;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 14px;
    margin-bottom: 16px;
    margin-top: 30px;
}
.font_select{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.font_select a{
    display: flex;
    border: 2px solid #b3bdc0;
    border-radius: 100%;
    width: 115px;
    height: 115px;
    justify-content: center;
    align-items: center;
    margin: 2px;
	color: #000;
}
.font_select a.selected{
    border: 2px solid #39b6ed;
}
.input_box{
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
}
.input_box input{
    padding: 6px 10px;
    border: 1px solid #c4ccce;
}
.input_box .words{
    margin-left: 8px;
    font-size: 12px;
}
.emoji_box{
    margin-top: 20px;
}
.emoji_box .title{
    font-weight: bold;
}
.emoji_box .emoji_select{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.emoji_box .emoji_select a{
    display: flex;
    border: 1px solid #b3bdc0;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: #000;
    line-height: 1;
	margin-right: 16px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 20%);
}
.chui_txt{
	font-size: 12px;
    margin-top: 10px;
}
.req_area{
    width: 100%;
    margin-top: 20px;
    padding: 6px 10px;
    border: 1px solid #c4ccce;
    height: 10em;
}
.ec-numberInput{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ec-numberInput input[type=number]{
    margin-left: 16px;
    margin-bottom: 0;
}
.ec-productRole .ec-productRole__actions{
    padding: 24px 0;
}
.ec-productRole .ec-productRole__btn{
    margin: 20px auto 0;
    min-width: auto;
}
.ec-blockBtn--action{
    margin: 20px auto 0;
    background: #39b6ed;
	border: none;
}
.ec-blockBtn--action:hover{
    background: #0095d7;
}

.front_page .ec-newItemRole{
	padding: 0
}
.front_page .ec-newItemRole .ec-newItemRole__list{
    flex-wrap: wrap;
    margin-left: -30px;
}
.front_page .ec-newItemRole .ec-newItemRole__listItem{
    width: calc(25% - 30px);
    margin-right: 30px;
}
.ec-newItemRole .ec-newItemRole__listItemTitle,
.ec-newItemRole .ec-newItemRole__listItemPrice{
	color: #000;
}

.item_price{
	margin-top: 1em;
}

#page_help_guide .content_box + .content_box{
	margin-top: 60px;
}
#page_help_guide .content_box h2{
    border-left: #39b6ed 8px solid;
    padding-left: 14px;
    margin-top: 44px;
    margin-bottom: 24px;
}
#page_help_guide .content_box h3{
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 16px;
    margin-top: 40px;
}
#page_help_guide .content_box h2 + h3{
    margin-top: 20px;
}

.ec-shelfGrid .ec-shelfGrid__item img{
	width: 100%;
	min-width: 240px;
}

#page_help_guide .content_box .img{
	margin: 1em 0;
}
#page_help_guide .content_box .img img{
	width: 100%;
	max-width: 600px;
    border: 1px solid #ccc;
}


@media screen and (max-width : 768px) {
	.sp_none{
		display: none;
	}
	p{
    font-size: 14px;
	}
	.ec-headerTitle .ec-headerTitle__title a{
    margin-bottom: 10px;
	}
	.ec-headerTitle img{
    max-width: 140px;
	}
	.btn to_guide a{
    padding: 16px 30px;
	}
	.gnav ul{
    justify-content: space-around;
	}
	.gnav ul a{
    font-size: 13px;
    padding: 14px 5px;
	}
	.top_lead{
    font-size: 18px;
    margin: 1em 0 1em;
	}
	.ec-grid2 .ec-grid2__cell.prev_box{
		width: 100%;
    margin-right: 0;
	}
	.ec-grid2 .ec-grid2__cell.edit_box{
    width: 100%;
    margin-left: 0;
	}
	.prev_box .item_data{
    flex-direction: column;
	}
	.prev_box .item_data .thumb{
    margin-right: 0;
    margin-bottom: 20px;
	}
	.ec-grid2 .ec-grid2__cell.prev_box .simulation_prev{
    overflow-x: scroll;
	}
	.front_page .ec-newItemRole .ec-newItemRole__list{
    margin-left: 0;
	}
	.front_page .ec-newItemRole .ec-newItemRole__listItem{
    width: calc(50% - 30px);
    margin-right: 0;
    margin: 15px;
	}
	.ec-footerRole .ec-footerRole__inner img{
    max-width: 140px;
	}
	#page_help_guide .content_box h2{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 18px;
	}
	#page_help_guide .content_box h3{
    font-size: 16px;
	}
	.simu_head .title{
    font-size: 22px;
    margin-bottom: 14px;
	}
	.ec-grid2 .ec-grid2__cell.prev_box .prev_tit{
    font-size: 18px;
	}
	#canvas{
    width: 100% !important;
	}
	.prev_box .item_data .txts .item_name{
    font-size: 16px;
	}
	.style_select{
    font-size: 16px;
	}
	.font_select a{
    margin: 10px 23px;
    width: 120px;
    height: 120px;
	}
	.ec-cartRow .ec-cartRow__contentColumn{
    display: flex;
    flex-direction: column;
	}
	.ec-cartRow .ec-cartRow__img{
    width: 100%;
    padding: 0;
	}
	.ec-cartRow .ec-cartRow__summary{
    width: calc(100% - 20px);
    margin: 4px 10px;
	}
	.ec-cartRow .ec-cartRow__summary .ec-cartRow__name{
    font-size: 14px;
	}
	.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP{
    font-size: 14px;
	}
	.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP{
    border-top: 1px solid #ccc;
    padding-top: 6px;
	}
}