@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-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
}

body#page {
    background: url(../images/main.jpg) no-repeat center top;
    background-size: 100% auto;
}

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;
}

@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }
    body#page {
        background: url(../images/main.jpg) no-repeat center top;
        background-size: 800px auto;
    }
}

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

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

.inner2 {
    max-width: 1040px;
    margin: 0px auto;
}

@media screen and (max-width: 1024px) {
    .inner1,
    .inner2 {
        margin: 0px 20px;
    }
}

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

}

table.table1 {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.table1 th,
.table1 td {
    padding: 15px 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
    background: #fff;
}

.table1 th {
    background: #e7e7e7;
    width: 28%;
}

.table1 td a {
    text-decoration: underline;
}

@media screen and (max-width: 480px) {
    .table1 th,
    .table1 td {
        padding: 10px 15px;
        display: block;
    }

    .table1 th {
        width: auto;
        padding: 5px 15px;
    }
}

table.pro-tab1,
table.pro-tab2 {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}

table.pro-tab2 {
    border-top: none;
}


.pro-tab1 th,
.pro-tab1 td,
.pro-tab2 th,
.pro-tab2 td {
    padding: 10px 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
    font-size: 14px;
    box-sizing: border-box;
}

.pro-tab1 th,
.pro-tab2 th {
    background: #e7e7e7;
    width: 15%;
    text-align: left;
}

.pro-tab1 td {
    width: 35%;
}

.pro-tab2 th {
    background: #e7e7e7;
    width: 15%;
    text-align: left;
}

.pro-tab2 td {
    width: 85%;
}

@media screen and (max-width: 480px) {
    .pro-tab1 th,
    .pro-tab1 td,
    .pro-tab2 th,
    .pro-tab2 td {
        display: block;
    }
    .pro-tab1 th,
    .pro-tab2 th {
        padding: 5px 15px;
        width: auto;
        text-align: center;
    }

    .pro-tab1 td {
        width: auto;
    }

    .pro-tab2 th {
        width: auto;
        text-align: center;
    }

    .pro-tab2 td {
        width: auto;
    }
}

@media screen and (max-width:768px){
	.hidden-sp{
		display:none;
	}
}


/* drawer
---------------------------------------------------- */

header {
    display: none;
}

@media screen and (max-width: 768px) {
    header {
        display: block;
        z-index: 1000;
        position: relative;
    }
    header .drawer-hamburger {
        background: #0e57ba;
        border-left: 1px solid #71a0de;
        border-bottom: 1px solid #71a0de;
    }
    .drawer-hamburger:hover {
        background-color: #0e57ba;
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        background-color: #fff;
    }
    header .drawer-menu-item {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 15px 20px 15px 15px;
        position: relative;
        line-height: 1.2;
        text-decoration: none;
        font-size: 14px;
    }
    .drawer-menu-item::after {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        margin-top: -6px;
        border-top: 2px solid #0e57ba;
        border-right: 2px solid #0e57ba;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

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

#main {
    background: url(../images/main.jpg) no-repeat center top;
    background-size: 100% auto;
    overflow: hidden;
}

#main-index {
    background: url(../images/main2.jpg) no-repeat center top;
    background-size: 100% auto;
    overflow: hidden;
}

#header {
    padding: 55px 0px 0px;
}

#header h1 {
    float: left;
}

#header ul {
    float: right;
    padding-top: 28px;
}

#header li {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-right: 35px;
}

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

#header li a {
    color: #fff;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}

#header li a.on,
#header li a:hover {
    border-bottom: 2px solid #fff;
}

@media screen and (max-width: 768px) {
    #header ul {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #main {
        background: url(../images/main.jpg) no-repeat center top;
        background-size: 800px auto;
    }
	#main-index {
        background: url(../images/main2-sp.jpg) no-repeat center top;
        background-size: contain;
    }
    #header {
        padding: 20px 0px 0px;
    }
    #header h1 {
        float: none;
    }
    #header h1 img {
        width: 220px;
        height: auto;
    }
}

/* title
---------------------------------------------------- */

#title {
    text-align: center;
    margin: 100px 0px 50px;
}

#title h2 {
    font-size: 38px;
    letter-spacing: 8px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
    line-height: 1;
}

#title p {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 15px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
    #title {
        margin: 70px 0px 30px;
    }
}

@media screen and (max-width: 480px) {
    #title {
        margin: 40px 0px 20px;
    }
    #title h2 {
        font-size: 24px;
        letter-spacing: 3px;
    }

    #title p {
        font-size: 14px;
        margin-top: 13px;
    }
}

.page-body {
    background: url(../images/main-back1.png) repeat-x left top;
    padding-top: 110px;
}

.st1 {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.st1::after {
    content: '';
    width: 140px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: -30px;
    border-bottom: 6px solid #1978d1;
}

.st1 h2,
.st1 h3,
.st1 h4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.st1 h3 {
    font-size: 33px;
}

.st1 p,
#works1 .st1 p,
#products3 .st1 p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 480px) {
    .page-body {
        background: url(../images/main-back1.png) repeat-x left top;
        background-size: 100% auto;
        padding-top: 50px;
    }
    .st1 {
        margin-bottom: 40px;
    }

    .st1::after {
        width: 80px;
        margin-left: -40px;
        bottom: -20px;
        border-bottom: 4px solid #1978d1;
    }
    .st1 h2,
    .st1 h3,
    .st1 h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .st1 h3 {
        font-size: 20px;
    }
    .st1 p,
    #works1 .st1 p,
    #products3 .st1 p {
        font-size: 13px;
    }
}

/* products
---------------------------------------------------- */

#products1 .ul1 {
    text-align: center;
    margin-bottom: 70px;
}

#products1 .ul1 li {
    display: inline-block;
    margin: 0px 10px 12px 0px;
}

#products1 .ul1 li:last-child {
    margin-right: 0px;
}

#products1 .ul1 li a {
    display: inline-block;
    background: #1978d1;
    padding: 12px 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    position: relative;
}

#products1 .ul1 li a:hover {
    background: #68a8e3;
}

#products1 .ul1 li a::after {
    position: absolute;
    top: 50%;
    right: 13px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    #products1 .ul1 li {
        margin: 0px 5px 10px 0px;
    }
    #products1 .ul1 li a {
        font-size: 13px;
        padding: 10px 20px 10px 15px;
    }
    #products1 .ul1 li a::after {
        right: 10px;
    }
}

@media screen and (max-width: 480px) {
    #products1 .ul1 {
        margin-bottom: 30px;
    }
    #products1 .ul1 li a {
        font-size: 12px;
        padding: 8px 20px 8px 12px;
    }
}

#products2 {
    background: url(../images/back2.jpg) repeat-y center top;
    background-size: 100% auto;
    padding: 60px 0px 30px;
}

#products2.type2 {
    padding-bottom: 60px;
}

div.paging {
    text-align: center;
    margin-bottom: 40px;
}

div.paging span.current,
div.paging span.paging-text {
    margin: 0px 2px;
    color: #333;
    display: inline;
    zoom: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    background: #fff;
    border-radius: 3px;
}

div.paging span.paging-text a {
    padding: 3px 8px;
    display: block;
    border-radius: 3px;
}

div.paging span.current {
    background: #d92424;
    color: #fff;
    display: inline;
    zoom: 1;
    padding: 3px 8px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

div.paging span.paging-text a:hover {
    background: #aaa;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#products2 .ul2 li {
    width: 31%;
    float: left;
    margin: 0px 3.5% 40px 0px;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

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

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

#products2 .ul2 .imgbox1 {
    width: 100%;
    height: 200px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
}

#products2 .ul2 .imgbox1 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;
}

#products2 .ul2 dt {
    background: #1978d1;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    padding: 9px 9px 9px 12px;
}

#products2 .ul2 dt .span1 {
    display: block;
    float: right;
    background: #fff;
    color: #155b9b;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 5px;
    border-radius: 3px;
    line-height: 1;
}

#products2 .ul2 a:hover {
    color: #000;
}

#products2 .ul2 a:hover img {
    opacity: 0.6;
}

#products2 .ul2 .p1 {
    font-size: 14px;
    line-height: 1.8;
    margin: 8px 0px;
}

@media screen and (max-width: 768px) {
    #products2 .ul2 li,
    #products2 .ul2 li:nth-child(3n) {
        width: 48%;
        margin: 0px 4% 30px 0px;
    }

    #products2 .ul2 li:nth-child(2n) {
        margin-right: 0px;
    }
    #products2 .ul2 li:nth-child(3n+1) {
        clear: none;
    }
    #products2 .ul2 li:nth-child(2n+1) {
        clear: both;
    }
}

@media screen and (max-width: 480px) {
    #products2 {
        padding: 30px 0px 5px;
    }
    #products2.type2 {
        padding-bottom: 30px;
    }
    #products2 .ul2 li,
    #products2 .ul2 li:nth-child(3n) {
        width: auto;
        margin: 0px 0px 20px;
    }
    #products2 .ul2 .imgbox1 {
        height: 150px;
    }
    #products2 .ul2 dt {
        font-size: 14px;
        padding: 6px 6px 6px 8px;
    }

    #products2 .ul2 dt .span1 {
        font-size: 12px;
        padding: 2px 4px;
    }
    #products2 .ul2 .p1 {
        margin: 5px 0px 0px;
    }
}

#products2 .st2 {
    text-align: center;
}

#products2 .pro-p1 {
    display: inline-block;
    background: #fff;
    padding: 11px 20px 9px 20px;
    font-weight: bold;
    line-height: 1.2;
    font-size: 18px;
    border-radius: 5px;
}

#products2 .pro-p1 .pro-span1 {
    background: #d11919;
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0px 0px 15px;
    border-radius: 3px;
}

#products2 h4 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0px;
}

@media screen and (max-width: 480px) {
    #products2 .pro-p1 {
        display: block;
        padding: 8px 6px 6px;
        font-size: 14px;
    }
    #products2 .pro-p1 .pro-span1 {
        padding: 3px 8px;
        font-size: 12px;
        margin: -4px 0px 0px 10px;
    }
    #products2 h4 {
        font-size: 16px;
        line-height: 1.8;
        margin: 20px 0px;
    }
}

#products3 {
    margin-top: 50px;
    margin-bottom: 50px;
}

#products3 p {
    line-height: 2;
    margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
    #products3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #products3 p {
        line-height: 1.8;
        margin-bottom: 20px;
    }
}

#contactbox {
    border: 3px solid #0b64b6;
    margin: 60px 0px;
    background: #cee6ff;
    text-align: center;
    padding: 30px 0px 40px;
}

#contactbox .p1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #0b64b6;
}

#contactbox .p1 br {
    display: none;
}

#contactbox .ul3 {
    border-top: 1px solid #6d9ed2;
    border-bottom: 1px solid #6d9ed2;
    padding: 20px 0px;
    background: #fff;
}

#contactbox .ul3 li {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}

#contactbox .ul3 .li1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #0b64b6;
    margin-left: 0px;
    padding-top: 3px;
}

#contactbox .ul3 .li1 a {
    color: #0b64b6;
}

#contactbox .ul3 .li1 img {
    vertical-align: middle;
    margin: -4px 7px 0px 0px;
}

#contactbox .ul3 .li1 p {
    font-size: 14px;
    font-weight: bold;
    margin: 3px 0px 0px;
}

#contactbox .ul3 .li2 a,
#contactbox .ul3 .li3 a {
    line-height: 1.2;
    background: #1978d1;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 12px 40px;
}

#contactbox .ul3 .li3 a {
    background: #52a268;
}

#contactbox .ul3 .li2 a:hover {
    background: #68a8e3;
}

#contactbox .ul3 .li3 a:hover {
    background: #88d89e;
}

#contactbox .ul3 .li2 img {
    vertical-align: middle;
    margin: -2px 8px 0px 0px;
}

#contactbox .ul3 .li3 img {
    vertical-align: middle;
    margin: -2px 8px 0px 0px;
    width: auto;
    height: 20px;
}

@media screen and (max-width: 768px) {
    #contactbox .ul3 .li3 a {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    #contactbox {
        border: 2px solid #0b64b6;
        margin: 30px 0px;
        padding: 15px 0px;
    }

    #contactbox .p1 {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    #contactbox .p1 br {
        display: inline;
    }
    #contactbox .ul3 {
        padding: 15px 0px;
    }

    #contactbox .ul3 li {
        display: block;
        vertical-align: middle;
        margin-left: 0px;
    }

    #contactbox .ul3 .li1 {
        font-size: 22px;
        padding-top: 0px;
    }
    #contactbox .ul3 .li1 img {
        margin: -6px 5px 0px 0px;
        width: 16px;
        height: auto;
    }

    #contactbox .ul3 .li1 p {
        font-size: 13px;
    }

    #contactbox .ul3 .li2 a,
    #contactbox .ul3 .li3 a {
        display: block;
        font-size: 15px;
        padding: 12px 10px;
        margin: 15px 20px 0px;
    }
    #contactbox .ul3 .li2 img {
        margin: -5px 5px 0px 0px;
        width: 16px;
        height: auto
    }

    #contactbox .ul3 .li3 img {
        margin: -4px 6px 0px 0px;
        width: auto;
        height: 16px;
    }
}

#products3 .div1 a {
    line-height: 1;
    background: #666;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 10px 40px 10px 50px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
}

#products3 .div1 a:hover {
    background: #aaa;
}

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

@media screen and (max-width: 480px) {
    #products3 .div1 a {
        font-size: 13px;
    }
}

/* works
---------------------------------------------------- */

#works1 {
    margin-bottom: 60px;
}

#works1 .img1 {
    float: right;
    width: 380px;
    height: auto;
    border-radius: 50%;
    border: 5px solid #fff;
    margin: -20px 0px 0px 30px;
}

#works1 .ul1 {
    line-height: 2;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 30px;
}

#works1 .ul1 li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0px 5px 35px;
    background: url(../images/icon-check.png) no-repeat left 20px;
    background-size: 24px auto;
}

#works1 p {
    line-height: 2;
}

#works1 .ul2 {
    margin-top: 30px;
}

#works1 .ul2 li {
    display: inline-block;
}

#works1 .ul2 li:last-child {
    margin-left: 20px;
}

#works1 .ul2 a {
    display: inline-block;
    background: #1978d1;
    padding: 20px 60px;
    border-radius: 50px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    position: relative;
}

#works1 .ul2 a:hover {
    background: #68a8e3;
}

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

@media screen and (max-width: 768px) {
    #works1 .img1 {
        width: 280px;
        height: auto;
        margin: -30px 0px 0px 20px;
    }
    #works1 .ul2 {
        text-align: center;
    }
    #works1 .ul2 li:last-child {
        margin-left: 10px;
    }

    #works1 .ul2 a {
        padding: 20px 40px;
    }
}

@media screen and (max-width: 480px) {
    #works1 {
        margin-bottom: 30px;
    }

    #works1 .img1 {
        float: none;
        width: 200px;
        height: auto;
        border: 3px solid #fff;
        margin: 0px auto 20px;
        display: block;
    }
    #works1 .ul1 {
        line-height: 1.6;
        font-size: 15px;
        margin-bottom: 20px;
    }

    #works1 .ul1 li {
        padding: 6px 0px 5px 22px;
        background: url(../images/icon-check.png) no-repeat left 10px;
        background-size: 16px auto;
    }
    #works1 p {
        line-height: 1.8;
    }
    #works1 .ul2 {
        margin-top: 20px;
    }

    #works1 .ul2 li {
        display: block;
    }

    #works1 .ul2 li:last-child {
        margin: 20px 0px 0px;
    }
    #works1 .ul2 a {
        display: block;
        padding: 15px 20px;
    }
    #works1 .ul2 a::after {
        right: 15px;
    }
}

#works2 {
    /* background: url(../images/back2.jpg) repeat-y center top; */
	background-color: #1978d1;
    background-size: 100% auto;
    padding: 55px 0px 80px;
}

#works2 h3 {
    font-size: 33px;
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4); */
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 13px;
    text-align: center;
}

#works2 .p1 {
    color: #fff;
    line-height: 1;
    font-size: 16px;
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4); */
    margin-bottom: 55px;
    font-weight: bold;
    text-align: center;
}

#works2 .p2 {
    line-height: 2;
    color: #fff;
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4); */
    font-weight: bold;
}

#works2 li {
    background: #fff;
    border-radius: 5px;
    display: block;
    margin-top: 30px;
    padding: 30px;
}

#works2 .imgbox1 {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 300px;
    height: 200px;
    position: relative;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

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

#works2 #w005 .imgbox1{
	height: 230px;
}

#works2 #w005 .imgbox1 img{
	max-height: 88%;
}

#works2 #w005 .imgbox1 p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align:center;
	font-size:14px;
	width:100%;
}

#works2 #w004 .imgbox1{
	height: 230px;
}

#works2 #w004 .imgbox1 img{
	max-height: 87%;
}

#works2 #w004 .imgbox1 p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align:center;
	font-size:14px;
	width:100%;
}

#works2 dl {
    margin: 0px 0px 0px 0px;
}

#works2 dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    color: #0b64b6;
}

#works2 dd {
    line-height: 1.8;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    #works2 .imgbox1 {
        width: 200px;
        height: 150px;
        margin: 0 auto 10px auto;
    }
	
	#works2 #w004 .imgbox1{
		height: 170px;
	}
	
	#works2 #w005 .imgbox1{
		height: 170px;
	}
	
    #works2 dl {
        margin: 0px 0px 0px 0px;
    }
}

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

    #works2 h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    #works2 .p1 {
        font-size: 13px;
        margin-bottom: 30px;
    }
    #works2 .p2 {
        line-height: 1.8;
    }
    #works2 li {
        margin-top: 20px;
        padding: 20px;
    }

    #works2 .imgbox1 {
        float: none;
        width: auto;
        height: 150px;
        border: none;
    }
    #works2 dl {
        margin: 20px 0px 0px;
    }

    #works2 dt {
        font-size: 16px;
    }

    #works2 dd {
        margin-top: 10px;
    }
}

/* company
---------------------------------------------------- */


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

#contact1 p.p1 {
    line-height: 2;
    text-align: center;
    margin-bottom: 40px;
}

.telbox {
    border-top: 1px solid #6d9ed2;
    border-bottom: 1px solid #6d9ed2;
    padding: 30px 60px;
    width: 80%;
    margin: 0px auto 50px;
    box-sizing: border-box;
}

.telbox li {
    display: block;
    float: left;
    width: 50%;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: #0b64b6;
    text-align: center;
}

.telbox a {
    color: #0b64b6;
}

.telbox img {
    vertical-align: middle;
    margin: -7px 10px 0px 0px;
    width: auto;
    height: 30px;
}

@media screen and (max-width: 768px) {
    #contact1 p.p1 {
        line-height: 1.8;
        text-align: left;
        margin-bottom: 20px;
    }

    .telbox {
        padding: 25px 40px;
        width: auto;
        margin: 0px auto 30px;
    }

    .telbox li {
        width: 50%;
        font-size: 28px;
    }

    .telbox img {
        margin: -6px 8px 0px 0px;
        width: auto;
        height: 26px;
    }
}

@media screen and (max-width: 480px) {
    .telbox {
        padding: 20px 0px;
        margin: 0px 0px 20px;
    }
    .telbox li {
        width: auto;
        float: none;
        font-size: 22px;
    }
    .telbox li:last-child {
        margin-top: 20px;
    }
    .telbox img {
        margin: -6px 6px 0px 0px;
        width: auto;
        height: 22px;
    }
}

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

.contact th {
    text-align: left;
}

.contact th span {
    font-size: 12px;
    color: #fff;
    background: #d42626;
    display: block;
    line-height: 1;
    padding: 4px 5px;
    font-weight: normal;
    float: right;
}

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

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

::placeholder {
    color: #aaa
}

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

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

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

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

#privacy {
    margin: 50px 0px;
    padding: 40px 30px 30px;
    text-align: center;
    border: 3px solid #6d9ed2;
}

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

.contact .box1 {
    font-size: 18px;
    font-weight: bold;
    background: #ddebfa;
    padding: 25px 0px;
}

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

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

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

.contact .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);
}

.contact .box2 button:hover {
    opacity: 0.6;
}

.contact .box2 button.cbtn2 {
    background: #888;
    width: 300px;
    padding: 15px 0px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .contact th span {
        font-size: 11px;
    }
    .contact input.size_s {
        box-sizing: border-box;
        font-size: 14px;
    }
    .contact input.size_m,
    .contact input.size_l {
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
    }
    .contact textarea {
        width: 100%;
        box-sizing: border-box;
        height: 150px;
        font-size: 14px;
    }
    #privacy {
        margin: 30px 0px;
        padding: 20px 20px 20px;
        text-align: left;
    }

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

    .contact .box1 {
        font-size: 15px;
        text-align: center;
        padding: 20px 0px;
    }
}

@media screen and (max-width: 480px) {
    .contact textarea {
        height: 100px;
    }
    #privacy {
        padding: 20px 20px 0px;
    }
    #privacy p {
        font-size: 13px;
    }

    .contact .box1 {
        font-size: 13px;
        padding: 20px 0px;
        margin: 0px -20px;
    }
    .contact .box2 button {
        margin: 30px auto;
        font-size: 15px;
        padding: 15px 0px;
        width: 100%;
        box-sizing: border-box;
    }

    .contact .box2 button.cbtn1::after {
        right: 15px;
        width: 8px;
        height: 8px;
        margin-top: -6px;
    }

    .contact .box2 button.cbtn2::after {
        left: 20px;
    }
    .contact .box2 button.cbtn2 {
        width: 100%;
    }
}

/* company
---------------------------------------------------- */

#company1 .catch {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #1978d1;
}

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

#map {
    margin-top: 60px;
}

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

@media screen and (max-width: 480px) {
    #company1 .catch {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    #company1 p {
        line-height: 1.8;
        margin-bottom: 20px;
    }

    #map {
        margin-top: 30px;
    }

    #map iframe {
        height: 300px;
    }
}

/* main
---------------------------------------------------- */

#home-main {
    position: relative;
	height:350px;
}

@media screen and (max-width: 1140px){
	#home-main {
		height:300px;
	}
}

@media screen and (max-width: 768px){
	#home-main {
		height:150px;
	}
}

@media screen and (max-width: 480px){
	#home-main {
		height:250px;
	}
}
#slide1 {
    position: absolute;
    width: 630px;
    height: 630px;
    right: -70px;
    top: 90px;
}

#catch {
    padding-top: 132px;
}

.catch-img{
	margin-bottom:40px;
}

#main-txt {
    background: url(../images/main-back2.png) repeat-x left top;
    margin-top: 50px;
    padding-top: 95px;
    padding-bottom: 55px;
}

#main-txt h2{
    color:#0b64b6;
	font-weight:bold;
	margin-bottom:15px;
}

#main-txt p {
    margin: 0px 610px 30px 0px;
    line-height: 2;
}

#main-txt .btn1 a {
    display: block;
    background: #1978d1;
    color: #fff;
    line-height: 56px;
    width: 302px;
    height: 56px;
    text-align: center;
    border-radius: 50px;
    position: relative;
}

#main-txt .btn1 a:hover {
    background: #68a8e3;
}

#main-txt .btn1 a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    #slide1 {
        position: static;
        width: 250px;
        height: 250px;
        right: 0px;
        margin: 30px auto 0px;
    }
    #catch {
        padding-top: 90px;
        margin-right: 330px;
    }
    #main-txt {
        margin-top: 30px;
        padding-top: 90px;
        padding-bottom: 40px;
    }
    #main-txt p {
        margin: 0px 0px 20px;
    }
}

@media screen and (max-width: 480px) {
    #slide1 {
        position: static;
        width: 250px;
        height: 250px;
        right: 0px;
        margin: 30px auto 0px;
    }
    #catch {
        padding-top: 40px;
        margin-right: 0px;
    }
    #catch img {
        width: 280px;
        height: auto;
    }
    #main-txt {
        background: none;
        margin-top: 30px;
        padding-top: 0px;
        padding-bottom: 30px;
    }
    #main-txt p {
        line-height: 1.8;
    }
    #main-txt .btn1 a {
        line-height: 1.2;
        width: auto;
        height: auto;
        padding: 15px 20px;
    }
}

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

#home1 {
    background: url(../images/home1back.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    padding: 55px 0px 65px;
}

#home1 h2 {
    font-size: 33px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 13px;
}

#home1 h2 + p {
    color: #fff;
    line-height: 1;
    font-size: 16px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 55px;
    font-weight: bold;
}

#home1 li {
    display: block;
    background: #fff;
    float: left;
    border-radius: 5px;
    width: 23.5%;
    margin: 0px 2% 30px 0px;
    min-height: 245px;
}

#home1 li:nth-child(4n) {
    margin-right: 0px;
}

#home1 li:nth-child(4n + 1) {
    clear: both;
}

#home1 li a {
    display: block;
    padding: 17px 15px;
}

#home1 .imgbox1 {
    width: 100%;
    height: 180px;
    position: relative;
}

#home1 .imgbox1 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;
}

#home1 li a p {
    font-weight: bold;
    line-height: 1.2;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    #home1 li {
        min-height: 175px;
    }
    #home1 .imgbox1 {
        height: 110px;
    }
}

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

    #home1 h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    #home1 h2 + p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    #home1 li,
    #home1 li:nth-child(4n) {
        width: 48%;
        margin: 0px 4% 20px 0px;
        min-height: 155px;
    }

    #home1 li:nth-child(2n) {
        margin-right: 0px;
    }

    #home1 li:nth-child(4n + 1) {
        clear: none;
    }
    #home1 li:nth-child(2n + 1) {
        clear: both;
    }

    #home1 li a {
        padding: 10px;
    }

    #home1 li a p {
        margin-top: 7px;
        font-size: 13px;
    }
}

/* home2
---------------------------------------------------- */

#home2 {
    padding: 60px 0px 70px;
}

table.news {
    border-collapse: collapse;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d7d7d7;
}

.news th,
.news td {
    padding: 20px 0px;
    line-height: 1.8;
    border: none;
    border-top: 1px solid #d7d7d7;
}

.news th {
    text-align: left;
    font-weight: bold;
    width: 216px;
    box-sizing: border-box;
    padding-left: 3px;
}

.news th img {
    vertical-align: middle;
    margin: -3px 0px 0px 18px;
}
.news td .imgbox1 {
    width: 120px;
    height: 90px;
    position: relative;
    border: 1px solid #ccc;
    margin: 0px 15px 0px 0px;
    float: left;
}

.news td .imgbox1 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;
}

@media screen and (max-width: 480px) {
    #home2 {
        padding: 30px 0px;
    }
    .news th {
        padding: 15px 0px 0px;
        display: block;
        width: auto;
        border-top: 1px solid #d7d7d7;
        line-height: 1.8;
    }
    .news td {
        display: block;
        padding: 5px 0px 15px;
        border: none;
        line-height: 1.8;
    }
    .news td .imgbox1 img {
        margin: 0px 10px 0px 0px;
    }
}

#footer {
    text-align: center;
    background: #cee6ff;
    padding: 50px 0px;
}

#footer .ul1 {
    margin-bottom: 45px;
}

#footer .ul1 li {
    display: inline;
    border-right: 1px solid #000;
    padding: 0px 20px;
    line-height: 1.2;
    font-size: 15px;
}

#footer .ul1 li:last-child {
    border: none;
}

#footer .p1 {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 40px;
}

#footer .p1 .br1 {
    display: none;
}

#footer .ul2 {
    border-top: 1px solid #6d9ed2;
    border-bottom: 1px solid #6d9ed2;
    padding: 30px 0px;
    width: 60%;
    margin: 0px auto;
}

#footer .ul2 li {
    display: inline-block;
    vertical-align: middle;
}

#footer .ul2 .li1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #0b64b6;
    margin-right: 40px;
}

#footer .ul2 .li1 a {
    color: #0b64b6;
}

#footer .ul2 .li1 img {
    vertical-align: middle;
    margin: -4px 7px 0px 0px;
}

#footer .ul2 .li2 a {
    width: 218px;
    height: 39px;
    line-height: 39px;
    background: #1978d1;
    display: block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

#footer .ul2 .li2 a:hover {
    background: #68a8e3;
}

#footer .ul2 .li2 img {
    vertical-align: middle;
    margin: -2px 8px 0px 0px;
}

#footer .p2 {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    #footer .ul2 {
        width: auto;
    }
}

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

    #footer .ul1 {
        display: none;
    }

    #footer .p1 {
        font-size: 13px;
        line-height: 2;
        margin-bottom: 20px;
    }
    #footer .p1 .br1 {
        display: inline;
    }
    #footer .ul2 {
        padding: 20px 0px;
    }

    #footer .ul2 li {
        display: block;
    }

    #footer .ul2 .li1 {
        font-size: 22px;
        margin: 0px 0px 15px;
    }
    #footer .ul2 .li1 img {
        margin: -6px 6px 0px 0px;
        width: 17px;
        height: auto;
    }

    #footer .ul2 .li2 a {
        width: auto;
        height: auto;
        line-height: 1.2;
        font-size: 14px;
        padding: 12px;
    }
    #footer .p2 {
        font-size: 11px;
        margin-top: 20px;
    }
}

/* pagetop
---------------------------------------------------- */

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
}

#pagetop a img {
    opacity: 0.4;
}

#pagetop a:hover img {
    opacity: 1;
}

@media screen and (max-width: 480px) {
    #pagetop {
        bottom: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
}

a.btn2{
    display: block;
    width: 100%;
    max-width: 350px;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #cc0000;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
a.btn2:hover{
    opacity: 0.7;
}

.tac{text-align: center;}

.mb00{margin-bottom: 0 !important;}
.mb05{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}