@charset "UTF-8";


/*--------------------------------------------------------------------
/- file   : common.css
/- admin  : name
/- update : yyyymmdd
/- desc   : css for modern browser
/--------------------------------------------------------------------*/

/*----------------------------------------------------
    Reset
----------------------------------------------------*/
@media screen and (min-width: 641px) {
.privacy_cnt {
    width: 1024px;
    margin: 0 auto;
}
	
.pc_privacy {
	background: #f8fafd;
    position: relative;
    top: 62px;
	margin-top: 62px;
	margin-bottom: 62px;
	padding-bottom: 50px;
}
	
.h1txt {
	font-size: 18px;
	font-weight: bold;
	padding: 30px 30px 15px 30px;
}
	
.editArea {
    padding: 0 30px;
}
	
aside {
    margin-top: 20px;
    line-height: 28px;
    text-align: right;
}

.preArea {
    line-height: normal;
    font-size: 15px;
}

.preArea h4 {
    font-size: 16px;
    margin-top: 20px;
}
.preArea p {
    margin-top: 10px;
	line-height: 24px;
}

.privacy_cnt h2 {
    text-align: center;
    padding: 50px;
}

p.thanks_txt {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.homeback {
	display: block;
	color: #fff;
    background: #95bfff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 250px;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	cursor: pointer;
}

.homeback a {
    color: #fff;
}

}

/*====================================
sp版 640px以下
====================================*/
@media screen and (max-width: 640px) {
.sp_privacy {
	background: #f8fafd;
    position: relative;
    top: 51px;
	padding-bottom: 50px;
}

.sp_privacy a {
	text-decoration:none;
}
	
.h1txt {
	font-size: 16px;
	font-weight: bold;
	padding: 30px 30px 15px 30px;
}
	
.editArea {
    padding: 0 30px 30px 30px;
}
	
aside {
    margin-top: 30px;
    line-height: 25px;
    text-align: right;
	font-size: 14px;
}

.preArea {
    line-height: normal;
    font-size: 13px;
}

.preArea h4 {
    font-size: 15px;
    margin-top: 20px;
}
.preArea p {
    margin-top: 10px;
	line-height: 24px;
}

.privacy_cnt h2 {
    text-align: center;
    padding: 50px;
}

p.thanks_txt {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.homeback {
	display: block;
	color: #fff;
    background: #95bfff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 250px;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.homeback a {
    color: #fff;
}

}