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

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	
	h2.page_title {
		background: url("../images/ir/ir_notice/page_title_pc.jpg") no-repeat;
		background-size: cover;
	}
	
	article {
		width: 1130px;
		margin: 0 auto;
	}
	
	ul.block {
		width: 1055px;
		margin-left: 75px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.block li.contents{
		width: 780px;
	}
	
	ul.block li.contents ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.block li.contents ul li.acce{
		width: 85px;
	}
	
	ul.block li.contents ul li:nth-child(2){
		width: 670px;
		padding-top: 50px;
	}
	
	ul.block li.contents section{
		width: 100%;
		margin-bottom: 35px;
	}
	
	ul.block li.contents section h3{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: normal;
		line-height: 2;
		position: relative;
		color: #000;
	}
	
	ul.block li.contents section h3 strong{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
	}
	
	ul.block li.contents section p{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: normal;
		line-height: 2;
		position: relative;
		color: #000;
	}
	
	ul.block li.nav{
		width: 180px;
	}
	
	ul.block li.nav h3{
		width: 100%;
		height: 30px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		color: #FFF;
		background: #0068B7;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 28px;
	}
	
	ul.block li.nav nav ul{
		width: 100%;
		padding-left: 24px;
	}
	
	ul.block li.nav nav ul li{
		margin-bottom: 12px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	ul.block li.nav nav ul li a{
		color: #0068B7;
		font-weight: 500;
	}
	
	ul.block li.nav nav ul li.active a{
		color: #000;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px){
	h2.page_title {
		background: url("../images/ir/ir_notice/page_title_sp.jpg") no-repeat;
		background-size: cover;
		margin-bottom: 14px;
	}
	
	ul.block {
		width: 94%;
		margin: 0 auto;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}

	ul.block li.contents{
		width: 100%;
	}
	
	ul.block li.contents ul{
		width: 100%;
	}
	
	ul.block li.contents ul li.acce{
		width: 22%;
		max-width: 70px;
		margin-bottom: 20px;
	}
	
	ul.block li.contents ul li:nth-child(2) section{
		width: 100%;
		margin-bottom: 35px;
	}
	
	ul.block li.contents ul li:nth-child(2) section h3{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: normal;
		line-height: 2;
		position: relative;
		color: #000;
	}
	
	ul.block li.contents ul li:nth-child(2) section h3 strong{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
	}
	
	ul.block li.contents ul li:nth-child(2) section p{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: normal;
		line-height: 2;
		position: relative;
		color: #000;
	}
	
	ul.block li.nav{
		width: 100%;
		margin-bottom: 30px;
	}
	
	ul.block li.nav nav ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.block li.nav nav ul li{
		width: 48.8%;
		margin-bottom: 8px;
		font-size: 13px;
		font-size: 1.3rem;
		border: 1px dashed #2F3030;
		text-align: center;
	}
	
	ul.block li.nav nav ul li.active{
		background: #CDCDCD;
	}
	
	ul.block li.nav nav ul li a{
		color: #0068B7;
		padding: 5px 0;
		font-weight: 500;
	}
	
	ul.block li.nav nav ul li.active a{
		color: #000;
	}
}
@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	
	
	article {
		width: 1130px;
		margin: 0 auto;
	}
	
	ul.block {
		width: 1055px;
		margin-left: 75px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.block li.contents{
		width: 780px;
	}
	
	ul.block li.contents ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.block li.contents ul li.acce{
		width: 85px;
	}
	
	ul.block li.contents ul li:nth-child(2){
		width: 670px;
		/*padding-top: 50px;*/
	}
	
	ul.block li.contents section{
		width: 100%;
		margin-bottom: 35px;
	}
	
	ul.block li.contents section h3{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: normal;
		line-height: 2;
		position: relative;
		color: #000;
	}
	
	ul.block li.contents section h3 strong{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
	}
	
	ul.block li.contents section p{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: normal;
		line-height: 2;
		position: relative;
		color: #000;
	}
	
	ul.block li.nav{
		width: 180px;
	}
	
	ul.block li.nav h3{
		width: 100%;
		height: 30px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		color: #FFF;
		background: #0068B7;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 28px;
	}
	
	ul.block li.nav nav ul{
		width: 100%;
		padding-left: 24px;
	}
	
	ul.block li.nav nav ul li{
		margin-bottom: 12px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	ul.block li.nav nav ul li a{
		color: #0068B7;
		font-weight: 500;
	}
	
	ul.block li.nav nav ul li.active a{
		color: #000;
	}
	
	section div.box {
		width: 100%;
		margin-bottom: 10px;
	}
	
	section div.box a{
		display: inline-block;
		color: #231815;
	}
	
	section div ul.conts {
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	section div ul.conts li:first-child{
		display: inline-block;
		min-width: 400px;
	}
	
	section div ul.conts li:nth-child(2){
		width: auto!important;
		padding-top: 0!important;
		display: inline-block;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	section div ul.conts li:nth-child(2) span {
		color: #006ab1;
	}
	
	section div ul.conts li:nth-child(2) span.icon {
		width: 10px;
		display: inline-block;
		margin-right: 0.2em;
	}
	
	section div ul.conts li:nth-child(2) span.text {
		display: inline-block;
		color: #006ab1;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	section div ul li:nth-child(2) i {
		display: inline-block;
		padding-left: 0.2em;
		color: #006ab1;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px){

	
	ul.block {
		width: 94%;
		margin: 0 auto;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}

	ul.block li.contents{
		width: 100%;
	}
	
	ul.block li.contents ul{
		width: 100%;
	}
	
	ul.block li.contents ul li.acce{
		width: 22%;
		max-width: 70px;
		margin-bottom: 20px;
	}
	
	ul.block li.contents ul li:nth-child(2) section{
		width: 100%;
		margin-bottom: 35px;
	}
	
	ul.block li.contents ul li:nth-child(2) section h3{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: normal;
		line-height: 2;
		position: relative;
		color: #000;
	}
	
	ul.block li.contents ul li:nth-child(2) section h3 strong{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
	}
	
	ul.block li.contents ul li:nth-child(2) section p{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: normal;
		line-height: 2;
		position: relative;
		color: #000;
	}
	
	ul.block li.nav{
		width: 100%;
		margin-bottom: 30px;
	}
	
	ul.block li.nav nav ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.block li.nav nav ul li{
		width: 48.8%;
		margin-bottom: 8px;
		font-size: 13px;
		font-size: 1.3rem;
		border: 1px dashed #2F3030;
		text-align: center;
	}
	
	ul.block li.nav nav ul li.active{
		background: #CDCDCD;
	}
	
	ul.block li.nav nav ul li a{
		color: #0068B7;
		padding: 5px 0;
		font-weight: 500;
	}
	
	ul.block li.nav nav ul li.active a{
		color: #000;
	}
	
	section div.box {
		width: 100%;
		margin-bottom: 10px;
	}
	
	section div.box a{
		display: inline-block;
		color: #231815;
	}
	
	section div ul.conts {
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	section div ul.conts li:first-child{
		display: inline-block;
		margin-right: 10px;
	}
	
	section div ul.conts li:nth-child(2){
		width: auto!important;
		padding-top: 0!important;
		display: inline-block;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	section div ul.conts li:nth-child(2) span {
		color: #006ab1;
	}
	
	section div ul.conts li:nth-child(2) span.icon {
		width: 10px;
		display: inline-block;
		margin-right: 0.2em;
	}
	
	section div ul.conts li:nth-child(2) span.text {
		display: inline-block;
		color: #006ab1;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	section div ul li:nth-child(2) i {
		display: inline-block;
		padding-left: 0.2em;
		color: #006ab1;
	}
}