@charset "UTF-8";
/* CSS Document */
/*===============================================
● PC/SP共通
===============================================*/
.page .disc {
  margin: 0.5em 0 2em 1em;
}
.page .disc li {
  list-style: disc;
  margin-bottom: 0.25em;
}
.page .bold {
  font-weight: bold;
}
.page.gold {
  color: #AF8335;
}
.page .orange {
  color: #ff5f00;
}
.page s.red {
  color: #ff0000;
}
.page p.text {
  margin-bottom: 1em;
}
.page p.text-center {
  text-align: center;
}
.page .mb40 {
  margin-bottom: 40px;
}
.page .mb20 {
  margin-bottom: 20px;
}
.page .m40a {
  margin: 40px auto
}
.page .f80 {
  font-size: 80%;
}
.page.f120 {
  font-size: 120%;
}
/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .page-content .auto {
    max-width: none;
    /* width: 1100px; */
    margin: 0 auto;
    position: relative;
  }
  .page-content img {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-content .img-one {
    width: 50%;
    margin: 0 auto;
  }
  .title_inner {
    width: 900px;
    margin: auto;
    position: relative;
    top: 130px;
  }
  .title_inner .top_title {
    font-size: 60px;
    font-family: "DIN Alternate Bold";
  }
  .title_inner h1 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .ttl_bg {
    width: 100%;
    height: 400px;
    background-image: url("../images/discount/img_main_pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
  }
  .page-content  {
    font-size: 16px;
    line-height: 1.8;
  }
  .discount_box_inner {
    width: 1000px;
    margin: 40px auto;
  }
	.discount_link{
		width:600px;
		margin:0 auto 60px;
	}
    
    .discount_detail{
        border: 6px solid #d77273;
        padding: 0.5em;
        margin: 1em 0;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #d77274;
        letter-spacing: 0.2em;
    }  
.chart_box .table_wrap_notes{
	display:none;
}	

	.chart_box table{
	width: 1000px;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid #dcdcdc;
	margin: 50px auto;
	}

.chart_box table tr {
    border-bottom: 1px solid #ccc;
		background:#f8f8f8;
  }

.chart_box table tr:first-of-type {
    background-color: #f8f8f8;
  }	

	
.chart_box table td.ok{
	background-color:#f3cfcf
}

	
.chart_box table th {
    padding: 11px 14px 10px;
    border-right: 1px solid #dcdcdc;
  }
.chart_box table tr th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #626262;
    color: #fff;
  }

.chart_box table td {
    width: 120px;
    text-align: center;
    padding: 11px 14px 10px;
    border-right: 1px solid #dcdcdc;
    vertical-align: middle;
  }
.chart_box table tr:first-of-type td {
    font-weight: bold;
    vertical-align: middle;
  }
	
}

/*===============================================
● 画面の横幅が760px以下
===============================================*/

@media screen and (max-width: 760px) {
  .ttl_bg {
	width: 100%;
	height: 50vw;
	background-image: url("../images/discount/img_main_pc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
.clinic_box_bg {
	width: 100%;
    height: 40vw;
    background-image: url(../images/clinic/3T4A0168.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right;
    position: relative;
	margin: auto;
}
  .discount_box_inner {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	}
	.discount_link{
		width:84%;
		margin:0 auto 40px;
	}

.title_inner {
    width: 80%;
    margin: auto;
    position: relative;
    top: 16vw;
    left: 0vw;
}
.title_inner .top_title {
    font-size: 8vw;
    font-family: "DIN Alternate Bold";
}
.title_inner h1 {
    font-size: 4vw;
    letter-spacing: 0.1em;
}
.title_section_inner p{
	font-size:14px;
}

    .discount_detail{
		width:90%;
        border: 4px solid #d77273;
        padding: 0.5em;
        margin: 1em auto;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #d77274;
        letter-spacing: 0.2em;
    }  

.chart_box .table_wrap{
	overflow:scroll;
	
}

.chart_box .table_wrap_notes{
margin:1em 0
}	
	.chart_box table{
	width: 1000px;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid #dcdcdc;
	margin: 0 auto;
	}

.chart_box table tr {
    border-bottom: 1px solid #ccc;
	background-color:#f0f0f0;
  }

.chart_box table tr:first-of-type {
    background-color: #f8f8f8;
  }	

	
.chart_box table th {
    width: 4em;
    padding: 5px;
    border-right: 1px solid #dcdcdc;
  }
.chart_box table tr th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #626262;
    color: #fff;
  }

.chart_box table td {
    width: 4em;
    text-align: center;
    padding: 5px;
    border-right: 1px solid #dcdcdc;
    vertical-align: middle;
  }
.chart_box table td.ok{
	background-color:#f3cfcf
}
.chart_box table tr:first-of-type td {
    font-weight: bold;
    vertical-align: middle;
  }
    
}