@charset "utf-8";


/* -- main visual・common
-------------------------------------------------------------------------------- */
article > h1 {
    font: bold 36px "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    background: url(../../img/howto/vis.jpg) no-repeat center 0;
    padding: 150px 20px 0 20px;
}
article > h1 + ul, article > ul:first-child {
    margin-bottom:40px;
}

article h2 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
article h2:after {
    content: "";
    background: #034679;
    display: block;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: -8px;
}
article h2+span {
    font-size: 12px;
    line-height: 1.66;
    display: block;
    width: 100%;
    position: absolute;
}
article > aside {
     margin-top: 0;
}




/* -- temp
-------------------------------------------------------------------------------- */
.temp {
    max-width: 100%;
    padding: 0 0 100px 0;
}
.temp h2 + span img {
    width: 100%;
    margin: 150px auto 0;
}
.temp li{
    border-bottom: 1px #034679 solid;
    padding: 80px;
    max-width: 1020px;
    margin: auto;
}
.temp img{
    border: 4px #034679 solid;
    width: 49.2%;
    float: left;
    margin:0 60px 0 0;
}
.temp p{
    text-align: left;
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 20px;
}
.temp li.last{
    border: none;
    padding-bottom: 0!important;
    max-width: 1020px;
    margin: auto;
}
.temp span.txt_sub {
    color: #585858;
    font-size: 0.90rem;
}
.temp a.txt_l {
    text-decoration:underline;
    color: #034679;
}

.temp a.txt_l:hover{
    color: #6fc1ff;
    text-decoration: none;
    outline: none;
}
.temp li.last{
    border: none;
    padding: 80px;
    max-width: 1020px;
}
.temp li.last img{
    margin:0 60px 0 0;
}
.bggray{
    background-color: #f5f5f5;
}
