/* CSS Document */

body {}
main { background-color: #efefe4; padding-bottom: 100px;}
main *, main *:before, main *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

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

    flex

------------------------------------------------------*/
.colWrap { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between; align-items: stretch; -webkit-align-items: stretch; align-content: stretch; -webkit-align-content: stretch; }
.flex-left { justify-content: flex-start; -webkit-justify-content: flex-start; }
.flex-right { justify-content: flex-end; -webkit-justify-content: flex-end; }
.flex-align-center { align-items: center; -webkit-align-items: center; }
.flex-center { justify-content: center; -webkit-justify-content: center; }


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



------------------------------------------------------*/
#corporateLine { background: url(/common/top/corporateSt.jpg) no-repeat center center; background-size: 100% auto; }
#corporateLine .header1 { background-color: rgba(255,255,255,0.8); height: 105px; padding-top: 20px;}
#corporateLine .header1 span { padding-top: 2px; letter-spacing: 1px;}

@media (min-width: 769px) {
    #corporateLine { height: 400px; margin-bottom: 55px;}
}

@media (max-width: 768px) {
    #corporateLine { background-size: cover; height: 300px; margin-bottom: 40px; }
}

@media (max-width: 480px) {
    #corporateLine { height: 150px; margin-bottom: 30px;}
    #corporateLine .header1 { padding: 60px 0; max-height: 150px;}
}

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

    greeting

------------------------------------------------------*/
#greeting { background-color: #fff;}
#greeting .header2 {}

#greeting .colWrap {}
#greeting figure {}
#greeting figure img { width: 100%; max-width: 320px; height: auto;}
#greeting figure + div {}
#greeting .title { border-top: 1px dotted #0a3190; border-bottom: 1px dotted #0a3190; padding: 35px 0 25px;}
#greeting .title h4 { color: #0a3190; font-weight: bold; margin-bottom: 12px; font-size: 1.5em;}
#greeting .title p { text-align: right;}

#greeting .colWrap + p { line-height: 1.8;}

@media (min-width: 769px) {
    #greeting { max-width: 940px; margin-left: auto; margin-right: auto; margin-bottom: 70px;}

    #greeting .colWrap { padding: 50px;}
    #greeting figure { width: 320px;}
    #greeting figure + div { width: calc(100% - (320px + 40px)); background: url("images/bg_greeting.png") no-repeat; background-position: right bottom+20px; background-size: 342px 84px;}

    #greeting .colWrap + p { padding-left: 50px; padding-right: 50px; padding-bottom: 40px;}
}

@media (max-width: 768px) {
    #greeting { margin-left: 20px; margin-right: 20px; margin-bottom: 50px;}

    #greeting .colWrap { padding: 20px; flex-direction: column-reverse;}
    #greeting figure { width: 100%; text-align: center;}
    #greeting figure + div { width: 100%; background-position: right bottom+20px; background-size: 80%; margin-bottom: 20px;}
    #greeting .colWrap + p { padding-left: 20px; padding-right: 20px; padding-bottom: 20px; }
}

@media (max-width: 480px) {
    #greeting { margin-left: 10px; margin-right: 10px; }

    #greeting .title h4 { font-size: 1.125em;}

}

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



------------------------------------------------------*/
.header3 { background: url(/common/top/listIcon01.png) no-repeat left top+8px; background-size: 10px auto; padding-left: 20px; font-size: 1.125em; color: #0a3190;}

@media (min-width: 769px) {
    .header3 { margin-bottom: 20px;}
}

@media (max-width: 768px) {
    .header3 { margin-bottom: 15px;}
}

@media (max-width: 480px) {

}

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

    rinen

------------------------------------------------------*/
#rinen { background-color: #fff;}
#rinen .header2 {}
#rinen .header2 + div {}
#rinen section {}
#rinen .header3 {}
#rinen p {}
#rinen ol { list-style-type: none; padding-left: 0; counter-reset: number 0; }
#rinen ol li { border-bottom: 1px dotted #0a3190; position: relative; padding-left: 1.5em; text-indent: -1.5em; padding-bottom: 20px;}
#rinen ol li:not(:last-child) { margin-bottom: 20px;}
#rinen ol li::before { counter-increment: number 1; content: counter(number,cjk-ideographic) ". "; }

#rinen .rinen1 { margin-bottom: 40px;}


@media (min-width: 769px) {
    #rinen { max-width: 940px; margin-left: auto; margin-right: auto; margin-bottom: 70px;}
    #rinen .header2 + div { padding: 40px;}
}

@media (max-width: 768px) {
    #rinen { margin-bottom: 50px; margin-left: 20px; margin-right: 20px;}
    #rinen .header2 + div { padding: 20px;}
}

@media (max-width: 480px) {
    #rinen { margin-left: 10px; margin-right: 10px; }
}



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

    information

------------------------------------------------------*/
#information { background-color: #fff;}
#information .header2 {}
#information .header2+div {}

#information .header3 {}
#information dl { border-bottom: 1px dotted #0a3190;}
#information dl dt { padding: 2px 0;}
#information dl dd { padding: 2px 0; }

#information section { margin-bottom: 40px;}
#information .history { margin-bottom: 0;}

#information .history dl {}
#information .history dl dt { color: #0a3190; padding-left: 0;}
#information .history dl dd {}

@media (min-width: 769px) {
    #information { max-width: 940px; margin-left: auto; margin-right: auto; }
    #information .header2+div { padding: 40px;}

    #information dl { width: calc(100% - 100px); margin-left: auto; margin-right: auto;}
    #information dl dt { width: 40%; padding-left: 1.5em;}
    #information dl dd { width: 60%;}
    
    #information .history dl dt { width: 160px; padding: 6px 0;}
    #information .history dl dd { width: calc(100% - 160px); padding: 6px 0;}
}

@media (max-width: 768px) {
    #information {  margin-left: 20px; margin-right: 20px; }
    #information .header2+div { padding: 20px;}

    #information dl dt { padding-left: 0; width: 100%; font-weight: bold; padding-top: 5px;}
    #information dl dd { width: 100%; padding-left: 1em; padding-top: 5px; padding-bottom: 8px;}
    
}

@media (max-width: 480px) {
    #information {  margin-left: 10px; margin-right: 10px; }

}


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



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

@media (min-width: 769px) {

}

@media (max-width: 768px) {

}

@media (max-width: 480px) {

}
