@charset "utf-8";



/* ----------------------------------------------------------------
    Base
----------------------------------------------------------------- */
html,
body {
    height: 100%;
}

body {
    font-family: Arial, 'ＭＳ Ｐゴシック', sans-serif \9;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #eeeeee;
    color: #000;
    min-width: 1200px;
}

.pc {display: block !important;}
.sp {display: none !important;}

/* ----------------------------------------------------------------
    Links
----------------------------------------------------------------- */
header a,
footer a {
    font-weight: bold;
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: #2d74d7;
    word-break: break-all;
}

#link a[target="_blank"] {
    padding-left: 14px;
    background: url(/csr/special/img/arrow-link-off.png) no-repeat left 50%;
}

#link a:hover[target="_blank"] {
    padding-left: 14px;
    /* - IE8 - */
    background: url(/csr/special/img/arrow-link-on.png) no-repeat left 50%;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
    color: #014099;
}

/* ----------------------------------------------------------------
    Label
----------------------------------------------------------------- */

h2 {
    font-size: 22px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
    border-bottom: dotted 1px #014099;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    clear: both;
    color: #666;
}

/* ----------------------------------------------------------------
    header
----------------------------------------------------------------- */
header {
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    background: #CCC;
}

header .inner {
    max-width: 980px;
    margin: 0 auto;
}

header img {
    width: 107px;
}

/* ----------------------------------------------------------------
    main
----------------------------------------------------------------- */
#main {
    max-width: 980px;
    margin: 0 auto 50px;
    background: #fff url(/csr/special/img/bg_mainimage_pc.jpg) center top no-repeat;
}

.copy {
    margin: 10px;
}

#mainImage {
    height: 650px;
    position: relative;
}

#mainImage h1 {
    width: 366px;
    height: 225px;
    background: url(/csr/special/img/logo_aidemday.png) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 30px;
}

.textDetails {
    position: absolute;
    bottom: 100px;
    right: 30px;
    background: url(/csr/special/img/text_details_pc.png) no-repeat;
    width: 498px;
    height: 133px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#mainCont {
    margin: -30px auto 10px;
    max-width: 870px;
}

#mainCont img {
    display: inline-block;
    margin-bottom: 10px;
}

#mainCont img:nth-child(odd) {
    margin-right: 44px;
}

.mainTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.mainTitle img:first-child{
    margin-right: 40px;
}

#bosyu {
    background: #00458d;
    padding: 20px;
}

#bosyuArea {
    background: url(/csr/special/img/bg_people.png) center bottom no-repeat;
}

#bosyuArea > img {
    width: 260px;
    display: block;
    margin: 0 auto;
}

#program {
    background: #fff;
    padding-bottom: 50px;
}

#program h2 {
    text-align: center;
    color: #FFFF00;
    background: #000;
    padding: 15px;
}

#program h2 + p {
    font-size: 14px;
    text-align: center;
    margin: 30px 0;
}

.pcNone {
    display: none;
}

#gaiyou {
    margin: 0 20px;
    background: url(/csr/special/img/bg_img.png) right bottom no-repeat;
}

#gaiyou dt {
    font-weight: bold;
    color: #004ea2;
    float: left;
    width: 7em;
    margin-bottom: 1em;
}

#gaiyou dt.line2{
    margin-bottom: 2.3em;
}

#gaiyou dd {
    margin-bottom: 1em;
    font-weight: bold;
}

.note {
    font-size: 13px;
    display: block;
    font-weight: normal;
}

.txtRed {
    color: #FF0000;
    font-weight: bold;
}

.programBox {
    background: url(/csr/special/img/bg_cross.png) 0 0 repeat;
    padding: 20px;
    margin: 30px 20px;
    overflow: hidden;
}

.programBox h3 {
    color: #004ea2;
    border-bottom: 1px solid #004ea2;
    margin-bottom: 15px;
}

.programBox h3 + p {
    margin-bottom: 5px;
}

.programBox li {
    margin-bottom: 5px;
}

.programBox .note {
    text-indent: -1em;
    padding-left: 1em;
}

.list li {
    list-style-type: disc;
    margin-left: 20px;
}

.contact {
    float: left;
}

.contact + img {
    float: right;
    max-width: 250px;
}

.btnCv {
    display: block;
    width: 530px;
    margin: 50px auto 0;
}


#pagetop {
    max-width: 980px;
    margin: 0 auto;
}

#pagetop a {
    width: 110px;
    height: 30px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    line-height: 1;
    background: #bbb;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    float: right;
    display: block;
    cursor: pointer;
    padding: 10px;
}


/* ----------------------------------------------------------------
    footer
----------------------------------------------------------------- */
footer {
    position: relative;
    background-color: #FFF;
    color: #000;
}

footer #link {
    max-width: 980px;
    margin: 0 auto 50px;
    padding: 20px 15px;
    font-size: 12px;
}

footer #link .aidem ul {
    margin: 10px 0 40px;
    display: flex;
    flex-wrap: wrap;
}

footer #link .aidem li {
    width: 315px;
    margin: 0 0 12px 0;
    line-height: 20px;
    border-bottom: none;
    padding: 0;
}

footer #link .group ul {
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
}

footer #link .group li {
    width: 474px;
    line-height: 20px;
    margin: 0 0 12px 0;
    border-bottom: none;
    padding: 0;
}


footer #link h4 {
    padding-left: 0;
    background: none;
    margin-bottom: 20px;
}

footer #copyright {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #014099;
    color: #FFF;
    font-size: 11px;
    text-align: center;
}
