@media (max-width: 640px) {
  body {
    font-size: 14px;
    padding-top: 60px;
  }

  .container {
    width: 96%;
  }

  #spMenu {
    display: none;
  }

  #spMenuBar {
    height: 60px;
    width: 100%;
    background-color: #5f952d;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
  }

  #spMenuBtn {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #spMenuBtn .line {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #spMenuBtn .line_01 {
    top: 10px;
  }
  #spMenuBtn .line_02 {
    top: 23px;
  }
  #spMenuBtn .line_03 {
    top: 36px;
  }
  #spMenuBtn.is-active .line_01 {
    top: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #spMenuBtn.is-active .line_02 {
    opacity: 0;
  }
  #spMenuBtn.is-active .line_03 {
    top: 24px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #spMenuWrap {
    display: none;
    margin-top: 60px;
    background-color: #333;
  }
  #spMenuWrap.is-active {
    display: block;
  }
  #spMenuWrap ul li {
    border-bottom: 1px solid #666;
  }
  #spMenuWrap ul li:last-child {
    border-bottom: none;
  }
  #spMenuWrap ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 15px 10px;
  }

  .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 {
    margin-bottom: 15px;
    text-align: center;
  }
  #gHeader .hdLogo01 {
    padding: 25px 0 0 0;
  }
  #gHeader .hdLogo02 {
    padding: 5px 0 0 0;
  }
  #gHeader .hdContact {
    padding: 20px 0 0 0;
    width: 284px;
    margin: 0 auto;
  }

  #gNavi {
    display: none;
  }

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

  .home .feature {
    padding-bottom: 50px;
    text-align: left;
  }
  .home .feature ol li {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
    background-color: #f3f3f3;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .home .feature ol li img {
    max-width: 100%;
    height: auto;
  }
  .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;
    text-align: left;
  }
  .home .serviceList ul li {
    width: 100%;
  }
  .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: 26px;
    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;
    text-align: left;
  }
  .home .greeting .greetingBox .pic {
    text-align: center;
  }
  .home .greeting .greetingBox .text {
    position: relative;
  }
  .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 {
    width: auto;
    padding-bottom:30px;
    text-align: center;
  }
  #main .title {
    background: url(images/common/tit_bg01.png) left top no-repeat;
    padding: 10px 0 10px 46px;
    margin-bottom: 15px;
    text-align: left;
  }
  #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 {
    text-align: left;
  }
  #main .flow ol li {
    background: url(images/common/arrow_bg02.png) center bottom no-repeat;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  #main .flow ol li .text {
    position: relative;
  }
  #main .flow ol li .text .link {
    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 {
    background: none;
  }

  #sidebar {
    text-align: center;
  }

  #sidebar .sideBnr {
    padding-bottom: 20px;
  }
  #sidebar .sideMenu {
    margin-bottom: 20px;
  }
  #sidebar .sideMenu h5 {
    text-align: left;
    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;
    text-align: left;
  }
  #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 {
    text-align: center;
  }
  #footer .ftBtm .container .ftAddress {
    width: 310px;
    margin: 30px auto;
  }
  #footer .ftBtm .container .ftAddress p {
    color: #fff;
  }
  #footer .ftBtm .container .ftContact {
    clear: both;
    width: 284px;
    margin: 0 auto;
    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 {
    text-align: center;
  }

  #pageCont h3 {
    text-align: left;
    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 {
    text-align: left;
    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;
  }
  #pageCont h5 {
    text-align: left;
    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 {
    text-align: left;
    list-style-type: decimal;
    list-style-position: inside;
    margin: 10px 10px 30px;
  }
  #pageCont ul {
    text-align: left;
    margin: 10px 10px 30px 5px;
  }
  #pageCont ul li {
    background: url(images/common/arrow_bg03.png) left 7px no-repeat;
    padding-left: 15px;
  }
  #pageCont p {
    text-align: left;
    padding-bottom: 1em;
  }
  #pageCont p:last-of-type {
    padding-bottom: 0;
  }
  #pageCont .ftRed {
    color: #af1c1b;
  }
  #pageCont strong {
    font-weight: bold;
  }
  #pageCont .alignleft {
    padding: 0 0 1em;
    display: block;
  }
  #pageCont .alignright {
    padding: 0 0 1em;
    display: block;
  }
  #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 auto;
    max-width: 330px;
    width: 100%;
  }
  #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;
    max-width: 330px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
  }
  #pageCont .clm2 ul li img {
    max-width: 100%;
    height: auto;
  }
  #pageCont .price {
    margin-bottom: 10px;
    text-align: left;
  }
  #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;
  }
  #pageCont .remark {
    margin-bottom: 30px;
    text-align: left;
  }
  #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: 10px;
    width: 45px;
    padding: 2px 0;
    background-color: #5f952d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #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;
    text-align: left;
  }
  #pageCont .company table th, #pageCont .company table td {
    border-bottom: 4px solid #fff;
    padding: 8px 5px;
  }
  #pageCont .company table th {
    background-color: #e6e6e6;
    text-align: right;
  }
  #pageCont .qaBox {
    border: 4px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 7px;
    text-align: left;
  }
  #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;
  }
  #pageCont .contactBox {
    background-color: #facb1b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    *zoom: 1;
    padding: 4px;
    max-width: 550px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: left;
  }
  #pageCont .contactBox p{
    padding: 0;
  }
  #pageCont .contactBox:before, #pageCont .contactBox:after {
    content: "";
    display: table;
  }
  #pageCont .contactBox:after {
    clear: both;
  }
  #pageCont .contactBox .contactTitle {
    width: 150px;
    margin: 0 auto;
  }
  #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 {
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 16px 0 9px;
  }
  #pageCont .contactBox .contactInfo .contactBtn {
    background-color: #f15a24;
    background-image: url(images/common/arrow_bg05.gif);
    max-width: 331px;
    width: 96%;
    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: 100%;
    padding: 75% 0 0 0;
    margin: 50px 0;
  }
  #pageCont .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #pageCont .contactForm {
    text-align: left;
    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;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  #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.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: 80%;
    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: 80%;
    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 {
    text-align: left;
    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 .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;
  }
}
