@charset "utf-8";


/* -- main visual・common
-------------------------------------------------------------------------------- */
article > h1 {
    font: bold 27px "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.3;
    background: url(../../img/apple/vis.jpg) no-repeat center 0;
    padding-top: 50px;
}
article h2 {
    font-size: 23px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    position: relative;
}
article h2:after {
    content: "";
    background: #034679;
    display: block;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: -7px;
}
article h2+span {
    font-size: 13px;
    line-height: 1.66;
    margin: 0 15px 60px;
}
article > aside {
     margin-top: 0;
}

/* -- temp
-------------------------------------------------------------------------------- */
.temp {
    padding: 80px 10px 60px;
}
.temp h2 + span img {
    width: auto;
    height: 160px;
    margin: auto;
    position: absolute;
    left: -100%;
    right: -100%;
}
.temp ul {
    margin-top: 20px;
}
.temp > ul li {
    display: block;
    padding: 60px 0 30px 0;
    overflow: hidden;
    border-bottom: 2px #034679 solid;
}
.temp > ul li.last {
    border-bottom: none;
    padding: 60px 0 0 0;
}
.temp > ul li img {
    width: 97%;
    margin-bottom: 30px;
    border: 4px #034679 solid;
}
.temp > ul li p {
    line-height: 1.68;
    text-align: left;
    margin-bottom: 30px;
}
.temp span.txt_sub {
    color: #585858;
    font-size: 0.90rem;
}
.temp a.txt_l {
    text-decoration:underline;
    color: #034679;
}
.bggray {
    background-color: #f5f5f5;
}
