@charset "utf-8";
/* CSS Document */


/* ==========================
==========　メイン　===========
============================= */

/* 下層ページビジュアル
---------------------------*/
.page_visual {
	background: url(../img/page_visual.png)no-repeat center bottom;
	background-size: cover;
}

/* 
---------------------------*/

.midashi_dai {
    color: #909090;
    font-size: 30px;
    border-top: 2px solid #cccccc;
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 0;
}
.midashi_tyu {
    color: #000000;
    font-size: 24px;
    padding: 70px 0 20px;
    border-bottom: 1px solid #e4e4e4;
}
p.p_detail {
    margin-top: 30px;
    line-height: 2;
}
p.p_detail.p_indent {
    text-indent: -2.5em;
    padding-left: 2.5em;
}

.sign {
    margin: 90px 0 40px;
    display: flex;
    justify-content: space-between;
}
.sign .right_t {
	text-align: right;
}


.other_table table {
    margin: 20px 0 100px;
}

.other_table table tr th,
.other_table table tr td {
	width: 33%;
}


.other_table table tr th {
	padding: 15px 1%;
  text-align: center;
	background: #f2f5f7;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4; 
  border-right: 1px solid #e4e4e4;
}
.other_table table tr th:last-child {
	border-right: 0px; 
}
.other_table table tr td {
  border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4; 
	padding: 25px 3%;
}
.other_table table tr td:last-child {
	border-right: 0px;
}


/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.privacy.outer1000 {
		width: 92%;
	}
	
	.midashi_tyu {
		font-size: 19px;
		text-indent: -2em;
		padding-left: 2em;
	}
	
}


@media print {


}