@charset "UTF-8";
/* =============================================================================

	プライバシーポリシー css

============================================================================= */
.truste_page {}
.truste_page p {
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
}
.truste_page .copyright p {
	text-align: center;
}

/* ------------------------------
	ページコピー
 ------------------------------ */
.truste_page .page_copy {
	text-align: center;
}
.truste_page .page_copy .title {
	position: relative;
	display: inline;
	font-size: 36px;
	font-weight: bold;
	background: linear-gradient(transparent 65%, #ff0 0%);
	padding: 0 10px;
}
.truste_page .page_copy p {
	text-align: left;
}
.truste_page .page_copy .title + p {
	margin-top: 30px;
}
.truste_page .page_copy .caution {
	margin-top: 10px;
}
.truste_page .page_copy .caution > p {
	font-size: 14px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.truste_page .page_copy .title {
	font-size: 5.0vw;
	letter-spacing: 0;
	padding: 0;
}
.truste_page .page_copy .title + p {
	margin-top: 15px;
}
.truste_page .page_copy .caution > p {
	font-size: 3.0vw;
}
}

/*-------------------------------------------------------------
	中見出し	
-------------------------------------------------------------*/
.headline .title {
    font-size: 20px;
    font-weight: bold;
	text-align: left;
	background-image: url("../../../common/images/assets/bg_white_stripe_14x14.png");
	background-repeat: repeat;
	background-color: #e9e9e9;
	background-position: left top;
	background-size: 14px;
    border-radius: 5px;
    margin-bottom: 24px;
    padding: 10px 15px;
}
.headline .title + p {
	margin-top: 30px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.headline .title {
    font-size: 4.0vw;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.headline .title + p {
	margin-top: 15px;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	小見出し	
-------------------------------------------------------------*/
.heading {
	background: #ffffdc;
	padding: 10px;
	margin-bottom: 20px;
}
.heading .subtitle {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	border-left: 5px solid #ff0;
	padding-left: 10px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.heading .subtitle {
    font-size: 3.8vw;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	ボックスモデル
-------------------------------------------------------------*/
.box {
	margin-top: 50px;
}
.box .narrow {
	padding: 0 15px;
	margin-top: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.box {
	margin-top: 30px;
}
.box .narrow {
	padding: 0 5px;
	margin-top: 15px;
}
}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	プライバシーポリシー	
-------------------------------------------------------------*/
.badge {
	width: 238px;
	float: right;
	margin: 0 0 15px 15px;
}
.privaci_polisy {
	background: #f5f5f5;
	padding: 30px;
}
.privaci_polisy .polisy_headline {}
.privaci_polisy .polisy_headline .title {
	font-size: 20px;
	text-align: center;
}
.privaci_polisy ul li {
	margin-top: 30px;
}
.privaci_polisy ul li .subtitle {
	font-size: 18px;
}
.privaci_polisy ul li p {
	padding: 0 1em;
	margin-top: 10px !important;
}
.privaci_polisy .sign {
	margin-top: 30px;
}
.privaci_polisy .sign p {
	font-size: 14px;
	letter-spacing: 0;
	text-align: right;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.badge {
	width: 40vw;
	margin: 0 0 15px 15px;
}
.privaci_polisy {
	padding: 15px;
}
.privaci_polisy .polisy_headline .title {
	font-size: 4.0vw;
}
.privaci_polisy ul li {
	margin-top: 15px;
}
.privaci_polisy ul li .subtitle {
	font-size: 3.8vw;
}
.privaci_polisy ul li p {
	padding: 0 .5em;
}
.privaci_polisy .sign p {
	font-size: 3.2vw;
}
}	/* for SP max-width: 736px */


/*===============================================================
	
	fream.css　上書き
	
===============================================================*/
.truste_page .page_content {
  width: 100%;
  margin: 0;
}
.truste_page .section_contents .headline .title {
	font-size:30px;
	line-height:1.5;
	text-align: center;
	background: none;
	padding: 0;
	margin: 0;
}
.truste_page .section_contents .headline .read {
	font-size:18px;
	line-height:1.5;
	font-weight:normal;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.truste_page .section_contents .headline .title {
	font-size:5vw;
}
.truste_page .section_contents .headline .read {
	font-size:3.5vw;
}
}/* for SP max-width: 800px */



/*-------------------------------------------------------------
	foo	
-------------------------------------------------------------*/
.foo {
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */

