@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
 __About
-----------------------------------------------*/
.About h1{
    max-width: 1400px;
    margin-bottom: 30px;
    padding: 0;
}
.About h1 img{
    min-width: 900px;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}
.About .OurGoal{
    text-align: center;
    margin-bottom: 50px;
}
.About .OurGoal h2{
    font-size: 3.8rem;
    color: #6F1589;
    line-height: 1.2;
}
.About .OurGoal h3{
    font-size: 3rem;
    color: #6F1589;
    margin-bottom: 0.5em;
}
.About .OurGoal p{
    font-size: 1.6rem;
    color: #250E62;
    margin-bottom: 1em;
}
.About .Greeting{
    margin-bottom: 50px;
}
.About .Greeting .PresidentBox{
    background-color: #DCF1F1;
    padding: 20px 30px 10px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.About .Greeting .PresidentBox h2{
    color: #250E62;
    font-size: 1.6rem;
    margin-bottom: 1em;
}
.About .Greeting .PresidentBox p{
    color: #6F1589;
    margin-bottom: 0.5em;
}
.About .Greeting .Link{
    display: table;
    margin: -0.8em 0 auto auto;
}
.About .Greeting .Link li{
    font-size: 1.2rem;
    padding-left: 2em;
    position: relative;
}
.About .Greeting .Link li .Num{
    display: inline-block;
    width: 2em;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
}
.About .Overview{
    margin-bottom: 60px;
}
.About .Overview h2{
    display: table;
    font-size: 3.0rem;
    line-height: 1.2;
    color: #6F1589;
    text-align: center;
    margin: 0 auto 0.5em;
    border-bottom: 1px solid #6F1589;
}
.About .Overview .Def{
    border-top: 1px solid #BDE0E0;
}
.About .Overview .Def dt{
    float: left;
    color: #6F1589;
    padding-top: 0.5em;
}
.About .Overview .Def dd{
    color: #250E62;
    padding:0.5em 0 0.5em 8em;
    border-bottom: 1px solid #BDE0E0;
}
.About .Overview .Def dd .History{
    margin-bottom: 0;
}
.About .Overview .Def dd .History li{
    padding-left: 9em;
    margin-bottom: 0.5em;
    position:relative;
}
.About .Overview .Def dd .History li:last-child{
    margin-bottom: 0;
}
.About .Overview .Def dd .History li .Date{
    position: absolute;
    left: 0;
    top: 0;
}
.About .Overview .Def dd .S-racmo{
    display: block;
    padding: 0.5em 1em;
    margin-top: 0.5em;
    border: 1px solid #BDE0E0;
}
.About .Overview .Def dd .Inq{
    margin-bottom: 0.5em;
}
.About .Overview .Def dd .OtherInq{
    margin-bottom: 0;
}

@media only screen and (max-width: 960px) and (orientation:portrait){
/*-----------------------------------------------
 __About
-----------------------------------------------*/
.About h1 img{
    min-width: 768px;
}

}
@media only screen and (max-width: 960px) and (orientation:landscape){
}

@media only screen and (max-width: 767px) and (orientation:portrait){
/*-----------------------------------------------
 __About
-----------------------------------------------*/
.About h1{
    width: 94vw;
    height: 30.1vw;
    margin-bottom: 20px;
}
.About h1 img{
    min-width: inherit;
    padding: 0;
}
.About .OurGoal{
    margin-bottom: 10vw;
}
.About .OurGoal h2{
    font-size: 2.8rem;
    margin-bottom: 0.5em;
}
.About .OurGoal h3{
    font-size: 2.2rem;
    line-height: 1.2;
}
.About .OurGoal p{
    font-size: 1.8rem;
}
.About .Greeting {
    margin-bottom: 10vw;
}
.About .Greeting .PresidentBox{
    border-radius: 20px;
    padding: 5vw 5vw 2vw;
}
.About .Greeting .PresidentBox h2,
.About .Greeting .PresidentBox p{
    font-size: 1.8rem;
}
.About .Greeting .PresidentBox h2 span {
    display: inline-block;
}
.About .Greeting .Link{
}
.About .Overview{
    margin-bottom: 0vw;
}
.About .Overview h2{
    font-size: 2.4rem;
}
.About .Overview .Def dt{
    float: none;
    font-size: 1.8rem;
    padding-top: 1em;
}
.About .Overview .Def dd{
    font-size: 1.8rem;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 1em;
}
.About .Overview .Def dd .History li{
    font-size: 1.8rem;
    padding-left: 0;
    margin-bottom: 1em;
}
.About .Overview .Def dd .History li .Date{
    display: block;
    position: static;
}


}
