@charset;
/* CSS Document */
.mr20{
	margin-right: 20px;
}
.ml20{
	margin-left: 20px;
}
.pt20{
	padding-top: 20px;
}

@media screen and (min-width: 640px) {
body{
	width: 100%;
font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: bold;
}
/*ヘッダー*/
#header{
	background-color: #ffffff;
	border-bottom: 4px solid #007cba;/*濃いブルー*/
}
.header-inner{
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
}
h1{
	width: 40%;
	float: left;
	display: inline-block;
}
h1 img{
	width: 100%;
}
p.add{
	float: right;
	width: 18%;
	margin-right: 14px;
	margin-top: 10px;
}
p.add img{
	max-width: 100%;
}
dl.tel{
	display: inline-block;
	width: 40%;
	float: right;
	vertical-align: top;
}
dl.tel img{
	max-width: 100%;
}

/*リンクボタン*/
div.link-zone{
	width: 900px;
	margin: 0 auto;
}
div.link-zone img{
	width: 100%;
}

/*定義*/
em{
	font-style: normal;
}
.relative{
	position: relative;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.p40{
	padding: 40px 0;
}
.center{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity:0.6;
}
p.page-p{
	font-size: 20px;
	padding: 20px 60px;
	line-height: 1.8em;
}
.red{
	color: red;
}
.f40{
	font-size: 40px;
}
p.page-small{
	font-size: 18px;
	padding:10px 50px;
	line-height: 1.6em;
}

/*メイン*/
#main{
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  	background-color: #ffffff;
	width: 1024px;
	margin: 0 auto;
}
dl.anshin dd{
	font-size: 28px;
	padding:0 60px 30px 60px;
	line-height: 1.6em;
}
/***************コンテンツ********************/
section{
	padding-bottom: 50px;
}
div.link-btn a img{
	position: absolute;
	bottom: 0;
}
div.link-btn a img:hover{
	transform: rotate(1deg);
-moz-transform: rotate(1deg);
-webkit-transform: rotate(1deg);
}
div.link-btn{
	position: relative;
	height:450px;
	margin: 0 auto;
}
div.form-btn{
	padding: 50px 0;
}

/*******************************/
/*     お悩み　    */
/******************************
div.midashi{
	background-color:#2bac39;/*鮮やかなグリーン
	margin: 50px 0;
}
div.midashi2{
	background: -webkit-linear-gradient(
	#ffffff 0%,
	#fff800 100%
	);
	margin: 50px 0;
}
p.omakasekudasai{
	text-align: center;
	font-size: 58px;
	padding: 50px 0 30px 0;
	color: #ffffff;/
	margin: 0 auto;
	line-height: 1.4em;
	width: 1024px;
	margin: 0 auto;
	font-weight: bold;
}
h2.top{
	text-align: center;
	font-size: 65px;
	padding: 50px 0 30px 0;
	color: blue;
	margin: 0 auto;
	line-height: 1.0em;
	width: 1024px;
	margin: 0 auto;
	font-weight: bold;
}
h2.top span.small,p.omakasekudasai span.small{
	font-size: 30px;
	font-weight: bold;
	padding: 4px;
}
p.omakasekudasai span.underline{
	text-decoration: underline;
}
/*全力でサポート
img.hukagawa2{
	display:block;
	width: 1024px;
	margin: 0 auto;
}
ul.kouka-ul{
	padding: 30px;
	background: -webkit-linear-gradient(
	#fffff1 0%,
	#fff800 100%);
}
ul.kouka-ul li{
	list-style-type: none;
	line-height: 2em;
	font-size: 24px;
	text-align: left;
	padding-bottom:20px;
}
ul.kouka-ul li img{
	width: 100%;
}
ul.kouka-ul li p{
	padding-left: 20px;
}
ul.kouka-ul li p:before{
	content: "■";
	color: #2bac39;/*鮮やかなグリーン*
	padding-right: 20px;
}
/*******************************/
/*    		お喜びの声         */
/*******************************/
.yorokobi-inner{
	width: 1020px;
	margin: 0 auto;
}
.yorokobi-inner dl{
	background: url("../images/book.png") no-repeat top center;
	min-height: 700px;
	padding: 0 110px;
	background-size: contain;
	margin-bottom: 30px;
}
div.yorokobi-inner dl dt{
	padding: 10px 10px 10px 0;
	font-weight: bold;
}
div.yorokobi-inner dl dt span.name{
	color: #fff;
	float: right;
	padding: 8px 20px;
	font-size: 20px;
	margin-bottom: 10px;
	display:block;
	width: 210px;
	text-align: center;
		border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */

}
div.yorokobi-inner dl:nth-child(odd) dt span.name{
	background-color: #16afd8;
}
div.yorokobi-inner dl:nth-child(even) dt span.name{
	background-color: #16afd8;
}
div.yorokobi-inner dl dd{
	clear: both;
	padding:0 30px 20px 30px;
	font-size: 20px;
	line-height: 1.8em;
}
div.yorokobi-inner dl dd em{
	font-size: 34px;
	color: #d30052;/*ビビッドピンク*/
	background: linear-gradient(transparent 60%, #fffdb8 60%);

}
div.yorokobi-inner dl dd img{
	float: right;
	width: 200px;
	margin-left: 20px;
	padding: 6px;
	background-color: #fff;
	border: 2px solid #f2f2f2;
	 box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
}

/*******************************/
/*    		選ばれる理由        */
/*******************************/
div.tri{
	background-color:#f5e9ff;/*薄紫*/
	position:relative;
	clear: both;
}
div.tri:after{
	border:50px solid transparent;
	border-bottom-color:#f5e9ff;/*薄紫*/
	border-top-width:0;
	top:-40px;
	content:"";
	display:block;
	left:60px;
	position:absolute;
	width:0;
}
ul.reason{
	padding: 30px 10px;
	margin: 30px 0;
}
ul.reason li{
	list-style-type: none;
	padding-left: 20px;
	font-size: 18px;
	line-height: 1.6em;
	margin:20px 10px;
	border: 2px solid #804596;
	background-color: #fff;
	}
ul.reason li span{
	font-size: 40px;
	line-height: 1.6em;
	font-weight: bold;
}
ul.reason li#r-2 span,ul.reason li#r-4 span{
	color: #2bac39;/*鮮やかなグリーン*/
}
ul.reason li#r-1 span,ul.reason li#r-3 span,ul.reason li#r-5 span{
	color: #006837;/*濃いグリーン*/
}

.marker{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
/*******************************/
/*    		　　ところで       */
/*******************************/
section.wood{
	background-image: url("../images/tileable_wood_texture.png");
}
section#sejutusha{
	background-image: url("../images/gridme.png");
	padding-bottom: 30px;
}
section#donna{
	background-image: url("../images/donna-back.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size:cover ;
}
section#donna em{
	font-size: 30px;
	color:#ea5711;/*オレンジ*/
	line-height: 2em;
	display: block;
}
ul.toha{
	text-align: center;
}
ul.toha li{
	background: #2bac39;
/*For Old WebKit*/
background: -webkit-linear-gradient(
	#2bac39 0%,
	#006837 100%
);
/*For Modern Browser*/
background: linear-gradient(
	#2bac39 0%,
	#006837 100%
);
	color: #ffffff;
	list-style-type: none;
	display: inline-block;
	width: 44%;
	text-align: center;
	padding: 20px 0;
	font-size: 28px;
	margin-bottom: 16px;
	margin-left: 4px;
	margin-right: 4px;
}
ul.toha li span{
	font-size: 18px;
}
ul.toha li:last-child{
	width: 90%;
}
/*****************************/
/*          料金             */
/******************************/
div.price-back{
	background-image: url("../images/subtle_dots.png");
	padding: 30px;
}
div.price-back img{
	width: 100%;
}
img.price-top{
	width: 210px;
	position: absolute;
	left: 0;
	top: -30px;
	display: block;
	margin: 30px 10px 0 0;
}
table.price caption{
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
}
table.price{
	border-collapse: collapse;
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2em;
		margin-top: 50px;
	border: 3px solid #4cc982;/*キーカラーのグリーン*/
}
table.price th{
	border-bottom: 3px solid #ffffff;
	width: 100px;
	background-color: #4cc982;/*キーカラーのグリーン*/
	color: #ffffff;
	padding: 18px;
	vertical-align: middle;
}
table.price tr:last-child th{
	border-bottom:none ;
}
table.price td{
	border: 3px solid #4cc982;/*キーカラーのグリーン*/
	padding: 10px;
}
/*****************************/
/*          地域             */
/******************************/
h2.map{
  text-align: center;
  font-size: 30px;
  color: #000000;
  margin: 0 auto;
  line-height: 1.6em;
  width: 1024px;
}
.map-container {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.map-inner {
  width: 100%;
  margin-bottom: 40px;
}
.map-inner iframe {
  width: 100%;
  height: 500px;
}
h3 {
  display: inline-block;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  font-size: 30px;
  color: #000000;
  margin-bottom: 10px;
}
.map-title {
  text-align: start;
  width: fit-content;
}
/*******************************/
/*    		良くあるご質問       */
/*******************************/
dl.faq{
	font-weight: bold;
}
dl.faq img{
	float: left;
	padding-right: 20px;
}
dl.faq dt{
	color: #fff;
	background-color:#007cba;/*濃いブルー*/
	font-size: 34px;
	display: block;
	margin: 10px 0;
	padding-bottom: 10px;
	position:relative;
	clear: both;
}
dl.faq dt:after{
	border:30px solid transparent;
	border-top-color: #007cba;/*濃いブルー*/
	border-bottom-width:0;
	bottom:0;
	content:"";
	display:block;
	right: 0;
	left: 0;
	bottom: -30px;
	margin: 0 auto;
	position:absolute;
	width:0;
}
dl.faq dt:before{
	content: url("../images/q.png");
	padding-left: 20px;
	padding-right: 20px;
}
dl.faq dd{
	padding:20px 20px 20px 40px;
	background-color: #fff;
	margin-bottom: 30px;
	line-height: 1.5em;
	font-size: 20px;
	display: block;
}
section#nagare{
	background-image: url("../images/gridme.png");
}
/*******************************/
/*        ご予約フォーム       */
/*******************************/
h2.title{
	font-size: 36px;
	text-align: center;
	margin-top: 30px;
	color: #888888;
}
div#form{
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 40px;
}
div.form-div{
	background-color: #defffe;
	padding: 30px 0;
}
p.last2{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 50px 100px;
	color:#000;
}
p.last span{
	color: #000;
	font-size: 48px;
}
table.default{
	line-height: 2em;
	margin: 20px 0;
}
table.default th{
	font-size: 24px;
	vertical-align: top;
	padding-top: 20px;
}
table.default td{
	font-size: 20px;
}
table.default input,textarea,select{
	border: 2px solid #666666;
	padding: 8px;
	font-size: 20px;
		margin: 10px;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
p.submit{
	text-align: center;
}
p.submit input{
	padding: 10px 0;
	width: 240px;
	margin: 10px;
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	border: none;
		border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
	background-color: #007cba;/*濃いブルー*/
	color: #fff;
	font-size: 24px;
}
div.hitokoto{
	background: url("../images/gridme.png");
	padding: 50px 0;
}
div.hitokoto h2{
	text-align: center;
	font-size: 30px;
	line-height: 1.5em;

}
div.hitokoto p{
	padding: 30px 60px;
	font-size: 22px;
	line-height: 1.6em;
}
span.big2{
font-size: 40px;
}
/*******************************/
/*        フッター             */
/*******************************/
.last2{
	background: url("../images/last2.png") no-repeat;
	padding:70px 30px;
}
footer{
	background-color: #F9F5EE;
	padding: 50px 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
}
/*プライバシー*/
#privacy{
	padding: 50px;
	background-color: #fffff1;
}
#privacy ul{
	list-style-position: inside;
	padding: 10px;
}

div#privacy div.section ~ div.section {
  margin-top: 40px;
}

div#privacy .title-1 {
	margin-bottom: 40px;
	padding: 0.75em 1em;
	font-size: 20px;
	font-weight: bold;
	background: #f3f3f3;
	display: block;
	width: 100%;
}

div#privacy .title-2 {
	margin-bottom: 1em;
	padding: 0 0 0.5em 0;
	font-size: 100%;
	font-weight: normal;
	border-bottom: solid 1px #ccc;
}
#formWrap{
	padding: 100px;
	line-height: 2em;
	font-size: 18px;
}
/*サンクス*/
.thanks{
	padding: 100px;
	font-size: 24px;
	text-align: center;
	line-height: 2em;
	height: 100%;
}
/*********クリアフィックス******************/
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
    body {
        min-width: 1024px;
    }
    div.wrap{
    	overflow: hidden;
    }
}
em img.marusho,dd img.marusho{
	display: inline-block;
	width:30px;
	height: 40px;
	vertical-align: bottom;
	float: none;
}
.pc-none{
	display: none;
}
}


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

@media screen and (max-width: 639px) {
body{
	width: 100%;
font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
/*ヘッダー*/
#header{
	background-color: #ffffff;
	border-bottom: 4px solid #804596;/*紫*/
}
.header-inner{
	width:100%;
	padding: 10px 0;
}
h1{
	width: 100%;
}
h1 a img{
	width: 100%;
}
p.add{
	width: 37%;
	display: inline-block;
	vertical-align: top;
}
p.add img{
	width: 100%;
}
dl.tel{
	display: inline-block;
	width: 60%;
}
dl.tel img{
	width: 100%;
}

/*リンクボタン*/
div.link-zone{
	width: 90%;
	margin: 0 auto;
}
div.link-zone img{
	width: 100%;
}

/*定義*/
em{
	font-style: normal;
}
.relative{
	position: relative;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.pad40{
	padding: 40px 0;
}
.center{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

p.page-p{
	font-size: 16px;
	padding: 20px 10px;
	line-height: 1.6em;
}

/*メイン*/
#main{
  	background-color: #ffffff;
	width: 100%;
}
.red{
	color: red;
}
.f40{
	font-size: 20px;
}
/* **************コンテンツ******************* */
section{
	padding-bottom: 20px;
}
.green{
	background-color: #fff;
	background-image: url("../images/back1.png");
}
div.link-btn a img{
	position: absolute;
	bottom: 0;
}
div.link-btn{
	position: relative;
	margin: 0 auto;
}
div.form-btn{
	padding: 50px 0;
}
/*安心*/
.anshin dd img{
	width: 40%;
}
.anshin dd{
	font-size: 14px;
	line-height: 1.6em;
	padding-bottom: 20px;
}
.marker {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
/*******************************/
/*    		お喜びの声         */
/*******************************/
.yorokobi-inner{
	width:100%;
}
.yorokobi-inner dl{
	background-color: #fffff1;
	border: 3px solid #c6ae9b;
	padding: 10px;
	margin-bottom: 30px;

}
div.yorokobi-inner dl dt{
	padding: 10px;
	font-weight: bold;
	position: relative;
}
div.yorokobi-inner dl dt span.name{
	color: #fff;
	float: right;
	padding: 10px 20px;
	font-size: 20px;
	display:block;
	text-align: center;
		border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */

}
div.yorokobi-inner dl:nth-child(odd) dt span.name{
	background-color: #16afd8;
}
div.yorokobi-inner dl:nth-child(even) dt span.name{
	background-color: #f15a24;
}
div.yorokobi-inner dl dd{
	clear: both;
	padding:10px;
	margin-bottom: 20px;
	font-size: 16px;
	background: url("../images/book.png") no-repeat top
	background-size:cover;
	line-height: 1.8em;
}
div.yorokobi-inner dl dd em{
	font-size: 20px;
	color: #d30052;/*ビビッドピンク*/
	background: linear-gradient(transparent 60%, #fffdb8 60%);
}
div.yorokobi-inner dl dd img{
	width: 50%;
	float: right;
	padding: 6px;
	background-color: #fff;
	border: 2px solid #f2f2f2;
	 box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
}
dt.dt1{
	position: absolute;
	top: -10px;
}
dt.dt2{
	position: absolute;
	top: -10px;
}
dt.dt3{
	position: absolute;
	top: -10px;
}
dt.dt4{
	position: absolute;
	top: -10px;
}


/*****************************/
/*          地域             */
/******************************/
h2.map{
  text-align: center;
  font-size: 20px;
  color: #000000;
  margin: 0 auto;
  line-height: 1.6em;
  width: 100%;
}
.map-container {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.map-inner {
  width: 100%;
  margin-bottom: 40px;
}
.map-inner iframe {
  width: 100%;
  height: 500px;
}
h3 {
  display: inline-block;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.map-title {
  text-align: start;
  width: auto;
}
/*******************************/
/*    		良くあるご質問       */
/*******************************/
dl.faq{
	font-weight: bold;
}
dl.faq img{
	float: left;
	padding-right: 10px;
}
dl.faq dt{
	color: #fff;
	background-color: #007cba;
	font-size: 18px;
	display: block;
	margin: 10px 0;
	padding: 6px;
	position:relative;
	clear: both;
}
dl.faq dt:after{
	border:10px solid transparent;
	border-top-color: #007cba;
	border-bottom-width:0;
	bottom:0;
	content:"";
	display:block;
	right: 0;
	left: 0;
	bottom: -10px;
	margin: 0 auto;
	position:absolute;
	width:0;
}
dl.faq dt:before{
	content: url("../images/q.png");
	padding-left: 10px;
	padding-right: 10px;
}
dl.faq dd{
	padding:10px 10px 10px 20px;
	background-color: #fff;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 16px;
	display: block;
}
.img015 img{
	width: 100%;
}
p.page-small{
	font-size: 12px;
	padding:10px ;
	line-height: 1.4em;
}
/*******************************/
/*        ご予約フォーム       */
/*******************************/
h2.title{
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-top: 30px;
	color: #888888;
}
div#form{
	width: 100%;
	padding: 10px;
	background-color: #ffffff;
}
div.form-div{
	background-color: #defffe;
	padding: 20px 0;
}
/*p.last2{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 50px 100px;
	color:#000;
}
p.last span{
	color: #000;
	font-size: 20px;
}*/
table.default{
	line-height: 1.6em;
}
table.default th{
	font-size: 16px;
	padding-top: 10px;
	width: 100%;
	text-align: left;
	display: block;
}
table.default td{
	width: 90%;
	display: block;
	font-size: 14px;
}
table.default input,textarea,select{
	border: 1px solid #666666;
	padding: 4px;
	font-size: 18px;
	width: 100%;
	display: block;
		margin-top: 6px;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
    	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
select{
	width: 70px;
	display: inline-block;
}
p.submit{
	text-align: center;
}
p.submit input{
	padding: 10px 0;
	width: 200px;
	margin: 10px;
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	border: none;
		border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
	background-color: #2bac39;/*鮮やかなグリーン*/
	color: #fff;
	font-size: 20px;
}
/*******************************/
/*        フッター             */
/*******************************/
.last2{
	background: url("../images/last2.png") no-repeat;
	padding:30px;
}
footer{
	background-color: #F9F5EE;
	padding: 30px 10px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
}
/*プライバシー*/
#privacy{
	padding: 50px;
	background-color: #fffff1;
}
#privacy ul{
	list-style-position: inside;
	padding: 10px;
}

div#privacy div.section ~ div.section {
  margin-top: 40px;
}

div#privacy .title-1 {
	margin-bottom: 40px;
	padding: 0.75em 1em;
	font-size: 20px;
	font-weight: bold;
	background: #f3f3f3;
	display: block;
	width: 100%;
}

div#privacy .title-2 {
	margin-bottom: 1em;
	padding: 0 0 0.5em 0;
	font-size: 100%;
	font-weight: normal;
	border-bottom: solid 1px #ccc;
}
#formWrap{
	line-height: 1.6em;
	font-size: 18px;
}
/*サンクス*/
.thanks{
	padding: 100px;
	font-size: 24px;
	text-align: center;
	line-height: 2em;
	height: 100%;
}
/*********クリアフィックス******************/
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.sp-none{
	display: none;
}
}
