@media (min-width: 1025px) {
  body {
    font-size: 14px;
  }

  .container {
    width: 980px;
  }

  #spMenuBar {
    display: none;
  }

  .contactBox {
    font-size: 12px;
    text-align: center;
  }
  .contactBox p {
    padding: 2px 0;
  }
  .contactBox .contactBtn {
    background: #5f952d url(images/common/arrow_bg04.gif) 18px center no-repeat;
    display: block;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 0;
  }

  #gHeader {
    *zoom: 1;
    border-top: 9px solid #5f952d;
    margin-bottom: 15px;
  }
  #gHeader:before, #gHeader:after {
    content: "";
    display: table;
  }
  #gHeader:after {
    clear: both;
  }
  #gHeader .hdLogo01 {
    float: left;
    padding: 25px 17px 0 0;
  }
  #gHeader .hdLogo02 {
    float: left;
    padding: 67px 0 0 0;
  }
  #gHeader .hdContact {
    float: right;
    padding: 20px 0 0 0;
  }

  #gNavi {
    margin: 0 0 12px;
  }
  #gNavi ul {
    display: table;
  }
  #gNavi ul li {
    display: table-cell;
    width: 163.33333px;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    background: url(images/common/gnavi_bg01.gif) right center no-repeat;
  }
  #gNavi ul li:last-child {
    background: none;
  }
  #gNavi ul li a {
    display: block;
  }

  #mainVisual {
    background: #f3f3f3;
    margin-bottom: 30px;
  }
  #mainVisual .sliderWrap {
    width: 1043px;
    margin: 0 auto;
  }

  .home .feature {
    padding-bottom: 50px;
  }
  .home .feature ol {
    *zoom: 1;
  }
  .home .feature ol:before, .home .feature ol:after {
    content: "";
    display: table;
  }
  .home .feature ol:after {
    clear: both;
  }
  .home .feature ol li {
    width: 320px;
    float: left;
    margin-right: 10px;
    background-color: #f3f3f3;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px;
    padding-bottom: 40px;
  }
  .home .feature ol li:last-child {
    float: right;
    margin-right: 0;
  }
  .home .feature ol li .text {
    padding: 10px;
    position: relative;
  }
  .home .feature ol li .text strong {
    font-weight: bold;
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #eee600 0%);
  }
  .home .feature ol li .text .link {
    position: absolute;
    right: 10px;
    bottom: -20px;
    background: url(images/common/arrow_bg03.png) left center no-repeat;
    padding-left: 25px;
  }
  .home .serviceList {
    margin-bottom: 10px;
  }
  .home .serviceList ul {
    *zoom: 1;
  }
  .home .serviceList ul:before, .home .serviceList ul:after {
    content: "";
    display: table;
  }
  .home .serviceList ul:after {
    clear: both;
  }
  .home .serviceList ul li {
    width: 330px;
  }
  .home .serviceList ul li:nth-child(odd) {
    float: left;
  }
  .home .serviceList ul li:nth-child(even) {
    float: right;
  }
  .home .serviceList ul li p {
    padding: 10px 10px 20px;
  }
  .home .serviceList ul li .servieTitle {
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: 7px 7px;
    height: 90px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 7px;
    position: relative;
  }
  .home .serviceList ul li .servieTitle h3 {
    font-size: 32px;
    font-weight: bold;
    padding-left: 90px;
  }
  .home .serviceList ul li .servieTitle h3 span {
    color: #5f952d;
  }
  .home .serviceList ul li .servieTitle .link {
    position: absolute;
    right: 7px;
    bottom: 7px;
    background: url(images/common/arrow_bg03.png) left center no-repeat;
    padding-left: 20px;
  }
  .home .serviceList ul li.sl01 .servieTitle {
    background-image: url(images/home/service_bg01.png);
  }
  .home .serviceList ul li.sl02 .servieTitle {
    background-image: url(images/home/service_bg02.png);
  }
  .home .serviceList ul li.sl03 .servieTitle {
    background-image: url(images/home/service_bg03.png);
  }
  .home .serviceList ul li.sl04 .servieTitle {
    background-image: url(images/home/service_bg04.png);
  }
  .home .serviceList ul li.sl05 .servieTitle {
    background-image: url(images/home/service_bg05.png);
  }
  .home .serviceList ul li.sl06 .servieTitle {
    background-image: url(images/home/service_bg06.png);
  }
  .home .serviceList ul li.sl07 .servieTitle {
    background-image: url(images/home/service_bg07.png);
  }
  .home .greeting {
    padding-bottom: 20px;
  }
  .home .greeting .greetingBox {
    *zoom: 1;
  }
  .home .greeting .greetingBox:before, .home .greeting .greetingBox:after {
    content: "";
    display: table;
  }
  .home .greeting .greetingBox:after {
    clear: both;
  }
  .home .greeting .greetingBox .pic {
    float: left;
  }
  .home .greeting .greetingBox .text {
    float: right;
    position: relative;
    width: 305px;
  }
  .home .greeting .greetingBox .text p {
    padding-bottom: 1em;
  }
  .home .greeting .greetingBox .text .link {
    position: absolute;
    right: 0;
    bottom: -20px;
    background: url(images/common/arrow_bg03.png) left center no-repeat;
    padding-left: 20px;
  }

  #contents {
    *zoom: 1;
  }
  #contents:before, #contents:after {
    content: "";
    display: table;
  }
  #contents:after {
    clear: both;
  }

  #main {
    float: left;
    width: 670px;
  }
  #main .title {
    background: url(images/common/tit_bg01.png) left top no-repeat;
    padding: 10px 0 10px 46px;
    margin-bottom: 15px;
  }
  #main .title h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #000;
  }
  #main .title h2 span {
    font-weight: normal;
    color: #999;
    padding-left: 10px;
  }
  #main .flow ol li {
    *zoom: 1;
  }
  #main .flow ol li:before, #main .flow ol li:after {
    content: "";
    display: table;
  }
  #main .flow ol li:after {
    clear: both;
  }
  #main .flow ol li .pic {
    float: left;
    width: 225px;
    background: url(images/common/arrow_bg02.png) center bottom no-repeat;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
  #main .flow ol li .text {
    width: 430px;
    float: right;
    position: relative;
  }
  #main .flow ol li .text .link {
    position: absolute;
    right: 0;
    bottom: -25px;
    background: url(images/common/arrow_bg03.png) left center no-repeat;
    padding-left: 20px;
  }
  #main .flow ol li h3 {
    background: #333;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 1px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  #main .flow ol li:last-child .pic {
    background: none;
  }

  #sidebar {
    float: right;
    width: 281px;
  }
  #sidebar .sideBnr {
    padding-bottom: 20px;
  }
  #sidebar .sideMenu {
    margin-bottom: 20px;
  }
  #sidebar .sideMenu h5 {
    color: #fff;
    background-color: #5f952d;
    padding: 10px 5px 10px 26px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
  }
  #sidebar .sideMenu h5:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 11px;
    width: 5px;
    height: 28px;
    margin-top: -14px;
    background-color: #facb1b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #sidebar .sideMenu ul {
    border: 4px #e6e6e6 solid;
    padding: 0 8px;
  }
  #sidebar .sideMenu ul li {
    border-bottom: 1px dotted #d4d4d4;
  }
  #sidebar .sideMenu ul li a {
    display: block;
    padding: 14px;
    background: url(images/common/arrow_bg01.png) 14px center no-repeat;
    padding-left: 40px;
  }
  #sidebar .sideMenu ul li span {
    display: block;
    padding: 14px;
    background: url(images/common/arrow_bg01.png) 14px center no-repeat;
    padding-left: 40px;
    text-decoration: underline;
  }

  #backToTop .container {
    *zoom: 1;
  }
  #backToTop .container:before, #backToTop .container:after {
    content: "";
    display: table;
  }
  #backToTop .container:after {
    clear: both;
  }
  #backToTop .container a {
    float: right;
  }

  #footer .ftTop {
    background: url(images/common/ft_bg01.jpg) repeat;
    padding: 20px 0;
  }
  #footer .ftTop ul {
    text-align: center;
  }
  #footer .ftTop ul li {
    display: inline-block;
    background: url(images/common/ft_bg02.png) no-repeat right center;
    padding: 0 10px;
  }
  #footer .ftTop ul li:last-child {
    background: none;
  }
  #footer .ftBtm {
    background-color: #5f952d;
  }
  #footer .ftBtm .container {
    *zoom: 1;
    padding: 40px 0;
  }
  #footer .ftBtm .container:before, #footer .ftBtm .container:after {
    content: "";
    display: table;
  }
  #footer .ftBtm .container:after {
    clear: both;
  }
  #footer .ftBtm .container .ftLogo {
    float: left;
    padding-right: 30px;
  }
  #footer .ftBtm .container .ftAddress {
    float: left;
  }
  #footer .ftBtm .container .ftAddress p {
    color: #fff;
  }
  #footer .ftBtm .container .ftContact {
    float: right;
    background-color: #fff;
    padding: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #footer .copyright {
    background-color: #333;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }

  #breadCrumbs {
    background: url(images/common/subpage_bg01.png) center top no-repeat;
    padding-top: 214px;
  }
  #breadCrumbs ol {
    *zoom: 1;
    margin-bottom: 20px;
  }
  #breadCrumbs ol:before, #breadCrumbs ol:after {
    content: "";
    display: table;
  }
  #breadCrumbs ol:after {
    clear: both;
  }
  #breadCrumbs ol li {
    float: left;
    background: url(images/common/breadcrumbs_bg01.png) right center no-repeat;
    padding-right: 20px;
    margin-right: 10px;
  }
  #breadCrumbs ol li:last-child {
    background: none;
    padding-right: 0;
    margin-right: 0;
  }

  #pageCont h3 {
    color: #fff;
    background-color: #5f952d;
    padding: 7px 5px 7px 26px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #pageCont h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 11px;
    width: 5px;
    height: 26px;
    margin-top: -13px;
    background-color: #facb1b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #pageCont h4 {
    border-top: #5f952d solid 4px;
    border-bottom: #5f952d solid 4px;
    border-right: #5f952d solid 10px;
    border-left: #5f952d solid 10px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #pageCont h5 {
    color: #5f952d;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 8px;
    padding-left: 26px;
    background: url(images/common/border_bg01.png) left bottom repeat-x;
  }
  #pageCont ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 10px 10px 20px;
  }
  #pageCont ul {
    margin: 10px 10px 20px 5px;
  }
  #pageCont ul li {
    background: url(images/common/arrow_bg03.png) left 7px no-repeat;
    padding-left: 15px;
  }
  #pageCont p {
    padding-bottom: 1em;
  }
  #pageCont p:last-of-type {
    padding-bottom: 0;
  }
  #pageCont .ftRed {
    color: #af1c1b;
  }
  #pageCont strong {
    font-weight: bold;
  }
  #pageCont .alignleft {
    float: left;
    padding: 0 1em 1em 0;
  }
  #pageCont .alignright {
    float: right;
    padding: 0 0 1em 1em;
  }
  #pageCont .clearfix {
    *zoom: 1;
  }
  #pageCont .clearfix:before, #pageCont .clearfix:after {
    content: "";
    display: table;
  }
  #pageCont .clearfix:after {
    clear: both;
  }
  #pageCont .clm2 ul {
    *zoom: 1;
    margin: 0;
  }
  #pageCont .clm2 ul:before, #pageCont .clm2 ul:after {
    content: "";
    display: table;
  }
  #pageCont .clm2 ul:after {
    clear: both;
  }
  #pageCont .clm2 ul li {
    background: none;
    padding: 0;
    width: 330px;
    overflow: hidden;
    padding-bottom: 15px;
  }
  #pageCont .clm2 ul li:nth-child(odd) {
    float: left;
  }
  #pageCont .clm2 ul li:nth-child(even) {
    float: right;
  }
  #pageCont .price {
    margin-bottom: 10px;
  }
  #pageCont .price h3 {
    color: #000;
    background: none;
    padding: 0;
    font-size: 18px;
    position: static;
    margin-bottom: 0;
  }
  #pageCont .price h3:before {
    display: none;
  }
  #pageCont .price table {
    width: 100%;
  }
  #pageCont .price table th, #pageCont .price table td {
    padding: 5px;
  }
  #pageCont .price table th {
    border: 1px solid #73a247;
    border-right: none;
    background-color: #dfead5;
    width: 35%;
  }
  #pageCont .price table td {
    border: 1px solid #73a247;
    border-left: none;
    text-align: center;
  }
  #pageCont .remark {
    margin-bottom: 30px;
  }
  #pageCont .remark .remarkBox {
    *zoom: 1;
  }
  #pageCont .remark .remarkBox:before, #pageCont .remark .remarkBox:after {
    content: "";
    display: table;
  }
  #pageCont .remark .remarkBox:after {
    clear: both;
  }
  #pageCont .remark .remarkBox h4 {
    border: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 0;
    margin-bottom: 0;
    width: 45px;
    padding: 2px 0;
    background-color: #5f952d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-top: -2px;
  }
  #pageCont .remark .remarkBox .remarkInfo {
    float: right;
    width: 615px;
  }
  #pageCont .remark .remarkBox ol {
    margin: 0;
    list-style-type: none;
    font-size: 13px;
  }
  #pageCont .remark .remarkBox ol > li {
    padding-bottom: 10px;
  }
  #pageCont .remark .remarkBox ol ul {
    margin: 0;
    padding: 0;
  }
  #pageCont .remark .remarkBox ol ul li {
    background: none;
    margin: 0;
    padding: 0;
  }
  #pageCont .company {
    margin-bottom: 30px;
  }
  #pageCont .company table th, #pageCont .company table td {
    border-bottom: 4px solid #fff;
    padding: 8px 16px;
  }
  #pageCont .company table th {
    background-color: #e6e6e6;
    text-align: right;
  }
  #pageCont .qaBox {
    border: 4px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 7px;
  }
  #pageCont .qaBox .qestion {
    background: url(images/common/border_bg01.png) left bottom repeat-x;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  #pageCont .qaBox .qestion p {
    background: url(images/common/qa_bg01.png) 0 0 no-repeat;
    padding: 6px 0 7px 45px;
  }
  #pageCont .qaBox .answer p {
    background: url(images/common/qa_bg02.png) 0 0 no-repeat;
    padding: 6px 0 7px 45px;
  }
  #pageCont .qaBox strong {
    color: #af1c1b;
    font-weight: bold;
  }
  #pageCont .bnr {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #pageCont .contactBox {
    background-color: #facb1b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    *zoom: 1;
    padding: 4px 4px 4px 16px;
    width: 550px;
    margin: 30px auto 30px;
  }
  #pageCont .contactBox:before, #pageCont .contactBox:after {
    content: "";
    display: table;
  }
  #pageCont .contactBox:after {
    clear: both;
  }
  #pageCont .contactBox .contactTitle {
    width: 150px;
    float: left;
    padding-top: 15px;
  }
  #pageCont .contactBox .contactTitle h4 {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 20px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #pageCont .contactBox .contactInfo {
    float: right;
    width: 370px;
    background-color: #fff;
    padding: 16px 0 9px;
  }
  #pageCont .contactBox .contactInfo p{
    padding: 0!important;
  }
  #pageCont .contactBox .contactInfo .contactBtn {
    background-color: #f15a24;
    background-image: url(images/common/arrow_bg05.gif);
    width: 331px;
    margin: 0 auto;
  }
  #pageCont .contactMess {
    text-align: center;
  }
  #pageCont .flow ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #pageCont .flow ol li h3:before {
    display: none;
  }
  #pageCont .map {
    position: relative;
    width: 480px;
    padding: 50% 0 0 0;
    margin: 0 auto 40px;
  }
  #pageCont .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #pageCont .contactForm {
    background-color: #f2f2f2;
    margin: 0 10px 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 10px;
  }
  #pageCont .contactForm .caution {
    color: #5f952d;
    padding: 0 10px 10px;
  }
  #pageCont .contactForm .cfTop {
    border-bottom: 1px dotted #cacaca;
    margin-bottom: 15px;
  }
  #pageCont .contactForm .formWrap {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  #pageCont .contactForm .formWrap .formTitle {
    position: relative;
    float: left;
    padding-left: 15px;
    width: 150px;
  }
  #pageCont .contactForm .formWrap .formTitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 5px;
    height: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #5f952d;
  }
  #pageCont .contactForm .formWrap .formTitle p {
    font-weight: bold;
    font-size: 16px;
  }
  #pageCont .contactForm .formWrap .formTitle p span {
    color: #5f952d;
  }
  #pageCont .contactForm .formWrap .formInput {
    float: right;
    width: 420px;
  }
  #pageCont .contactForm .formWrap.formWide .formTitle {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  #pageCont .contactForm .formWrap.formWide .formInput {
    float: none;
  }
  #pageCont .contactForm .formWrap.formWide .comment {
    padding-left: 15px;
    color: #767676;
  }
  #pageCont .contactForm .inputTxt {
    border: 1px solid #ccc;
    width: 400px;
    padding: 5px;
  }
  #pageCont .contactForm .select {
    border: 1px solid #ccc;
    padding: 5px;
  }
  #pageCont .contactForm .textarea {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 0 0 15px;
    width: 575px;
    height: 90px;
  }
  #pageCont .contactForm .submit {
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #5f952d;
    color: #fff;
    width: 127px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: none;
    margin: 0 auto 10px;
  }
  #pageCont .date {
    text-align: right;
    margin: -10px 0 10px;
  }
  #pageCont .archiveList dl {
    background: url(images/common/arrow_bg03.png) left 4px no-repeat;
    padding-left: 15px;
    padding-bottom: 10px;
    *zoom: 1;
  }
  #pageCont .archiveList dl:before, #pageCont .archiveList dl:after {
    content: "";
    display: table;
  }
  #pageCont .archiveList dl:after {
    clear: both;
  }
  #pageCont .archiveList dl dt {
    float: left;
    width: 110px;
  }
  #pageCont .archiveList dl dd {
    float: right;
    width: 540px;
  }
  #pageCont .linkArea a {
    display: block;
    background-color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 65px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    color: #fff;
  }
  #pageCont .linkArea .next {
    float: left;
  }
  #pageCont .linkArea .previous {
    float: right;
  }
}
