@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: 2px dotted #e4e4e4;
}
.midashi_tyu.midashi_tyu_h {
    border-bottom: 2px solid #e4e4e4;
    font-weight: bold;
}
p.p_detail {
    margin-top: 30px;
    line-height: 2;
    font-size: 117%;
}
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;
}

table {
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  margin-top: 5px;
  width: 100%;
}
table tr {
  border-bottom: 1px solid #e4e4e4;
}
table tr th {
  border-left: 1px solid #e4e4e4;
  padding: 2%;
  text-align: center;
  font-weight: bold;
  max-width: 33%;
  width: auto;
  font-size: 105%;
}
table tr td {
  border-left: 1px solid #e4e4e4;
  padding: 25px;
  max-width: 33%;
  width: auto;
}

.plan_inner {
    width: 90%;
    margin: auto;
}
.privacy.outer1000 {
    padding-bottom: 80px;
}

table tr th:nth-child(1) {}
table tr th:nth-child(2) {width: 70%;}
table tr th:nth-child(3) {width: 23%;}
table tr td:nth-child(1) {}
table tr td:nth-child(2) {width: 70%;}
table tr td:nth-child(3) {width: 23%; text-align: center;}

table.ex tr th:nth-child(1) {width: 50%;}
table.ex tr th:nth-child(2) {width: 25%;}
table.ex tr th:nth-child(3) {width: 25%;}
table.ex tr td:nth-child(1) {width: 50%;}
table.ex tr td:nth-child(2) {width: 25%; text-align: center;}
table.ex tr td:nth-child(3) {width: 25%; text-align: center;}

.p_detail.plan {
	margin-top: 50px;
}

.plan_sub {
	margin: 20px 0 0;
}

.plan_detail {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 30px;
	font-size: 14px;
}

.plan_detail dd {
	width: 15%;
	padding: 10px 10px 10px 0;
}

.plan_detail dt {
	width: 70%;
	padding: 10px 0px 10px 0;
}

.plan_inner img {
	margin: auto;
}

/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.privacy.outer1000 {
		width: 92%;
	}
	
	.midashi_tyu {
		font-size: 19px;
		text-indent: -2em;
		padding-left: 2em;
	}
	
  table tr th {
    padding: 25px 5px;
    max-width: 300px;
    width: 40%;
  }
  table tr td {
    padding: 25px 5px;
    max-width: 300px;
    width: 40%;
  }
  table tr th:first-child {
    width: 15%;
  }
  table tr td:first-child {
    width: 15%;
    text-align: center;
  }
  
table tr th:nth-child(1) {width: 1%;}
table tr th:nth-child(2) {width: 58%;}
table tr th:nth-child(3) {width: 25%;}
table tr td:nth-child(1) {width: 1%;}
table tr td:nth-child(2) {width: 58%;}
table tr td:nth-child(3) {width: 25%;}
  
table.ex tr th:nth-child(1) {width: 50%;}
table.ex tr th:nth-child(2) {width: 25%;}
table.ex tr th:nth-child(3) {width: 25%;}
table.ex tr td:nth-child(1) {width: 50%;}
table.ex tr td:nth-child(2) {width: 25%;}
table.ex tr td:nth-child(3) {width: 25%;}

.plan_sub {
    margin: 15px 0 0;
}

.plan_detail {
	display: block;
}

.plan_detail dd {
	width: 100%;
	padding: 10px 10px 5px 0;
}

.plan_detail dt {
	width: 100%;
	padding: 0px 0px 5px 0;
}
}
@media print {


}