@charset "utf-8";



/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
    zoom: 1;
}



/* tags
---------------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font: 15px "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #e00;
    text-decoration: none;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
div,
img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}



/* common
---------------------------------------------------- */

.inner1 {
    width: 1140px;
    margin: 0px auto;
}

@media print {
    .inner1 {
        width: 1040px;
    }
}

.table1 {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px dashed #aaa;
}

.table1 th,
.table1 td {
    padding: 15px 20px;
    border-bottom: 1px dashed #aaa;
    line-height: 1.8;
}

.table1 tr:nth-child(odd) th,
.table1 tr:nth-child(odd) td {
    background: #ddd;
}

.table1 th {
    width: 24%;
}

.table1 dt {
    float: left;
}

.table1 dd {
    margin-left: 130px;
    margin-bottom: 10px;
}

.table2 {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

.table2 th,
.table2 td {
    padding: 15px 20px;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    line-height: 1.8;
}

.table2 th {
    background: #333;
    color: #fff;
    text-align: left;
    position: relative;
}

.table2 td {
    width: 70%;
}

.st1 {
    border: 3px solid rgb(236, 103, 0);
    border-radius: 50px;
    width: 300px;
    height: 54px;
    line-height: 54px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #fff;
    background-image: url(../images/star1.png), url(../images/star1.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px 10px, 255px 10px;
    position: absolute;
    top: -28px;
    left: 50%;
    margin: 0px 0px 0px -150px;
    text-align: center;
}

.st1.type2 {
    width: 500px;
    margin-left: -250px;
    background-position: 15px 10px, 455px 10px;
}

.st1.type3 {
    width: 580px;
    margin-left: -290px;
    background-position: 15px 10px, 535px 10px;
    letter-spacing: 0px;
}

.st2 {
    border: 3px solid rgb(236, 103, 0);
    border-radius: 50px;
    width: 300px;
    height: 54px;
    line-height: 54px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #fff;
    background-image: url(../images/star1.png), url(../images/star1.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px 10px, 255px 10px;
    text-align: center;
    margin: -30px auto 30px;
}

.st2.w500 {
    width: 450px;
    background-position: 15px 10px, 405px 10px;
}

.st3 {
    text-align: center;
    margin-bottom: 50px;
}

.st3 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: inline-block;
    background: url(../images/line1.png) repeat-x left bottom;
    padding-bottom: 13px;
}

.st4 {
    text-align: center;
    margin-bottom: 50px;
}

.st4 h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
    background: url(../images/line1.png) repeat-x left bottom,
    url(../images/star1.png) no-repeat left 0px,
    url(../images/star1.png) no-repeat right 0px;
    padding: 0px 50px 13px;
    color: #ffff00;
}

.contents1 {
    border: 3px solid rgb(236, 103, 0);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
    padding: 60px 50px 50px;
    position: relative;
    margin: 50px 0px 80px;
}

.mb0 {
    margin-bottom: 0;
}

.mt80 {
    margin-top: 80px;
}

.pb100 {
    padding-bottom: 100px;
}

/* detail
---------------------------------------------------- */

#detail1 {
    background: #000 url(../images/star2.png) repeat left top;
    padding: 60px 0px;
}

#detail1 .box1 {
    border-radius: 10px;
    background: rgba(80, 80, 80, 0.8);
    padding: 35px 50px;
    box-sizing: border-box;
}

#detail1 .imgbox {
    width: 450px;
    height: 320px;
    float: left;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 0px 40px 10px 0px;
}

#detail1 .imgbox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#detail1 .txtbox p {
    line-height: 2;
    margin: 0px 0px 20px;
    color: #fff;
}

.detail2.contents1 {
    padding-bottom: 20px;
    margin-top: 80px;
}

.detail2 ul {
    margin-top: 5px;
}

.detail2 li {
    float: left;
    display: block;
    width: 317px;
    margin: 0px 31px 30px 0px;
}

.detail2 li:nth-child(3n) {
    margin-right: 0px;
}

.detail2 li:nth-child(3n+1) {
    clear: both;
}

.detail2 li p {
    text-align: center;
    line-height: 1.2;
    margin-top: 5px;
}

.detail2 .imgbox {
    width: 317px;
    height: 230px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.detail2 .imgbox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.detail2 .imgbox a:hover img {
    opacity: 0.6;
}

.detail2 li iframe {
    width: 317px;
    height: 239px;
}

@media print {
    .detail2 li {
        width: 32%;
        margin: 0px 2% 30px 0px;
    }
    .detail2 .imgbox,
    .detail2 li iframe {
        width: 100%;
        height: 200px;
    }
}

.btn3 a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #000;
    text-align: center;
    color: #fff;
    margin: 0px 0px 50px;
    letter-spacing: 5px;
    position: relative;
}

.btn3 a::after {
    position: absolute;
    top: 50%;
    left: 25px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.btn3 a:hover {
    background: #333;
}

/* talent
---------------------------------------------------- */

#wrapper {
    padding-bottom: 80px;
}

#sidebar {
    width: 250px;
    float: left;
    border: 3px solid rgb(236, 103, 0);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
}

#sidebar p {
    border-radius: 17px 17px 0px 0px;
    background: #000;
    padding: 18px 0px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
}

#sidebar li {
    border-bottom: 1px dashed #ccc;
}

#sidebar li:last-child {
    border: none;
}

#sidebar li a {
    padding: 13px 13px 13px 20px;
    display: block;
    line-height: 1.4;
    position: relative;
}

#sidebar li a:hover {
    background: url(../images/back2.png) repeat left top;
}

#sidebar li:last-child a {
    border-radius: 0px 0px 17px 17px;
}

#sidebar li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#talent1 {
    width: 850px;
    float: right;
    border: 3px solid rgb(236, 103, 0);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
    padding: 50px 50px 30px;
    box-sizing: border-box;
}

#talent1 h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    background: url(../images/line1.png) repeat-x left bottom,
    url(../images/star1.png) no-repeat left 2px;
    padding: 5px 0px 12px 36px;
    margin-bottom: 30px;
}

.txtarea p {
    line-height: 2;
    margin-bottom: 30px;
}

.itemlist li {
    display: block;
    width: 228px;
    float: left;
    margin: 0px 30px 30px 0px;
    text-align: center;
}

.itemlist li:nth-child(3n) {
    margin-right: 0px;
}

@media print {
    #sidebar {
        width: 200px;
    }
    #talent1 {
        width: 820px;
    }
    .itemlist li {
        margin: 0px 10px 30px 0px;
    }
}

.itemlist li:nth-child(3n+1) {
    clear: both;
}

.itemlist .imgbox {
    width: 228px;
    height: 160px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.itemlist .imgbox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.itemlist .imgbox a:hover img {
    opacity: 0.6;
}

.itemlist p {
    line-height: 1.6;
    margin: 8px 0px 0px;
}

/* thought
---------------------------------------------------- */

#thought1 {
    background: #000 url(../images/star2.png) repeat left top;
    padding: 60px 0px;
    text-align: center;
}

#thought1 p {
    color: #ffff00;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

#thought2 {
    background: url(../images/back2.png) repeat left top;
    padding: 60px 0px;
    margin-bottom: 80px;
}

#thought2 p {
    line-height: 2;
    margin-bottom: 20px;
}

#thought2 p.p1 {
    font-size: 20px;
    font-weight: bold;
    color: #ff6c00;
}

#thought2 p:last-child {
    margin: 0px;
}

#thought2 img {
    float: right;
    margin: -30px 0px 5px 40px;
    width: 380px;
    height: auto;
}

#thought3 dl {
    padding: 0px 70px;
}

#thought3 dl.dl1 {
    padding-top: 50px;
}

#thought3 dl.dl2 {
    padding-top: 30px;
}

#thought3 dl.dl3 {
    padding-top: 15px;
}

#thought3 dl.dl4 {
    padding-top: 40px;
}

#thought3 dt {
    font-size: 22px;
    line-height: 1.8;
    font-weight: bold;
    margin: 0px 0px 20px;
    color: #ff6c00;
}

#thought3 dd {
    line-height: 2;
}

#thought3 .img1 {
    float: left;
    margin: 0px 30px 0px 0px;
    width: 340px;
    height: auto;
}

#thought3 .img2 {
    float: right;
    margin: -70px 0px 0px 30px;
    width: 400px;
    height: auto;
}

#thought3 .img3 {
    float: left;
    margin: -20px 30px 0px 0px;
    width: 380px;
    height: auto;
}

#thought3 .img4 {
    float: right;
    margin: -40px 0px 0px 30px;
    width: 380px;
    height: auto;
}

#thought4 li {
    float: left;
    display: block;
    width: 317px;
    margin-right: 31px;
}

#thought4 li iframe {
    width: 317px;
    height: 239px;
}

#thought4 li:last-child {
    margin: 0px;
}

@media print {
    #thought4 li {
        width: 32%;
        margin-right: 2%;
    }

    #thought4 li iframe {
        width: 100%;
        height: 200px;
    }
}

/* contact
---------------------------------------------------- */

#contact1 {
    background: #000 url(../images/star2.png) repeat left top;
    padding: 60px 0px;
    margin-bottom: 80px;
}

#contact1 li {
    display: block;
    width: 48%;
    float: left;
    text-align: center;
    border-radius: 10px;
    background: rgba(80, 80, 80, 0.8);
    padding: 35px 0px;
    box-sizing: border-box;
}

#contact1 li:last-child {
    float: right;
}

#contact1 dt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

#contact1 dd {
    color: #ffff00;
    font-size: 33px;
    font-weight: bold;
    line-height: 1;
}

#contact1 dd img {
    vertical-align: middle;
    width: auto;
    height: 33px;
    margin: -8px 13px 0px 0px;
}

#contact2 p {
    line-height: 2;
    margin-bottom: 30px;
}

#contact2 p.mb10 {
    margin-bottom: 10px;
}

#contact2 li {
    display: inline-block;
    margin-right: 15px;
}

#contact2.mb p {
    margin-top: 30px;
    margin-bottom: 5px;
}
#contact2 .span1,
#contact2 th span {
    font-size: 12px;
    color: #fff;
    background: #e53030;
    display: inline-block;
    line-height: 1;
    padding: 4px 5px;
    font-weight: normal;
    position: absolute;
    right: 10px;
}

#contact2 .span1 {
    position: static;
    right: 0px;
    margin: 0px 5px 0px 0px;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

::placeholder {
    color: #aaa
}

#contact2 input.size_s {
    width: 200px;
    padding: 8px 12px;
    font-size: 15px;
    border: 1px solid #aaa;
    border-radius: 3px;
}

#contact2 input.size_m {
    width: 400px;
    padding: 8px 12px;
    font-size: 15px;
    border: 1px solid #aaa;
    border-radius: 3px;
}

#contact2 input.size_l {
    width: 600px;
    padding: 8px 12px;
    font-size: 15px;
    border: 1px solid #aaa;
    border-radius: 3px;
}

#contact2 textarea {
    width: 600px;
    height: 200px;
    padding: 8px 12px;
    font-size: 15px;
    border: 1px solid #aaa;
    border-radius: 3px;
}

#contact2 .box2 button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    margin: 40px auto 10px;
    cursor: pointer;
    display: block;
    background: #cc2020;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 25px 0px;
    font-weight: bold;
    width: 400px;
    position: relative;
    border-radius: 10px;
}

#contact2 .box2 button.cbtn1::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#contact2 .box2 button.cbtn2::after {
    position: absolute;
    top: 50%;
    left: 25px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#contact2 .box2 button:hover {
    opacity: 0.6;
}

#contact2 .box2 button.cbtn2 {
    background: #333;
    color: #fff;
    width: 300px;
    padding: 15px 0px;
    font-size: 14px;
}

#contact3 {
    background: url(../images/back2.png) repeat left top;
    padding: 60px 0px 80px;
}

#privacy {
    height: 340px;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid #333;
    padding: 30px 40px;
}

#privacy p {
    line-height: 1.8;
    margin-bottom: 30px;
}

#privacy h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0px 0px 20px;
}
.text-center {
    text-align: center;
}

.button-wrapper {
    padding-top: 50px;
}

.d-flex {
    display: flex;
}
/* company
---------------------------------------------------- */

#company1 .img1 {
    position: absolute;
    right: -20px;
    top: -30px;
}

#company1 .img2 {
    position: absolute;
    right: -20px;
    top: 220px;
}

#company1 p {
    line-height: 2;
    margin: 0px 320px 20px 0px;
}

#company1 p a {
    text-decoration: underline;
}

#company1 p a:hover {
    text-decoration: none;
}

#company1 p.name {
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
}

#map iframe {
    width: 100%;
    height: 600px;
    vertical-align: bottom;
}

/* header
---------------------------------------------------- */

#header h1,
#header2 .logo {
    padding: 24px 0px 0px;
    float: left;
}

#header .box1,
#header2 .box1 {
    float: right;
    text-align: right;
    padding: 17px 0px 15px;
}

#header .box1 p,
#header2 .box1 p {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
}

#header .box1 p img,
#header2 .box1 p img {
    vertical-align: middle;
    margin: -3px 8px 0px 0px;
}

#header li,
#header2 li {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    float: left;
    margin-right: 40px;
}

#header li:last-child,
#header2 li:last-child {
    margin: 0px;
}

#header li a,
#header2 li a {
    color: #ec6700;
    border-bottom: 3px solid transparent;
    padding-bottom: 4px;
    display: inline-block;
}

#header li a.on,
#header li a:hover,
#header2 li a.on,
#header2 li a:hover {
    border-bottom: 3px solid #009944;
}

/* navibar
---------------------------------------------------- */

#navibar {
    background: #fff;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #e5e5e5;
}

@media print {
    #navibar {
        display: none;
    }
}

.cb-header {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.sc {
    width: 100%;
    margin: 0 auto;
}

.container {
    background: url(../images/bg02.jpg) repeat left top;
}

.container.type2 {
    padding-bottom: 5px;
}

#title {
    border-top: 1px solid #e5e5e5;
    padding: 50px 0px;
}

#title h2 {
    color: #ffff00;
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 5px;
    text-shadow: 2px 2px 0px #000;
}

#header .box1.header-right,
#header2 .box1.header-right {
    padding-top: 0;
    padding-bottom: 10px;
}

.header-contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.header-contact-mail {
    margin-left: 20px;
    background-color: #ec6700;
    padding: 10px 20px;
    border-radius: 0px 0px 5px 5px;
}

.header-contact-mail:hover {
    background-color: #fdbb05;
}

#header .box1.header-right p.header-contact-mail a,
#header2 .box1.header-right p.header-contact-mail a{
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}



#header .box1.header-right p img,
#header2 .box1.header-right p img {
    margin: 0px;
    padding-right: 10px;
}
/* main
---------------------------------------------------- */

#main {
    background: url(../images/main-back1.png) repeat left top;
    border-top: 1px solid #e5e5e5;
}

#main-body {
    background: url(../images/main-back2.png) no-repeat center top;
    height: 716px;
    position: relative;
}

#main-body .inner1 {
    position: relative;
    height: 716px;
}

.btn-oubo {
    position: absolute;
    right: 50px;
    bottom: -50px;
    background-color: #e8f803;
    width: 350px;
    height: 194px;
    border-radius: 20px;
}
.btn-oubo a:hover img{
    opacity: 0.6;
}

a:hover .btn-oubo {
    opacity: 0.9;
}

#main p {
    padding: 217px 0px 0px 5px;
}

#main .img1 {
    position: absolute;
    left: -62px;
    bottom: -76px;
}

/* home1
---------------------------------------------------- */

#home1 {
    background: #000 url(../images/home1.png) no-repeat center top;
    height: 571px;
}

#home1 .inner1 {
    padding-top: 145px;
}

#home1 p {
    color: #fff;
    line-height: 2.1;
    font-weight: bold;
    margin-bottom: 30px;
}

#home1 p span {
    color: #ec6700;
    font-size: 20px;
}

.btn1 a {
    border: 1px solid #ec6700;
    display: block;
    width: 269px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    color: #ec6700;
    margin-top: 60px;
}

.btn1 a:hover {
    opacity: 0.6;
}

.btn1 a img {
    vertical-align: middle;
    margin: -2px 0px 0px 8px;
}

#home21 {
    padding: 58px 0px 77px;
}

#home22 {
    padding-top: 58px;
}

.center {
    text-align: center;
}

#home21 .box1,
#home22 .box1 {
    border: 3px solid rgb(236, 103, 0);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
    padding: 79px 60px 60px;
    position: relative;
}

#home22 .box1 {
    padding: 85px 40px 50px;
}

#home21 h2 {
    position: absolute;
    width: 493px;
    height: 61px;
    left: 50%;
    margin-left: -247px;
    top: -30px;
}

#home22 h2 {
    position: absolute;
    width: 324px;
    height: 61px;
    left: 50%;
    margin-left: -162px;
    top: -30px;
}

#home21 li {
    float: left;
    display: block;
    width: 317px;
    margin-right: 31px;
}

#home21 li iframe {
    width: 317px;
    height: 239px;
}

#home21 li:last-child {
    margin: 0px;
}

@media print {
    #home21 li {
        width: 32%;
        margin-right: 2%;
    }
    #home21 li iframe {
        width: 100%;
        height: 200px;
    }
}

#home22 .box1 {
    text-align: center;
}

#home22 li {
    display: inline-block;
    margin: 0px 9px 30px;
}

#home22 li a:hover img {
    opacity: 0.6;
}

#home22 .imgbox {
    width: 185px;
    height: 140px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: relative;
}

#home22 .imgbox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#home22 p {
    font-size: 14px;
    margin-top: 13px;
    line-height: 1.2;
}

.btn2 a {
    display: block;
    width: 360px;
    height: 60px;
    line-height: 60px;
    background: #ec6700;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 10px auto;
}

.btn2 a:hover {
    opacity: 0.6;
}

.btn2 a img {
    vertical-align: middle;
    margin: -2px 0px 0px 8px;
}

#home3 {
    background: url(../images/back2.png) repeat left top;
    padding: 74px 0px 80px;
}

#home3 h2 {
    text-align: center;
    margin-bottom: 45px;
}

#news {
    width: 945px;
    height: 335px;
    box-sizing: border-box;
    margin: 0px auto;
    overflow: auto;
}

#news dl {
    border-bottom: 1px solid #d4d0cf;
    padding: 18px 25px;
}

#news dt {
    font-size: 14px;
    color: #333;
    line-height: 2;
    margin-bottom: 10px;
}

#news dt img {
    vertical-align: middle;
    margin: -4px 0px 0px 17px;
}

#news dd {
    font-size: 14px;
    color: #333;
    line-height: 2;
}

#news dd a {
    color: #ec6700;
    text-decoration: underline;
}

#news dd a img {
    vertical-align: middle;
    margin: -2px 0px 0px 5px;
}

#news dd .imgbox {
    width: 200px;
    height: 150px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    float: left;
    margin: 0px 20px 5px 0px;
}

#news dd .imgbox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/* footer
---------------------------------------------------- */

#footer {
    border-top: 1px solid #fff;
    background: url(../images/back3.png) repeat left top;
    padding-top: 22px;
}

#footer-body {
    background: #423226;
    padding: 60px 0px 90px;
}

#footer .box1 {
    padding-bottom: 55px;
    border-bottom: 1px solid #695f58;
}

#footer .box1 ul {
    float: right;
}

#footer .box1 li {
    float: left;
    margin-left: 20px;
    vertical-align: top;
}

#footer .box1 li img {
    vertical-align: top;
}

#footer .box1 .p2 a:hover {
    opacity: 0.6;
}

#footer .p1 {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 25px;
}

#footer .p1 a,
#footer .p2 a {
    color: #fff;
}

#footer .p2 {
    font-size: 14px;
    line-height: 2;
    color: #fff;
}

#footer .p2 img {
    vertical-align: middle;
    margin: -3px 5px 0px 0px;
}

#footer .box2 {
    padding-top: 35px;
}

#footer .box2 ul {
    float: left;
}

#footer .box2 li {
    float: left;
    line-height: 1.8;
    margin-right: 25px;
}

#footer .box2 li a {
    color: #fff;
}

#footer .box2 li a:hover {
    text-decoration: underline;
}

#footer .box2 p {
    color: #695f58;
    float: right;
    font-size: 14px;
    line-height: 1.8;
}

#pagetop {
    position: fixed;
    bottom: 100px;
    right: 10px;
}



/* スクロール
---------------------------------------------------- */

.cd-fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.cd-fixed-bg.cd-bg-1 {
    background-image: url("../images/bg02.jpg");
}

@media print {
    .cd-fixed-bg {
        background-attachment: scroll;
    }
}
