@charset "utf-8";
/* CSS Document */
body {
	line-height:1;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:12px;
	color:#000000;
	width:100%;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
}

a { text-decoration: none;}
a:link { color: #000000; }
a:visited { color: #000000; }

a:active { color: #000000; }

#wrap{
	width:100%;
	margin: 0 auto;
}


/* /////////////// search /////////////// */

/*#search-form {
    padding: 12px;
    margin: 0 auto;
    font-family: メイリオ;
}
#search-form form {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 14px;
}
#search-form input[type=text] {
    display: table-cell;
    width: 100%;
    height: 38px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
}
#search-form .search-button {
    display: table-cell;
    vertical-align: top;
    width: 20%;
}
#search-form .search-button input[type="submit"] {
    width: 100%;
    height: 38px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: #000;
    padding: 0;
    border-radius: 0;
    -webkit-appearance: none;
}*/

/* design-3
-------------------*/
/*#search-form.design-3 input[type=text] {
    border: 1px solid #111;
}
#search-form.design-3 .search-button input {
    background: #000;
    color: #fff;
    margin-left: 2px;
}
#search-form.design-3 .search-keyword li {
    background: #000;
    padding: 8px;
    margin: 1px;
}
#search-form.design-3 .search-keyword li a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}*/

/* /////////////// search /////////////// */

/* /////////////// ページトップへbtn /////////////// */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	opacity: 0.8;
}
#page-top a {
    color: #fff;
    /*width: 100px;*/
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top img{
	position:fixed;
	bottom:20px;
	right:10px;
	z-index:99999;
	width:12%;
}

#page-top a:hover {
    text-decoration: none;
}
/* /////////////// ページトップへbtn /////////////// */



/* /////////////// 読み物ページ /////////////// */
.feature_img_main {
	width: 100%;
	text-align:center;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.feature_img_main img {
	width: 100%;
}

.feature_page{
	font-size:15px;
	line-height: 180%;
	margin-top:40px;
	padding: 0 5% 0 5%;
}

.feature_page .introduction{
	text-align:left;
	line-height:200%;
}

.feature_page .punctuation{
	width: 100%;
    font-size: 10px;
    color: #DBDBDB;
    text-align: center;
    letter-spacing: 30px;
    padding-left: 10px;
    margin: 10% 0;
}

.feature_page .question{
	font-size:14px;
	font-weight:bold;
	line-height:200%;
}

.feature_page .answer{
	font-size:14px;
	line-height:200%;
	margin-bottom:10%;
}

.feature_page .description{
	font-size:10px;
}

.feature_page .description_ans{
	font-size:10px;
	margin:-10% 0 10% 0;
}

.feature_page .pict_1 img{
	width:100%;
	margin-bottom:10%;
}

.fade-in{
	transition: opacity 1.5s;
  	-moz-transition: opacity 1.5s;
  	-webkit-transition: opacity 1.5s;
  	-o-transition: opacity 1.5s;
}

.fade-in img{
	width:100%;
	margin-bottom:10%;
}

.fade-in .img_margin{
	width:100%;
	margin:10% 0;
}

.feature_page .caption{
	/*color:#d80000;*/
	text-align:center;
	font-size:9px;
	line-height:160%;
	margin:-8% 0 10% 0;
}

.feature_page .pict_2 {
	width:100%;
	overflow: hidden;
	margin-bottom:5%;
}

.feature_page .pict_2 .item_det{
	width:46%;
	height:100%;
	float:left;
	margin:2%;
	padding-bottom:3%;
	line-height:160%;
	font-size:9px;
	text-align:center;
}

.feature_page .pict_2 img{
	width:100%;
	padding: 2% 0;
}

.feature_page .pict_2 .cap{
	/*color:#d80000;*/
	text-align:center;
}

.feature_page .cat_link img{
	width:100%;
}


/* /////////////// 読み物ページ /////////////// */


/* ///////////////  footer /////////////// */
table.foot_navi {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width:100%;
	margin-top:10%;
}

table.foot_navi td {
	width: 50%;
	vertical-align: middle;
	border: 1px solid #fff;
	background: #E2E2E2;
}

table.foot_navi td .block-link a {
	display: block;
	padding:15px 0;
	font-size:12px;
	text-align:center;
}

.copyright {
	padding:5%;
	text-align:center;
	font-size:10px;
}
/* ///////////////  footer /////////////// */