﻿@charset "utf-8";
#extend .inner{
    padding-bottom: 100px;
}
#extend h1{
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-top: 40px;
}
#extend h2{
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin: 30px 0 0;
}
#extend .section{
    margin: 30px 0 0;
}
#extend h3{
    font-size: 18px;
    margin: 0 0 15px;
}
#extend .section p{
    margin: 15px 0 0;
    line-height: 1.9;
}
#extend .section ul li{
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.9;
}
#extend .red{
    color: #e00;
}
#extend .entry_add{
    display: block;
    width:614px;
    height:98px;
    margin: 80px auto 0;
    text-align: center;
}

#extend .section .note{
    font-size: 12px;
    margin:0 0 15px 0;
}
#extend #information{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 60px auto;
    width: 780px;
}
#extend #information h3{
    flex: 0 0 56px;
    margin: 0 30px 0 0;
    background: #006dc2;
    border-radius: 6px;
    color:#ffffff;
    font-size:14px;
    font-weight: bold;
    text-align: center;
    line-height: 31px;
}
#extend #information .information-list{
    flex: 0 0 680px;
}
#extend #information .information-list dl{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 5px;
}
#extend #information .information-list dl:last-child{margin-bottom:0;}
#extend #information .information-list dt{flex: 0 0 6em;}
#extend #information .information-list dd{flex: 1 1 auto;}