@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
}
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, vide {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #fff;
	background: url(images/bg.jpg) 0 0 repeat;
}
img {
	border: 0;
}
a {
	color: #0099ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	font-size: 1.4rem;
}
h2, h3 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
h4 {
	font-size: 1.8rem;
}
.a-center {
	text-align: center;
}
/* basewd */
.basewd {
	margin: 0 auto;
	width: 1000px;
}

@media screen and (max-width: 960px) {
.basewd {
	margin: 0 auto;
	width: 100%;
}
h4 {
	font-size: 1.8rem;
}
}
/* header */
header {
	background-color: #fff;
	background: #fff url(images/copy.png) center 20px no-repeat;
	border-top: 3px solid #0099ff;
}
header .basewd {
	display: table;
	padding: 5px 0;
}
header h1, header p {
	display: table-cell;
	vertical-align: middle;
}
header p {
	text-align: right;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	color: #0099ff;
}

@media screen and (max-width: 960px) {
header {
	background-size: 33% auto;
}
header h1, header p {
	padding: 0 10px;
}
	header p {
		font-size: 1.2rem;
		padding: 0 10px 0 0;
	}
header img {
	width: 50%;
	height: auto;
}
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 600px) {
header .basewd, header h1, header p {
	text-align: center;
	padding: 0 10px;
}
	header p {
		font-size: 1rem;
		padding: 0 0 0 0;
		white-space: nowrap;
	}
}

@media screen and (max-width: 420px) {
header {
	background-image: none;
}
header img {
	width: 90%;
	height: auto;
}
.form header img {
	width: 50%;
}
}
/* nav */
nav {
	background: #0099ff; /* Old browsers */
	background: -moz-linear-gradient(left, #0099ff 0%, #0066cc 50%, #0099ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0099ff 0%, #0066cc 50%, #0099ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0099ff 0%, #0066cc 50%, #0099ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#0099ff', GradientType=1 ); /* IE6-9 */
	padding: 8px 0;
}
nav .basewd {
}
nav .basewd ul {
	width: 100%;
	display: table;
	border-right: 1px solid rgba(255,255,255,0.5);
    position: relative;
}
nav .basewd ul li {
	display: table-cell;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	color: rgba(255,255,255,0.5);
	width: 20%;
	border-left: 1px solid rgba(255,255,255,0.5);
	padding: 10px 0;
}
nav .basewd ul li a {
	text-decoration: none;
	color: rgba(255,255,255,1);
}
ul.menu__second-level {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu__second-level > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: auto;
    background-color: #A45648;
    border-left: none;
    border-bottom: 1px solid #fff;
}

.wrapper {
}
/* section */
section.block1 {
	background-color: #fff;
	width: 1000px;
	margin: 20px auto;
	padding-bottom: 10px;
}
.top section.block1 {
	background: #fff url(images/top_bg.jpg) 0 0 no-repeat;
	background-size: 100% auto;
}



/* voice */
.voice.index section.block1 {
}
.voice.index section.block1 .voice_main {
	font-size: 0;
	margin-bottom: 1px;
}
.voice.index section.block1 .voice_read {
	margin-bottom: 1px;
}
.voice section.block1 .table {
	display: table;
}
.voice section.block1 .cell {
	display: table-cell;
	vertical-align: top;
}
.voice.index section.block1 .cell:nth-child(1) {
	padding: 25px 30px;
}
.voice.index section.block1 .cell:nth-child(1) p {
	margin: 10px 0 0 0;
	line-height: 1.8;
	text-align:justify;
	text-justify:inter-ideograph;
}

.voice_text{
	padding: 25px 30px;
	font-size: 1.4rem;
}

.voice.index section.block1 .cell:nth-child(2) {
	width: 431px;
	font-size: 0;
}
.voice.index section.block1 .voice_index {
	margin: 20px;
}
.voice.index section.block1 .voice_index ul {
	display: inline-block;
	width: 100%;
}
.voice.index section.block1 .voice_index ul li {
	display: inline-block;
	width: 33%;
	padding-bottom: 20px;
}
.voice.index section.block1 .voice_index ul li:nth-child(1), .voice.index section.block1 .voice_index ul li:nth-child(4), .voice.index section.block1 .voice_index ul li:nth-child(7) {
	text-align: left;
}
.voice.index section.block1 .voice_index ul li:nth-child(2), .voice.index section.block1 .voice_index ul li:nth-child(5), .voice.index section.block1 .voice_index ul li:nth-child(8) {
	text-align: center;
}
.voice.index section.block1 .voice_index ul li:nth-child(3), .voice.index section.block1 .voice_index ul li:nth-child(6), .voice.index section.block1 .voice_index ul li:nth-child(9) {
	text-align: center;
}
.voice.index section.block1 .voice_index ul li p {
	text-align: center;
	font-size: 1.3rem;
}
.voice.index section.block1 .voice_index ul li p img {
	border: 3px solid #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	margin-bottom: 10px;
}
.voice.index section.block1 .voice_index ul li p a {
	font-size: 1.4rem;
	color: #B81B21;
	text-decoration: none;
}
.voice.index section.block1 .voice_index ul li p a:hover {
	text-decoration: underline;
}
.voice section.block1 h3 {
	color: #fff;
	background-color: #0099ff;
	border-radius: 20px;
	text-align: center;
	width: 100%;
	padding: 3px 0;
	margin: 0 auto 1em auto;
	font-size: 1.8rem;
}

.voice section.block1 .pagenation {
	margin: 25px;
	border-top: 1px solid #ccc;
	padding: 15px 0 0 0;
	position: relative;
	text-align: center;
}
.voice section.block1 .pagenation .toindex {
	position: absolute;
	top: 15px;
	left: 0;
	display: inline-block;
}
.voice section.block1 .pagenation .toindex.right {
	position: absolute;
	top: 15px;
	left: inherit;
	right: 0;
	display: inline-block;
}
.voice section.block1 .pagenation .toindex a {
	display: block;
	color: #0099ff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	text-decoration: none;
}
.voice section.block1 .pagenation .toindex a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px 5px 0;
	border-color: transparent #b81c21 transparent transparent;
	margin-right: 5px;
}
.voice section.block1 .pagenation .toindex.right a:before {
	display:  none;
}
.voice section.block1 .pagenation .toindex.right a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #b81c21;
	margin-left: 5px;
}
.voice section.block1 .pagenation ul {
	text-align: center;
	display: inline-block;
}
.voice section.block1 .pagenation ul li {
	display: inline-block;
	padding: 0 2px;
}
.voice section.block1 .pagenation ul li span {
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	width: 4rem;
	padding: 0.5em 0.5em;
	background-color: #0099ff;
	border-radius: 50%;
}
.voice section.block1 .pagenation ul li a {
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	padding: 0.5em 0.5em;
	width: 4rem;
	background-color: #D6D6D6;
	border-radius: 50%;
	text-decoration: none;
}
.voice section.block1 .pagenation ul li a:hover {
	background-color: #999;
}


/* footer */
footer {
	margin-top: 20px;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer .btn ul {
	display: table;
	width: 85%;
	margin: 0 auto;
}
footer .btn ul li {
	display: table-cell;
}
footer address {
	background-color: #0099ff;
	color: #fff;
	margin-top: 20px;
	padding: 20px 0;
	text-align: center;
}
footer address h2 {
	color: #fff;
	font-style: normal;
	font-size: 2rem;
	margin-bottom: 0.5em;
}
footer address p {
	font-size: 1.8rem;
	text-decoration: none;
	font-style: normal;
}
footer address a {
	color: #fff;
	text-decoration: none;
}
footer address span.fs-small {
	font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
footer .btn img {
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 736px) {
footer address h2 {
	font-size: 1.6rem;
}
footer address p {
	font-size: 1.4rem;
}
footer address p span {
	display: block;
}
}

@media screen and (max-width: 460px) {
footer img {
	width: 80%;
	height: auto;
}
footer .btn ul {
	display: block;
	width: 85%;
	margin: 0 auto;
}
footer .btn ul li {
	display: block;
}
}

