@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Oswald);

/* CSS Document */
* {
	box-sizing: border-box;
}
html {
	height: 100%;
	position: relative;
}
body {
	position: relative;
	color: #333;
	height: 100%;
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
	font-size: 0.95rem;
	line-height: 1.7;
	letter-spacing: 0.02rem;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	text-align: center;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
a img:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/* //////////////////// header //////////////////// */

section#fixed_position_content {
	position: fixed;
	background: #FFFFFF;
	overflow: hidden;
	width: 100%;
	padding: 10px 0 10px;
	z-index: 9999;
	box-shadow: rgba(113, 135, 164, 0.129412) 0px 10px 4px -7px;
	-webkit-box-shadow: rgba(113, 135, 164, 0.129412) 0px 10px 4px -7px;
	-moz-box-shadow: rgba(113, 135, 164, 0.129412) 0px 10px 4px -7px;
}
section#fixed_position_content #header {
	text-align: center;
}
section#fixed_position_content #header img {
	width: 120px;
}


@media screen and (max-width:640px) {
section#fixed_position_content #header img {
	width: 30%;
	height: auto;
	}
}

/* //////////////////// footer //////////////////// */
#footer {
	background-color: #f5f5f5;
	font-family: Trebuchet MS, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	margin-top:50px;
	padding-top:60px;
}
#footer h2 {
	padding-bottom: 4px;
	border-bottom: 4px solid #000;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.02em;
	display: inline-block;
	font-family: 'Roboto Condensed', -apple-system, "Hiragino Kaku Gothic ProN", "游ゴシック Medium", メイリオ, meiryo, sans-serif;
	
}
#footer #feature {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	padding-bottom:60px;
}
#footer #feature ul {
	overflow: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
#footer #feature li {
	display: block;
	width: 27.3333%;
	float: left;
	padding-right: 3%;
	padding-left: 3%;
	line-height: 24px;
	padding-bottom: 35px;
}
#footer #feature li p {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.15rem;
	text-align: left;
	font-size: 11px;
	color: #000;
}
#footer #feature span {
	clear: both;
	display: block;
	width: 230px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}
#community div{
	padding-top:20px;
	}
	#community div a{
		font-weight:bold;
		font-size:11px;
		letter-spacing:0.15em;
		color:#000;
		padding:10px;
	}
	#community div a i{
	padding-right:4px;
	}

.specialOriginalFooterLinkCopyrights {
	color: #999;
	padding-bottom: 30px;
	font-size: 0.75em;
	letter-spacing: 0.15em;
	background-color: #f5f5f5;
	margin-top: 50px;
}

@media screen and (max-width:640px) {
#footer {	padding-top:30px;
}
#footer h2 {
	font-size: 20px;
	
}
#footer #feature {
	padding-top: 0px;
	padding-bottom:50px;
}
#footer #feature ul {
	margin-top: 20px;
}
#footer #feature li {
	width: 29.3333%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 18px;
}
#footer #feature li p {
	padding-right: 2px;
	padding-left: 2px;
	line-height: 0.7rem;
	font-size: 8px;
}
#footer #feature span {
	width: 70%;
	padding-bottom: 10px;
	padding-top: 13px;
	padding-bottom: 12px;
	font-size:10px;
}
#footer #feature span a{
	color:#000;
}
#community div a{
		font-weight:bold;
		font-size:10px;
	letter-spacing:0.10em;
	color:#000;
	padding:6px;
	}
	#community div a i{
	padding-right:2px;
	}
}

/* //////////////////// page top //////////////////// */
#page-top{
	width: 50px;
	height: 50px;
	display: none;
	position: fixed;
	right: 16px;
	bottom: 16px;
}
 
#page-top p{
   margin:0;
   padding:0;
   text-align:center;
   background:#3b3b3b;
   -webkit-transition:all 0.3s;
   -moz-transition:all 0.3s;
   transition:all 0.3s;
}
 
#page-top p:hover{
   background:#8b8b8b;
}
 
#move-page-top{
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	z-index: 9999999999999999;
}

/* //////////////////// contents //////////////////// */

.wrappingService {
	text-align: left;
	width:100%;
	max-width:780px;
	margin:0 auto;
	padding-top:80px;
}

.wrappingService p {
}

.wrappingService h1 img {
	width:200px;
	text-align:center;
}

.wrappingService h1 {
	text-align:center;
	margin-bottom:10px;
}

.wrappingService h2 {
	margin:20px 0;
	font-size:1.4rem;
}


.wrappingService h3:before {
	content: "";
    display: block;
    margin:0 auto 1rem;
    width: 20px;
    height: 2px;
	transform:rotate(90deg); 
    background: #000;
}

.wrappingService h3 {
	font-size:1.2rem;
	margin-bottom:20px;
	text-align:center;

}

.wrappingService section {
	margin-bottom:100px;

}

.wrappingService ul li {
	margin-bottom:2rem;
	margin-left:2rem;
}

.wrappingService ul li:before {
	display:inline-block;
	text-align: center;
	border:2px solid #000;
	border-radius:50% 50%;
	font-family: "Font Awesome 5 Free";
	content: '\f12a';
	font-weight: 600;
	width:1.4rem;
	height:1.4rem;
	margin-left: -2rem;
    margin-right: 0.4rem;
    line-height:1.5rem;
}


.btnWrap {
	width:100%;
	margin:20px 0 40px;
}

.btnWrap .btn {
	display:block;
	margin:0 auto;
	background-color: #222;
	padding:1rem 2rem;
	text-align: center;
	border-radius:.4rem;
	width:80%;
	color:#fff;
}

.btnWrap a:link {
	color:#fff;
	font-weight:bold;
}

.fwB {
	font-weight:bold;
}


.mT20 {
	margin-top: 20px;
}



@media (max-width: 768px) {

	.wrappingService {
		max-width:92%;
		margin:0 auto ;
		padding-top:80px;
	}

	.wrappingService h1 {
		margin: auto 10px;
	}

	.wrappingService h1 img {
		width:30%;
	}

	.wrappingService h2 {
		margin:20px 0;
		font-size: 1.2rem;
	}

	.wrappingService p {
		font-size: 0.95rem;
	}

	.wrappingService li {
		font-size: 0.95rem;
	}

	.wrappingService .btn {
		font-size: 0.95rem;
	}

}

@media (max-width: 735px) {
	.wrappingService {
		max-width:92%;
		margin:0 auto ;
		padding-top:60px;
	}
}




