@charset "utf-8";

/* データの作成方法 -----------------------------------------------------------------------------------------------------------------------------------------------------------*/

#create {max-width: 1000px; margin: 0 auto; padding: 0 20px; position: relative; margin-bottom: 100px;}
#create header {text-align: center; z-index: 1; margin-bottom: 30px;}
#create header {z-index: 1; margin-bottom: 30px;}
#create h2 {display: flex; align-items: center; padding-bottom: 14px;} 
#create h2:before,
#create h2:after {content: ""; flex-grow: 1; border-top: 3px double #666;}
#create h2:before {margin-right: 1rem;} 
#create h2:after {margin-left: 1rem;}

#create #os, #create #mk, #create #tm, #create #up {margin-top: 60px;}

.create_first_p{text-align: center; margin-top: 50px;}

/*カラー*/
.r {color:red;}

/* 対応のos・アプリケーション */

#create .os-area {display: flex; flex-wrap: wrap; justify-content:space-between;}
#create .os-area table {border: 1px solid #666;}
#create .os-area th {text-align: center; padding: 0 10px; background: #f0f0f0;}
#create .os-area td {padding: 4px 4px 6px;}
#create .os-area img {width: 25px; margin: 0 6px;}
#create .os-area td,
#create .os-area th {
	word-break: break-all;
	border-bottom: 1px solid #666;
	letter-spacing: 0.1em; /*文字間*/
}

#create .os-area .ostable {width: 29%}
#create .os-area .aptable {width: 67%}
#create .os-area .aptable td.ap {
	width: 100px;
	text-align: center;
	border-right: 1px dashed #666;
	padding: 0;
}

@media screen and (max-width:768px) {
	#create .os-area {display: block; max-width: 500px; margin: auto; text-align: center;}
	#create .os-area table {margin-bottom: 20px;}
	#create .os-area .ostable {width: 100%}
	#create .os-area .aptable {width: 100%}
}

/* データ作成方法 */

#create .make {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #b4b4b4;
}

#create .make h3 {
	width: 28%;
	text-align: center;
	background: #f0f0f0;
	display: grid;
	place-items: center;
}

#create .make img {margin-top: 6px;}
#create .make ul {width: 70%; line-height: 1.5; text-align: justify;}
#create .make ul li {position: relative; padding-left: 20px; margin-bottom: 15px;}
#create .make ul li:before {
	content: "○";
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
}

#create .make ul li.make-kahen {padding-left: 0px; font-weight:700; font-size: 1.1rem;}
#create .make ul li.make-kahen:before {content: "";}

#create .lbtn-area {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

#create .lbtn-area a {
	width: 160px;
	display: inline-block;
	vertical-align: 1px;
	line-height: 0;
	border-radius: 50px;
	padding: 12px 2px 14px 2px;
	margin-bottom: 15px;
	border: 1px solid #b4b4b4;
	/*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}

#create .lbtn-area a.dl-b1:hover {background:rgba(20,50,150,0.8); color: #fff;}
#create .lbtn-area a.ht-b1:hover {background:rgba(150,50,80,0.8); color: #fff;}
#create .lbtn-area a.vb-b1:hover {background:rgba(0,100,50,0.8); color: #fff;}
#create .lbtn-area a.sv-b1:hover {background:rgba(100,60,140,0.8); color: #fff;}

/* テンプレート */

#create p.tm-p {text-align: center; margin-bottom: 18px;}
#create p.tm-kome {
	text-align: justify;
	margin-top: 20px;
	color: #999;
	line-height: 1.3;
	padding: 6px 8px 8px 8px;
	border: 1px dashed #b4b4b4;
}

#create .tm-area {display: flex; align-items: flex-end; flex-wrap: wrap; justify-content:space-between;}
#create .tm-area .tm-d {width: 47%; margin-bottom: 18px;}
#create .tm-area .tm-d .big1 {font-weight:700;}
#create .tm-area .tm-d h3 {padding-bottom: 4px; font-weight:400;}

#create .tm-area .tm-d ul li {
	position: relative;
	min-height: 47px;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	margin-bottom: 10px;
	line-height: 1.3;
	/*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}

#create .tm-area .tm-d ul li.tm-ai {background: #f8f5ee;}
#create .tm-area .tm-d ul li.tm-ai:hover {background: #f08200; color: #fff;}
#create .tm-area .tm-d ul li.tm-pdf {background: #f7f3f5;}
#create .tm-area .tm-d ul li.tm-pdf:hover {background: #dc0000; color: #fff;}

#create .tm-area .tm-d ul li a {transition:all 0.2s ease-in-out;}
#create .tm-area .tm-d ul li:hover a {color: #fff;}

#create .tm-area .tm-d ul li p {padding: 3px 0 5px 52px;}
#create .tm-area .tm-d ul li img {width: 46px;}
#create .tm-area .tm-d ul li figure {position: absolute; height: 100%;}
#create .tm-area .tm-d ul li figure img.imghover {
	position: absolute;
	top: 0;
	left: 0;
	/*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}

#create .tm-area .tm-d ul li:hover figure img.imghover {opacity:0; /*透過0に*/}

@media screen and (max-width:768px) {
	#create .tm-area {display: block; max-width: 360px; margin: auto;}
	#create .tm-area .tm-d {width: 100%;}
}

/*ご入稿方法*/

#create #up h3 {
	font-size:1.3rem; 
	position:relative;
	padding: 0em 0.3em 0.3em 1.5em;
}

#create #up h3::before,#create #up h3::after {
	position: absolute;
	content: '';
	display: inline-block;
}
#create #up h3::after {
	top: .30em;
	left: 0em;
	width: 25px;
	height: 25px;
	background-color: #3C8400;
	border-radius: 100%;}

#create #up h3::before{
	z-index: 2;
	top: 0.7em;
	left: 0.35em;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

#create #up h4 {font-size:1rem;}

#create #up .send{font-size: 1.4rem;border-bottom: 1px solid #000;margin-left: 10px;word-break: break-all;}

#create #up .sendurl{
	padding: 15px 15px 15px 15px;
	border: 1px solid;
	margin-top: 20px;
}

.send_u{
	font-weight: 600;}

#create #up a:hover{
	color: #FF5A5D;
}

#create ul.upkome {line-height: 1.3; margin: 6px 0 20px;}
#create ul.upkome li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 48px;
}

#create ul.upkome li:before {
	position: absolute;
	content: "○";
	padding-left: 29px;
	font-size:1rem;
	top: -1.5px;
	left: 0;
}

#create ul.upkome li span.lbtn-gray {
	position: relative;
	cursor: pointer;
	display: inline-block;
	z-index: 1;
	transition:all 0s ease-in-out;
}

#create ul.upkome li span.lbtn-gray .hukidashi {
	display: none;
	position: absolute;
	font-size: 0.8rem;
	font-weight: 500;
	padding: 8px 13px 10px;
	line-height: 1.6em;
	color: #fff;
	border-radius: 8px;
	background: #666;
	width: 280px;
}

#create ul.upkome li span.lbtn-gray .hukidashi:before {
	content: "";
	position: absolute;
	top: 19.5%;
	right: 100%;
	border: 10px solid transparent;
	border-top: 15px solid #666;
	transform: rotateZ(90deg);
}

#create ul.upkome li span.lbtn-gray:hover .hukidashi{
	display: inline-block;
	top: -36px;
	left: 135px;
}

@media screen and (max-width:768px) {
	#create ul.upkome li span.lbtn-gray .hukidashi {line-height: 1.3em; width: 210px;}
	#create ul.upkome li span.lbtn-gray:hover .hukidashi{top: 32px; left: -45px;}
	#create ul.upkome li span.lbtn-gray .hukidashi:before{
		top: -24px;
		right: 45%;
		transform: rotateZ(180deg);
	}
}


