/* CSS Document */
html{
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
body {
    font-size: 14px;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    color: #E3E3E3;
    -webkit-text-size-adjust: 100%;
    margin: 0px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    background-color: #212121;
    position: relative;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
h1, h2, h3, h4, h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.5em;
    font-weight: 300;
}

p {
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img, object, embed, video {
    width /***/: 100%;
    vertical-align: top;
    margin-top: 20px;
}
a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.5;
	border-style: none;
}
a:link {
    color: #00B0EC;
}
a:visited {
    text-decoration: none;
    color: #00B0EC;
}
a:hover {
    color: #9F9F9F;
    text-decoration: underline;
}
a:active {
    color: #F7A81B;
    text-decoration: none;
}
a:active,a:hover {
	outline: 0;
}
ul,ol{
	margin: 0px;
	padding: 0px;
}
li{
	padding: 0px;
	margin: 0px;
}
blockquote {
	background-color: #FF99CC;
	color: #FFFFFF;
	padding: 10px 15px;
	margin: 10px 0px;
}

.inner-box{
	margin: 0px auto;
	max-width: 1400px;
	padding: 0px 0px 0px;
	width: 96%;
	position: relative;
}
section,article{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
/* top-head ----------------------------------------------------------------------------- */
#top-head{
    width: 100%;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    position: relative;
}
#top-head::before{
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: -webkit-linear-gradient(270deg,rgba(33,33,33,0.60) 79.46%,rgba(33,33,33,1.00) 92.28%);
    background-image: -moz-linear-gradient(270deg,rgba(33,33,33,0.60) 79.46%,rgba(33,33,33,1.00) 92.28%);
    background-image: -o-linear-gradient(270deg,rgba(33,33,33,0.60) 79.46%,rgba(33,33,33,1.00) 92.28%);
    background-image: linear-gradient(180deg,rgba(33,33,33,0.60) 79.46%,rgba(33,33,33,1.00) 92.28%);
}
#goal{
    width: 100px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 10px;
}
#logo{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    position: relative;
    margin-bottom: 50px;
    top: 60px;
}
#top-head .title{
    position: relative;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-top: 100px;
    text-align: center;
}
#top-head .date{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
#top-head .text{
    width: 50%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
#top-head .note-t,
#top-head .note a{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    border: thin solid #CFCFCF;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    display: block;
    text-decoration: none;
    color: #F8F9FA;
}
#top-head .note a:hover{
    background-color: #F8F9FA;
    color: #262626;
}
/*  top contents ------------------------------------------------------------------------ */
#top-contents{
    margin-top: 50px;
}
#top-contents .inner-box{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px;
} 
#top-contents .box{
    width: 49%;
}
#top-contents .box section{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    background-color: #FCFCFC;
    margin-bottom: 30px;
    color: #000000;
}
#top-contents .box section h2{
    margin-bottom: 20px;
    font-weight: bold;
    color: #019FCB;
}
#top-contents .box section h3{
    margin-bottom: 4px;
    margin-top: 10px;
    background-color: #00B0EC;
    color: #FFFFFF;
    width: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2px;
    font-size: 95%;
    font-weight: bold;
}
#top-contents dl.shinsa{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#top-contents dl.shinsa dt{
    width: 20%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 10px;
}
#top-contents dl.shinsa dd{
    width: 78%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 1em;
    vertical-align: bottom;
}
#top-contents .bosyu{
    font-size: 120%;
    margin-bottom: 30px;
}
#top-contents .box section ul{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style-type: none;
}
#top-contents .box section ul li{
    background-image: url(../img/arrow-blue.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 10px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 14px;
    margin-bottom: 8px;
}
#top-contents .box section ul.goal{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#top-contents .box section ul.goal li{
    width: 16%;
    background-image: inherit;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-bottom: 4px;
    background-position: 0% 0%;
    vertical-align: top;
}
.snsbt{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.snsbt li{
    width: 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    margin-right: 1%;
}
.snsbt li a{
    width: 100%;
    color: rgba(255,255,255,1.00);
    padding-top: 0.5em;
    padding-right: 2em;
    padding-bottom: 0.5em;
    padding-left: 2em;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}
.snsbt li.fb a{
    background-color: #3B5998;
}
.snsbt li.tw a{
    background-color: #1DA1F2;
}
.snsbt li a:hover{
    opacity: 0.6;
}
/* footer ----------------------------------------------------------------------- */
#footer{
    background-color: #F6F6F6;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #000000;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .inner-box{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#footer .ftbox{
    width: 60%;
}
#footer .ftbox2{
    width: 38%;
}
@media screen and (max-width: 1024px) {/* ------------------------------------------------------------------------------------------------------------ */
#goal{
    width: 50px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 10px;
}
#logo{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    position: relative;
    margin-bottom: 50px;
    top: 50px;
}
#top-head .title{
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
#top-head .date{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#top-head .text{
    width: 70%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
#top-head .note{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 170%;
    font-weight: bold;
    text-align: center;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1em;
    padding-bottom: 1em;
} 

#top-contents .inner-box{
} 
#top-contents .box{
    width: 49%;
    font-size: 80%;
}
#top-contents .box section{
    margin-bottom: 4%;
    color: #000000;
}
.snsbt{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}
.snsbt li{
    width: 48.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    margin-right: 0%;
}
.snsbt li a{
    width: 100%;
    color: rgba(255,255,255,1.00);
    padding-top: 0.5em;
    padding-right: 2em;
    padding-bottom: 0.5em;
    padding-left: 2em;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}
.snsbt li.fb a{
    background-color: #3B5998;
}
.snsbt li.tw a{
    background-color: #1DA1F2;
}
/* footer ----------------------------------------------------------------------- */
#footer{
    background-color: #F6F6F6;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #000000;
    font-size: 80%;
}
#footer .inner-box{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#footer .ftbox{
    width: 60%;
}
#footer .ftbox2{
    width: 38%;
}
}

@media screen and (max-width: 768px) {/* ------------------------------------------------------------------------------------------------------------ */
#top-head::before{
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: -webkit-linear-gradient(270deg,rgba(33,33,33,0.60) 66.82%,rgba(33,33,33,1.00) 83.60%);
    background-image: -moz-linear-gradient(270deg,rgba(33,33,33,0.60) 66.82%,rgba(33,33,33,1.00) 83.60%);
    background-image: -o-linear-gradient(270deg,rgba(33,33,33,0.60) 66.82%,rgba(33,33,33,1.00) 83.60%);
    background-image: linear-gradient(180deg,rgba(33,33,33,0.60) 66.82%,rgba(33,33,33,1.00) 83.60%);
}
.inner-box{
    width: 92%;
    max-width: 1024px;
}
#logo{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    position: relative;
    margin-bottom: 30px;
}
#top-head .title{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-top: 80px;
}
#top-head .date{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#top-head .text{
    width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
#top-head .note{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    width: 90%;
}
/*  top contents ------------------------------------------------------------------------ */
#top-contents{
    margin-top: 50px;
    width: 100%;
}
    #top-contents .inner-box{
         -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    }
#top-contents .box{
    width: 100%;
    font-size: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#top-contents .box section{
    margin-bottom: 4%;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* footer ----------------------------------------------------------------------- */
#footer{
    background-color: #F6F6F6;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #000000;
    font-size: 80%;
    width: 100%;
}
#footer .inner-box{
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .ftbox{
    width: 100%;
    margin-bottom: 20px;
}
#footer .ftbox2{
    width: 100%;
}
}
