@charset "UTF-8";

body {
    padding:0;
    color:#101010;
    background-color:#ffffff;
    margin:0;
    min-width:1024px;
}
/*-------------------------
リンク・基本フォント
--------------------------*/
a:link{
    color: #3B58DD;
}
a:active{
    color: #424242;
}
a:visited{
    color: #3B58DD;
}
a img {
    border: none;
}
.floatl{
    float:left;
}
.floatclear{
    clear:both;
}
/*-------------------------
ヘッダー
--------------------------*/
#header{
    height:97px;
    background-color:#e3e3e3;
    padding-left:32px;
}
/*-------------------------
メニュー
--------------------------*/
#headmenu{
    height:32px;
    width:100%;
    background-color:#505050;
}
.menu{
    margin-left:7%;
    list-style-type:none;
    margin-right:0;
    margin-top:0;
    margin-bottom:0;
}
.menu li{
    position: relative;
    float: left;
    color:#ffffff;
    font-weight:bold;
    font-family:Arial;
    width:144px;
    height:32px;
    text-align:center;
}
.menu li a{
    text-decoration:none;
    color:#ffffff;
    display:block;
}
.menu li:hover{
    background-color:#303030;
}
.active{
    background-color:#8b3535;
}

.menu li ul {
    position: absolute;
    top: 30px;
    padding: 0;
    width: 144px;
    background-color: #303030;
    display:none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

}
.menu li ul li {
    margin: 0;
    padding: 0;
    width: 144px;
    border: none;
    list-style-type:none;
}
.menu li ul li a {
  display: inline-block;
  width: 144px;
  height: 20px;
}
.menu li ul li:hover{
    background-color:#8b3535;
}

/*-------------------------
メインコンテンツ
--------------------------*/
#main{
    width:1024px;
    background-color:#ffffff;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    min-height:480px;
}

/*-------------------------
トップテキスト＠index
--------------------------*/
#toptext{
    background-color:#dddddd;
    margin-left:16px;
    margin-right:0;
    width:328px;
    height:208px;
    float:left;
    margin-top:16px;
    border-radius: 8px;
}
#toptext p{
    margin-top:16px;
    margin-left:8px;
    color:#000000;
    font-size:small;
    margin-right:8px;
}


 /*-------------------------
メインコンテンツ
.maintext{
    background-color:#bebebe;
    border-radius: 8px;
    width:1023px;
    margin-left:auto;
    margin-right:auto;
    color:#000000;
    margin-bottom:16px;
    margin-top:8px;
    min-height:48px;
    padding-bottom:8px;
    padding-top:4px;
}
.maintext h1{
    color:#000000;
    font-weight:bold;
    font-size:28px;
    border-bottom-color:#000000;
    margin-top:8px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    font-family:serif;
    margin-left:16px;
    padding-left:16px;
    margin-right:0;
    margin-bottom:8px;
}
.maintext h2{
    color:#404080;
    font-weight:bold;
    font-size:18px;
    margin-left:48px;
    margin-top:4px;
    margin-bottom:0;
}
.maintext p{
    color:#000000;
    font-size:small;
    margin-left:32px;
    margin-right:32px;
    margin-top:8px;
}
.maintext ul{
    margin-left:32px;
    margin-right:32px;
    margin-top:8px;
}
.maintext li{
    list-style-type:circle;
    font-size:small;
    color:#000000;
}
 --------------------------*/

 /*-------------------------
メインコンテンツ
 --------------------------*/
.maintext{
    background-color:#bebebe;
    border-radius: 8px;
    width:1023px;
    margin-left:auto;
    margin-right:auto;
    color:#000000;
    margin-bottom:16px;
    margin-top:8px;
    min-height:48px;
    padding-bottom:8px;
    padding-top:4px;
    
}
.maintext h1{
    display: flex;
    justify-content: center;
    color:#46496b;
    font-weight:bold;
    font-size:28px;
    font-family:serif;
    margin: 16px 0 48px 0;
}
.maintext h2{
    color:#404080;
    font-weight:bold;
    font-size:18px;
    margin-left:48px;
    margin-top:4px;
    margin-bottom:0;
}
.maintext p{
    margin: 16px 0 4px 0;
    padding: 0 0 0 64px;
    color:#000000;
    font-size:small;
}
.maintext .center{
    display: flex;
    justify-content: center;
}
.maintext .big{font-size: large;}

.chatbubble{
    background-color:#c1c8e9;
    border-radius: 8px;
    width:1023px;
    margin: 8px auto 16px auto;
    color:#000000;
    display: grid;
    grid: auto / auto-flow 240px auto;
}
.chatbubble .icon{
    margin: auto;
}
.chatbubble .chat{
    color:#000000;
    font-size:medium;
    margin: 8px auto 4px auto;
}




 /*-------------------------
フッター
--------------------------*/
#footer{
    height:48px;
    background-color:#ffffff;
    color:#101010;
    font-size:12px;
    text-align:right;
    padding-right:64px;
    margin:24px 0 0 0;
}

