/*========================================
　　共通
========================================*/

body {
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.05em;
}

.pc {
    display: block;
}

br.pc, img.pc, span.pc {
    display: inline;
}

.phone,
.tablet {
    display: none;
}

@media screen and (max-width: 783px) {
    body {
        font-size: 14px;
        line-height: 200%;
    }

    .pc,
    .tablet {
        display: block;
    }

    br.pc, img.pc, span.pc br.tablet, img.tablet {
        display: inline;
    }

    .phone {
        display: none;
    }
}

@media screen and (max-width: 655px) {
    body {
        font-size: 13px;
        line-height: 180%;
    }

    .pc, br.pc, img.pc, span.pc, br.tablet, img.tablet {
        display: none;
    }

    .phone {
        display: block;
    }

    br.phone, img.phone, span.phone {
        display: inline;
    }

    img {
        -ms-interpolation-mode: bicubic;
    }
}

#wrapper {
    width: 100%;
    height: 100%;
}

#title {
    position: relative;
    padding: 10px 0 30px;
}

#title b {
    position: relative;
    display: block;
    padding: 10px 0 10px 35px;
    font-size: 134%;
    line-height: 160%;
    border-left: 3px solid #221815;
    letter-spacing: 0.1em;
}

div.subtitle {
    padding: 0 0 30px;
    position: relative;
    font-size: 127%;
    line-height: 160%;
    font-weight: bold;
}

div.subtitle b {
    display: block;
    padding: 6px 0 0 65px;
    min-height: 42px;
    background: url(../img/common/subtitle.png) 0 0 no-repeat;
}

@media screen and (max-width: 783px) {
    #title b {
        font-size: 129%;
        line-height: 140%;
    }
}

@media screen and (max-width: 655px) {
    #title {
        padding: 30px 0;
    }

    #title b {
        padding: 0 0 0 15px;
        font-size: 114%;
        line-height: 140%;
    }

    div.subtitle {
        padding: 0 0 20px;
        font-size: 116%;
        line-height: 140%;
    }

    div.subtitle b {
        padding: 5px 0 0 45px;
        min-height: 30px;
        background-size: 30px auto;
    }
}

/*　ヘッダー
----------------------------------------*/

header {
    position: relative;
}

#headerMain {
    position: relative;
}

#headerMain h1 {
    padding: 5px 0 0;
    font-size: 10px;
    line-height: 12px;
    color: #999;
}

#headerMain div.headerLeft {
    float: left;
    width: 280px;
}

#headerMain div.headerLeft div.logo {
    padding: 30px 0 0;
}

#headerMain div.headerLeft div.logo img {
    width: 100%;
    height: auto;
}

#headerMain div.headerRight {
    float: right;
    width: 420px;
    padding: 15px 0 0;
}

#headerMain div.headerRight div.contact {
    position: relative;
    clear: both;
    padding: 0 0 14px;
}

#headerMain div.headerRight div.contact ul {
    float: left;
    padding: 15px 0 0;
}

#headerMain div.headerRight div.contact ul li {
    float: left;
    font-size: 11px;
    line-height: 14px;
    padding: 0 15px 0 15px;
}

#headerMain div.headerRight div.contact ul li:after {
    top: 4px;
}

#headerMain div.headerRight div.contact div.tel {
    text-align: right;
}

#headerMain div.headerRight div.contact div.tel img {
    width: 216px;
    height: auto;
}

#headerMain div.headerRight div.button {
    float: right;
    width: 260px;
}

#headerMain div.headerRight div.button ul {
    left: inherit;
    float: none;
}

#headerMain div.headerRight div.button ul li {
    left: inherit;
}

#headerMain div.headerRight div.button ul li.members {
    margin: 0 10px 0 0;
    width: 140px;
}

#headerMain div.headerRight div.button ul li.login {
    margin: 0;
    width: 110px;
}

#headerMain div.headerRight div.button ul li a {
    padding: 0 0 0 5px;
    width: 100%;
    line-height: 26px;
}

#headerMain div.headerRight div.button ul li a img {
    width: auto;
    height: 26px;
}

header nav {
    clear: both;
    padding: 30px 0 35px;
}

header nav ul {
    position: relative;
    line-height: 44px;
}

header nav ul li {
    float: left;
    width: 16.66%;
    text-align: center;
}

header nav ul li a {
    position: relative;
    display: block;
}

header nav ul li:first-child a:after {
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    border-left: 1px solid #DDD;
}

header nav ul li a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    border-right: 1px solid #DDD;
}

header nav ul li a img {
    width: auto;
    height: 44px;
}

header h2 {
    padding: 14px 0;
    font-size: 10px;
    line-height: 12px;
    float: right;
    font-weight: 100;
}

@media screen and (max-width: 1100px) {
    #headerMain div.headerLeft div.logo {
        padding: 22px 0 0;
    }

    #headerMain div.headerLeft div.logo img.pc {
        display: none;
    }

    #headerMain div.headerLeft div.logo img.phone {
        display: inline;
    }
}

@media screen and (max-width: 900px) {
    header {
        margin: 0 0 20px;
    }

    header:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 10px;
        background: #FFF; /* Old browsers */
        background: -moz-linear-gradient(#E9E9E9 0%, #FFF 100%);
        background: -webkit-linear-gradient(#E9E9E9 0%, #FFF 100%);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#E9E9E9));
        background: -o-linear-gradient(#E9E9E9 0%, #FFF 100%);
        background: linear-gradient(#E9E9E9 0%, #FFF 100%);
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#FFF', GradientType=0); /* IE6-9 */
    }

    #headerMain div.headerLeft div.logo {
        padding: 20px 0 30px;
    }

    #headerMain div.headerRight {
        display: none;
    }

    header nav {
        display: none;
    }

    header div.phone {
        display: none;
    }

    header #phoneNav {
        position: absolute;
        right: 20px;
        top: 30px;
        height: 40px;
    }

    header #phoneNav a {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        margin: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #221815;
    }

    header #phoneNav a:hover {
        background: #444;
    }

    header #phoneNav a span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #FFF;
        transition: .2s;
    }

    header #phoneNav a span:before, header #phoneNav a span:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background: #FFF;
        transition: .3s;
    }

    header #phoneNav a span:before {
        margin-top: -6px;
    }

    header #phoneNav a span:after {
        margin-top: 4px;
    }

    /*　スライダー　*/
    header .sidr {
        display: block;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 260px;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    }

    header .sidr .sidr-inner {
        padding: 0 0 15px;
    }

    header .sidr.right {
        left: auto;
        right: -270px;
    }

    header .sidr div.phoneContact {
        padding: 15px;
        line-height: 100%;
    }

    header .sidr div.phoneContact dl dt {
        padding: 0 10px;
    }

    header .sidr div.phoneContact dl dt img {
        width: 100%;
        height: auto;
    }

    header .sidr div.phoneContact dl dd {
        position: relative;
        padding: 15px 0 0;
    }

    header .sidr div.phoneContact dl dd div.button {
        padding: 0;
    }

    header .sidr div.phoneContact dl dd div.button ul {
        width: 100%;
        left: inherit;
    }

    header .sidr div.phoneContact dl dd div.button ul li {
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0 0 10px;
        left: inherit;
    }

    header .sidr div.phoneContact dl dd div.button ul li a {
        width: 100%;
        padding: 3px 0;
    }

    header .sidr div.phoneContact dl dd div.button ul li a img {
        width: auto;
        height: 26px;
    }

    header .sidr div.phoneContact dl dd div.button ul.contact {
        padding: 0 0 15px;
    }

    header .sidr div.phoneContact dl dd div.button ul.contact li {
        clear: none;
        float: left;
        width: 50%;
        font-size: 11px;
        line-height: 14px;
    }

    header .sidr div.phoneContact dl dd div.button ul.contact li a {
        padding: 2px 0 0;
        text-decoration: underline;
    }

    header .sidr div.phoneContact dl dd div.button ul.contact li.contact {
        padding: 0 5px 0 0;
    }

    header .sidr div.phoneContact dl dd div.button ul.contact li.assess {
        padding: 0 0 0 5px;
    }

    header .sidr div.menu ul {
        clear: both;
        display: block;
        margin: 0 0 15px;
        padding: 0;
        border-top: 1px solid #CCC;
    }

    header .sidr div.menu ul li {
        display: block;
        margin: 0;
        line-height: 48px;
        border-bottom: 1px solid #CCC;
    }

    header .sidr div.menu ul li a,
    header .sidr div.menu ul li span {
        padding: 0 15px;
        display: block;
        text-decoration: none;
        color: #221815;
    }

    header .sidr div.closeButton {
        width: 90px;
        margin: 0 auto;
        padding: 0 0 20px;
        text-align: center;
    }

    header .sidr div.closeButton a {
        display: block;
        text-decoration: none;
        color: #FFF;
        font-size: 12px;
        line-height: 28px;
    }
}

@media screen and (max-width: 655px) {
    header {
        margin: 0;
    }

    header h1,
    header h2 {
        display: none;
    }

    header #phoneNav {
        right: 20px;
        top: 19px;
    }

    #headerMain div.headerLeft {
        width: 100%;
    }

    #headerMain div.headerLeft div.logo {
        max-width: 180px;
        padding: 20px 0 30px;
    }
}

/*　フッター
----------------------------------------*/

#footerMain {
    position: relative;
}

#footer h3 {
    padding: 40px 40px 60px 0;
    font-size: 10px;
    line-height: 12px;
}

#footerMain div.pagetop {
    position: absolute;
    right: 0;
    top: -70px;
    width: 22px;
    height: 22px;
}

#footerMain div.pagetop span {
    display: none;
}

#footerMain div.pagetop a {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    z-index: 10;
}

#footerMain div.pagetop a:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    border-right: 4px solid #221815;
    border-top: 4px solid #221815;
    border-radius: 1px;
    height: 14px;
    position: absolute;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    width: 14px;
}

#footerLink {
    padding: 0 300px 80px 0;
}

#footerLink ul {
    float: left;
    padding: 0 40px 0 0;
    font-size: 11px;
    line-height: 14px;
}

#footerLink ul li {
    float: left;
    width: 33.33%;
    margin: 0 0 15px;
}

#footerLink ul li:after {
    border-right: 2px solid #BBB;
    border-top: 2px solid #BBB;
    top: 4px;
}

#footerCompany {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    font-size: 12px;
    line-height: 22px;
}

#footerCompany div.logo {
    width: 200px;
    padding: 0 0 20px;
}

#footerCompany div.logo img {
    width: 100%;
    height: auto;
}

#footerCopyright {
    clear: both;
    border-top: 1px solid #CCC;
    padding: 12px 0;
}

#footerCopyright p {
    position: relative;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

#footerCopyright p small {
    position: absolute;
    right: 0;
    top: -40px;
    text-align: right;
    font-size: 10px;
    color: #999;
}

#footerCopyright p small a {
    color: #999;
}

@media screen and (max-width: 990px) {
    #footerLink ul li {
        width: 50%;
    }
}

@media screen and (max-width: 655px) {
    #footer h3 {
        display: none;
    }

    #footerMain div.pagetop {
        position: fixed;
        right: 10px;
        bottom: 20px;
        top: inherit;
        z-index: 99999;
        width: 40px;
        height: 40px;
    }

    #footerMain div.pagetop a {
        background-color: rgba(221, 221, 221, 0.7);
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    #footerMain div.pagetop a:after {
        left: 13px;
        top: 14px
    }

    #footerLink,
    #footerCompany {
        display: none;
    }

    #footerCopyright {
        padding: 20px 0;
        border-top: none;
    }

    #footerCopyright p {
        padding: 0 30px 0 0;
        font-size: 10px;
        line-height: 14px;
    }

    #footerCopyright p small {
        display: none;
    }
}

/*　パンくずリスト
----------------------------------------*/

#pankuzu {
    padding: 13px 0;
    font-size: 10px;
    line-height: 14px;
}

#pankuzu p {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
}

#pankuzu h2 {
    float: right;
    padding: 0 0 0 10px;
}

/*　ボタン
----------------------------------------*/

div.button {
    clear: both;
    text-align: center;
    position: relative;
    overflow: hidden;
}

div.button a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 5px 0 5px 5px;
}

div.button a:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -3px 0 0;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    border-radius: 1px;
    content: "";
    height: 6px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 6px;
}

div.button.background10a a:after,
div.button .background10a a:after {
    border-right: 2px solid #221815;
    border-top: 2px solid #221815;
}

div.button.border01a a:after,
div.button .border01a a:after {
    border-right: 2px solid #DB3929;
    border-top: 2px solid #DB3929;
}

div.button.border02a a:after,
div.button .border02a a:after {
    border-right: 2px solid #DF942C;
    border-top: 2px solid #DF942C;
}

div.button.border03a a:after,
div.button .border03a a:after {
    border-right: 2px solid #CEDC39;
    border-top: 2px solid #CEDC39;
}

div.button.border04a a:after,
div.button .border04a a:after {
    border-right: 2px solid #61B740;
    border-top: 2px solid #61B740;
}

div.button.border05a a:after,
div.button .border05a a:after {
    border-right: 2px solid #61BC89;
    border-top: 2px solid #61BC89;
}

div.button.border06a a:after,
div.button .border06a a:after {
    border-right: 2px solid #4EBFD1;
    border-top: 2px solid #4EBFD1;
}

div.button.border07a a:after,
div.button .border07a a:after {
    border-right: 2px solid #32469B;
    border-top: 2px solid #32469B;
}

div.button.border08a a:after,
div.button .border08a a:after {
    border-right: 2px solid #AD4B97;
    border-top: 2px solid #AD4B97;
}

div.button ul {
    position: relative;
    left: 50%;
    float: left;
    margin: 0;
}

div.button ul li {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 10px;
}

div.button ul li a {
    width: 160px;
    padding: 5px 0 5px 5px;
}

div.button img {
    width: auto;
    height: 40px;
}

@media screen and (max-width: 655px) {
    div.button img {
        width: auto;
        height: 36px;
    }

    div.button ul li {
        margin: 0 5px;
    }

    div.button ul li a {
        width: 120px;
    }
}

/*　テキストボックス
----------------------------------------*/
.textbox input,
.textarea textarea {
    border: 0;
    padding: 8px 10px;
    border: 1px solid #CCC;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
}

.textbox input:focus,
.textarea textarea:focus {
    border: 1px solid #999;
}

/*　セレクトメニュー
----------------------------------------*/

div.select {
    position: relative;
}

div.select:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 26px;
    height: 26px;
    margin-top: -12px;
    background: url(../img/common/select.png) 0 0 no-repeat;
    background-size: 26px;
    pointer-events: none;
}

div.select select::-ms-expand {
    display: none;
}

div.select select {
    position: relative;
    width: 100%;
    padding: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    appearance: none;
    border: 1px solid #CCC;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

/*　テーブル
----------------------------------------*/

table.table01 {
    position: relative;
    background: #FFF;
    font-size: 94%;
    line-height: 140%;
    border-right: 1px solid #DDD;
}

table.table01 th {
    font-weight: 100;
    padding: 20px 10px 20px 20px;
    text-align: left;
}

table.table01 {
    border-bottom: 1px solid #DDD;
}

table.table01 td {
    background: #FFF;
    padding: 20px;
}

table.table01 th,
table.table01 td {
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

table.table01 .textbox01 input {
    width: 100%;
}

table.table01 .textbox02 input {
    width: 70%;
}

table.table01 .textbox03 input {
    width: 50%;
}

table.table01 .textbox04 input {
    width: 100px;
}

table.table01 .textarea textarea {
    width: 100%;
    height: 200px;
}

table.table01 td div.select {
    width: 240px;
}

table.table01 td.selectLeft div.select {
    float: left;
}

table.table01 td.selectLeft small {
    float: left;
    padding: 0 10px 0;
    line-height: 40px;
}

table.table01 td.left {
    float: none;
}

table.table01 td.left.checkbox ul li {
    float: left;
    padding: 5px 10px 5px 0;
}

table.table01 td.checkbox.checkbox01 ul.clearfix li {
    width: 16.66%;
}

table.table01 td.checkbox.checkbox02 ul.clearfix li {
    width: 25%;
}

table.table01 td.checkbox.checkbox03 ul.clearfix li {
    width: 33.33%;
}

table.table01 td.checkbox ul li {
    padding: 5px 0;
}

table.table01 td.checkbox label {
    padding: 0 0 0 30px;
    display: block;
    cursor: pointer;
}

table.table01 td ul.clear li.clearfix {
    clear: both;
    float: none;
    padding: 5px 0;
}

table.table01 td.area dl dt {
    padding: 10px 0;
    line-height: 100%;
    font-weight: bold;
}

table.table01 td.stations dl dt {
    padding: 15px 0 5px;
    font-weight: bold;
}

table.table01 td p.clear {
    margin: 0;
    padding: 5px 0;
    line-height: 140%;
}

div.tableDl {
    border-left: #CCC 1px solid;
    border-top: #CCC 1px solid;
}

div.tableDl dl {
    float: left;
    background: #CCC;
    line-height: 140%;
    border-bottom: #CCC 1px solid;
    border-right: #CCC 1px solid;
}

div.tableDl dl dt {
    background: #CCC;
    text-align: center;
    padding: 8px 0;
    font-weight: 100;
}

div.tableDl dl dd {
    background: #FFF;
    padding: 10px 20px;
}

@media screen and (max-width: 783px) {
    table.table01 td.checkbox.checkbox01 ul.clearfix li {
        width: 25%;
    }

    table.table01 td.checkbox.checkbox02 ul.clearfix li {
        width: 33.33%;
    }

    table.table01 td.checkbox.checkbox03 ul.clearfix li {
        width: 50%;
    }
}

@media screen and (max-width: 655px) {
    table.table01 {
        font-size: 93%;
    }

    table.table01 th,
    table.table01 td {
        display: block;
        width: 100%;
    }

    table.table01 th {
        padding: 10px 15px;
    }

    table.table01 td {
        border-left: 1px solid #DDD;
        padding: 0 15px 10px;
        border-top: none;
    }

    table.table01 td div.select {
        width: 100%;
    }

    table.table01 td.selectLeft div.select {
        width: 140px;
    }

    table.table01 td.selectLeft div.select:first-child {
        margin: 0 0 10px;
    }

    table.table01 td.textbox01 input,
    table.table01 td.textbox02 input,
    table.table01 .textbox03 input {
        width: 100%;
    }

    table.table01 .textbox04 input {
        width: 120px;
    }

    table.table01 td.checkbox ul li {
        padding: 2px 0;
    }

    table.table01 td.checkbox ul.clearfix li {
        width: 50%;
        padding-right: 5px;
    }

    table.table01 td.checkbox.checkbox01 ul.clearfix li {
        width: 50%;
    }

    table.table01 td.checkbox.checkbox02 ul.clearfix li,
    table.table01 td.checkbox.checkbox03 ul.clearfix li {
        width: 100%;
    }

    table.table01 td.left ul li.clear {
        padding-bottom: 10px;
    }

    table.table01 th sup.required {
        margin-top: 10px;
    }

    div.tableDl {
        border-left: #CCC 1px solid;
        border-top: #CCC 1px solid;
    }

    div.tableDl dl {
        clear: both;
        float: none;
        width: 100%;
        background: #CCC;
        line-height: 140%;
        border-bottom: #CCC 1px solid;
        border-right: #CCC 1px solid;
    }

    div.tableDl dl dt {
        background: #CCC;
        text-align: center;
        padding: 8px 0;
        font-weight: 100;
    }

    div.tableDl dl dd {
        background: #FFF;
        padding: 10px 20px;
    }
}

/*　エラー
----------------------------------------*/

div.err {
    clear: both;
    padding: 5px 0;
    color: #DB3929;
    line-height: 140%;
}

/*　必須項目
----------------------------------------*/

sup.required {
    display: inline-block;
    background: #FFF;
    color: #DB3929;
    border: 1px solid #DB3929;
    margin: 0 5px 0 0;
    font-size: 87%;
    line-height: 20px;
    font-weight: bold;
    width: 34px;
    text-align: center;
}

/*　背景
----------------------------------------*/

.background01,
.background01a a {
    color: #FFF;
    background-color: #DB3929;
}

.background02,
.background02a a {
    color: #FFF;
    background-color: #DF942C;
}

.background03,
.background03a a {
    color: #221815;
    background-color: #CEDC39;
}

.background04,
.background04a a {
    color: #FFF;
    background-color: #61B740;
}

.background05,
.background05a a {
    color: #FFF;
    background-color: #61BC89;
}

.background06,
.background06a a {
    color: #221815;
    background-color: #4EBFD1;
}

.background07,
.background07a a {
    color: #FFF;
    background-color: #32469B;
}

.background08,
.background08a a {
    color: #FFF;
    background-color: #AD4B97;
}

.background09,
.background09a a {
    color: #FFF;
    background-color: #221815;
}

.background10,
.background10a a {
    background-color: #DDD;
}

.border01 {
    border: 2px solid #DB3929;
}

.border02 {
    border: 2px solid #DF942C;
}

.border03 {
    border: 2px solid #CEDC39;
}

.border04 {
    border: 2px solid #61B740;
}

.border05 {
    border: 2px solid #61BC89;
}

.border06 {
    border: 2px solid #4EBFD1;
}

.border07 {
    border: 2px solid #32469B;
}

.border08 {
    border: 2px solid #AD4B97;
}

.border01a a,
.border02a a,
.border03a a,
.border04a a,
.border05a a,
.border06a a,
.border07a a,
.border08a a {
    position: relative;
}

.border01a a:before,
.border02a a:before,
.border03a a:before,
.border04a a:before,
.border05a a:before,
.border06a a:before,
.border07a a:before,
.border08a a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

.border01a a:before {
    border: 2px solid #DB3929;
}

.border02a a:before {
    border: 2px solid #DF942C;
}

.border03a a:before {
    border: 2px solid #CEDC39;
}

.border04a a:before {
    border: 2px solid #61B740;
}

.border05a a:before {
    border: 2px solid #61BC89;
}

.border06a a:before {
    border: 2px solid #4EBFD1;
}

.border07a a:before {
    border: 2px solid #32469B;
}

.border08a a:before {
    border: 2px solid #AD4B97;
}

.gradation01,
.gradation01a a {
    background: #EEEEEE; /* Old browsers */
    background: -moz-linear-gradient(#FFFFFF 0%, #DDDDDD 100%);
    background: -webkit-linear-gradient(#FFFFFF 0%, #DDDDDD 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#DDDDDD));
    background: -o-linear-gradient(#FFFFFF 0%, #DDDDDD 100%);
    background: linear-gradient(#FFFFFF 0%, #DDDDDD 100%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD', GradientType=0); /* IE6-9 */
}

/*　色
----------------------------------------*/

.color01,
.color01a a {
    color: #DB3929;
}

.color02,
.color02a a {
    color: #DF942C;
}

.color03,
.color03a a {
    color: #CEDC39;
}

.color04,
.color04a a {
    color: #61B740;
}

.color05,
.color05a a {
    color: #61BC89;
}

.color06,
.color06a a {
    color: #4EBFD1;
}

.color07,
.color07a a {
    color: #32469B;
}

.color08,
.color08a a {
    color: #AD4B97;
}

.color09,
.color09a a {
    color: #221815;
}

/*　角丸
----------------------------------------*/

.corner01,
.corner01a a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.corner02,
.corner02a a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*　アイコン
----------------------------------------*/

.linkIcon01,
.linkIcon01li li {
    position: relative;
    padding-left: 15px;
}

.linkIcon01:after,
.linkIcon01li li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -3px 0 0;
    border-right: 2px solid #221815;
    border-top: 2px solid #221815;
    border-radius: 1px;
    height: 6px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 6px;
}

.linkIcon01li li:after {
    top: 6px;
    margin: 0;
}

/*　ステップ
----------------------------------------*/

div.stepContent {
    border: 1px solid #AD4B97;
}

div.stepContent ul {
    overflow: hidden;
    width: 100%;
    color: #AD4B97;
}

div.stepContent ul li {
    float: left;
    font-size: 13px;
    line-height: 16px;
    padding: 1em 0.5em 1em 1.5em;
    text-decoration: none;
    position: relative;
    text-align: center;
}

div.stepContent ul li b {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.stepContent ul li:after,
div.stepContent ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    right: -1em;
}

div.stepContent ul li:after {
    z-index: 2;
    border-left-color: #FFF;
}

div.stepContent ul li:before {
    right: -1.1em;
    z-index: 1;
    border-left-color: #AD4B97;
}

div.stepContent ul li.current {
    font-weight: bold;
    background: #AD4B97;
    color: #FFF;
}

div.stepContent ul li.current:before {
    right: -1.0em;
}

div.stepContent ul li.current:after {
    border-left-color: #AD4B97;
}

#requestStep div.stepContent {
    border: 1px solid #4EBFD1;
}

#requestStep div.stepContent ul {
    color: #4EBFD1;
}

#requestStep div.stepContent ul li:before {
    border-left-color: #4EBFD1;
}

#requestStep div.stepContent ul li.current {
    background: #4EBFD1;
}

#requestStep div.stepContent ul li.current:after {
    border-left-color: #4EBFD1;
}

#requestStep div.stepContent ul li {
    width: 33.33%;
}

#requestStep p {
    margin: 0;
    padding: 20px 0 20px;
    text-align: center;
}

@media screen and (max-width: 655px) {
    div.stepContent ul li {
        font-size: 12px;
        line-height: 16px;
    }
}

/*========================================
　　テンプレート
========================================*/

div.template01 div.templateImg {
    width: 20%;
    padding: 0 0 40px;
}

div.template01 div.templateImg.left {
    float: left;
}

div.template01 div.templateImg.right {
    float: right;
}

div.template01 div.templateImg img {
    width: 100%;
    height: auto;
}

div.template01 div.templateText {
    width: 80%;
}

div.template01 div.templateText.left {
    padding: 0 40px 40px 0;
    float: left;
}

div.template01 div.templateText.right {
    padding: 0 0 40px 40px;
    float: right;
}

@media screen and (max-width: 655px) {
    div.template01 div.templateImg.left,
    div.template01 div.templateImg.right {
        float: none;
        display: inline;
        padding: 0;
        width: auto;
    }

    div.template01 div.templateImg img {
        width: 40%;
        height: auto;
    }

    div.template01 div.templateImg.left img {
        float: left;
        margin: 0 20px 20px 0;
    }

    div.template01 div.templateImg.right img {
        float: right;
        margin: 0 0 20px 20px;
    }

    div.template01 div.templateText.left,
    div.template01 div.templateText.right {
        float: none;
        width: 100%;
        padding: 0 0 30px;
    }
}

/*========================================
　　瞬間査定
========================================*/

div.checkContent div.checkMain {
    position: relative;
    padding: 38px;
}

div.checkContent div.checkTitle {
    padding: 0 0 35px 100px;
    text-align: center;
}

div.checkContent div.checkTitle div.point {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 160px;
    padding: 0 5px;
    height: auto;
    border: 1px solid #DB3929;
    text-align: center;
}

div.checkContent div.checkTitle div.point img {
    width: auto;
    height: 30px;
}

div.checkContent div.checkTitle div.title {
    margin: 0 auto;
    width: 446px;
}

div.checkContent div.checkTitle div.title img {
    width: 100%;
    height: auto;
}

div.checkContent div.checkNumber {
    position: absolute;
    left: 40px;
    top: 90px;
    width: 160px;
}

div.checkContent div.checkNumber dl {
    padding: 0 0 10px;
    font-size: 13px;
    line-height: 16px;
}

div.checkContent div.checkNumber dl dt {
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-weight: bold;
    border-bottom: 1px solid #221815;
}

div.checkContent div.checkNumber dl dd ul li {
    padding: 0 0 20px;
}

div.checkContent div.checkNumber dl dd b {
    font-size: 20px;
    padding: 0 5px;
}

div.checkContent div.checkForm {
    padding: 0 0 20px 200px;
}

div.checkContent div.checkForm div.left,
div.checkContent div.checkForm div.right {
    float: left;
    width: 50%;
}

div.checkContent div.checkForm dl dt {
    clear: left;
    float: left;
    width: 100px;
    padding: 0 10px 10px 0;
    text-align: right;
    font-size: 94%;
    line-height: 40px;
}

div.checkContent div.checkForm dl dd {
    margin: 0 0 0 100px;
    padding: 0 0 10px;
}

div.checkContent div.checkForm dl dd.textbox02 input {
    width: 140px;
}

div.checkContent div.checkForm dl dd small {
    padding: 0 0 0 10px;
}

div.checkContent div.checkForm dl dt.listDt {
    padding: 13px 10px 7px 0;
    line-height: 100%;
}

div.checkContent div.checkForm dl dd ul.clearfix {
    padding: 13px 0 7px;
}

div.checkContent div.checkForm dl dd ul.clearfix li {
    float: left;
    width: 50%;
    margin: 0;
    line-height: 100%;
}

div.checkContent div.checkForm dl dd ul.clearfix li label {
    cursor: pointer;
}

div.checkContent div.checkForm dl dd div.mansionName {
    padding: 10px 0 0;
}

div.checkContent div.checkButton {
    padding: 0;
}

div.checkContent div.checkButton div.button {
    margin: 0 auto;
    width: 340px;
}

div.checkContent div.checkButton div.button a {
    padding-top: 5px;
    padding-bottom: 5px;
}

div.checkContent div.checkButton p {
    position: absolute;
    left: 40px;
    top: 210px;
    width: 160px;
    margin: 0;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
    div.checkContent div.checkMain {
        padding-bottom: 20px;
    }

    div.checkContent div.checkTitle div.point {
        left: -1px;
        top: -1px;
    }

    div.checkContent div.checkNumber {
        position: static;
        left: inherit;
        top: inherit;
        float: none;
        width: 100%;
        padding: 0 0 20px;
        text-align: center;
    }

    div.checkContent div.checkNumber dl dt,
    div.checkContent div.checkNumber dl dd,
    div.checkContent div.checkNumber dl dd ul,
    div.checkContent div.checkNumber dl dd ul li {
        display: inline;
        text-align: center;
        margin: 0;
        padding: 0;
        border: none;
    }

    div.checkContent div.checkNumber dl dd ul li {
        padding: 0 10px;
    }

    div.checkContent div.checkNumber p {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }

    div.checkContent div.checkForm {
        padding: 0 0 20px;
    }

    div.checkContent div.checkButton div.button {
        padding: 0 0 20px;
    }

    div.checkContent div.checkButton p {
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
    }
}

@media screen and (max-width: 655px) {
    div.checkContent div.checkMain {
        padding: 50px 18px 18px;
    }

    div.checkContent div.checkTitle {
        padding: 0 0 30px;
    }

    div.checkContent div.checkTitle div.title {
        width: inherit;
        max-width: 202px;
    }

    div.checkContent div.checkTitle div.point img {
        width: auto;
        height: 26px;
    }

    div.checkContent div.checkNumber {
        padding: 0;
    }

    div.checkContent div.checkNumber dl {
        max-width: 240px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 14px;
    }

    div.checkContent div.checkNumber dl dt {
        float: left;
        display: block;
        width: 70px;
        text-align: left;
    }

    div.checkContent div.checkNumber dl dd {
        display: block;
        margin: 0 0 0 70px;
        padding: 0 0 0 20px;
        border-left: 1px solid #CCC;
    }

    div.checkContent div.checkNumber dl dd ul li {
        display: block;
        padding: 0 0 10px;
        text-align: left;
    }

    div.checkContent div.checkNumber dl dd b {
        font-size: 16px;
    }

    div.checkContent div.checkForm div.left,
    div.checkContent div.checkForm div.right {
        float: none;
        width: 100%;
    }

    div.checkContent div.checkForm dl dt {
        float: none;
        width: 100%;
        padding: 0 0 5px;
        text-align: left;
        line-height: 160%;
    }

    div.checkContent div.checkForm dl dd {
        margin: 0;
        padding: 0 0 10px;
    }

    div.checkContent div.checkForm dl dt.listDt {
        display: none;
    }

    div.checkContent div.checkButton {
        padding: 0;
    }

    div.checkContent div.checkButton div.button {
        width: inherit;
        max-width: 240px;
        margin: 0 auto;
    }
}

/*========================================
　　会員登録
========================================*/

div.membersContentMain {
    position: relative;
    margin: 0 0 60px;
    padding: 38px 38px 20px;
}

div.membersContentTitle {
    width: 494px;
    margin: 0 auto;
    padding: 0 0 30px;
}

div.membersContentTitle img {
    width: 100%;
    height: auto;
}

div.membersContentPoint div.img {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 140px;
    height: 140px;
    padding: 31px 0 0;
    border: 1px solid #AD4B97;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}

div.membersContentPoint div.img img {
    width: 78px;
    height: 78px;
}

div.membersContentUp {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 160px;
}

div.membersContentUp p {
    margin: 0 0 20px;
    padding: 10px 0;
    font-weight: bold;
    border: 1px solid #AD4B97;
    text-align: center;
    font-size: 94%;
    line-height: 160%;
}

div.membersContentUp p b {
    display: block;
    font-size: 120%;
}

div.membersContentUp dl {
    text-align: center;
}

div.membersContentUp dl dt {
    padding: 0 0 5px;
    font-size: 13px;
    line-height: 16px;
}

div.membersContentUp dl dd {
    font-size: 13px;
    line-height: 16px;
}

div.membersContentUp dl.visitor {
    padding: 0 0 20px;
}

div.membersContentUp dl.members {
    padding: 50px 0 0;
    background: url(../img/common/members_arrow.png) 50% top no-repeat;
}

div.membersContentUp dl.visitor dd b {
    font-size: 17px;
    line-height: 20px;
}

div.membersContentUp dl.members dd b {
    font-size: 20px;
    line-height: 20px;
}

div.membersContentMerit {
    padding: 0 0 10px 230px;
}

div.membersContentMerit ul li {
    position: relative;
    padding: 0 0 20px 1.5em;
    font-weight: bold;
    line-height: 160%;
}

div.membersContentMerit ul li span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 120%;
}

div.membersContentButton ul li.members {
    width: 380px;
}

div.membersContentButton ul li.login {
    width: 180px;
}

div.membersContentButton ul li a {
    width: 100%;
}

div.membersContentButton small {
    clear: both;
    padding: 20px 0 0;
    display: block;
    font-size: 10px;
    line-height: 14px;
}

@media screen and (max-width: 970px) {
    div.membersContentPoint div.img {
        right: 20px;
        top: 80px;
        width: 90px;
        height: 90px;
        padding: 15px 0 0;
    }

    div.membersContentPoint div.img img {
        width: 60px;
        height: 60px;
    }

    div.membersContentUp {
        top: 90px;
    }

    div.membersContentUp p {
        padding: 5px 0;
        font-size: 87%;
        line-height: 140%;
    }

    div.membersContentUp p b {
        font-size: 114%;
    }

    div.membersContentButton ul li.members {
        width: 300px;
    }

    div.membersContentButton ul li.login {
        width: 160px;
    }
}

@media screen and (max-width: 655px) {
    div.membersContentMain {
        margin: 0 0 40px;
        padding: 18px 18px 10px;
    }

    div.membersContentTitle {
        width: inherit;
        max-width: 190px;
        padding: 0 0 20px;
    }

    div.membersContentPoint div.img {
        right: 0;
        top: 50px;
        width: 70px;
        height: 70px;
        padding: 10px 0 0;
        background: #FFF;
        z-index: 10;
    }

    div.membersContentPoint div.img img {
        width: 50px;
        height: 50px;
    }

    div.membersContentUp {
        position: inherit;
        left: inherit;
        top: inherit;
        width: 100%;
        padding: 0 0 20px;
    }

    div.membersContentUp p {
        margin: 0 0 20px;
        padding: 10px 0;
        font-weight: bold;
        border: 1px solid #AD4B97;
        font-size: 94%;
        line-height: 160%;
    }

    div.membersContentUp p b {
        display: block;
        font-size: 120%;
    }

    div.membersContentUp div.clearfix {
        background: url(../img/common/members_arrow2.png) 50% 50% no-repeat;
    }

    div.membersContentUp dl {
        float: left;
        width: 50%;
    }

    div.membersContentUp dl dt {
        font-size: 12px;
    }

    div.membersContentUp dl dd {
        font-size: 12px;
    }

    div.membersContentUp dl.visitor {
        padding: 0 16px 0 0;
    }

    div.membersContentUp dl.members {
        padding: 0 0 0 16px;
        background: none;
    }

    div.membersContentUp dl.visitor dd b {
        font-size: 15px;
    }

    div.membersContentUp dl.members dd b {
        font-size: 18px;
    }

    div.membersContentMerit {
        padding: 0 0 10px;
    }

    div.membersContentMerit ul li {
        padding: 0 0 15px 1.5em;
    }

    div.membersContentButton ul {
        max-width: 240px;
        margin: 0 auto;
        float: none;
        left: inherit;
    }

    div.membersContentButton ul li {
        left: inherit;
        clear: both;
        margin: 0;
    }

    div.membersContentButton ul li.members {
        margin: 0 0 10px;
        width: 100%;
    }

    div.membersContentButton ul li.login {
        width: 100%;
    }

    div.membersContentButton ul li.login a {
        width: 160px;
        margin: 0 auto;
    }

    div.membersContentButton small {
        clear: both;
        padding: 20px 0 0;
        display: block;
        font-size: 10px;
        line-height: 14px;
    }

}

/*========================================
　　マンション名一覧
========================================*/

#indexMansionList {
    padding: 0 0 20px;
}

#indexMansionList dl dt {
    position: relative;
    padding: 0 0 10px;
}

#indexMansionList dl dt b {
    display: block;
    font-size: 108%;
    line-height: 120%;
    font-weight: bold;
}

#indexMansionList dl dt span {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 86%;
    line-height: 140%;
    font-weight: bold;
}

#indexMansionList dl dd {
    padding: 0 0 60px;
}

#indexMansionList dl dd ul li {
    width: 25%;
    margin: 0 0 5px;
    padding: 0 10px 0 15px;
    font-size: 80%;
    line-height: 140%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 1000px) {
    #indexMansionList dl dd ul li {
        width: 25%;
    }
}

@media screen and (max-width: 783px) {
    #indexMansionList dl dd ul li {
        width: 33.33%;
    }
}

@media screen and (max-width: 655px) {
    #indexMansionList dl dt b {
        display: none;
    }

    #indexMansionList dl dt span {
        display: block;
        position: relative;
        right: inherit;
        top: inherit;
        font-weight: 100;
        font-size: 100%;
    }

    #indexMansionList dl dd {
        display: none;
    }

    #indexMansionList dl dd ul li {
        float: none;
        width: 100%;
        font-size: 94%;
        line-height: 140%;
    }
}

/*========================================
　　お問い合わせ
========================================*/

#contactContent {
    padding: 60px 0;
    background: #EEE;
}

#contactContentMain {
    position: relative;
}

#contactContent dl dt {
    max-width: 310px;
    margin: 0 auto;
    padding: 0 0 40px;
    text-align: center;
}

#contactContent dl dt img {
    width: 100%;
    height: auto;
}

#contactContent dl dd div.button ul li {
    width: 280px;
}

#contactContent dl dd div.button ul li a:after {
    display: none;
}

#contactContent dl dd div.button ul li a {
    width: 100%;
    padding: 5px 0 5px 10px;
    padding-left: 30px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

#contactContent dl dd div.button ul li.mail a {
    background-image: url(../img/common/contact_mail_icon.png);
}

#contactContent dl dd div.button ul li.assess a {
    background-image: url(../img/common/contact_assess_icon.png);
}

@media screen and (max-width: 655px) {
    #contactContent {
        padding: 30px 0 20px;
    }

    #contactContent dl dt {
        max-width: 240px;
        padding: 0 0 20px;
    }

    #contactContent dl dd div.button ul {
        max-width: 280px;
    }

    #contactContent dl dd div.button ul li {
        width: 100%;
        margin: 0 0 10px;
    }
}

div.checkForm div.err,
div.checkForm .mansionOther {
    display: none;
}

div.checkForm select.hasMansion option.hasMansion {
    font-weight: bold;
}

#AssessTown.hasMansion, #AssessArea.hasMansion {
    font-weight: bold;
    color: #192F60;
}

/*========================================
　　売却
========================================*/

div.sellContent {
    padding: 0 0 60px;
}

div.sellContentMain {
    padding: 20px;
    background: #DCF2F6;
}

div.sellContent dl.buy {
    float: left;
    width: 50%;
    padding: 0 10px 0 0;
}

div.sellContent dl.sell {
    float: right;
    width: 50%;
    padding: 0 0 0 10px;
}

div.sellContent dl dt {
    padding: 7px 10px;
    font-weight: bold;
    text-align: center;
    font-size: 108%;
    line-height: 140%;
}

div.sellContent dl dt b {
    font-size: 140%;
}

div.sellContent dl dd {
    padding: 10px 20px 20px;
    border: 1px solid #CCC;
    border-top: none;
    background: #FFF;
}

div.sellContent dl dd strong {
    display: block;
    padding: 0 0 10px;
    text-align: center;
    font-size: 140%;
    line-height: 140%;
    text-decoration: underline;
}

div.sellContent dl dd strong b {
    font-size: 140%;
}

div.sellContent dl dd p {
    line-height: 180%;
    margin: 0;
}

div.sellContent dl dd table {
    font-size: 13px;
}

div.sellContent dl dd table th {
    width: 100px;
    padding: 5px 10px;
    text-align: center;
}

div.sellContent dl dd table td {
    padding: 5px 10px;
}

div.sellContent dl dd table td small {
    display: block;
    padding: 3px 0 0;
    line-height: 130%;
}

@media screen and (max-width: 783px) {
    div.sellContentMain {
        padding: 20px 20px 0;
    }

    div.sellContent dl.buy,
    div.sellContent dl.sell {
        float: none;
        width: 100%;
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 665px) {
    div.sellContent {
        padding: 0 0 30px;
    }

    div.sellContentMain {
        padding: 15px 20px 10px;
    }

    div.sellContent dl.buy,
    div.sellContent dl.sell {
        padding: 5px 0 10px;
    }

    div.sellContent dl dt b {
        font-size: 120%;
    }

    div.sellContent dl dd {
        padding: 15px 20px;
    }

    div.sellContent dl dd strong {
        padding: 0;
        font-size: 120%;
        line-height: 140%;
        text-decoration: none;
    }

    div.sellContent dl dd table {
        display: none;
    }

    div.sellContent div.phone {
        font-size: 11px;
        line-height: 14px;
        text-align: center;
    }
}
