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


/*==================================================================

		#top_mainvisual

==================================================================*/
#top_mainvisual {
	position: relative;
	width: 100%;
	height: 900px;
	background: url(../images/mv.jpg) center top no-repeat;
	background-size: cover;
}
#top_mainvisual .inner {
	position: absolute;
	width: 50%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	box-sizing: border-box;
	padding-top: 50px;
}
#top_mainvisual .inner img {
	margin: 12px 0;
}

@media screen and (max-width:640px) {
	#top_mainvisual {
		height: 800px;
		background: url("../images/mv_sp.jpg") center top no-repeat;
		background-size: cover;
	}
	#top_mainvisual .inner {
		width: 90%;
		max-width: 400px;
		margin: auto; left: 0; right: 0;
		bottom: 30px;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		box-sizing: border-box;
		padding-top: 50px;
	}
	#top_mainvisual .inner img {
		margin: 12px 0;
	}
}




/*==================================================================

		共通

==================================================================*/
.home h2 {
	text-align: center;
  	text-shadow: 0 0 5px #FFF, 0 0 10px #FFF;
}
.home h2 span {
	display: block;
	font-size: 90px;
	font-family: "Cormorant", serif;
	font-weight: 300;
	line-height: 1.6;
}
.home h2 span::first-letter {
  	color: #0d91bc;
}

.home h2 em {
	display: block;
	font-size: 22px;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
}

@media screen and (max-width:640px) {
	.home h2 span {
		font-size: 50px;
	}
	.home h2 em {
		font-size: 20px;
	}
}




/*==================================================================

		#top_philosophy

==================================================================*/
#top_philosophy {
	
	position: relative;
}



#top_philosophy-img {
	width: 100%;
	height: 500px;
	background: url("../images/top/top03.jpg") center;
	background-size: cover;
}
#top_philosophy h2 {
	position: absolute;
	top: 405px;
	left: 0; right: 0; margin: auto;
	z-index: 2;
}
#top_philosophy .text {
	padding-top: 110px;
	padding-bottom: 110px;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	background: url("../images/top/top04.jpg");
	background-size: cover;
}
#top_philosophy .text b {
	font-weight: 700;
	color: #005485;
	background:
	-webkit-linear-gradient(bottom, rgba(0, 220, 255, 0.35) 0%, rgba(0, 220, 255, 0.35) 55%, transparent 55%);
	background:
	-o-linear-gradient(bottom, rgba(0, 220, 255, 0.35) 0%, rgba(0, 220, 255, 0.35) 55%, transparent 55%);
	background:
	linear-gradient(to top, rgba(0, 220, 255, 0.35) 0%, rgba(0, 220, 255, 0.35) 55%, transparent 55%);;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone; /* Safari 対応 */
	padding: 0 2px;
	margin: 0 2px;
	border-radius: 2px;
}

@media screen and (max-width:640px) {
	#top_philosophy-img {
		height: 200px;
	}
	#top_philosophy h2 {
		top: 190px;
	}
	#top_philosophy .text {
		
		padding: 110px 5% 70px;
		font-size: 15px;
		text-align: left;
	}
	
}














/*==================================================================

		#works / .cta　＊　CTA ＊　デザイン制作実績

==================================================================*/
.cta {
	
	position: relative;
	width: 100%;
	height: 820px;
	box-sizing: border-box;
	padding-top: 40px;
}
.cta .inner {
	position: absolute;
	left: 0; top: 0;
	box-sizing: border-box;
	padding-top: 110px;
	padding-left: 7%;
	padding-right: 8%;
	line-height: 2.2;
	z-index: 99;
	
	 width: 50%;
	min-width: 880px;
	font-family: "Shippori Mincho", serif;
  height: inherit;
    background: linear-gradient(25deg, #bee1ee, #FFF);
  clip-path: polygon(0% 0%, 100% 0%, 65% 100%, 0% 100%);
}
.cta .inner p {
	margin-bottom: 20px;
}
.cta .inner h2 {
	text-align: left;
	margin-bottom: 50px;
}
.cta .inner h2 span {
	line-height: 1.4;
}
.cta .inner .btn {
	margin-top: 40px;
}
@media screen and (max-width:640px) {
	.cta {
		height: auto;padding-top: 0; margin-bottom: 20px;
	}
	.cta .inner {
		position: relative;
		
		width: 100%; 
		height: auto;
		padding: 70px 5%;
		clip-path: none;
		min-width: auto;
		margin-bottom: 20px;
	}
	
	
}



.cta .scroll-infinity:nth-of-type(3) .scroll-infinity__list {
  	animation: infinity-scroll-right 180s infinite linear 0.5s both;
}
.cta .scroll-infinity__list li {
	margin: 10px 10px;
}
@keyframes infinity-scroll-right {
	from { transform: translateX(-100%);}
  	to { transform: translateX(0);}
}
@media screen and (max-width:640px) {
	.cta .scroll-infinity img {
		width: 250px;
		height: auto;
		max-width: none !important;
	}
}


#cta-portfolio .inner::after {
	position: absolute; content: "";
	background: #FFF;
	width: 100%;
	height: 100px;
	top: -2px;
	left: 0;
}
#cta-portfolio .inner {
	position: absolute;
	top: -1px;
	padding-top: 35px;
	height: 822px;
}
#cta-portfolio.cta {
	height: 920px;
	background: url("../images/top/top32.jpg")center bottom 70px;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
}
#cta-portfolio.cta::after {
	position: absolute; content: "";
	background: #FFF;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
}
#cta-portfolio .inner h2 {
	position: relative;
	z-index: 2;
}


#cta-portfolio .scroll-infinity {
	position: absolute;
	bottom: 0;
	
	z-index: 99999;
}
@media screen and (max-width:640px) {
	#cta-portfolio .inner::after {
		display: none;
	}
	#cta-portfolio .inner {
		position: relative;
		z-index: 9;
		margin-top: 350px;
		padding-top: 35px;
		height: auto;
		padding-bottom: 170px;
	}
	#cta-portfolio.cta {
		height: auto;
		background: url("../images/top/top32.jpg")right -130px top no-repeat;
		background-size: 1000px auto;
		overflow: hidden;
		margin-bottom: 80px;
	}
	#cta-portfolio.cta::after {
		position: absolute; content: "";
		background: #FFF;
		width: 100%;
		height: 80px;
		bottom: 0;
		left: 0;
		z-index: 99;
	}
	#cta-portfolio .inner h2 {
		position: relative;
		z-index: 2;
	}


	#cta-portfolio .scroll-infinity {
		position: absolute;
		bottom: 0;

		z-index: 99999;
	}
}





/*==================================================================

	btn

==================================================================*/
.btn a {
	position: relative;
	display: block;
	transition: 0.3s ease-out;
	font-family: "Josefin Sans", sans-serif;
	font-size: 16px;
	padding: 17px 0 16px 0;
	border: 1px solid #FFF;
    background: linear-gradient(to left, #9fd8ec, #6db7da);
	color: #FFF;
	font-weight: 300;
	width: 320px;
	text-align: center;
	padding-right: 80px;
	box-sizing: border-box;
}
.btn a::before {
	position: absolute; content: "";
	bottom: 35px;
  	right: 60px;
  	width: 8px;
  	height: 1px;
  	background: #fff;
  	transform: rotate(30deg);
	transition: 0.3s ease-out;
}
.btn a::after {
  	position: absolute; content: "";
  	bottom: 33px;
  	right: 60px;
  	height: 1px;
  	width: 60px;
  	background: #fff;
	transition: 0.3s ease-out;
}




.btn a:hover::before {
  	right: 50px;
}
.btn a:hover::after {
  	right: 50px;
  	width: 70px;
}

@media screen and (max-width:640px) {
}




/*==================================================================

		.scroll-infinity　＊　横に画像が無限に流れる

==================================================================*/
.scroll-infinity {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__list li {
	margin: 50px 10px;
}
@keyframes infinity-scroll-left {
	from { transform: translateX(0);}
  	to { transform: translateX(-100%);}
}
@media screen and (max-width:640px) {
	.scroll-infinity__list li {
		margin: 50px 10px 30px;
	}
	.scroll-infinity img {
		width: 160px;
		height: auto;
		max-width: none !important;
	}
}










/*==================================================================

		#top_plan

==================================================================*/
#top_plan {
	
	width: 100%;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
	overflow: hidden;
}
#top_plan h2 {
	position: absolute;
	top: 405px;
	left: 0; right: 0; margin: auto;
	z-index: 2;
}
#top_plan .note {
	margin-bottom: 70px;
	padding-top: 80px;
	font-size: 19px;
	letter-spacing: 1.4px;
	font-family: "Shippori Mincho", serif;
}



#top_plan-img {
	width: 100%;
	height: 500px;
	background: url("../images/top/top05.jpg") center;
	background-size: cover;
}

#top_plan .inner {
	width: 90%;
	position: relative;
	max-width: 1300px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 80px;
}
#top_plan .inner p {
	width: 48%;
	max-width: 571px;
}
#top_plan .inner p img {
	width: 100%;
}
#top_plan .inner:nth-of-type(2)::before {
	position: absolute; content: "";
	width: 1px; height: 100%;
	background: #ddd;
	top: 0; left: 50%;
}
#top_plan .inner:nth-of-type(3) {
	margin-top: 50px;
}
#top_plan .inner:nth-of-type(3) p {
	max-width: 610px;
}


@media screen and (max-width:640px) {
	#top_plan {
		padding-bottom: 30px;
		
	}
	#top_plan h2 {
		top: 190px;
	}
	

#top_plan .note {
	margin-bottom: 70px;
	padding: 100px 5%  0;
	font-size: 16px;
	line-height: 2;
	
}

	#top_plan .h3 {
		
		width: 90%;
		margin: auto;
	}
	#top_plan .h3 img {
		width: 180%;
		max-width: none;
		margin-left: -40%;
	}
	
	

	#top_plan-img {
		height: 200px;
	}

	#top_plan .inner {
		
		display: block;
		
		margin-bottom: 60px;
	}
	#top_plan .inner p {
		width: 100%;
		margin-bottom: 60px;
	}
	
	#top_plan .inner:nth-of-type(2)::before {
		display: none;
	}
	#top_plan .inner:nth-of-type(3) {
		margin-top: 50px;
	}
	#top_plan .inner:nth-of-type(3) p {
		max-width: 610px;
	}
}



/*==================================================================

		#top_support

==================================================================*/
#top_support {
	position: relative;
	padding: 130px 0 110px;
	background: url("../images/top/top11.jpg") center;
	background-size: cover;
	overflow: hidden;
}
#top_support .inner {
	background: rgba(255,255,255,.7);
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
}
#top_support h2 {
	position: absolute;
	top: 70px;
	left: 0; right: 0; margin: auto;
	z-index: 2;
}
#top_support h2 span {
	line-height: 1.3;
}

#top_support .h3 {
	padding-top: 150px;
	margin-bottom: 40px;
}


#top_support-plan img {
	margin: 0 20px;
}

#top_support ul {
	display: flex;
	margin: 35px 0 35px;
	justify-content: center;
}
#top_support ul li {
	margin: 0 10px;
}

#top_support .note p:last-of-type {
	margin-top: 10px;
	font-size: 14px;
	padding-bottom: 70px;
}

@media screen and (max-width:640px) {
	#top_support {
		
		padding: 130px 0 40px;
	}
	#top_support .inner {
		background: rgba(255,255,255,.7);
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		text-align: center;
	}
	#top_support h2 {
		position: absolute;
		top: 55px;
		left: 0; right: 0; margin: auto;
		z-index: 2;
	}
	#top_support h2 span {
		line-height: 1.3;
	}

	#top_support .h3 {
		padding-top: 50px;
		padding-bottom: 30px;
		width: 90%;
		margin: auto;
	}
	#top_support .h3 img {
		width: 200%;
		max-width: none;
		margin-left: -50%;
	}


	#top_support-plan img {
		margin: 0 20px 10px;
		width: 90%;	}

	#top_support ul {
		width: 90%;
		
		display: flex;
		margin: 35px auto 35px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#top_support ul li {
		width: 32%;
		margin: 0 0 10px;
	}

	#top_support .note p:last-of-type {
		margin-top: 10px;
		font-size: 14px;
		padding: 0 5% 50px;
	}
}




/*==================================================================

		#top_features

==================================================================*/
#top_features {
	
	width: 100%;
	position: relative;
	text-align: center;
	padding-bottom: 110px;
}
#top_features::after{
	position: absolute; content: "";
	bottom: -1px; left: 0;
	width: 64.9%; 
	height: 50%;
    background: #FFF;
  	clip-path: polygon(0% 0%, 100% 0%, 77% 100%, 0% 100%);
	min-width: 1142px;
}

#top_features::before {
	position: absolute; content: "";
	bottom: 0; right: 0;
	width: 100%; 
	height: 50%;
    background: linear-gradient(to top, #d7ebf2, #FFF);
	
}
#top_features h2 {
	position: absolute;
	top: 405px;
	left: 0; right: 0; margin: auto;
	z-index: 5;
}




#top_features-img {
	width: 100%;
	height: 500px;
	background: url("../images/top/top24.jpg") center;
	background-size: cover;
}




#top_features ul {
	position: relative;
	width: 90%;
	max-width: 1300px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 110px;
	z-index: 9;
}
#top_features ul li {
	width: 32%;
	max-width: 380px;
}
#top_features ul li dt {
	font-family: "Shippori Mincho", serif;
	font-size: 20px;
	line-height: 2;
	margin: 25px 0 20px;
}
#top_features ul li dd {
	text-align: left;
	line-height: 2.2;
}
#top_features ul li img {
	width: 100%;
}



@media screen and (max-width:640px) {
	#top_features {
		padding-bottom: 50px;
	}
	#top_features h2 {
		top: 190px;
	}



#top_features::after{
	display: none;
}

#top_features::before {
	position: absolute; content: "";
	bottom: 0; right: 0;
	width: 100%; 
	height: 100%;
    background: linear-gradient(to top, #d7ebf2, #FFF);
	
}

	#top_features-img {
		position: relative;
		height: 200px;
		z-index: 3;
	}




	#top_features ul {
		display: block;
		padding-top: 130px;
	}
	#top_features ul li {
		width: 100%;
		
	max-width: none;
		margin-bottom: 50px;
	}
	
	#top_features ul li dd {
		line-height: 2;
	}

}










/*==================================================================

		#flow ＊　制作の流れ

==================================================================*/
#flow {
	
	position: relative;
	margin:100px auto 100px;
	text-align: center;
	overflow-x: clip;
}
@media screen and (max-width:640px) {
	#flow {
		margin: 40px auto 50px;
	}
	
}



#flow .note {
	margin-bottom: 10px;
	padding-top: 00px;
	font-size: 19px;
	letter-spacing: 1.4px;
	line-height: 2.2;
	font-family: "Shippori Mincho", serif;
}


#flow ul {
	width:90%;
	max-width:1280px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#flow ul li {
	position: relative;
	width: 15%;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 30px 10px 40px;
}
@media screen and (max-width:640px) {
#flow .note {
	margin-bottom: 10px;
	padding: 20px 5% ;
	font-size: 16px;
	line-height: 2;
}

    #flow ul {
		margin-top: 30px;
    }
    #flow ul li {
        width: 50%;
		margin-top: 0;
        padding: 25px 10px 25px;
		border-radius: 5px;
    }
    #flow ul li:nth-of-type(1) , #flow ul li:nth-of-type(4) , #flow ul li:nth-of-type(5) {
        background: #f7f7f7;
    }
}



#flow ul li span {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	margin: auto;
	margin-bottom: 30px;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 6px;
	border-radius: 100%;
	background: #5bb3d0;
	color: #FFF;
	font-family: "Cormorant", serif;
	text-align: center;
	font-size: 22px;
	letter-spacing: 2px;
}

@media screen and (max-width:640px) {
    #flow ul li span {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
        padding-top: 9px;
        padding-left: 5px;
        font-size: 12px;
    }
    #flow ul li:nth-child(odd) span {
    }
}



#flow ul li figure {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#flow ul li dt {
	margin: 30px 0 20px;
	font-size: 18px;
	line-height: 1.7;
	font-family: "Shippori Mincho", serif;
}
#flow ul li dd {
	font-size: 14px;
	line-height: 1.8;
}
#flow ul li dd em {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.4;
	color: #888;
}
@media screen and (max-width:640px) {
    #flow ul li figure {
    }
    #flow ul li dt {
		font-size: 16px;
		line-height: 1.5;
        margin: 10px 0 10px;
    }
    #flow ul li dd {
    }
    #flow ul li dd em {
    }
}


/*やじるし*/
#flow ul li::before {
	position: absolute;
	content: "";
	background: url("../images/icon_01.svg") no-repeat;
	background-size: 10px auto;
	width: 10px;
	height: 20px;
	top: 60px;
	left: -12px;
}
#flow ul li::after {
	position: absolute;
	content: "";
	background: url("../images/icon_01.svg") no-repeat;
	background-size: 10px auto;
	width: 10px;
	height: 20px;
	top: 60px;
	right: -12px;
}
#flow ul li:first-of-type::before { display: none;}
#flow ul li:last-of-type::after { display: none;}
@media screen and (max-width:640px) {
	#flow ul li::before , #flow ul li::after { display: none;}
}





/*==================================================================

		#faq ＊　よくあるご質問

==================================================================*/
#faq {
	
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient(to top, #d4e9f0, #edf6f9);
}

@media screen and (max-width:640px) {
	#faq {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	
}



#faq .inner {
	position: relative;
	width:90%;
	max-width:1280px;
	margin: auto;
}
@media screen and (max-width:640px) {
	#faq {
		padding-bottom: 20px;
	}
}



#faq h2 {
	margin-bottom: 20px;
}
@media screen and (max-width:640px) {
	#faq h2 {
		margin-bottom: 30px;
	}
}



#faq ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#faq li {
	width: 49%;
	background: #FFF;
	margin-bottom: 25px;
	box-sizing: border-box;
	padding: 40px 40px;
	
}
@media screen and (max-width:640px) {
    #faq ul {
        display: block;
    }
    #faq li {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 24px 25px 20px;
		
    }
}



#faq dt {
	position: relative;
	margin-bottom: 20px;
	padding-left: 60px;
	font-size: 18px;
	font-weight: 500;
}
#faq dd {
	position: relative;
	padding-left: 60px;
}
@media screen and (max-width:640px) {
    #faq dt {
        margin-bottom: 10px;
        padding-left: 30px;
        font-size: 15px;
		line-height: 1.8;
    }
    #faq dd {
        padding-left: 29px;
		font-size: 13px;
		line-height: 1.8;
    }
}



#faq dt::before {
	position: absolute;
	width: 40px;
	text-align: center;
	top: -4px;
	left: 0;
	content: "Q";
	color: #0d91bc;
	font-family: "Cormorant", serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
}
#faq dd::before {
	position: absolute;
	width: 40px;
	text-align: center;
	top: -2px;
	left: 0;
	content: "A";
	color: #e17989;
	font-family: "Cormorant", serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
}
@media screen and (max-width:640px) {
    #faq dt::before {
		top: -1px;
		width: 20px;
        font-size: 22px;
        line-height: 1.3;
    }
    #faq dd::before {
		width: 20px;
        font-size: 22px;
        line-height: 1.3;
    }
}



#faq .btn a {
	margin-top: 40px;
	background: #86b8d0;
}
#faq .btn a:hover {
	background: #599fc0;
}
@media screen and (max-width:640px) {
}










/*==================================================================

		$お問い合わせ

==================================================================*/
#top_contact {
	
	width: 100%;
	position: relative;
	text-align: center;
	
	overflow: hidden;
}
#top_contact h2 {
	position: absolute;
	top: 405px;
	left: 0; right: 0; margin: auto;
	z-index: 2;
}
#top_contact .note {
	margin-bottom: 70px;
	padding-top: 80px;
	font-size: 19px;
	letter-spacing: 1.4px;
	font-family: "Shippori Mincho", serif;
}


#top_contact .note em {
	font-size: 15px;
}



#top_contact-img {
	width: 100%;
	height: 500px;
	background: url("../images/top/top31.jpg") center;
	background-size: cover;
}
@media screen and (max-width:640px) {
	#top_contact {

		padding-bottom: 30px;
	}
	#top_contact h2 {
		top: 190px;
	}
	#top_contact .note {
		margin-bottom: 70px;
	padding: 80px 5% 0;
		font-size: 16px;
	}



	#top_contact-img {
		height: 200px;
	}
}



/*------------------------------Contact Form 7カスタマイズ------------------------------*/
#top_contact .form {
	width:90%;
	max-width: 900px;
	margin: 50px auto 0;
}
@media(max-width:640px) {
	#contact .form {
		width:100%;
		margin: 30px auto 0;	
	}
}



#top_contact table {
	width: 100%;
	margin-bottom: 30px
}
#top_contact table th{
	width:30%;
	padding: 10px 40px 10px 0;
}
#top_contact table td{
	padding: 10px 0;
	text-align: left;
}
@media(max-width:640px) {
	#top_contact table th , #top_contact table td {
		display: block;
		width: 100%;
	}
	#top_contact table th{
		padding: 10px 0 0 0;
	}
	#top_contact table td{
		padding: 10px 0 20px;
	}
}



#top_contact table td input{
	width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #f2f2f2;
    border: none;
}

#top_contact table td .verticallist {
	width: 100%;
   	display:inline-grid;
}
#top_contact table td .verticallist input {
	width: auto;
	margin-right: 10px;
}

#top_contact table td textarea{
	width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #f2f2f2;
    border: none;
}


/*------ 必須 ------------------------------*/
.haveto{
  position:relative;
  bottom:1px;
  font-size:14px;
  padding: 3px 10px 5px;
  background:#0d91bc;
  color:#fff;
  margin-right:15px;
}
@media(max-width:640px) {
	.haveto{
	  bottom:0;
	  font-size:12px;
	  padding: 3px 10px 5px;
  		margin-right:10px;
	}
}

/*------------------------------ 送信ボタン ------------------------------*/
.wpcf7-submit{
   display: block;
   margin:10px auto;
   padding:1em 0;
   width:360px;
   background:#6db8da;
   color:#fff;
   font-size:18px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	letter-spacing: 1.5px;
   border: none;
   transition: 0.3s;
}
.wpcf7-submit:hover{
   opacity: 0.8;
}
@media(max-width:640px) {
	.wpcf7-submit{
	   width:100%;
	}
}

/*------------------------------ プライバシーポリシー ------------------------------*/
#privacy {
	height: 200px;
	margin: 0 auto 30px;
	box-sizing: border-box;
	padding: 25px 30px;
	background: #f2f2f2;
	overflow: scroll;
	font-size: 13px;
	border-radius: 10px;
	color: #555;
	line-height: 1.7;
	text-align: left;
}
.spam {
	text-align: center;
	font-size: 13px;
	margin-bottom: 30px;
}
.spam input {
	margin-right: 10px;
}
@media(max-width:640px) {
}











@media screen and (max-width:640px) {
}




