/* ===============================
	PC
 =============================== */

/* main-visual */

@import url('https://fonts.googleapis.com/css?family=Questrial');
	
#main-visual {
	width: 100%;
	height: 400px;
	background-image: url(../images/main_visual_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
  justify-content: center;
  align-items: center;
}


#main-visual h2 {
	font-family: 'Questrial', sans-serif;
	color: #FFF;
	font-size:6.6rem;
	font-style: italic;
	line-height: 7.6rem;
	font-weight: bold;
	text-align: center;
}

#main-visual h2 span{
	text-shadow: 2px 2px 4px gray;
}

#site_search {
background-color: #2D4E93;
padding: 30px 0 20px 0;
}

#site_search h3{
text-align: center;
font-size: 3.0rem;
line-height: 4.0rem;
color: #FFF;
margin-bottom: 10px;
}

#site_search .search{
max-width:900px;
margin-left: auto;
margin-right: auto;
background-color: #2D4E93;
}

#main  {
width: 100%;
padding-top: 80px;
background-image: url(../images/main_bg.jpg);
background-repeat: no-repeat;
background-position: top;
}

#main #contents {
padding: 0 20px 80px; 20px;
}

#main #contents .inner{
max-width: 1120px;
margin-left: auto;
margin-right: auto;
}

#main #contents .inner h3{
text-align: center;
font-size: 4.0rem;
line-height: 5.0rem;
color: #2D4E93;
margin-bottom: 30px;
}

#main #contents .inner h3 span{
border-bottom: 3px solid #2D4E93;
}

#main #contents .inner .copy{
text-align: center;
font-size: 1.6rem;
line-height: 2.6rem;
margin-bottom: 20px;
}

#main  #contents .inner ul{
overflow: hidden;
margin-right: -50px;
}

#main  #contents .inner ul li{
width : 33.33333%;
width : -webkit-calc(100% / 3);
width : calc(100% / 3);
box-sizing: border-box;
padding-right: 50px;
float: left;
}

#main  #contents .inner ul li p{
text-align: left;
display: block;
font-size: 1.4rem;
line-height: 2.4rem;
min-height: 100px;
}

#main  #contents .inner ul li p span{
font-size: 2.0rem;
line-height: 4.0rem;
font-weight: bold;
}

.scale {
display: block;
overflow: hidden;
margin-bottom: 10px;
}

.scale img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#main #bunya {
padding: 80px 20px 70px 20px;
background-image: url(../images/bunya_bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

#main #bunya .inner{
max-width: 1120px;
margin-left: auto;
margin-right: auto;
}

#main  #bunya .inner h3{
	font-size: 3.0rem;
	line-height: 4.0rem;
	margin-bottom: 30px;
	text-align: center;
}

#main  #bunya .inner ul {
overflow: hidden;
margin-right: -40px;
}

#main  #bunya .inner ul li{
width : 50%;
width : -webkit-calc(100% / 2);
width : calc(100% / 2);
box-sizing: border-box;
padding-right: 40px;
float: left;
}

#main #kinou {
padding: 70px 20px 70px 20px;
}

#main #kinou .inner{
max-width: 1120px;
margin-left: auto;
margin-right: auto;
}

#main  #kinou .inner h3{
	font-size: 4.0rem;
	line-height: 5.0rem;
	margin-bottom: 30px;
	text-align: center;
}

#main  #kinou .inner h3 span{
	background: linear-gradient(transparent 70%, #FFEFBF 70%);
}

#main #kinou .inner .copy{
text-align: center;
font-size: 1.6rem;
line-height: 2.6rem;
margin-bottom: 20px;
}

#main  #kinou .inner ul {
overflow: hidden;
margin-right: -20px;
}

#main  #kinou .inner ul li{
width : 20%;
width : -webkit-calc(100% / 5);
width : calc(100% / 5);
box-sizing: border-box;
padding-right: 20px;
float: left;
margin-bottom: 20px;
}

#main  #kinou .inner ul li p{
text-align: center;
padding: 5px;
font-size: 1.8rem;
line-height: 2.8rem;
height: 60px;
font-weight: bold;
}

#main #topics {
background-color: #EBF3F8;
padding: 70px 20px 70px 20px;
}

#main #topics .inner{
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}

#main #topics .inner h3{
font-family: Arial, Helvetica, "sans-serif";
	font-size: 3.0rem;
	line-height: 4.0rem;
	margin-bottom: 20px;
	text-align: center;
}

#main #topics .inner .listInner{
margin-bottom: 50px;
padding-left: 20px;
padding-right: 20px;
}

#main #topics .inner .listInner dl {
	display:block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#main #topics .inner .listInner dt {
	display:block;
	font-size:1.4rem;
	line-height:2.0rem;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}


#main #topics .inner .listInner dd {
	display:block;
	line-height:20px;
	font-size:1.6rem;
	text-align: left;
	margin: 0;
}

#main #topics .inner .listInner dd a {
	color: #333;
	text-decoration: none;
}

#main #topics .inner .listInner dd a:hover {
	color: #333;
	text-decoration: underline;
}

#main #topics .inner .listBtn {
text-align: center;
font-size: 1.6rem;
font-weight: 500;
}

/*  PC ここまで
-------------------------------------------------------------------------------------------------------------------------*/

/*  max-width:960pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 960px ){

#main-visual h2 {
	font-size:5.6rem;
	line-height: 6.6rem;
}


/*  max-width:960pxここまで
-------------------------------------------------------------------------------------------------------------------------*/
}


/*  max-width:768pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 768px ){

#main-visual {
	height: 400px;
}

#main-visual h2 {
	font-size:4.6rem;
	line-height: 5.6rem;
}

#main  {
padding-top: 60px;
}

#main #contents .inner h3{
font-size: 3.0rem;
line-height: 4.0rem;
margin-bottom: 30px;
}

#main #contents .inner h3 span{
border-bottom: 3px solid #2D4E93;
}

#main  #kinou .inner h3{
	font-size: 3.0rem;
	line-height: 4.0rem;
	margin-bottom: 20px;
}

#main  #kinou .inner ul li p{
font-size: 1.6rem;
line-height: 2.6rem;
}


/*  max-width:768pxここまで
-------------------------------------------------------------------------------------------------------------------------*/
}




/*  max-width:480pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

#main-visual {
	height: 300px;
}

#main-visual h2 {
	font-size:2.6rem;
	line-height: 3.6rem;
}

#main  {
padding-top: 40px;
}

#main #contents {
padding: 0 20px 40px; 20px;
}

#main #contents .inner .copy{
font-size: 1.4rem;
line-height: 2.4rem;
}

#main  #contents .inner ul{
margin-right: 0px;
}

#main  #contents .inner ul li{
width : 100%;
width : -webkit-calc(100% / 1);
width : calc(100% / 1);
box-sizing: border-box;
padding-right: 0px;
float: none;
margin-bottom: 20px;
}

#main #bunya {
padding: 40px 20px 30px 20px;
}

#main  #bunya .inner h3{
	font-size: 2.0rem;
	line-height: 3.0rem;
	margin-bottom: 20px;
}

#main  #bunya .inner ul {
margin-right: 0px;
}

#main  #bunya .inner ul li{
width : 100%;
width : -webkit-calc(100% / 1);
width : calc(100% / 1);
box-sizing: border-box;
padding-right: 0px;
margin-bottom: 20px;
}


#main #kinou {
padding: 40px 20px 40px 20px;
}

#main #kinou .inner .copy{
font-size: 1.6rem;
line-height: 2.6rem;
margin-bottom: 20px;
}

#main  #kinou .inner ul {
margin-right: -20px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#main  #kinou .inner ul li{
width : 33.33333%;
width : -webkit-calc(100% / 3);
width : calc(100% / 3);
box-sizing: border-box;
padding-right: 20px;
margin-bottom: 20px;
}

#main  #kinou .inner ul li p{
font-size: 1.2rem;
line-height: 2.0rem;
}

/*  max-width:480pxここまで
-----------------------------------------------------------------------------------------------------------------*/
}
