*{ box-sizing: border-box;}

/*-----------------------------------------------
共通
------------------------------------------------*/
.text_1000 {
	width: 1000px;
	margin: 0 auto 30px auto;
}

/*-----------------------------------------------
	Hタグ
------------------------------------------------*/

/*黄色下線+下矢印付き*/
.title-stripe{
	color: #fff;
	margin: 0 0 50px;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	border-bottom: 10px solid #fff600;
	position: relative;
}
.title-stripe:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 35px solid transparent;
	border-top: 35px solid #fffb00;
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: auto;
}

/*背景緑ストライプ*/
.title-stripe.bgGreen{
	background: repeating-linear-gradient(135deg, #02cc99, #02cc99 15px, #35d6ad 15px, #35d6ad 30px);
}

/*背景黄色ストライプ*/
.title-stripe.bgYellow{
	background: repeating-linear-gradient(135deg, #fff442, #fff442 7px, #fff990 7px, #fff990 14px);
	color: #111;
}

/*背景水色ストライプ*/
.title-stripe.bgLblue{
	background: repeating-linear-gradient(135deg, #87e8fa, #87e8fa 7px, #b8f1fc 7px, #b8f1fc 14px);
	color: #111;
	border-bottom-color: #63defa;
}
.title-stripe.bgLblue:after{
	border-top-color: #63defa;
}

/*背景ピンクストライプ*/
.title-stripe.bgPink{
	background: repeating-linear-gradient(135deg, #ffced6, #ffced6 7px, #ffdbe1 7px, #ffdbe1 14px);
	border-bottom-color: #ffbdc8;
	color: #111;
}
.title-stripe.bgPink:after{
	border-top-color: #ffbdc8;
}

/*背景黄緑ストライプ*/
.title-stripe.bgYgreen{
	background: repeating-linear-gradient(135deg, #c2ffc2, #c2ffc2 7px, #a1f1a1 7px, #a1f1a1 14px);
	border-bottom-color: #a1f1a1;
	color: #111;
}
.title-stripe.bgYgreen:after{
	border-top-color: #a1f1a1;
}


/*-----------------------------------------------
	メイン画像
------------------------------------------------*/
.main_img{
	margin: 0 auto 25px auto;
}
.main_img > h2{
	margin-bottom: 25px;
	text-align: center;
}
.main_img > p{
	width: 1000px;
	margin: auto;
}




/*-----------------------------------------------
手書き原稿対応いたします。
------------------------------------------------*/

.tegaki_design {
	border: 3px solid #211a1a;
	padding: 4px;
	position: relative;
	text-align: center;
	margin: 40px 0 50px 0;
}
.tegaki_design_cont {
	border: 1px solid #211a1a;
	padding-top: 50px;
}
.tegaki_design_cont h3  {
	font-weight: 700;
	font-size: 22px;
	position: absolute;
	background: url(../../../../_images/making/design/h_tegaki.png) no-repeat;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 473px;
	height: 64px;
}
.tegaki_design_cont h3 span {
	font-size: 30px;
	color: #fc391f;
	display: block;
	margin-bottom: 15px;
}

/*--デザインデータをお持ちでない方必見です--*/
.tegaki_design_cont dl { margin-top: 35px;}
.tegaki_design_cont dl dt {
	font-size: 19px;
	font-weight: 700;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	background: #fc391f;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.tegaki_design_cont dl dt:before {
	content: url(../../../../_images/making/design/medal.png);
	display: block;
	position: absolute;
	left: 75px;
	top: -8px;
}
.tegaki_design_cont dl dd {
	padding: 0 45px 35px 45px;
	text-align: left;	
}
.tegaki_design_cont .ps {
	font-size: 13px;
}


/*-----------------------------------------------
デザイン例
------------------------------------------------*/
.design_sample { margin-bottom: 50px; }
.design_sample .sample_h4 {
	text-align: center;
	margin-bottom: 25px;
}
.design_sample .description {
	background: url(../../../../_images/type/_common/design_sample_back.gif) repeat;
	font-weight: 700;
	padding: 10px 20px;
	box-sizing: border-box;
}
.design_text { margin-top: 20px; }


/*---- 実績画像 ----*/
#production {
	position: relative;
}
#ProductionArea {
	background: #faf6e9;
	width: 100%;
	height: 195px;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 25px 28px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#ProductionArea .frameBox{
	width: 684px;
	height: 145px;
	margin: 0 auto;
}
#ProductionArea .bx-prev {
	background: url(../../../../_images/type/_common/prev_arrow.png) no-repeat;
	position: absolute;
	left: -35px;
	width: 47px;
	height: 46px;
}

#production .bx-prev {
    background: url(../../../../_images/type/_common/prev_arrow.png) no-repeat;
	background-size: contain;
    position: absolute;
    left: -30px;
    width: 60px;
    height: 60px;
	top: 47px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	display: block;
}
#production .bx-next {
    background: url(../../../../_images/type/_common/next_arrow.png) no-repeat;
	background-size: contain;
    position: absolute;
    right: -30px;
    width: 60px;
    height: 60px;
	top: 47px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	display: block;
}

/*----詳細はこちら----*/
.remodal .item_link {
	background: #01b25d;
	border-radius: 80px;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
	position: relative;
	color: #FFF;
	font-size: 20px;
}
.remodal a.item_link {
    color: #FFF;
    display: block;
	width: 100%;
	padding: 17px 60px 17px 20px;
	box-sizing: border-box;
}
.remodal a.item_link:after {
    content: url(../../../../_images/type/_common/arrow.png);
    right: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.remodal .item_link:hover {
	background: #366a51;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.remodal a.item_link:hover:after {
	right: 30px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


.remodal .l-close {
    width: 630px;
    height: 60px;
    border-radius: 5px;
    background: #fcfa32;
    color: #161513;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 4px solid #c0be24;
    font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: .06em;
    margin-top: 25px;
}

#ProductionArea .bx-viewport li {
	width: 330px !important;
	cursor: pointer;
}


/*-----------------------------------------------
納品までの流れ
------------------------------------------------*/

.flow_cont { margin-bottom: 50px; }
.flow_cont img { 
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 40px;
}

.flow_cont .flow_day {
	padding: 30px;
	box-sizing: border-box;
	font-weight: 700;
	border-radius: 10px;
	position: relative;
	border: 5px solid #005e89;
	text-align: center;
}

.flow_cont .flow_day:before{
	content: "";
	position: absolute;
	top: -38px;
	left: 50%;
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #FFF;
 	z-index: 2;
}

.flow_cont .flow_day:after{
	content: "";
	position: absolute;
	top: -45px;
	left: 50%;
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #005e89;
 	z-index: 1;
}


.flow_cont .flow_day {
	font-size: 20px;
	letter-spacing: .16em;
}
.flow_cont .flow_day .day .yellow_line {
	background: linear-gradient(transparent 50%, #fff25c 0%);
	padding: 0 5px;
	font-weight: 700;
	color: #005e89;
}
.flow_cont .flow_day .ps {
	color: #4f4e55;
	font-size: 13px;
	padding-top: 5px;
}



/*-----------------------------------------------
活用シーン
------------------------------------------------*/
.scene {
	background: url(../../../../_images/type/_common/scene_line_under.gif) no-repeat bottom;
	margin: 0 auto 50px auto;
	padding-bottom: 65px;
}
.scene .scene_h {
	text-align: center;
}

.scene .scene_h .type {
	display: inline-block;
	background: #FFF;
	color: #152a79;
	margin-bottom: 15px;
	padding: 7px 14px;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: .07em;
	border: 3px solid #152a79;
	border-radius: 5px;
	box-sizing: border-box;
}
.scene .scene_h .ribbon {
	display: block;
	min-height: 80px;
	background: url(../../../../_images/type/_common/red_ribbon.gif) no-repeat;
	color: #FFF;
	margin-bottom: 30px;
	padding-top: 23px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .1em;
}


.scene .scene_list li {
	width: 100%;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0.877px 2.869px 9.3px 0.7px rgba(101, 107, 108, 0.26);
	position: relative;
}
.scene .scene_list li:last-child { margin-bottom: 0; }

.scene .scene_list .data_cont {
	width: 425px;
	padding: 25px 30px;
	float: right;
}
.scene .scene_list .float {
	width: 315px;
	float: left;
}

.scene .scene_list li:nth-child(even) .data_cont { float: left; }
.scene .scene_list li:nth-child(even) .float { float: right; }


.scene .scene_list .scene_li_h {
	color: #ff1647;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
.scene .scene_list .text {
	font-size: 13px;
}
.scene .scene_list .text_large {
	font-size: 13px;
	line-height: 1.7em;
}

.scene .scene_list li:before {
	content: "";
	display: block;
	width: 64px;
	height: 68px;
	position: absolute;
	top: -4px;
	left: 10px;
}
.scene .scene_list li:nth-child(even):before {
	content: "";
	display: block;
	width: 64px;
	height: 68px;
	position: absolute;
	top: -4px;
	left: 435px;
}



/*-----------------------------------------------
	印刷方法
------------------------------------------------*/
.container .print {
	margin-bottom: 50px;
}
.container .print .print_list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px auto;
}
.container .print .print_list > li{
	width: 355px;
}
.container .print .print_list > li > img{
	margin-bottom: 10px;
}
.container .print .print_list > li .title{
	margin-bottom: 15px;
	padding: 8px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	position: relative;
}
.container .print .print_list > li .title:after{
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: -5px;
}

/*-----------------------------------------------
	制作方法
------------------------------------------------*/
.container .making {
	margin-bottom: 50px;
}
.container .making .making_list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px auto;
}
.container .making .making_list > li a{
	text-decoration: underline;
	position: relative;
}
.container .making .making_list > li a:hover{
	text-decoration: none;
}
.container .making .making_list > li a:before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}


/*-----------------------------------------------
他のアイテムをチェックする
------------------------------------------------*/
.other_item { margin-bottom: 45px; }
.other_item .other_item_h{
	background: #fef1fe url(../../../../_images/type/_common/other_line.gif) repeat-x top;
	color: #a3389d;
	margin-bottom: 30px;
	padding: 30px 0 20px 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	letter-spacing: .1em;
	border-bottom: 7px solid #fffb00;
	position: relative;
}
.other_item .other_item_h:before{
    content: "";
	display: inline-block;
	width: 26px;
	height: 27px;
	background: url(../../../../_images/type/_common/other_icon.gif) no-repeat;
	margin-right: 20px;
}
.other_item .other_item_h:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0 0 0 -13px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fffb00;
    border-left: 25px solid transparent;
    position: absolute;
    bottom: -25px;
    left: 50%;
}

.other_item {
	margin-bottom: 45px;
}
.other_item ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 25px;
}
.other_item ul > li {
	width: calc((100% - 50px) / 3);
    transition: all  0.3s ease;
	position: relative;
}
.other_item ul li img{
	width: 100%;
	height: auto;
}
.other_item ul > li:hover {
	opacity: 0.7;
}


/*-----形状で探す-----*/
.type_item ul li:after {
	content: "";
	width: 50%;
	max-width:300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(3deg);
	position: absolute;
	top: 80%;
	bottom: 15px;
	right: 10px;
	left: auto;
	z-index: -1;
}
.type_item ul li:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

/*-----用途で探す-----*/
.use_item ul li {
	box-shadow: 3px 3px #ffb7ff;
}

