/* 2025-07 トップページ改変時　section／divの命名変更　*/


body#index .container {
background: #FC0;
}


section#top-sec1 {
    display: block;

    margin: 20px 60px;
    background: #FFF;
    border-radius: 40px;
    padding-bottom: 30px;
}

section#top-sec1 h1{
    text-align: center;
}

section#top-sec1 h1 img{
    margin: 0 auto;
    width: 75%;
}



#box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

#box1-left{
    width: 470px;
}

#box1-right{
    width: 460px;
    margin-left: 15px;
    margin-top: 40px;
    
}


#box1-right h2{
    font-size: 26px;
    font-weight: bold;
    color:#F80;
    line-height: 1.2em;
}


#box1-right p{
    color:#222;
    font-size: 16px;
    line-height: 2em;
    margin-top: 12px;
}




#box1-left .pic{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
}

#box1-left .pic img{
    width: 200px;
    margin-right: 10px;
}




#box2{
    display:block;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}

#box2 h3{
    font-size: 20px;
}

#box2 h3 strong{
    color: #09C;
}


#box2 p.link-sj a{
    display: block;
    padding: 5px;
    background: #6CF;
    width: 360px;
    margin: 10px auto 0;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

#box2 p.link-sj a:hover{
    background: #0066ba;
}




/* --------- */

section#top-sec2{
    display: block;
    width: 540px;
    margin: 0 auto 40px;
    background: #6CF;
    border: solid 4px #FFF;
    border-radius: 20px;
    padding-bottom: 10px;
}

section#top-sec2 h2 a{
    display: block;
    font-weight: bold;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    -webkit-text-decoration: ;
    text-decoration: none;
    color:#FFF;
    margin: 0.5em 2em;
    border-bottom: dotted 2px #FFF;
    padding: 0 2em;
}

section#top-sec2 #formlink{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0.5em 2em;
    -ms-flex-line-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}

section#top-sec2 #formlink p{
    line-height: 1.25em;
}

section#top-sec2 #formlink p strong{
    display: block;
    font-size: 18px;
    
}

section#top-sec2 #formlink h3 a{
    line-height: 1em;
    font-size: 22px;
    font-weight: bold;
    display: block;
    padding: 0.5em 1.5em;
    border-radius: 1em;
    background: #FFF;
    color: #0066ba;
    text-decoration: none;
}

section#top-sec2 #formlink h3 a:hover{
    background: #0066ba;
    color: #FFF;
    
}







/* --------- */


section#message{
    
    
}

section#message .title{
  display: none-;  
    
}

section#message h3{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.25em;
    
}

section#message p{
    font-size: 16px;
    
}

/* --------- */

#min2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    
}


#min2 img{
    border-radius: 50%;
    border: solid 1px #0066ba;
}

#min2 a:hover img{
    border: solid 1px #DDD;
}

#min2 div.txt{
    display: block;
    width: 300px;

}

#min2 div.txt p{
    font-size: 14px;
    margin: 0 1em;

}


