/*----------------------------------------

Common

----------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
a {
    text-decoration: none;
}
ul {
    display: inline-block;
}
ul li {
    list-style: none;
}


/*----------------------------------------

Wrapper

----------------------------------------*/
html {
    font-size: 62.5%;
}
body {
    width: 100%;
    background: #fffcf9;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #333;
    font-size: 1.6rem;
}
#wrapper {
    width: 100%;
}
.inner,h1,h2 {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
.r-title {
    margin-bottom: 20px;
}


/*----------------------------------------

Header

----------------------------------------*/
header {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    z-index: 9999;
}
#header-top {
    width: 100%;
    margin-bottom: 20px;
    background-color: #eb6100;
}
h1 {
    height: 16px;
    color: #fff;
    font-size: 1.1rem;
}
header ul {
    height: 70px;
    display: block;
}
header ul li {
    float: left;
}
header ul li:first-child,
header ul li:nth-child(2) {
    margin-right: 7px;
}
header ul li:last-child {
    margin-top: -5px;
}
header ul li a img:hover {
    opacity: 0.7;
}
h3 {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    background-color: #e5e5e5;
    box-sizing: border-box;
    font-size: 2.2rem;
    line-height: 40px;
}
h8 {
    height: 35px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 5px solid #333;
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
}

/*----------------------------------------

Main

----------------------------------------*/
#main {
    margin-top: 105px;
    clear: both;
}
#main_view {
    width: 100%;
    height: 540px;
    margin-bottom: 20px;
    padding-top: 10px;
    background: url('/img/common/view.png');
    box-sizing: border-box;
}
h2 {
    height: 250px;
    margin-bottom: 5px;
    text-indent: -9999px;
    overflow: hidden;
}
h2+img {
    margin: 0 auto;
    display: block;
    position: relative;
}
h2+div.reiwa_banner {
    width: 1000px;
    height: 280px;
    margin: 0 auto;
    background: url('/img/banner/banner_reiwa_10off.png');
    position: relative;
}
h2+div.reiwa_banner:after {
    display: block;
    content: url('/img/banner/banner_reiwa_10off_light.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    animation: Flash 1.0s infinite;
}
.main-banner {
    margin-bottom: 20px;
}
article {
    margin-bottom: 40px !important;
}
section {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    display: inline-block;
}
section div {
    width: 380px;
    height: 170px;
    float: left;
    margin-right: 20px;
}
h4 {
    margin: 10px 0 20px;
    font-size: 2.4rem;
    font-weight: bold;
}
h4+p {
    font-size: 1.9rem;
}
h5 {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 0 5px 10px;
    background: #eee;
    box-sizing: border-box;
    font-size: 3.0rem;
}
h5.sub-title {
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
    padding: 0;
    background: #ff4b41;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 4.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 75px;
    text-shadow:
        #fff 2px 0px 0px, #fff -2px 0px 0px,
        #fff 0px -2px 0px, #fff 0px 2px 0px,
        #fff 2px 2px 0px, #fff -2px 2px 0px,
        #fff 2px -2px 0px, #fff -2px -2px 0px,
        #fff 1px 2px 0px, #fff -1px 2px 0px,
        #fff 1px -2px 0px, #fff -1px -2px 0px,
        #fff 2px 1px 0px, #fff -2px 1px 0px,
        #fff 2px -1px 0px, #fff -2px -1px 0px,
        #fff 1px 1px 0px, #fff -1px 1px 0px,
        #fff 1px -1px 0px, #fff -1px -1px 0px;
    animation: blink 0.5s ease-in-out infinite alternate;
    -webkit-animation: blink 0.5s ease-in-out infinite alternate;
    -moz-animation: blink 0.5s ease-in-out infinite alternate;
}
@keyframes blink {
    0% {opacity:0.1;}
    100% {opacity:1.0;}
}
@-webkit-keyframes blink {
    0% {opacity:0.1;}
    100% {opacity:1.0;}
}
@-moz-keyframes blink {
    0% {opacity:0.1;}
    100% {opacity:1.0;}
}
h5.orange {
    border-left: 12px solid #eb6100;
}
h5.orange2 {
    border-left: 12px solid #f39700;
}
h5.yellow {
    border-left: 12px solid #fcc522;
}
h5.green {
    border-left: 12px solid #8fc31f;
}
h5.blue {
    border-left: 12px solid #3493e1;
}


/*----------------------------------------

こんなお悩みありませんか？#trouble

----------------------------------------*/
#trouble {
    margin-bottom: 60px !important;
}
#trouble ul li {
    width: 237px;
    float: left;
    margin-right: 17px;
}
#trouble ul li:last-of-type {
    margin-right: 0;
}
#trouble ul li p {
    font-size: 2.0rem;
    text-align: center;
    letter-spacing: -0.1rem;
}
#trouble ul li p span {
    font-size: 3.0rem;
    font-weight: bold;
}
#trouble ul li p.solution {
    width: 237px;
    height: 116px;
    padding-top: 50px;
    background: url('/img/common/bg_trouble_comment_01.png');
    box-sizing: border-box;
    color: #fff;
}
#trouble ul li p.solution span {
    font-size: 1.6rem;
    font-weight: normal;
}
#trouble ul li p.comment {
    margin-top: 10px;
    font-size: 1.6rem;
    text-align: left;
}


/*----------------------------------------

取付事例 #case

----------------------------------------*/
#case {
    margin-bottom: 40px !important;
}
#case p,#case img {
    margin-bottom: 20px;
}
#case a {
    animation: Flash 1.0s infinite;
}
#case a img:hover {
    opacity: 0.7;
}


/*----------------------------------------

安心安全スピードリフォーム #speed_renovation

----------------------------------------*/
#speed_renovation {
    display: table;
}
#speed_renovation img:nth-child(2) {
    width: 480px;
    float: left;
}
#speed_renovation img:last-child {
    width: 480px;
    float: right;
}


/*----------------------------------------

バナーエリア #banner_area

----------------------------------------*/
#banner_area {
    clear: both;
}
#banner_area img {
    margin-bottom: 15px;
}


/*----------------------------------------

お問い合わせバナー #contact-area

----------------------------------------*/
.contact-area {
    margin-bottom: 30px;
    clear: both;
    position: relative;
}
.contact-area .contact-banner {
    width: 100%;
    height: 225px;
    display: block;
}
.contact-area img:first-child {
    margin-bottom: 40px;
}
.contact-area a {
    display: block;
}
.contact-area a.flash {
    width: 344px;
    height: 96px;
    display: block;
    position: absolute;
    top: 95px;
    right: 15px;
    animation: Flash 1.0s infinite;
}
@keyframes Flash{
  50%{
    opacity: 0;
  }
}
.contact-area a:last-of-type:hover {
    opacity: 0.7;
}
.contact-area a img {
    margin-bottom: 30px !important;
}


/*----------------------------------------

施工事例バナー #construction

----------------------------------------*/
.construction img {
    margin-bottom: 30px;
}
.construction_banner {
    position: relative;
}
.construction_banner .click {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 190px;
    right: 10px;
    animation: Flash 1.0s infinite;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}
.construction_banner a {
    display: block;
}


/*----------------------------------------

主要メーカー取り扱い #maker

----------------------------------------*/
#maker ul li {
    float: left;
    margin-right: 13.3px;
}
#maker ul li:nth-child(4n) {
    margin-right: 0;
}
#maker ul li a:hover {
    opacity: 0.7;
}


/*----------------------------------------

資格 #qualification

----------------------------------------*/
#qualification ul li:first-child {
    width: 100%;
    height: 308px;
    margin: 0 auto 20px;
    background: url('/img/qualification/bg_qualification_04.png');
}
#qualification ul li:nth-child(2),
#qualification ul li:nth-child(3),
#qualification ul li:nth-child(7),
#qualification ul li:nth-child(8) {
    width: 320px;
    height: 308px;
    float: left;
    margin: 0 20px 20px 0;
    background: url('/img/qualification/bg_qualification_01.png');
}
#qualification ul li:nth-child(4),
#qualification ul li:nth-child(6),
#qualification ul li:last-child {
    width: 320px;
    height: 308px;
    float: left;
    margin: 0 0 20px 0;
    background: url('/img/qualification/bg_qualification_01.png');
}
#qualification ul li:nth-child(5) {
    width: 660px;
    height: 308px;
    float: left;
    margin: 0 20px 20px 0;
    background: url('/img/qualification/bg_qualification_03.png');
}
#qualification .qualification_title {
    margin: 10px auto 5px;
}
#qualification .qualification_title img {
    float: left;
    margin: -3px 10px 0 0;
}
#qualification .qualification_title h6 {
    color: #333;
    text-shadow:
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}
#qualification .qualification_title+img {
    margin: 0 auto 10px;
    display: block;
    clear: both;
}
#qualification .qualification_title+img+p {
    color: #ff0000;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
#qualification .qualification_title+img+p+p {
    padding: 5px 20px 0;
    font-size: 1.5rem;
    line-height: 2.2rem;
}
#qualification .qualification_title+img+p+p span {
    color: #ff0000;
    font-size: 2.2rem;
    font-weight: bold;
}
#qualification .qualification_title+img+p+p a {
    color: #b7c500;
}
#qualification .qualification_title+img+p+p a:hover {
    text-decoration: underline;
}
#qualification ul li:first-child .qualification_title {
    width: 185px;
}
#qualification ul li:first-child .qualification_title h6 {
    font-size: 2.8rem;
}
#qualification ul li:first-child .qualification_title+img {
    width: 260px;
    float: left;
    margin: 20px;
}
#qualification ul li:first-child .qualification_title+img+div {
    width: 690px;
    float: left;
    text-align: left;
    line-height: 2.4rem;
}
#qualification ul li:first-child .qualification_title+img+div ul li {
    width: 670px;
    height: auto;
    margin: 0 0 10px 0;
    padding-left: 1em;
    text-indent: -1em;
    float: none;
    background: none;
}
#qualification ul li:first-child .qualification_title+img+div p {
    margin: 20px 0;
    font-size: 2.2rem;
    font-weight: bold;
}
#qualification ul li:first-child div+p {
    color: #ff0000;
    font-weight: bold;
}
#qualification ul li:nth-child(2) .qualification_title {
    width: 190px;
}
#qualification ul li:nth-child(2) .qualification_title h6 {
    font-size: 2.8rem;
}
#qualification ul li:nth-child(3) .qualification_title {
    width: 290px;
}
#qualification ul li:nth-child(3) .qualification_title h6 {
    font-size: 2.2rem;
}
#qualification ul li:nth-child(3) .qualification_title+img {
    margin: 20px auto;
}
#qualification ul li:nth-child(4) .qualification_title {
    width: 260px;
}
#qualification ul li:nth-child(4) .qualification_title h6 {
    font-size: 2.6rem;
}
#qualification ul li:nth-child(4) .qualification_title+img {
    margin: 20px auto;
}
#qualification ul li:nth-child(5) .qualification_title {
    width: 280px;
}
#qualification ul li:nth-child(5) .qualification_title h6 {
    font-size: 2.6rem;
}
#qualification ul li:nth-child(5) .qualification_title+img {
    width: 160px;
    float: left;
    margin: 0 20px;
}
#qualification ul li:nth-child(5) .qualification_title+img+div {
    width: 450px;
    float: left;
    text-align: left;
    line-height: 2.4rem;
}
#qualification ul li:nth-child(5) .qualification_title+img+div ul li {
    width: 430px;
    height: auto;
    margin: 0 0 10px 0;
    padding-left: 1em;
    text-indent: -1em;
    float: none;
    background: none;
}
#qualification ul li:nth-child(5) .qualification_title+img+div p {
    margin: 20px 0;
    font-size: 2.2rem;
    font-weight: bold;
}
#qualification ul li:nth-child(5) div+p {
    color: #ff0000;
    font-weight: bold;
}
#qualification ul li:nth-child(6) .qualification_title {
    width: 280px;
}
#qualification ul li:nth-child(6) .qualification_title h6 {
    font-size: 2.4rem;
}
#qualification ul li:nth-child(6) .qualification_title+img {
    margin: 15px auto;
}
#qualification ul li:nth-child(7) .qualification_title {
    width: 280px;
}
#qualification ul li:nth-child(7) .qualification_title h6 {
    font-size: 2.4rem;
}
#qualification ul li:nth-child(8) .qualification_title {
    width: 290px;
}
#qualification ul li:nth-child(8) .qualification_title h6 {
    margin-top: -5px;
    font-size: 1.8rem;
    line-height: 2.4rem;
}
#qualification ul li:nth-child(8) .qualification_title+img {
    margin-top: 3px;
}
#qualification ul li:nth-child(8) .qualification_title h6 span {
    font-size: 2.4rem;
}
#qualification ul li:last-child .qualification_title {
    width: 300px;
}
#qualification ul li:last-child .qualification_title h6 {
    margin-top: 15px;
    font-size: 1.9rem;
}
#qualification ul li:last-child .qualification_title+img {
    margin-top: -8px;
}


/*----------------------------------------

保証 #security

----------------------------------------*/
#security ul li {
    width: 320px;
    height: 420px;
    float: left;
    margin: 0 20px 20px 0;
    background: url('/img/security/bg_security_01.png');
}
#security ul li:nth-child(3) {
    margin-right: 0;
}
#security .security_title {
    margin: 15px 0 15px 25px ;
}
#security .security_title img {
    float: left;
    margin: -11px 10px 0 0;
}
#security .security_title h6 {
    color: #ff6000;
    text-shadow:
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}
#security .security_title+img {
    margin: 0 auto 5px;
    display: block;
}
#security .security_title+img+p,
#security a+p {
    padding: 10px 30px 0;
    font-size: 1.6rem;
    line-height: 2.5rem;
}
#security .security_title+img+p span,
#security a+p span {
    color: #ff0000;
    font-size: 2.4rem;
    font-weight: bold;
}
#security ul li:first-child .security_title {
    width: 240px;
}
#security ul li:first-child .security_title h6 {
    font-size: 2.8rem;
}
#security ul li:first-child .security_title+img {
    margin: 60px auto 40px;
}
#security ul li:nth-child(2) .security_title {
    width: 240px;
}
#security ul li:nth-child(2) .security_title h6 {
    font-size: 2.8rem;
}
#security ul li:nth-child(3) .security_title {
    width: 240px;
}
#security ul li:nth-child(3) .security_title h6 {
    font-size: 2.8rem;
}
#security ul li:nth-child(3) a {
    width: 256px;
    margin: 40px auto 10px;
    display: block;
}
#security ul li:nth-child(3) a:last-of-type {
    margin-top: 10px;
}
#security ul li:nth-child(3) a:hover {
    opacity: 0.7;
}
#security ul li:last-child {
    width: 1000px;
    height: 335px;
    clear: both;
    background: url('/img/security/bg_security_02.png');
}
#security ul li:last-child a {
    width: 1000px;
    height: 335px;
    display: block;
}
#security ul li:last-child a:hover {
    opacity: 0.7;
}
#security ul li:last-child .security_title {
    width: 650px;
    margin-left: 160px;
}
#security ul li:last-child .security_title h6 {
    font-size: 2.8rem;
}
#security ul li:last-child img {
    float: left;
    margin-left: 20px;
}
#security ul li:last-child .security_title+img {
    width: 480px;
    margin: -5px 0 0 30px;
}
#security ul li:last-child img+p {
    width: 410px;
    float: left;
    padding: 40px 0 0 40px;
    color: #444;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 4.4rem;
}
#security ul li:last-child img+p span {
    color: #ff0000;
    font-size: 3.6rem;
    font-weight: bold;
}


/*----------------------------------------

加盟登録 #accession

----------------------------------------*/
#accession ul li {
    float: left;
    margin: 0 20px 5px 0;
}
#accession ul li:nth-child(2),
#accession ul li:nth-child(5),
#accession ul li:last-child {
    margin-right: 0;
}
#accession ul li a:hover {
    opacity: 0.7;
}


/*----------------------------------------

リフォームローン取り扱い加盟店 #loan

----------------------------------------*/
#loan ul li {
    float: left;
    margin: 0 20px 5px 0;
}
#loan ul li:nth-child(2n) {
    margin-right: 0;
}
#loan ul li a:hover {
    opacity: 0.7;
}
#loan ul+p {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.1rem;
}
#loan ul+p span {
    margin-left: 10px;
    color: #ff0000;
    font-size: 4.0rem;
}


/*----------------------------------------

見積り依頼・お問い合わせ #contact

----------------------------------------*/
#contact-form {
    margin-bottom: 120px !important;
}
#contact-form h5+p {
    margin-bottom: 20px;
}
#contact-form h7 {
    margin-bottom: 10px;
    font-size: 2.0rem;
    font-weight: bold;
}
#contact-form h7 span {
    margin-left: 15px;
    color: #ff0000;
    font-size: 1.5rem;
}
#contact-form table {
    width: 100%;
    border-spacing: 10px;
}
#contact-form table th {
    width: 230px;
    padding: 20px 10px;
    background: #eee;
    text-align: left;
    box-sizing: border-box;
}
#contact-form table th span {
    width: 60px;
    height: 24px;
    float: right;
    background: #ff0000;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.1rem;
}
#contact-form table td {
    width: 755px;
    padding: 20px 10px 20px 20px;
    background: #fff2e9;
    box-sizing: border-box;
}
#contact-form table td input[type='text'],
#contact-form table td select {
    height: 46px;
    padding: 0 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #666;
}
#contact-form table td input[type='checkbox'] {
    width: 16px;
    height: 16px;
    float: left;
    margin: 5px 5px 0 0;
}
#contact-form table td ul li {
    margin-bottom: 15px;
}
#contact-form table td ul li:last-child {
    margin-bottom: 0;
}
#contact-form button[type='submit'] {
    width: 570px;
    height: 110px;
    margin: 40px auto;
    border-style: none;
    background: url('/img/contact/btn_contact_conf.png');
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}
/*---- お客様情報 ----*/
#contact-form table#customer-info {
    margin-bottom: 40px;
}
#contact-form table#customer-info tr:first-child td input {
    width: 440px;
}
#contact-form table#customer-info tr:nth-child(2) td input:first-of-type {
    width: 100px;
    margin-right: 20px;
}
#contact-form table#customer-info tr:nth-child(2) td input:last-of-type {
    width: 150px;
    margin-left: 20px;
}
#contact-form table#customer-info tr:nth-child(3) td select {
    width: 300px;
}
#contact-form table#customer-info tr:nth-child(4) td input:first-of-type {
    width: 440px;
    margin: 0 0 15px 38px;
}
#contact-form table#customer-info tr:nth-child(4) td input:last-of-type {
    width: 440px;
    margin-left: 22px;
}
#contact-form table#customer-info tr:nth-child(5) td input,
#contact-form table#customer-info tr:nth-child(6) td input {
    width: 300px;
}
#contact-form table#customer-info tr:last-child td ul li {
    width: 300px;
    float: left;
    margin-bottom: 0;
}
#contact-form table#customer-info tr:last-child td ul li:first-child {
    width: 100px;
}
#contact-form table#customer-info tr:last-child td ul li input {
    width: 15px;
    margin-right: 5px;
}
/*---- お問い合わせの種類 ----*/
#contact-form table#contact-info {
    margin-bottom: 40px;
}
#contact-form table#contact-info tr td input[type='text'] {
    width: 715px;
    height: 40px;
}
#contact-form table#contact-info ul li label {
    cursor: pointer;
}
#contact-form table#contact-info ul li label:hover {
    opacity: 0.7;
}
/*---- お問い合わせ内容 ----*/
#contact-content {
    margin-bottom: 40px;
}
#contact-contents h7 span.required {
    width: 60px;
    height: 24px;
    float: none;
    background: #ff0000;
    display: inline-block;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1rem;
}
#contact-contents textarea {
    width: 970px;
    height: 200px;
    margin: 10px 10px 0 10px;
    padding: 10px;
    box-sizing: border-box;
    font: 400 13.3333px Arial;
    color: #666;
}
#contact button[type='submit']:hover {
    opacity: 0.7;
}


/*----------------------------------------

お問い合わせ - 確認画面　mail-confirmation

----------------------------------------*/
/*---- お問い合わせバナー（共通） ----*/
#mail .contact-area .contact-banner {
    background: url('/img/top/banner_contact_top.png');
}

#mail-confirmation {
    width: 1000px;
    margin: 140px auto 0;
}
#mail-confirmation h5+p {
    margin-bottom: 20px;
    font-size: 1.6rem;
}
#mail-confirmation table {
    width: 1000px;
    margin: 0 auto 30px;
    border-spacing: 10px;
}
#mail-confirmation table tr:last-of-type {
    display: none;
}
#mail-confirmation table th {
    width: 230px;
    padding: 20px 10px;
    background: #eee;
    text-align: left;
    box-sizing: border-box;
}
#mail-confirmation table td {
    width: 755px;
    padding: 20px 10px 20px 20px;
    background: #fff2e9;
    box-sizing: border-box;
}
#mail-confirmation #button {
    width: 600px;
    height: 80px;
    margin: 0 auto 60px;
}
#mail-confirmation #button input[type='button'] {
    width: 265px;
    height: 80px;
    float: left;
    margin-right: 70px;
    border-style: none;
    background: url('/img/contact/btn_contact_back.png');
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}
#mail-confirmation #button input[type='submit'] {
    width: 265px;
    height: 80px;
    float: left;
    border-style: none;
    background: url('/img/contact/btn_contact_send.png');
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}


/*----------------------------------------

お問い合わせ - エラー画面　mail-error

----------------------------------------*/
#mail-error {
    margin-top: 160px;
}
#mail-error h4,
#mail-error p {
    text-align: center;
}
#mail-error h4 {
    font-size: 2.0rem;
}
#mail-error p {
    margin-bottom: 10px;
    color: #ff0000;
    font-size: 1.6rem;
}
#mail-error p.error_messe:last-of-type {
    margin-bottom: 40px;
}
#mail-error #button {
    width: 265px;
    height: 80px;
    margin: 0 auto 60px;
}
#mail-error input[type="button"] {
    width: 265px;
    height: 80px;
    float: left;
    margin-right: 70px;
    border-style: none;
    background: url('/img/contact/btn_contact_back.png');
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}


/*----------------------------------------

お問い合わせ - 送信完了画面　mail-comp

----------------------------------------*/
#mail-comp {
    width: 1000px;
    margin: 140px auto 0;
}
#mail-comp h4 {
    text-align: center;
}
#mail-comp p {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
}
#mail-comp p:first-of-type {
    font-size: 2.4rem;
    font-weight: bold;
}
#mail-comp p:last-of-type {
    margin-bottom: 40px;
    font-size: 1.4rem;
}
#mail-comp #button {
    width: 265px;
    height: 80px;
    margin: 0 auto 60px;
}
#mail-comp #button input[type='button'] {
    width: 265px;
    height: 80px;
    float: left;
    margin-right: 70px;
    border-style: none;
    background: url('/img/contact/btn_contact_top.png');
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}


/*----------------------------------------

page-top

----------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 200px;
}
#page-top a {
    width: 90px;
    height: 22px;
    background: url('/img/common/page_top.png');
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}
#page-top a:hover {
    background: url('/img/common/page_top_on.png');
}


/*----------------------------------------

correspondence

----------------------------------------*/
#correspondence div.inner div {
    margin-bottom: 10px;
}
#correspondence div p {
    font-size: 1.2rem;
}
#correspondence div p.title {
    margin-bottom: 3px;
    font-size: 1.4rem;
    font-weight: bold;
}
#correspondence div p.sub-title {
    font-weight: bold;
}


/*----------------------------------------

footer

----------------------------------------*/
footer {
    width: 100%;
    padding-top: 15px;
    border-top: 15px solid #eb6100;
}
#footer_left {
    width: 490px;
    float: left;
}
#footer_left p {
    margin-bottom: 10px;
}
#footer_right {
    width: 445px;
    float: right;
    margin-bottom: 15px;
}
#footer_right>img {
    width: 265px;
    margin: 0 auto 5px;
    display: block;
}
#footer_right a img:hover {
    opacity: 0.7;
}
#footer_bottom {
    height: 50px;
    clear: both;
    margin-bottom: 15px;
}
#footer_bottom img {
    width: 360px;
    float: left;
    margin-right: 10px;
}
#footer_bottom a img:hover {
    opacity: 0.7;
}
#footer_bottom p {
    width: 630px;
    float: right;
    margin: 5px 0;
    font-size: 1.4rem;
    text-align: right;
}
footer ul {
    height: 24px;
    margin-bottom: 15px;
    display: block;
    clear: both;
}
footer ul li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #444;
}
footer ul li:last-child {
    border-right: none;
}
footer ul li a {
    color:#333;
    font-size: 1.5rem;
}
footer ul li a:hover {
    color: #eb6100;
}
#copy-r {
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid #666;
    clear: both;
    font-size: 1.4rem;
    text-align: center;
}