@charset "UTF-8";
/* 共通背景 */
html {
	 min-height: 100%; 
}
body{
    color:#2c3e50; /* vueの設定に合わす */
    min-height: 100%; 
/*        margin: 0;
        padding: 0;*/
}

#loader{
    padding-top:2em;
    text-align:center;
}

/*--- 下記に示すclass_name以外は、bootstrapのCSSを適用 ---*/
.css-selector {
    min-width: 100%;
    min-height: 100%;  
    background-image: linear-gradient(180deg, #151d34, #4762b2, #361737, #af47b2);
    background-size: 400% 400%;
    -webkit-animation: bg_animation 45s ease infinite;
    -moz-animation: bg_animation 45s ease infinite;
    -o-animation: bg_animation 45s ease infinite;
    animation: bg_animation 45s ease infinite;
}
@-webkit-keyframes bg_animation {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes bg_animation {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@-o-keyframes bg_animation {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@keyframes bg_animation {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}

/*--- common ---*/
/*.vh-100 {
        height: 100vh;
    }*/
.centerpage {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.sub_fooder {
    padding-top: 40px;
    text-align: center;
}
h1, h2, h3, h4 {
    padding-top: 0.5rem;
}
h1 {
    padding-bottom: 0.5rem;
    font-size:1.4em;
}
.bg_title {
    background-image: url("../assets/img/bg_title.png");
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 50%;
}

.dispnone{
    display:none;
}
.agreeblock{
    margin:10px;
    padding:10px;
    border:1px solid gray;
}

@media (min-width: 1200px) {
.bg_title {
    background-size: 33%;
}
}

@media (min-width: 992px) {
.bg_title {
    background-size: 33%;
}
}

@media (min-width: 768px) {
.bg_title {
    background-size: 33%;
}
}

@media (min-width: 576px) {
.bg_title {
    background-size: 33%;
}
}
/* ----- Slide ------*/
.rightinfo .detail p,
.rightinfo .detail h3 {
    text-align:left;
}
.rightinfo .info {
    background-color: rgb(87 36 7) !important;;
    padding: 0.5em 10px;
    margin-bottom: 0.5em;
    line-height: 1em;
    color: #fff;
}
#slide-one h1 {
    font-size: 1.5em;
    text-align: left;
}
/*--- only top ---*/
.toppage1 {
    /*margin-top: 40px;*/
    text-align: center;
}
.toppage1 img {
    max-width: 200px;
    min-width: 75px;
    height: auto;
}
.toppage2 {
    text-align: center;
}
.toppage2 img {
    max-width: 450px;
    width: 60%;
    height: auto;
}
.flexbox {
    display: flex;
    margin-left: 5vw;
    margin-right: 5vw;
}
.flexinner {
    padding-left: 2vw;
    padding-right: 2vw;
}
.flexinner img {
    width: 100%;
    height: auto;
}
.copy {
    text-align: center;
}
.copy img {
    padding-top: 40px;
    width: 60%;
    height: auto;
}
/*--- only about ---*/