@import url("global.css");

#pagettl {
	background-image: url(../voice/img/main.jpg);
}
#contents ul.list {
	margin: 30px auto 40px;
}
#contents ul.list li {
	position: relative;
}
#contents ul.list li::before,
#contents ul.list li::after {
	z-index: -1;
	content: "";
	position: absolute;
	bottom: 50%;
	margin-bottom: -50px;
	border-left: 18px solid #ccc;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}
#contents ul.list li::before {
	left: 28px;
}
#contents ul.list li::after {
	left: 25px;
	border-left-color: #FFF;
}
#contents ul.list li:hover::before {
	border-left-color: #EE9A28;
}
#contents ul.list li a {
	display: block;
	height: 280px;
	border-top: 5px solid #0F6A9B;
}
#contents ul.list li:nth-child(even) a {
	border-color: #0BA29A;
}
#contents ul.list li a:hover,
#contents ul.list li:nth-child(even) a:hover {
	border-color: #EE9A28;
}
#contents ul.list li a figure {
	float: right;
	margin-left: 20px;
	width: 400px;
	height: 280px;
	overflow: hidden;
}
#contents ul.list li a figure img {
	height: auto;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}
#contents ul.list li a:hover figure img {
	opacity: 0.7;
}
#contents ul.list li a .txtbox {
	margin-left: 80px;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}
#contents ul.list li a .txtbox p {
	margin-top: 105px;
	font-size: 14px;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}
#contents ul.list li a .txtbox span {
	margin-left: 15px;
}
#contents ul.list li a .txtbox h2 {
	font-size: 24px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}
#contents ul.list li a:hover .txtbox p,
#contents ul.list li a:hover .txtbox h2 {
	color: #EE9A28;
}


/* -------------------------------------
 entry
------------------------------------- */
.entry #pagettl {
	background: none;
	padding-bottom: 0;
}
.entry #entrycont {
	width: 960px;
	margin: 0 auto;
}
.entry #contents section#entrycont h1 {
	margin: 140px 0 0;
}
.entry #entrycont .data {
	background-color: #0BA29A;
	padding: 30px;
	color: #FFF;
	text-align: center;
}
.entry #entrycont .data p {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
.entry #entrycont .data p span {
	margin-left: 20px;
}
.entry #entrycont .data h2 {
	font-size: 36px;
	line-height: 36px;
	margin: 10px 0 0;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-weight: 600;
}
.entry #entrycont .data p.year {
	margin: 15px 0 0;
}
.entry .box {
	margin: 100px 0 70px;
	position: relative;
}
.entry .box::before,
.entry .box::after {
	z-index: 20;
	content: "";
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	border-top: 1px solid #ccc;
}
.entry .box::before {
	left: 0;
	border-left: 1px solid #ccc;
}
.entry .box::after {
	right: 0;
	border-right: 1px solid #ccc;
}
.entry .box .image {
	position: relative;
	margin-bottom: 25px;
}
.entry .box .image .w720 {
	width: 720px;
	margin: 0 auto;
}
.entry .box .image h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	text-shadow: 0 0 5px #fff;
}
.entry .box p {
	text-align: justify;
}

/* ------------------------------------------------------------------------------------------------------------------------
/* 959px（タブレット縦）以下から
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){
#contents ul.list li::before {
	left: 8px;
	border-left-color: #18727E;
}
#contents ul.list li::after {
	left: 5px;
}
#contents ul.list li a .txtbox {
	margin-left: 40px;
}

/* -------------------------------------
 entry
------------------------------------- */
.entry #contents section#entrycont h1 {
	margin: 80px 0 0;
}
.entry #entrycont {
	width: auto;
	margin: 0;
}
.entry #entrycont .data {
	background-color: #2099AA;
	padding: 30px;
	color: #FFF;
	text-align: center;
}
.entry #entrycont .data p {
	font-size: 15px;
}
.entry #entrycont .data p span {
	margin-left: 15px;
}
.entry #entrycont .data h2 {
	font-size: 30px;
	line-height: 42px;
}
.entry .box .image {
	padding: 10px;
	margin-bottom: 0;
}
.entry .box .image .w720 {
	width: auto;
	margin: 0;
}
.entry .box .image .w720 .fl,
.entry .box .image .w720 .fr {
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.entry .box .image .w720 .fl {
	padding-right: 5px;
}
.entry .box .image .w720 .fr {
	padding-left: 5px;
}
.entry .box .image .w720 .fl img,
.entry .box .image .w720 .fr img {
	width: 100%;
	height: auto;
}
.entry .box .image h3 {
	clear: both;
	padding: 10px 0 5px;
	position: static;
}
.entry .box p {
	margin: 0 10px;
}
}

/* ------------------------------------------------------------------------------------------------------------------------
/* 幅644px以下
------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){

#contents ul.list {
	margin: 40px 0;
}
#contents ul.list li {
	margin-bottom: 30px;
}
#contents ul.list li::before,
#contents ul.list li::after {
	z-index: 20;
	margin-bottom: 0;
	border-left: 8px solid #0F6A9B;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	left: auto;
	bottom: 30px;
}
#contents ul.list li::before {
	right: 15px;
}
#contents ul.list li::after {
	right: 18px;
	border-left-color: #F6F6F6;
}
#contents ul.list li a {
	height: auto;
}
#contents ul.list li a figure {
	float: none;
	margin-left: 0;
	text-align: center;
	width: 100%;
	height: auto;
}
#contents ul.list li a .txtbox {
	margin-left: 0;
	background-color: #F6F6F6;
	padding: 15px;
}
#contents ul.list li a .txtbox p {
	margin-top: 0;
	line-height: 18px;
	font-size: 13px;
}
#contents ul.list li a .txtbox span {
	margin-left: 10px;
}
#contents ul.list li a .txtbox h2 {
	font-size: 17px;
	line-height: 24px;
}


/* -------------------------------------
 entry
------------------------------------- */
.entry #contents section#entrycont h1 {
	margin: 30px 0 0;
}
.entry #entrycont .data {
	padding: 15px 10px;
	text-align: left;
}
.entry #entrycont .data p {
	font-size: 13px;
	line-height: 18px;
}
.entry #entrycont .data p span {
	margin-left: 10px;
}
.entry #entrycont .data h2 {
	font-size: 21px;
	line-height: 30px;
	margin: 0;
}
.entry #entrycont .data p.year {
	margin: 5px 0 0;
}
.entry .box {
	margin: 50px 0 30px;
}
.entry .box::before,
.entry .box::after {
	width: 20px;
	height: 20px;
}

.entry .box .image {
	padding: 5px;
}
.entry .box .image h3 {
	font-size: 18px;
	line-height: 26px;
}
.entry .box p {
	margin: 0 5px;
}

}










