@charset "UTF-8";

/*---------------------------
	ペーパークラフトcss
	/tips/papercraft/
	2017.08.31
----------------------------*/

dl, dt, dd, div, #contents #spec.imgtitle_box, #contents #spec{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	
/*----------------------------*/
/* レイアウト */

.w960{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#craft_lead, craft_body{
	margin-bottom: 3em;
overflow: auto;
}
.craft_body{
overflow: auto;
}

/*----------------------------*/

/*----------------------------*/
/* index page */

.breadcrumbs{
	padding: 0 !important;
}

.t_lead, .t_graybox{
	padding: 1em;
}
.bg_gray{
	background-color: #888;
}

.clm li {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background-color: #999;
}

.clm li a{
	display: block;
	background-position: center center !important;
	background-size: 100% !important;
}

.hlf_li a{
	width: 480px;
}

.clm li a:hover{
	text-decoration: none;
}
.clm li a div{
	height: 200px;
	background: rgba(0,0,0,0.1);
	transition: background-color 1s ease-out 0.1s;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.clm li a div:hover{
	background: rgba(0,0,0,0.6);
}
.clm li a div img{
	display: none;
}
.clm li a div h4{
	padding-top: 4em;
	font-size: 120%;
}
.clm li a div h4, .clm li a div p{
	color: #fff;
	-moz-text-shadow:1px 1px 5px rgba(0,0,0,0.5);
	-webkit-text-shadow:1px 1px 5px rgba(0,0,0,0.5);
	text-shadow:1px 1px 5px rgba(0,0,0,0.5);
	text-align: center;
}
.qiad_li a{
	width: 240px;
}
.qiad_li a div{
	height: 130px !important;
}
.qiad_li a div h4{
	padding-top: 2.6em !important;
}
.cmsoon{
	display: flex;
	width: 480px;
	height: 200px;
	align-items:center;
	justify-content: center;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.craft_body h3 { padding : 0 0.6em; }
	.qiad_li { width: 50%; }
	.cmsoon { display: none; }
}
/*----------------------------*/


/*----------------------------*/
/* NEW リボン */
.icn_new{
		position: relative;
		overflow: hidden;
}
.icn_new p.ic_new{
		display: inline;
}
.icn_new p.ic_new span{
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #fff;
		position: absolute;
		display: inline-block;
		right: -35px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.5), inset 0px 5px 30px rgba(255,255,255,0.2);
		text-align: center;
		text-transform: uppercase;
		top: 6px;
		background: #d93131;
		width: 90px;
		padding: 3px 10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		z-index: 2;
}
/*----------------------------*/


/*----------------------------*/
/* カラーラベル */
.icn_clr{
		position: relative;
		overflow: hidden;
}
.icn_clr p.ic_clr{
		display: inline;
}
.icn_clr p.ic_clr span{
		position: absolute;
		display: inline-block;
		right: -35px;
		top: -10px;
		width: 100px;
		padding: 10px;
		z-index: 2;
		overflow: hidden;
}
/*----------------------------*/


/*----------------------------*/
/* ローカルナビ */


@media only screen and (max-width: 767px){
	.w960 { width: auto; }
	.breadcrumbs{ display: none; }

	.cell_nav ul, .cell_nav li{ display: block; }
	.cell_nav li{ border: none; text-align:left; }
	.menu li {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	#menu_bar01:checked ~ #links01 li{
	max-height: 46px;
	max-height: max-content;
	opacity: 1;
	border-bottom: 1px solid #ccc;
	}
	#menu_bar02:checked ~ #links02 li{
	max-height: 46px;
	max-height: max-content;
	opacity: 1;
	border-bottom: 1px solid #ccc;
	}
	.cell_nav li a{ background-color: #fff;padding-left: 1em; }
	.cell_nav li.line-2 span { line-height: 40px; }
	.cell_nav li.line-2 span br{ display: none; }
	.cat_nav dl dd ul li span br{ display: none; }
	.cell_nav ul#links01{display:block;width:100%;}
	.sb_nv{position: relative;}
	.sb_nv li a span{padding-left: 10px;}
	.sb_nv li:first-child{border-top: 1px solid #dadada!important;border-left:none!important;}
}
/*
#contents aside .prd_nav .cat_nav ul li.active ul li a {
		color: #fff !important;
		font-weight: normal !important;
		background-color: #414141 !important;
}*/

/*----------------------------*/



/*----------------------------*/
/* 見出し */
.pgtitle{
	font-size: 180%;
	padding: 1em 0;
	font-weight: bold;
}
.midashi01{
	font-size: 120%;
}

.imt_titl{
	font-size: 130%;
}
.sbtitl{
	width: 100%
	padding-left: 2em;
}
.zone h3 a:hover{
	color: #22439c;
}

h2 span a:hover, h3 span a:hover{ text-decoration:none; }

@media only screen and (max-width: 767px){
	.pgtitle{ padding-left : 0.6em; padding-right : 0.6em; }
}

/*----------------------------*/





/*----------------------------*/
/* 制作時間目安 */
.meyasu{
	text-align: right;
	padding: 0.4em 0;
	font-size: 170%;
	margin-top: -20px;
}
.meyasu span:first-child{
	padding-right: 22px;
}
.meyasu span.jikan{
	background: url(../img/ic_time.png) 0 2px no-repeat #fff;
	padding-left: 22px;
	display: inline-block;
	padding-right: 25px;
	min-height: 22px;
}

@media only screen and (max-width: 767px){
	.meyasu span:first-child, .meyasu span.jikan{ padding-right: 0.5em; }
}
/*----------------------------*/


/*----------------------------*/
/* Download */

dl.dldata{
	margin-bottom: 20px;
	/*overflow: hidden;*/
overflow: auto;
	
}
dl.dldata dt{
	padding: 10px;
}
dl.dldata dd{
	width: 49%;
	float: left;
	margin: 0 0.5% 0.5%;
	background-color: #fcfcfc;
	vertical-align: top;
}
.threeclm dd{
	width:32%!important;
}

dl.dldata .dlbtn, .dlbtn{
	color: #000;
	display: block;
	border: 1px solid #dadada;
	padding: 10px 10px 10px 1.5em;
	line-height: 20px;
	background-color: rgba(255, 255, 255, 0.3);
	position:relative;
}
.dldata.w-height a{
	line-height: 40px;
}
.dldata.w-height .w-line a{
	line-height: 20px;
}
dl.dldata a.dlbtn:hover, .dlbtn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #adadad;
	text-shadow: black 0 0 2px;
}
dl.dldata img{
	margin-right: 4px;
	vertical-align: middle;
	float:right;
	margin-top: 1%;
}
.bunkatsu a{
	font-weight: normal;
}
/*.dlbtn{
	background: url(../img/arrow_blue.png) no-repeat 2% 50%;
}*/
.dlbtn:before{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	margin-left: -1em;
	padding-right: 1em;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.dlbtn.r-btn{
	display: inline-block;
	font-size: 1.3rem;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px){
	dl.dldata{ margin: 0 1% 20px; }
	dl.dldata dd, .threeclm dd{ float:none; width:100%!important; margin:0; }
	.dldata.w-height a{ line-height: 20px; }
	.dlbtn.r-btn{ display: block; margin: 0.5em 0; }
}
/*----------------------------*/


/*----------------------------*/
/* 製品ページリンクバナー */

a.lnkbox2{
	color: #666;
	display: block;
	border: 1px solid #dadada;
	padding: 6px 8px;
	background:#eee;
	width: 40%;
	margin: 0 auto;
	line-height: 1.3em;
}
a.lnkbox2:hover{
	color: #fff;
	text-decoration: none;
	background: #ccc;
}
.lnkbox2 img{
	margin-right: 4px;
	vertical-align: middle;
}
.inntxt{
	display: block;
	float: right;
	text-align: center;
	padding:0.5em 0 0 0;
	width: 170px;
	width: calc(100% - 130px) ;
	position: relative;
}
.inntxt:after{
	content:"▼";
	display: block;
	float: right;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 45%;
	right: 0;
}
.txtbld{
	font-weight: bold;
}
.small_txt{
	font-size: 82%;
	font-weight: normal;
}
.lh_25{
	line-height: 25px;
}
.lh_15{
	line-height: 1.5rem;
}
@media only screen and (max-width: 767px){
	a.lnkbox2{ width: 80%; }
}

/*----------------------------*/


/*----------------------------*/
/* 画像とテキスト横並び */

dl.img_txt{
	width: 100%;
	padding: 30px 20px;
	/*overflow: hidden;*/
overflow: auto;
}
dl.img_txt dt{
	width: 100%;
	padding: 0.5em 0;
}
dl.img_txt dt span{
	padding-right: 20px;
}
dl.img_txt dd{
	display: inline-block;
	float: left;
	padding-right: 10px;
	padding-bottom: 0.5em;
}

@media only screen and (max-width: 767px){
	dl.img_txt dt span{ display: inline-block; }
	dl.img_txt dt, dl.img_txt dd{ float: none;width: 100%;margin: 0 1%; }
}
/*----------------------------*/
/* ゾーントップ */

.imgbox{
	/*width: 600px;*/
	margin: 1em auto 0;
}
.txtbox{
	width: 600px;
	margin: 1em auto 0;
}
.zonetop a:hover{
	text-decoration: none;
}
#contents #spec.imgtitle_box{
	padding-top: 0;
	background: #f3f1ed;
}

.imgtitle_box #spc_box{
	height: 400px;
	background: url(/tips/papercraft/img/papercraft_indeximg.jpg) no-repeat;
	background-size: cover;
	padding: 25px 50px!important;
}
#contents #spec.imgtitle_box #spc_box h1{
	border:none;
	color: #000;
	text-align: left;
	font-size: 3rem;
}
.imgtitle_box .colmn{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 2em 0;
}
.imgtitle_box .colmn .t_lead{
	font-size: 1.5rem;
	color: #000;
}

@media only screen and (max-width: 767px){
	.imgtitle_box #spc_box{ height: 250px; padding: 20px!important; background-position:right middle; margin: 0!important; }
	#contents #spec.imgtitle_box #spc_box h1{ font-size: 2.5rem; }
	.imgtitle_box .colmn{ margin: 20px; }
	.imgtitle_box .colmn .t_lead{ font-size: 1.3rem; }
	.imgtitle_box .colmn{ width: 100%; margin:0; }
	.imgbox, .txtbox{ width: 100%; }
}



/*----------------------------*/

/*----------------------------*/
/* swiper */

.zone{
	width: 960px;
	margin:auto;
}
.swiper-container{
	text-align: center;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
	height: auto;
}
.prettyprint{
	border: none;
	background: #fafafa;
	color: #697d86;
}
.swiper-container{
	margin-bottom: 1em;
}
.no-swipe{
	margin: 0 auto;
}
.no-swipe img{
	max-width: 100%;
	height: auto;
}

@media (min-width: 920px) {
	.zone .swiper-wrapper {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.zone .swiper-slide {
		width: 50%;
		padding: 10px;
	}
	.zone .swiper-button-prev,
	.zone .swiper-button-next,
	.zone .swiper-pagination {
		display: none;
	}
}

@media only screen and (max-width: 767px){
	.zone{ width: 100%; }
}
/*----------------------------*/

/*----------------------------*/
/* 作者より DLページ用*/

.cmnt{
	padding: 1em;
	margin-top: 1em;
}
.komi02{
	font-weight: bold;
	font-size: 1.2em;
	padding: 1em 0 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	/*display: inline-block;*/
}
@media only screen and (max-width: 767px){
	.cmnt{ margin: 1% 1% 20px; }
}

/*----------------------------*/


/*----------------------------*/
/*作者紹介*/

@media only screen and (max-width: 767px){

}


/*----------------------------*/
/*アーカイブ*/

.w240{
	width: 240px;
	float: left;
}
.w720{
	width: 720px;
	float: left;
	clear: right;
	padding-left: 20px;
}
.arch_titl{
	padding: 2em 0 1em;
}
.arc_name{
	font-weight: bold;
	padding-right: 1em;
	font-size: 1.5rem;
}
.dldata .line-two a{
	line-height: 20px;
}


@media only screen and (max-width: 767px){
	.w240, .w720{ width: 100%; float: none; padding: 0.3em 0; }
	.w240{ text-align: center; }
#archive .zonetop{ padding: 0 10px; }
}

/*----------------------------*/

/*----------------------------*/
/*text float padding margin	 */

.gray_txt{ color: #333;}
.s-txt{ font-size: 0.8rem; }
.komi02 .s-txt{ padding-left: 1em; }
.f_right{ float: right;}
.f_left{ float: left;}
.p10{ padding: 10px; }
.p20{ padding: 20px; }
.p_btm10{ padding-bottom: 10px }
.p_btm20{ padding-bottom: 20px }
.pl20{ padding-left: 20px; }
.pt0{ padding-top: 0 !important; }
.pt20{ padding-top: 20px; }
.mt20 { margin-top: 20px; }
.halfbox{ width:49%; /*overflow: hidden;*/
overflow: auto; }
.p1{ padding-bottom: 20px;}
.center{ text-align: center!important; }
.t_right{ text-align: right!important; }
.kome{ margin-left: 1em; text-indent: -1em;}
.dot_box{ border: 1px dotted #ccc;
	padding-top: 0!important;
	margin-top: 30px;}
.dot_under{ border-bottom: 1px dotted #ccc; }
.arrow { background: url(../img/arrow_blue.png) no-repeat 3px 15px; padding: 10px 10px 10px 15px; }
.arrow:hover{ color:#13449d }
.t_lead.dot_under{ padding: 2em; }
.w600{ width: 600px; margin: auto; }
.w650{ width: 650px; }
.p25{ width: 25%; }
.p75{ width: 75%; }
.p-list li{ padding: 10px; }

@media only screen and (max-width: 767px){

	.halfbox{ width: 100%; }
	.f_left, .f_right{ float: none; }
	.w600, .w650, .p25, .p75{ width: 100%; }
	.t_right{ text-align: left!important; }
	.sp-pt0{ padding-top: 0 !important; }
	.kome{ padding: 1em; }
}





/*----------------------------*/

.crearfix:after{
content:"";
display:block;
clear:both;
}

@media only screen and (max-width: 767px){
	.pc_only{ display: none; }
}