@charset "utf-8";
/* CSS Document */

#teiki_rule #rule7 table, 
#teiki_rule2 #rule7 table {
    border-collapse: collapse;
}
#teiki_rule #rule7 table th, 
#teiki_rule #rule7 table td, 
#teiki_rule2 #rule7 table th {
    border:1px solid #DCDCDC;
    text-align: center;
}
#teiki_rule2 #rule7 table td {
    border:1px solid #DCDCDC;
	padding: 10px;
	text-align: right;
}
#teiki_rule2 #rule7 table tr.doukon_t td {
	text-align: center;
}
#teiki_rule #rule7 table th, 
#teiki_rule2 #rule7 table th {
    background: #fdf8eb;
    padding: 10px;
}
#teiki_rule #rule7 table .day7 {
    background: #FFFE57;
    padding: 10px
}
#teiki_rule #rule7 table .P_10, 
#teiki_rule2 #rule7 table .P_10 {
    padding :10px;
}
#teiki_rule #rule7 table td a {
    padding: 15px;
    display: block;
    text-decoration: none;
}
#teiki_rule2 #rule7 table td a {
    text-align: left;
    display: block;
    text-decoration: none;
}
#teiki_rule2 #rule7 .per8 {
    background: #FFFE74;
}
#teiki_rule2 #rule7 table tr:nth-child(n + 3) td:nth-child(3):before,
#teiki_rule2 #rule7 table tr:nth-child(n + 3) td:nth-child(4):before {
	content: '\0a5';
}
#teiki_rule2 #rule7 table tr:nth-child(n + 3) td:nth-child(4)  {
	font-weight: bold;
	color: #ef6a50;
}
#teiki_rule2 #rule7 table td.no {
	text-align: left;
}
#teiki_rule #rule7 table td.a_left, 
#teiki_rule2 #rule7 table td.a_left {
    text-align: left;
}
#teiki_rule .btn a {
    display: block;
    border: #6c9bd2 1px solid;
    border-radius: 10px;
    text-align: center;
    padding: 15px 20px;
}
#teiki_rule .waku_box_d {
    background: #fdf8eb;
}


/*PC*/
@media screen and (min-width:481px) {
#teiki_rule h2 {
    text-align: center;
    background: #c7b1a6;
    padding: 10px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 200%;
    line-height: 1.4em;
}
.teiki_new h3 {
    padding: 5px 0px 5px 20px;
    margin-bottom: 30px;
    font-size: 160%;
    line-height: 1.5em;
    border-left: 5px solid #c7b1a6;
}

#teiki_rule #rule7, 
#teiki_rule2 #rule7 {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}
.btn a {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
/*いつでも同梱*/
#teiki_rule .doukon_change {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#teiki_rule .doukon_change div {
	width: 47%;
	padding: 30px;
	border: 1px dashed #c7b1a6;
}
#teiki_rule .doukon_change div ul li {
	font-size: 16px;
	line-height: 1.5em;
	background: #F9F9F9;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 15px;
}
}

/*スマホ*/
@media screen and (max-width:480px) {
#teiki_rule h2 {
    text-align: center;
    background: #c7b1a6;
    padding: 10px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 150%;
    line-height: 1.7em;
}
.teiki_new h3 {
    padding: 5px 0px 5px 20px;
    margin-bottom: 30px;
    font-size: 120%;
    line-height: 1.5em;
    border-left: 5px solid #c7b1a6;
}

#teiki_rule #rule7 {
  max-width: 990px;
  overflow-x: auto;
}
#teiki_rule2 #rule7 {
  max-width: 740px;
  overflow-x: auto;
}
#teiki_rule #rule7 table, 
#teiki_rule2 #rule7 table {
  white-space: nowrap;
  margin: 10px 0;
}
#teiki_rule #rule7::-webkit-scrollbar, 
#teiki_rule2 #rule7::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}
#teiki_rule #rule7::-webkit-scrollbar-thumb, 
#teiki_rule2 #rule7::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
}
#teiki_rule #rule7::-webkit-scrollbar-track, 
#teiki_rule2 #rule7::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
}
/*いつでも同梱*/
#teiki_rule .doukon_change {
	border-bottom: 1px dashed #c7b1a6;
	padding-bottom: 30px;
}
#teiki_rule .doukon_change ul li {
	font-size: 16px;
	line-height: 1.7em;
	background: #F1F1F1;
	padding: 7px;
	font-weight: bold;
	margin-bottom: 10px;
}
}