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

/********************Common********************/
body{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
#wrapper{
	width: 100%;
	margin: 0 auto;
}
.fluid_image{
	width: 976px;
	height: auto;
}
h2{
	font-size: 22px;
	font-weight: 600;
	padding: 1%;
	border-left: solid 10px #203887;
	border-bottom: solid 1px #203887;
}
#inner_wrapper{
}
p{
	word-break: break-all;
}
.ViewMore{
	font-size: 16px;
	background-color: #203887;
	width: 250px;
	padding: 1%;
	border-radius: 50px;
	line-height: 2;
	margin: 50px auto 0;
}

.box_wrapper{
	display: flex;
	margin:20px 0;
	justify-content: space-between;
}

.box{
	width:48%;
}

.box a{
	display: flex;
	color:#000;
}

.box p {
    font-size: 18px;
	width:65%;
}

.box img{
    width: 35%;
	margin-right:15px;
	object-fit: contain;
	font-family: 'object-fit: contain; object-position: center top;'; /*IE対策*/
	object-position: top;
}



.ViewMore a{
	display: block;
	text-align: center;
	color: white;
}
.ViewMore:hover{
	background-color: #334ea8;
}

/********************Common_End********************/


/********************Header********************/
header{
	width:100%;
	background-color: #d5e7f1;
	padding: 1%;
	box-sizing: border-box;
}
header a{
	display: inline-block;
	width: 15%;
}
header img{
	display: block;
	width: 222px;
}
/********************Header_End********************/


/********************keyvisual********************/
#keyvisual{
	width: 100%;
	margin: 0 auto;
	position: relative;

}
#Top_image{
	display: block;
	width: 100%;
	height: 200px;
	margin: 0 auto;
}
#title{
	display: block;
	width: 837px;
	margin: 0 auto;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/********************keyvisual_End********************/


/********************nav********************/
nav{
	width: 100%;
	margin: 0 auto;
	background-color: #d5e7f1;
	background-image:url("../Images/background-tenten.png")
}
#nav_wrap{
	width:860px;
	margin: 0 auto;
}
nav ul{
	display: flex;
	justify-content: space-around;
	margin: 0 0 0 auto;
	padding: 0.5%;
}
nav ul li{
	display: block;
	margin: 0 auto;
	width: 24%;
	border-left: 2px dotted #203887;
	padding: 1% 0;
}

nav ul li:last-child {
    border-right: 2px dotted #203887;
}
nav ul li a{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #2d3f37;
}

nav ul li a:hover{
	color:#203887;
}
/********************nav_End********************/

/********************Topic_explanation********************/
#Topic_explanation{
	width: 60%;
	margin: 5% auto;
}
/********************Topic_explanation_End********************/


/********************Movie********************/
#Movie{
	width: 60%;
	margin: 5% auto;
}

#Movie h2 {
    margin-bottom: 10px;
}


/********************Movie_End********************/


/********************Image********************/
.Image {
    width: 30%;
    margin: 0 auto;
    text-align:center;
      background-color:#d5e7f1;
}

.Image p{
    color:#000;
    border:solid 1px ;
    padding:10px
  }

/********************Image_End********************/


/********************News,Related********************/
#News,#Related{
	width: 60%;
	margin: 5% auto;
}
.section {
	margin:8px !important;
}
.usuallyNewstype02 {
	margin:; 0 0 15px 0;
	border-bottom: 1px solid #BEBEBE;
}
.usuallyNewstype02 li {
	position: relative;
	zoom: 1;
	font-size: 100%;
	line-height: 150%;
	font-weight: bold;
	margin: 4px 0 0;
	padding: 0 0 0 15px;
	margin:15px 0 !important;
}
.usuallyNewstype02 li a {
	text-decoration:none;
	color:#333;
}
.newsChk {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 6px;
	left: 0;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 1px !important;
}
.usuallyNewstype02 li img {
	vertical-align: middle;
}
.usuallyNewstype02 span {
	font-size: 78%;
	line-height: 120%;
	color:#999999;
	padding-left: 10px;
}
/********************News_End********************/

/********************Series,Interview,Serialization********************/
#Series,#Interview,#Serialization{
	width: 60%;
	margin: 5% auto;
}
/********************Series,Interview,Serialization_end********************/

/********************footer********************/
footer{
	width:100%;
	background-color: #d5e7f1;
	padding: 1%;
	box-sizing: border-box;
}
footer p {
	margin: 8px auto;
	text-align: center;
}
/********************footer_End********************/







































