@charset "utf-8";
.top_title{
	color: #000;
}

/*.hed_nav li:nth-child(6) a{
    background: #394a94;
    color: #fff;
}
.hed_nav li:nth-child(6) a:before{
	background: none;
	border-top: solid 3px #959595;
	height: 0;
}*/

.top{
	padding: 62px 0 72px;
}
.top_inner {
	min-height: auto;
}
.ttl01 {
	margin: 0;
}
.top_title{
	background-image: url(../img/notice/main.jpg);
}


/*---------------------------------------------------------*/

.notice{
    padding: 78px 0 66px;
    background:  50% 0 no-repeat;
    background-image: url(../common/img/bg01_01.png) ,url(../common/img/bg01_02.png);
    background-position: 50% 66px ,50% 535px;
}
.notice p,
.notice ul li{
	line-height: 2.1;
}
.notice h3 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 5px;
	margin: 70px 0 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #9c9c9c;
}
.notice h4 {
	font-size: 20px;
	margin: 40px 0 12px;
}
.notice h4 span {
	background: linear-gradient(transparent 60%, #ffdfdf 60%);
}
.notice h5 {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin: 1.6rem 0rem .5rem;
	padding-left: 2rem;
}
.notice h5::before{
	position: absolute;
	content: "◇";
	left: .5rem;
	top: 0;
}
.notice .content {
	position: relative;
}
.notice .content img{
	position: absolute;
	right: 80px;
	bottom: -60px;
	width: 170px;
	height: auto;
	opacity: .6;
}
.notice_ul{
	list-style: disc;
	list-style-position: inside;
	margin: 20px 15px;
}
table.score_table{
	margin: 1.5rem 0rem;
}
table.score_table th{
	padding: 5px 18px;
	background: #e5eff7;
}
table.score_table td {
	padding: 5px 18px;
	background: #fff;
}
table.score_table td:nth-child(2){
	text-align: right;
}

table.lens_table {
	width: 100%;
	max-width: 600px;
	border: 2px solid #959595;
	margin: 2.5rem 0rem .2rem;
}
table.lens_table tr{
	border-bottom: 1px solid #959595;
}
table.lens_table th{
	background: #e5eff7;
}
table.lens_table th,
table.lens_table td {
	border-right: 1px solid #959595;
	text-align: center;
	vertical-align: middle;
	padding: 7px 0;
}
table.lens_table td {
	background: #fff;
}

table.schedule_table {
	width: 100%;
	max-width: 800px;
	border: 2px solid #959595;
	margin: 2.5rem 0rem 0.2rem;
}
table.schedule_table tr{
	border-bottom: 1px solid #959595;
}
table.schedule_table th{
	background: #e5eff7;
	text-align: center;
}
table.schedule_table th,
table.schedule_table td {
	border-right: 1px solid #959595;
	vertical-align: middle;
	padding: 7px 10px;
}
table.schedule_table td {
	background: #fff;
}

table.price_table {
	width: 100%;
	border: 2px solid #959595;
	margin: 2.5rem 0rem 0.2rem;
}
table.price_table tr{
	border-bottom: 1px solid #959595;
}
table.price_table th{
	background: #e5eff7;
	text-align: center;
}
table.price_table th,
table.price_table td {
	border-right: 1px solid #959595;
	vertical-align: middle;
	padding: 7px 10px;
}
table.price_table td {
	background: #fff;
}
table.price_table td:nth-child(1){
	background: #f4f4f4;
}
table.price_table td:nth-child(2){
	text-align: right;
}

@media screen and (max-width: 1165px) {
	.notice2 h3 {
		margin: 20px 0;
	}
	.notice2 .content {
		padding-bottom: 140px;
	}
	.notice2 .content img{
	right: 80px;
	bottom: 0px;
	width: 140px;
	opacity: .2;
	z-index: -1;
	}
}

@media screen and (max-width: 680px) {
	.notice2 h3 {
		margin: 20px 0;
	}
	.notice2 .content {
		padding-bottom: 60px;
	}
	.notice2 .content img{
	right: 20px;
	bottom: -30px;
	width: 110px;
	}
}





/* 以下未使用 */

.notice_list li{
    margin: 0 0 24px;
}
.notice_list li a span{
	color: #394a94;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	position: absolute;
	z-index: 1;
	top: 14px;
	left: 25px;
}
.notice_btn{
    font-size: 17px;
    display: block;
    background: #e5eff7;
    position: relative;
    z-index: 1;
    padding: 19px 81px;
    letter-spacing: 3px;
}
.notice_btn:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: url(../common/img/arrow05_2@2.png) 0 0 no-repeat;
	background-size: 13px auto;
	width: 13px;
	height: 12px;
	top:0;
	bottom: 0;
	right: 32px;
	margin: auto;
}
.notice_list_on .notice_btn:before{
	background-image: url(../common/img/arrow05_1@2.png);
}

.notice_mes{padding: 17px 0 38px;line-height: 2;display: none;}
.notice_mes span{
	color: #f00;
}
.notice_text{
	font-size: 17px;
	text-align: center;
	background: #F4F4F4;
	padding: 55px 0 58px;
	letter-spacing: 3px;
	line-height: 2.8;
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {



	.top{padding: 20px 0;}
	.top_title{}


	/*---------------------------------------------------------*/

	.notice{
    padding: 20px 0 1px;
}
	.notice_inner{}
	.notice h3 {
    font-size: 18px;
    margin: 40px 0 10px;
	}
	.notice h4 {
    font-size: 16px;
	}
	.notice_list{}
	.notice_list li{}
	.notice_list li span{
    font-size: 16px;
    top: 3px;
    left: 7px;
}
	.notice_list li a span {
		font-size: 16px;
    top: 3px;
    left: 7px;
	}
	.notice_btn{
    font-size: 15px;
    padding: 5px 29px 5px 40px;
}
	.notice_btn:before{
    right: 9px;
}
	.notice_list_on .notice_btn:before{}

	.notice_mes{
    padding: 17px 0 9px;
    line-height: 1.8;
}
	.notice_text{
    font-size: 15px;
    text-align: left;
    line-height: 2;
    padding: 4%;
}
	/*---------------------------------------------------------*/
	/*---------------------------------------------------------*/


}
