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

#fixedTop {
display:block;
right: 10px;
    bottom: -60px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    z-index: 9999;
    border-radius: 25px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#fixedTop:hover {
    transition: all 0.3s;
    opacity: 0.8;
    text-decoration:none;
}

header {
	background: url("../img/bg_main2.png") repeat-x top;
	text-align: center;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
header {
	background-image: url("../img/bg_main2@2x.png");
	background-size: 1px 565px;
}
}

header img {
	width: 100%;
	max-width: 1000px;
	height: auto;
}

.page-link {
	background-color: #775795;
}

.page-inner {
    text-align: center;
	width: 100%;
	box-sizing: border-box;
	max-width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
}

.page-link a {
    display: block;
    width: 100%;
    /*height: 40px;*/
    background-color: #775795;
    color: #FFF;
    position: relative;
    padding-top: 10px;
  padding-bottom: 10px;
    margin-bottom: 3px;
    box-sizing: border-box;
	transition: background-color .5s;
}
.page-link a.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.page-link a.home {
    background-color: #99B21F;
    color: #333;
  height: auto;
}

.page-link a.home span.kikin-link {
  font-size:110%;
  font-weight: bold;
}

.page-link a.home span.break {
  display: inline;
}

.page-link a:hover {
    background-color: #9F7FB2;
}

.page-link a.home:hover {
    background-color: #BBD04C;
}

.page-link a::before {
    content:'';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 10px solid #FFF;
    position: absolute;
    top:0;
    left:50%;
    margin-left: -20px;
}

/*
.page-link a[target="_blank"] {
  padding-right: 20px;
  position: relative;
}
*/

.page-link a[target="_blank"]::after {
	content:'';
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url("../img/ico_blank.png") no-repeat right center;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
.page-link a[target="_blank"]::after {
	background-image: url("../img/ico_blank@2x.png");
	background-size: 16px 15px;
}

}/*end pixel-ratio 2*/

section {
	clear: both;
}

.bg-message {
background: transparent linear-gradient(0deg, #DAD1E2 0%, #FFFFFF 27%, #FFFFFF 71%, #DAD1E2 100%) 0% 0% no-repeat padding-box;
}

h2 {
	text-align: center;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: normal;
	background: transparent linear-gradient(0deg, #775797 0%, #795A99 6%, #8265A0 11%, #9278AB 16%, #A792BC 21%, #C2B4D0 26%, #E3DDEA 31%, #FFFFFF 34%, #FFFFFF 73%, #775795 100%) 0% 0% no-repeat padding-box;
	height: 86px;
	padding-top: 24px; 
	box-sizing: border-box;
}

h3 {
	padding-top: 20px;
}

.inner {
	padding:20px 70px 70px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.inner p {
	line-height: 1.8;
	padding-bottom: 0.5em;
}

.app {
	font-size: 18px;
	font-size: 1.8rem;
}

.img-president {
	float: left;
	margin: 0 20px 20px 0;
	width: 205px;
	height:auto;
}

.chart img {
	margin-top: 20px;
	width: 100%;
	height: auto;
	border: 1px solid #CCC;
}

footer {
	background-color: #775797;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (min-width : 641px ){

.page-link ul {
	display:-webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.page-link li {
	width: 100%;
    max-width: 194px;
    box-sizing: border-box;
	margin-right: 2px;
	font-size: 15px;
	font-size: 1.5rem;
}

.page-link li:last-of-type {
	margin-right: 0;
}

.page-link a {
/*    height: 50px;*/
    padding-top: 15px;
  padding-bottom: 15px;
	margin-bottom: 0;
}

.page-link a.nav,
.page-link a.home {
  height: 86px;
}

.page-link a.home span.kikin-link {
font-size: 100%;
}

/*
.page-link a.home span.break {
  display: block;
}
*/

/*
.page-link a[target="_blank"]::after {
	top: 16px;
}
*/

}/*641px*/

@media screen and (min-width : 787px ){
.page-link a.home span.break {
  display: block;
}

.page-link a.home span.kikin-link {
font-size: 110%;
}

}