/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

/*****************************************************/

article {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid rgba(255, 255, 255, 0.5);
    margin: 10px;
}


@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1035px;
    }
    .sec01 .container,
    .sec02 .container,
    .sec03 .container,
    .sec04 .container,
    .sec05 .container,
    .sec06 .container {
        width: 950px;
    }
}

.sp {
    display: none;
}

@media(max-width:768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}


/*****************************************************/

.active {
    display: block !important;
}
.fade {
    display: none;
}

br.sp {
    display: none;
}
@media(max-width:768px) {
    br.sp {
        display: block;
    }
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", Verdana, "ＭＳ ゴシック", Osaka-mono, sans-serif;
    color: #444444;
    line-height: 1.6;
}

p.lead {
    font-size: 15px;
}

h1,
h2,
h3 {
    color: #000;
}

h2 {
    margin-top: 0;
    margin-bottom: 5%;
}

h3 {
    font-size: 20px;
}

img {
    max-width: 100%;
}

header a:hover,
.sec01 a:hover,
.sec02 a:hover,
.sec03 a:hover,
.sec04 a:hover,
.sec05 a:hover,
.sec06 a:hover,
.free_btn02:hover,
footer span:hover {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
}

.free_btn02 {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.container a i {
    color: #8c7937;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255, 255, 255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Custom Horizontal Rule */

hr {
    clear: both;
}
hr.small {
    max-width: 100px;
}


/* サイドメニュー */
#menu-toggle,
.sidebar-nav {
    display: none;
}

/* 共通 */
.message {
    padding-top: 10px;
    display: inline-block;
}

/* サイドメニュー（SMP用） */
@media(max-width:768px) {
    #menu-toggle {
        display: block;
    }
    #sidebar-wrapper {
        z-index: 1000;
        position: fixed;
        right: 0;
        width: 250px;
        height: 100%;
        margin-right: -250px;
        overflow-y: auto;
        background: #222;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    .sidebar-nav {
        display: block;
        position: absolute;
        top: 0;
        width: 250px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }
    .sidebar-nav li a {
        display: block;
        text-decoration: none;
        color: #999;
    }
    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }
    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }
    .sidebar-nav>.sidebar-brand {
        height: 55px;
        font-size: 18px;
        line-height: 55px;
    }
    .sidebar-nav>.sidebar-brand a {
        color: #999;
    }
    .sidebar-nav>.sidebar-brand a:hover {
        color: #fff;
        background: none;
    }
    #menu-toggle {
        z-index: 1;
        position: fixed;
        top: 0;
        right: 5px;
    }
    #sidebar-wrapper.active {
        right: 250px;
        width: 250px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    .toggle {
        margin: 5px 5px 0 0;
    }
    .pull-right {
        margin: 5px 5px 0 0;
    }

}

/* ヘッダー */
header {
    display: table;
    position: relative;
    width: 100%;
}

header h1 {
    margin-top: 6%;
}

header h1 .logo {
    margin-right: 3%;
    margin-bottom: 0;
    text-align: left;
    width: 192px;
}

header .container .copy {
    margin-top: 45px;
}

header .container .adress {
    margin-top: 3%;
    margin-bottom: 2%;
}

header .container .adress>div {
    font-weight: bold;
    padding: 0 0 5px;
    text-align: left;
    font-size: 13px;
}
header .container .adress_tel {
    margin-right: 2%;
}

header .container .adress_tel,
header .container .adress_free {
    margin-bottom: 2%;
}

header .menu {
    padding-left: 0;
}
header .menu li {
    float: left;
    list-style: none;
}
header .menu li:nth-child(1) {
    width: 27%;
}
header .menu li:nth-child(2) {
    width: 15%;
}
header .menu li:nth-child(3) {
    width: 15%;
}
header .menu li:nth-child(4) {
    width: 11%;
}
header .menu li:nth-child(5) {
    width: 15%;
}
header .menu li:nth-child(6) {
    width: 17%;
}

header .menu li a {
    display: block;
    border: 1px solid #bcbcbc;
    border-left: none;
    padding: 15px 10px;
    color: #444444;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}
header .menu li:first-child a {
    border-left: 1px solid #bcbcbc;
}

header .menu li a:hover {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    color: #fff;
    background: #444;
}
.header_form_btn {
    display: block;
    margin: 0 auto 15px;
    max-width: 272px;
}
@media(max-width:767px) {
    .header_form_btn {
        display: block;
        max-width: inherit;
        margin-bottom: 0 4% 0;
    }
}
@media(max-width:768px) {
    header h1 {
        margin-top: 3%;
    }
    header .menu {
        display: none;
    }

    header .container .adress {
        margin-top: auto;
    }
    header .container .adress>div {
        padding: 0 0px 10px;
        width: 276px;
        margin: 0 auto;
        font-size: 90%;
        text-align: center;
    }

    header .container .adress .adress_free {
        margin: auto;
    }
}


@media(max-width:992px) {
    header .menu li {
        width: 33.33333%;
    }
    header .menu li:nth-child(1),
    header .menu li:nth-child(2),
    header .menu li:nth-child(3),
    header .menu li:nth-child(4),
    header .menu li:nth-child(5),
    header .menu li:nth-child(6) {
        width: 33.33333%;
    }

    header h1,
    header .container .adress {
        text-align: center;
    }
    header h1 .logo {
        width: auto;
    }

    header .menu li a {
        border-left: 1px solid #bcbcbc;
        ;
        color: #444444;
        margin-top: -1px;
    }

    /*header .menu li:first-child a{
		margin-top:1px;
	}*/
    .pinch.sp {
        display: block;
        margin-top: 20px;
    }
    .modal_cont .pc {
        display: none;
    }
    .modal_cont .sp {
        display: block;
    }
}


/*メインイメージ*/
#main_img {
    position: relative;
    height: 580px;
    background: url(../img/mountain.png?190131) no-repeat center bottom;
    max-width: 100%;
    /*-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-o-background-size: contain;*/
}
#main_img .col-lg-12 {
    height: 580px;

}
#main_img .main_bnr {
    display: none;
}
#main_img .main_bnr_1col {
    position: absolute;
    top: 8%;
    left: 0%;
}
#main_img .copy {
    margin-top: 5%;
}
#main_img .ietsugu_kun {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
#main_img .obj_town {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(../img/town.png) repeat-x 0 0;
    z-index: 1;
}

@media(max-width:992px) {
    #main_img .main_bnr_1col {
        display: none;
    }
    #main_img .main_bnr {
        display: block;
        position: absolute;
        width: 326px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    #main_img .copy {
        margin-top: 100px;
    }
}
@media(max-width:768px) {
    #main_img {
        height: 430px;
    }
    #main_img .col-lg-12 {
        height: 430px;
    }

    #main_img .main_bnr {
        width: 276px;
    }
    #main_img .copy {
        padding-left: 10px;
        padding-right: 10px;
        width: 335px;
    }

    #main_img .ietsugu_kun {
        width: 140px;
        right: 100px;
    }
    #main_img .obj_town {
        height: 99px;
        -webkit-background-size: 470px auto;
        background-size: 470px auto;
    }
    #main_img {
        -webkit-background-size: contain;
        background-size: contain;
    }
}
@media(max-width:767px) {
    #main_img .main_bnr {
        width: calc(100% - 30px);
    }
}


/* セクション　*/
.sec01,
.sec02,
.sec03,
.sec04,
.sec05,
.sec06 {
    padding: 60px 0px;
}

.sec_title {
    max-width: 100%;
}

@media(max-width:768px) {
    .sec_title {
        width: auto;
        height: 50px;
        padding: 8px;
    }
}

/* イエツグが高く買い取れるワケ */
.sec01 {
    background: #ccf1f7;
}

.sec01 .ietsugu_kun {
    margin-top: 100px;
}
.sec01 .coment_point {
    margin-left: -62px;
}
.sec01 p.lead {
    text-align: left;
    margin-top: 25px;
    line-height: 1.6;
}

.sec01 p.lead span {
    font-size: 18px;
    font-weight: bold;
    color: #f52120;
}

@media(max-width:768px) {
    .sec01 {
        padding-top: 5%;
    }
    .sec01 .ietsugu_kun {
        margin: auto;
    }
    .sec01 .coment_point {
        margin: auto;
        padding: 0 5%;
    }

}

/* 営業エリア */
.sec02 {
    background: #e8fca2;
}

.sec02 .erea {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.sec02 p.sales {
    padding: 30px 30px;
    text-align: left;
    line-height: 40px;
    background: url(../img/border.png) repeat-y center 33px;
    margin: 0;
}

.sec02 p.sales span {
    font-size: 23px;
    color: #f52120;
}



@media(max-width:992px) {
    .sec02 {
        padding-top: 5%;
    }
    .sec02 p.sales {
        background: url(../img/border.png) repeat-y center 35px;
    }
    .sec02 .hokkaido {
        padding: 0 5%;
    }
    .sec02 .hokkaido {
        margin-bottom: 7%;
    }
}


/* ご売却の流れ */
.sec03 {
    background: #ffcca5;
}

.sec03 .step_title {
    margin-bottom: 1%;
}

/*ボタン部分*/
.sec03 .sec_btn {
    margin-bottom: 12%;
}

.sec03 .sec_btn ul {
    padding-left: 2%;
    width: 100%;

}
.sec03 .sec_btn ul li {
    position: relative;
    list-style: none;
    width: 19%;
    display: inline-block;
}
.sec03 .sec_btn ul li a {
    position: absolute;
    left: -15%;
}

.sec03 .sec_btn ul li img {
    width: 100%;
}

/*コンテンツ*/
.sec03 .flow .title {
    position: relative;
    text-align: left;
    background: #ff8f31;
    color: #fff;
    padding: 10px 20px 10px 140px;
}

.sec03 .flow .title h3 {
    margin: 0;
    color: #fff;
}
.sec03 .flow .title span {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 120px;
    height: 100%;
    display: block;
    background: #e06b1e;
}
.sec03 .flow .title span img {
    margin: 10px;
}

.sec03 .flow .contents {
    /*width:80%;*/
    border: solid 3px #ff8f31;
    border-top: none;
    background-color: #ffffff;
}


.sec03 .flow .contents p {
    font-size: 14px;
    padding: 25px 10px;
    text-align: left;
}

.sec03 .flow .contents span {
    color: #f52120;
}

.sec03 .flow .contents .icon {
    margin-top: 30px;
    margin-bottom: 3%;
}

.sec03 .flow .next {
    margin: 15px;
}


@media(max-width:768px) {
    .sec03 {
        padding-top: 5%;
    }
    .sec03 .step_title {
        width: 250px;
        margin-bottom: 3%;
    }
    .sec03 .item {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*ボタン要素*/
    .sec03 .sec_btn {
        margin-bottom: 5%;
    }

    .sec03 .sec_btn ul {
        padding-left: 2%;
        width: 100%;

    }
    .sec03 .sec_btn ul li {
        position: static;
        width: 280px;
        margin: auto;
        padding-top: 1%;
        display: block;
    }
    .sec03 .sec_btn ul li a {
        position: static;
        left: -15%;
    }


}



/* かんたん無料査定 */
.sec04 {
    background: #ccf1f7;
    font-size: 95%;
}
.sec04 .row p {
    margin-bottom: 30px;
}

.sec04 .form-group {
    background: url(../img/border_2.png)repeat-x left bottom;
    padding: 0 0 20px 0;
    text-align: left;
}

.sec04 .form-group.border-none {
    background: none;
    padding: 0;
    text-align: center;
}
.sec04 .form_sub_title {
    color: #444444;
    margin-bottom: 25px;
}

.sec04 .form-group span.check {
    display: inline-block;
    /*margin-left:20px;
	*/
    width: 60px;
    text-align: right;
}

.sec04 .form-group button {
    border-radius: 0;
    background-color: #f62221;
    color: #fff;
    width: 140px;
}

.sec04 .form-group .back,
.sec04 .form-group .submit {
    margin: 0 5px 10px;
}

.sec04 .form-group button:hover {
    opacity: 0.5;
}

.sec04 select {
    margin-top: 5px;
}

.sec04 .col-xs-12 {
    text-align: left;
}

@media (min-width: 768px) {
    .sec04 .form-horizontal .control-label {
        padding-top: 5px;
        text-align: right;
    }

}
@media(max-width:768px) {
    .sec04 {
        padding-top: 5%;
    }
    .sec04 .form-group .article {
        display: inline-block;
        width: auto;
    }
}



/* お客様の声 */
.sec05 {
    background: #e8fca2;
}
.modal_area {
    margin-top: 30px;
}
.modal_area>div {
    margin-bottom: 30px;
}
.modal_cont {
    background: #64a04b;
}
.modal_cont h4 {
    display: table;
    width: 100%;
    margin: 0 0 0;
    padding: 0 0 0;
}
.modal_cont h4 div {
    display: table-cell;
    width: 20%;
    background: #396612;
    height: 50px;
    vertical-align: middle;
}
.modal_cont h4 .case {
    text-align: center;
    display: inline;
}
.modal_cont h4 p {
    display: table-cell;
    width: 80%;
    color: #fff;
    height: 50px;
    vertical-align: middle;
    margin: 0 0 0;
}
.modal_cont>div {
    background: #fff;
}
.modal_cont a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.modal_cont a:hover {
    opacity: 1;
}
.modal_cont a img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.modal_cont a:hover img {
    opacity: 0.7;
}
.modal_cont a::after {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: url(../img/zoom.png);
    width: 147px;
    height: 147px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.modal_cont a:hover::after {
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    content: url(../img/zoom.png);
    width: 147px;
    height: 147px;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #e8fca2;
    display: none;
}
.modal_block {
    display: none;
    position: absolute;
    width: 45%;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin: auto !important;
    text-align: center;
    z-index: 200000;
}
.modal_block img {
    width: auto;
}
.btnclose {
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    content: url(../img/close.png);
}
.slick-prev,
.slick-next {
    width: 30px !important;
    height: 30px !important;
    line-height: 1.4 !important;
    z-index: 10;
}
.slick-prev:before,
.slick-next:before {
    color: #396612 !important;
    line-height: unset !important;
    font-size: 35px !important;
}
.slick-dots li button:before {
    font-size: 18px !important;
}

@media (max-width: 992px) {
    .modal_block {
        width: 70%;
        height: 50%;
    }
}
@media(max-width:768px) {
    .customer_title {
        margin: 0 auto;
        width: 90%;
    }
    .modal_cont a:hover::after {
        opacity: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: none;
        content: "";
        width: 0px;
        height: 0px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .modal_block {
        width: 70%;
        height: 50%;
    }
    .modal_block img {
        width: 100%;
        height: auto;
    }
    .modal_cont h4 .case {}
    .modal_cont h4 p {
        font-size: 90%;
    }
    .pinch {
        display: block;
        width: 80%;
        margin: 15px auto 0;
    }
    .slick-prev,
    .slick-next {
        line-height: 1 !important;
        width: 23px !important;
        height: 23px !important;
    }
    .slick-prev {
        left: 5px !important;
        z-index: 9999 !important;
    }
    .slick-next {
        right: 5px !important;
        z-index: 9999 !important;
    }
    .slick-dots {
        bottom: -5px !important;
    }
    .slick-dots li {
        width: 9px !important;
    }
    .slick-dots li button:before {
        font-size: 12px !important;
    }
    .slick-prev:before,
    .slick-next:before {
        line-height: unset !important;
        font-size: 25px !important;
    }

}



/* Q&A */
.sec06 {
    background: #ffcca5;
}
#question_01>div,
#question_02>div,
#question_03>div,
#question_04>div,
#question_05>div,
#answer_01>div,
#answer_02>div,
#answer_03>div,
#answer_04>div,
#answer_05>div {
    display: table;
    width: 100%;
}
.q_dialogue,
.a_dialogue {
    background: #fff;
    border-radius: 50px;
    padding: 20px 30px 20px 100px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
}
.q_dialogue:before {
    content: "";
    position: absolute;
    bottom: 23px;
    left: -5%;
    border: 10px solid transparent;
    border-right: 33px solid #fff;
}
.q_dialogue:after {
    content: " ";
    width: 30px;
    height: 43px;
    background: url(../img/question.png);
    background-size: contain;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 30px;
    margin: auto 0;
}
.a_dialogue:before {
    content: "";
    position: absolute;
    bottom: 23px;
    right: -5%;
    border: 10px solid transparent;
    border-left: 33px solid #fff;
}
.a_dialogue:after {
    content: " ";
    width: 30px;
    height: 43px;
    background: url(../img/answer.png);
    background-size: contain;
    position: absolute;
    top: 35px;
    left: 30px;
    margin: auto 0;
}
.match {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    padding-bottom: 20px;
}
.match img {
    display: block;
    position: absolute;
    bottom: 10px;
}
.a_dialogue .match img {
    right: 0;
    margin: 0px 10px;
}
.q_dialogue .match img {
    left: 0;
}
.a_dialogue {
    margin-bottom: 60px;
}
@media(max-width:992px) {
    .a_dialogue,
    .q_dialogue {
        margin-bottom: 5px;
        padding: 20px 20px 20px 60px;
        border-radius: 35px;
    }
    .a_dialogue:after {
        content: " ";
        width: 30px;
        height: 43px;
        background: url(../img/answer.png);
        background-size: contain;
        position: absolute;
        top: 30px;
        left: 20px;
        margin: auto 0;
    }
    .q_dialogue:after {
        content: " ";
        width: 30px;
        height: 43px;
        background: url(../img/question.png);
        background-size: contain;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 20px;
        margin: auto 0;
    }
    #answer_01 .match img,
    #answer_02 .match img,
    #answer_03 .match img,
    #answer_04 .match img,
    #answer_05 .match img {
        right: 10px;
    }
}
@media(max-width:768px) {
    .d_n {
        display: none;
    }
    .macth {
        padding-bottom: 10px;
    }
    .a_dialogue {
        margin-bottom: 5px;
        font-size: 14px;
        padding: 20px 20px 20px 60px;
    }
    .q_dialogue {
        font-size: 14px;
        padding: 20px 20px 20px 60px;
    }
    .q_dialogue:before {
        content: "";
        position: absolute;
        left: 80px;
        top: -35px;
        bottom: 0%;
        border: 10px solid transparent;
        border-bottom: 33px solid #fff;
        height: 33px;
    }
    .a_dialogue:before {
        content: "";
        position: absolute;
        bottom: -35px;
        right: 103px;
        border: 10px solid transparent;
        border-top: 33px solid #fff;
        height: 33px;
    }
    #question_01>div,
    #question_02>div,
    #question_03>div,
    #question_04>div,
    #question_05>div,
    #answer_01>div,
    #answer_02>div,
    #answer_03>div,
    #answer_04>div,
    #answer_05>div {
        display: block;
        width: auto;
    }
    #question_01 .face,
    #question_02 .face,
    #question_03 .face,
    #question_04 .face,
    #question_05 .face {
        text-align: left;
        margin-bottom: -8px;
    }
    #answer_01 .face,
    #answer_02 .face,
    #answer_03 .face,
    #answer_04 .face {
        text-align: right;
        margin-top: -17px;
        margin-bottom: -70px;
    }
    #answer_05 .face {
        text-align: right;
        margin-top: -17px;
        margin-bottom: -40px;
    }
    .match img {
        display: inline;
        position: relative;
        bottom: 0;
    }
    #answer_01 .match img,
    #answer_02 .match img,
    #answer_03 .match img,
    #answer_04 .match img,
    #answer_05 .match img {
        right: 0px;
    }
}


/* フッター */

footer {
    padding: 80px 0;
    background: #FFF;
}
footer #pagetop {
    display: none;
    zoom: 1;
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 10;
}

footer .back_image {
    height: 190px;
    background-repeat: repeat-x;
    background-image: url(../img/town.png);
}

footer .copyright {
    font-size: 12px;
    font-weight: bold;
    margin: 25px auto 0px;
    width: 520px;
}
footer .copyright ul {
    display: table;
    width: 100%;
    padding-left: 0px;
}
footer .copyright li {
    display: table-cell;
    width: 50%;
    padding: 0 1%;
    list-style: none;
}


/*ボタン要素*/
footer .company_link a {
    display: block;
    font-size: 13px;
    color: #fff;
    width: 250px;
    border: solid 1px #a2a2a2;
    background-color: #a2a2a2;
    margin: 0 auto;
    padding: 7px;
    text-align: center;
    position: relative;
}
footer .company_link a:after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 100;
}
footer .company_link a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #444;
    opacity: 1;

}
footer .company_link span:hover {
    opacity: 1;

}
footer .company_link a:hover:after {
    border-top: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
}
.radio_naru {
    width: 100%;
    margin-top: 20px;
}
.radio_naru a {
    display: block;
    width: 350px;
    margin: 0 auto;
}
.radio_naru a:hover {
    opacity: 0.5;
}
.radio_naru a img {
    border: 1px solid #696969;
}

@media(max-width:768px) {
    footer {
        padding: 10% 0;
    }

    footer .copyright {
        width: 100%;
    }
    footer .copyright .company_link li {
        display: table;
        width: 100%;
        padding: 0 0%;
    }
    footer .copyright .company_link li:first-child {
        margin-bottom: 10px;
    }

    footer .company_link a {
        width: 90%;
    }
    footer .company_link a:hover {
        text-decoration: none;
        background-color: #a2a2a2;
        color: #fff;
        opacity: 1;
    }
    footer .company_link span:hover {
        opacity: 1;

    }
    footer .company_link a:hover:after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    footer .back_image {
        height: 99px;
        -webkit-background-size: 470px auto;
        background-size: 470px auto;
    }
    .radio_naru a {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .radio_naru a:hover {
        opacity: 1;
    }
    .radio_naru a img {
        max-width: 150%;
        width: 100%;
    }
}
.covid_bnr_wrap {
    width: 100%;
}

.covid_bnr_wrap a {
    width: 100%;
    display: block;
    padding: 25px 15px;
    line-height: 1.5;
    background-color: #ffba38;
    color: #000;
    font-size: 110%;
    text-align: center;
    text-decoration: none;
}

.covid_bnr_wrap a:hover {
    background-color: #ffc965;
    text-decoration: none;
}

.covid_bnr_wrap a span {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .covid_bnr_wrap {
        margin: 0 0 0;
    }

    .covid_bnr_wrap a {
        padding: 25px 60px 25px 60px;
    }
}

.sponsor_bnr_wrap {
    width: 100%;
}

.sponsor_bnr_wrap a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    background-color: #004e90;
    text-align: center;
    text-decoration: none;
}

.sponsor_bnr_wrap a:hover {
    opacity: 0.9;
    text-decoration: none;
}

.sponsor_bnr_wrap a span {
    display: inline-block;
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
    .sponsor_bnr_wrap {
        margin: 0 0 0;
    }

    .sponsor_bnr_wrap a {
        padding: 10px 60px 10px 60px;
    }

    .sponsor_bnr_wrap a span {
        display: inline-block;
        max-width: 375px;
        padding-right: 5px;
    }
}
