
h3{
	background: url(../../img/common/lin_pattern.gif) center repeat-x;
	width: 90%;
	float: right;
	margin-top: 60px;
 }

h3 img{ width: 164px; }
h3 .ttl_02{ width: 128px; }
h3 .ttl_03{ width: 138px; }


/*===================================================

#header

=================================================*/

#header span {
  background: url("../../img/common/mv_header.jpg") bottom right no-repeat;
  background-size: cover;
}

#header div{
	background: url("../../img/common/title.png") bottom right no-repeat;
	background-size: cover;
}

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

	#header span {
		background: url("../../img/common/header_mv.jpg") top center no-repeat;
		background-size: cover;
	}

}

/*===================================================

section

=================================================*/

.contents01{
	text-align: center;
	width: 1200px;
	padding-bottom: 0;
}

.contents01 > span {
	font-size: 26px;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

.contents01 .ttl_red{
	background-color: #ff0000;
	width: 100%;
	padding: 20px 0;
	color: #ffffff;
	font-size: 20px;
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 20px;
}

.contents01 .ttl_red:before, .contents01 .ttl_red:after{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 0px;
	margin-right: 30px;
	background-image: url(../../img/common/icon2.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: top;
}

.contents01 .ttl_red:after{ margin: 0 0 0 30px;}

.archive_link{
	font-size: 0;
	overflow: hidden;
	text-align: left;
	width: 100%;
	margin: 10px auto;
}

.archive_link:last-child{ margin-bottom: 0; }

.archive_link li{
	display: inline-block;
	border: solid 1px #ff0000;
	box-sizing: border-box;
	width: 19%;
	margin: 4px 5px;
	text-align: center;
	vertical-align: top;
}

.archive_link li a{
	text-decoration: none;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 26px 0;
	display: block;
}

.contents01 .archive_link .page_check {
  color: #ffffff;
  background-color: #ff0000;
	padding: 20px 0;
	border: solid 6px #ffffff;
}

.archive_link .page_check2 {
	color: #ffffff;
	background-color: #ff0000;
	padding: 10px 0;
	border: solid 6px #ffffff;
}

.archive_link .two_ttl {padding: 16px 0;}
.archive_link .two_ttl_check {padding: 13px 0;}

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

	.contents01{ width: 90%; }
	.archive_link li{ width: 18.6%; }

}

@media screen and (max-width: 1000px){
	.archive_link li{ width: 23.6%; }
}

@media screen and (max-width: 860px){
	.archive_link li{ width: 31.6%; }
}

@media screen and (max-width: 700px){
	.archive_link li{ width: 46.8%; }
	.contents01 .ttl_red{
		font-size: 17px;
		letter-spacing: 0.01em;
	}
	.contents01 .ttl_red:before, .contents01 .ttl_red:after {
		content: "";
		width: 14px;
		height: 14px;
		top: 3px;
		margin-right: 3px;
	}
	.contents01 .ttl_red:after{ margin: 0 0 0 3px;}
	.archive_link li a{
		font-size: 15px;
		letter-spacing: 0.01em;
	}
	/*.archive_link li:nth-child(7) a, .archive_link li:nth-child(8) a, .archive_link li:nth-child(9) a{ padding: 13px 0; }*/
	.archive_link{ margin: 20px auto 70px; }

	.contents01 > span {
    font-size: 20px;
    text-align: center;
	}

}


/*===================================================

.contents02

=================================================*/

.contents02{
	text-align: center;
	width: 1200px;
	clear: both;
	padding-top: 50px ;
}

.contents02 div{
	margin-top: 70px;
	overflow: hidden;
}

.contents02 div:first-child{ margin-top: 0; }

.contents02 div img{
	float: left;
	width: 54%;
}

.contents02 div ul{
	display: block;
	overflow: hidden;
	width: 54%;
    float: left;
}

.contents02 div ul li{
	color: #ff0000;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: solid 1px #d3d3d3;
	font-size: 16px;
}

.contents02 div p{
	line-height: 1.8;
	margin-bottom: 30px;
}

.contents02 div ul .archive_ttl{
	font-size: 23px;
	color: #000000;
	text-align: center;
	line-height: 36px;
	border-bottom: none;
	padding: 32px 0 54px;
}

.contents02 div ul .archive_ttl::before{
	content: "";
	background-image: none;
	width: 0;
	margin-right: 0;
}

.contents02 div ul li:last-child{ border: none; }

.contents02 div ul li span{
	color: #000000;
	font-weight: initial;
	text-align: right;
    float: right;
}

.last{ margin-bottom: 120px; }

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

	.contents02{ width: 90%; }

}

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

	.contents02 div img{ width: 100%; }
	.contents02 div ul{
		width: 100%;
		margin-top: 14px;
	}
}

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

	.last{ margin-bottom: 70px; }
	.contents02{ padding-top: 30px; }
}

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

	.contents02 div{ margin-top: 30px; }
	.contents02 div ul .archive_ttl{
		padding: 0 0 30px;
		font-size: 18px;
		line-height: 1.5;
	}
	.contents02 div ul li span{font-size: 15px;}

}

/*===================================================

audio

=================================================*/

.contents02 div div{
	width: 38%;
	float: right;
	margin-top: 32px;
}

audio{
	width: 100%;
	margin: 0 auto 8px;
}

@media screen and (max-width: 860px){
	.contents02 div div{
		width: 100%;
		margin-top: 14px;
	}
}

.arrow{
    position: relative;
    padding: 0 0 0 16px;
}

.arrow::after{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 42%;
    right: 15px;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-top: 6px solid #ff0000;   /* 好みで色を変えてください */
}

.arrow_white{
    position: relative;
    padding: 0 0 0 16px;
}

.arrow_white::after{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 42%;
    right: 10px;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-top: 6px solid #ffffff;   /* 好みで色を変えてください */
}

.ttl_red_sub::before {
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 19px;
    background-image: url(../../../img/common/icon3.gif);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
}
