/*---base stylesheet---*/


/*------------------

1.共通設定
2.レイアウト
3.インデックス
4.下層ページレイアウト

-----------------*/


/*1.共通設定
======================================*/

* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
}

@media screen and (max-width:414px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
}

body {
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0.05em;
  background: #F9F9F9;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  color: #7d0000;
  text-decoration: none;
}

a:hover {
  color: #7d0000;
  text-decoration: underline;
}
ul,
li {
  list-style: none;
}


/*======================================

Font-size Adjustment
77% = 10px  |   122% = 16px | 167% = 22px 
85% = 11px  | 129% = 17px | 174% = 23px
92% = 12px  | 136% = 18px | 182% = 24px
100% = 13px | 144% = 19px | 189% = 25px
107% = 14px | 152% = 20px | 197% = 26px
114% = 15px | 159% = 21px |

=======================================*/


/*----マージン・パディング----*/

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa20 {
  padding: 20px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl120 {
  padding-left: 120px !important;
}


/*----アライン----*/

.cen {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}


/*----テキスト----*/

.bold {
  font-weight: bold !important;
}

.txtRed {
  color: #ff0000 !important;
}

.txtBlue {
  color: #0052E5 !important;
}

.txtPink {
  color: #cd0047 !important;
}

.txtGold {
  color: #A98552 !important;
}

.txtGray {
  color: #666666 !important;
}

.txtWhite {
  color: #FFFFFF !important;
}

.txtRed2 {
  color: #a40000 !important;
}

.txtOrange {
  color: #F90 !important;
}

.txtYellow {
  color: #f6ff00 !important;
}

.txt11 {
  font-size: 92% !important;
}

.txt13 {
  font-size: 109% !important;
}

.txt14 {
  font-size: 117% !important;
}

.txt15 {
  font-size: 125% !important;
}

.txt17 {
  font-size: 142% !important;
}

.txt18 {
  font-size: 150% !important;
}

.txt20 {
  font-size: 167% !important;
}


/*----ボーダー----*/

.bn {
  border: none !important;
}


/*----クリア----*/

.clear {
  clear: both;
}


/*--clearfix--*/

.cf,
#main,
.contArea,
.entry {
  *zoom: 1;
}

.cf:before,
.cf:after,
#main:before,
#main:after,
.contArea:before,
.contArea:after,
.entry:before,
.entry:after {
  content: " ";
  display: table;
}

.cf:after,
#main:after,
.contArea:after,
.entry:after {
  clear: both;
}


/*----フロート----*/

.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

.img_float_l {
  float: left;
  margin-right: 20px;
}

.img_float_r {
  float: right;
  margin-left: 20px;
}


/*2.レイアウト
======================================*/

@media screen and (min-width: 415px) {
  .cont_s {
    display: none !important;
  }
}

@media screen and (max-width:414px) {
  .cont_p {
    display: none !important;
  }
}

@media screen and (min-width: 415px) {
  div#wrapper {
    min-width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width:414px) {
  img {
    width: 100%;
    height: auto;
  }
  div#wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 415px) {
  /*----ヘッダー----*/
  div#headerBg {
    width: 100%;
    height: 139px;
    background: url(../img/header_bg.jpg) repeat-x center 0;
  }
  header {
    width: 1080px;
    height: 139px;
    margin: 0 auto;
    position: relative;
    background: url(../img/header.jpg) no-repeat 0 0;
  }
  header h1 {
    width: 256px;
    position: absolute;
    top: 5px;
    left: 20px;
  }
  header #tel {
    width: 485px;
    height: 35px;
    background: url(../img/header_tel.png) no-repeat 0 0;
    position: absolute;
    padding: 5px 5px 5px 0;
    top: 10px;
    right: 25px;
    text-align: right;
  }
  /*グローバルメニュー*/
  header nav.globalNav {
    width: 1080px;
    position: absolute;
    top: 70px;
    background: url(../img/global_nav.jpg) no-repeat 0 0;
  }
  header nav.globalNav li {
    float: left;
  }
  header nav.globalNav span {
    display: none;
  }
}

@media screen and (max-width:414px) {
  /*----ヘッダー----*/
  header .cont_s {
    display: block !important;
  }
  header .cont_p {
    display: none !important;
  }
  /*----ヘッダー----*/
  header {
    height: 100px;
    margin: 0 auto;
    position: relative;
    background: url(../img/header_s.jpg) repeat-x center 0;
  }
  header h1 {
    width: 230px;
    margin: 0 auto 10px;
  }
  header #tel {
    width: 342px;
    height: 32px;
    background: url(../img/header_tel.png) no-repeat 0 0;
    background-size: 342px 32px;
    padding: 4px 5px 6px 0;
    margin: 0 auto;
    text-align: right;
  }
  header #tel a {
    display: block;
    width: 132px;
    margin: 0 0 0 auto;
  }
  /*ドロップダウン*/
  p#menu {
    width: 30px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 99999;
  }
  p#menu a {
    display: block;
    cursor: pointer;
    z-index: 10000;
  }
  /*グローバルメニュー*/
  header nav.globalNav {
    display: none;
    width: 100%;
    position: absolute;
    top: 100px;
    right: 0;
    background: #fff;
    box-shadow: rgba(113, 135, 164, 0.2) 0px 1px 6px 3px;
    -webkit-box-shadow: rgba(113, 135, 164, 0.2) 0px 1px 6px 3px;
    -moz-box-shadow: rgba(113, 135, 164, 0.2) 0px 1px 6px 3px;
    z-index: 9999999;
    border-top: 5px solid #dfdfdf;
    border-bottom: 5px solid #dfdfdf;
  }
  header nav.globalNav img {
    display: none;
    height: 0px;
  }
  header nav.globalNav img:hover {
    display: none;
    height: 0px;
  }
  header nav.globalNav ul {
    padding: 5px;
  }
  header nav.globalNav ul li {
    clear: none;
    width: 48%;
    float: left;
    background: #fff;
    text-align: center;
    margin: 1%;
    height: 40px;
  }
  header nav.globalNav ul li a {
    display: block;
    border: 1px solid #F5F4F5;
    padding: 10px;
    font-size: 13px;
    background: #dfdfdf;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 900;
    -webkit-touch-callout: none
  }
    header nav.globalNav ul li a:hover ,header nav.globalNav ul li a:active {
    display: block;
    border: 1px solid #F5F4F5;
    padding: 10px;
    font-size: 13px;
    background: #dfdfdf;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 900;
    height: 40px;
  }
  p#nav_close {
    clear: both;
    cursor: pointer;
    font-size: 11px;
    padding: 10px;
    width: 60%;
    background: #e4e1e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px auto 15px;
    width: 170px;
    text-align: center;
  }
}

@media screen and (min-width:415px) {
  /*メイン画像*/
  div#mainImg {
    width: 100%;
    height: 726px;
    overflow: hidden;
    position: relative;
  }
  div#mainImg img {}
  div#mainImg li {
    min-width: 100%;
    min-height: 726px;
    overflow: hidden;
  }
  div#mainImg li img {
    min-width: 100%;
    min-height: 726px;
  }
  /*メイン画像テキスト*/
  div#mainImg .mainTxt {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 9999;
    top: 50px;
    left: 0;
  }
  #index div#mainImg .mainTxt {
    top: 100px;
  }
  div#mainImg .mainTxt img {
    display: inline;
  }
  div#subImg {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  div#subImg img {
    min-width: 100%;
    min-height: 300px;
  }
}

@media screen and (max-width:414px) {
  /*メイン画像*/
  div#mainImg {
    width: 100%;
    height: 215px;
    overflow: hidden;
    position: relative;
    margin: 0 0 10px;
  }
  div#mainImg img {
    display: block;
  }
  div#mainImg li {
    overflow: hidden;
  }
  div#mainImg li img {
    display: block;
    min-height: 215px;
    width: 100% !important;
  }
  /*メイン画像テキスト*/
  div#mainImg .mainTxt {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 9999;
    top: 50px;
    left: 0;
  }
  #index div#mainImg .mainTxt {
    top: 30px;
  }
  div#mainImg .mainTxt img {
    width: 150px;
    display: inline;
  }
  div#subImg {
    width: 100%;
    height: 85px;
    overflow: hidden;
    position: relative;
  }
  div#subImg img {
    min-width: 100%;
    min-height: 85px;
  }
}

@media screen and (min-width: 415px) {
  .bnr {
    margin: 0 0 20px;
  }
  /*----Btn----*/
  .btn_s {
    width: 124px;
    float: left;
    height: 25px;
  }
  .btn_s a {
    display: block;
    width: 124px;
    height: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 3px 0 7px;
    background: url(../img/btn_s.png) no-repeat 0 0;
  }
  .btn_m {
    width: 166px;
    height: 30px;
  }
  .btn_m a {
    display: block;
    width: 166px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 0 0;
    background: url(../img/btn_m.png) no-repeat 0 0;
    margin: 0 0 0 auto;
  }
  p.btn_l {
    width: 230px;
    height: 40px;
    background: url(../img/btn_l.png) no-repeat 0 0;
  }
  p.btn_l a {
    display: block;
    width: 230px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 0 0;
  }
  /*----Index----*/
  /*Index Concept*/
  .contactBnr {
    width: 223px;
    float: left;
    background: url(../img/contact_bg.jpg) no-repeat 0 0;
    height: 60px;
    padding: 272px 32px 0;
  }
  .indexCont_r {
    width: 765px;
    float: right;
  }
  .indexCont_r h3 {
    margin: 0 0 10px;
  }
  .indexCont_area {
    padding: 0 25px 30px;
  }
  .indexCont_area_l {
    float: left;
    width: 350px;
  }
  .indexCont_area_l .photo {
    margin: 0 0 10px;
  }
  .indexCont_area_l .photo img {
    padding: 2px;
    border: 1px solid #ccc;
  }
  .indexCont_area_l h4.ic_r01 {
    width: 140px;
    margin: 0 0 5px;
    float: left;
  }
  .indexCont_area_l h4.ic_r02 {
    width: 195px;
    margin: 0 20px 5px 0;
    float: left;
  }
  .indexCont_area_l .txt {
    padding: 0 40px 0 0;
    clear: both;
  }
  /*index01*/
  .indexMain {
    height: 424px;
  }
  .im_l .img {
    float: left;
    width: 50%;
  }
  .im_r .img {
    float: right;
    width: 50%;
  }
  .indexMain .img img {
    width: 100%;
    min-height: 424px;
  }
  .indexMain .img {
    height: 424px;
    overflow: hidden;
  }
  #index01 {
    background: url(../img/bg_index_cont01.jpg) repeat-x 0 0;
  }
  #index02 {
    background: url(../img/bg_index_cont02.jpg) repeat-x 0 0;
  }
  #index03 {
    background: url(../img/bg_index_cont03.jpg) repeat-x 0 0;
  }
  .indexHalf {
    width: 50%;
    height: 424px;
  }
  .im_l .indexHalf {
    float: right;
  }
  .im_r .indexHalf {
    float: left;
  }
  .im_l .indexHalf_col {
    padding: 90px 0 0 40px;
    width: 500px;
    height: 334px;
  }
  .im_r .indexHalf_col {
    padding: 90px 40px 0 130px;
    width: 370px;
    height: 334px;
    margin: 0 0 0 auto;
  }
  #index01 .indexHalf_col {
    background: url(../img/index_cont_img01.png) no-repeat right 100px;
  }
  #index02 .indexHalf_col {
    background: url(../img/index_cont_img02.png) no-repeat -30px 100px;
  }
  #index03 .indexHalf_col {
    background: url(../img/index_cont_img03.png) no-repeat right bottom;
  }
  .indexHalf_col h4 {
    margin: 0 0 20px;
  }
  .indexHalf_col p.ttl {
    margin: 0 0 60px;
  }
  .indexHalf_col p.txt {
    margin: 0 0 10px;
  }
  /*indexWorks*/
  #indexWorks {
    width: 100%;
    height: auto;
    padding: 60px 0 70px;
  }
  #indexWorks h3 {
    text-align: center;
    margin: 0 0 5px;
  }
  #worksSlide {
    width: 100%;
    height: auto;
  }
  #worksSlide div {
    width: 510px;
    float: left;
  }
  #worksSlide p.photo {
    margin: 0 0 5px;
  }
  #worksSlide p.txt {
    font-weight: 900;
    font-size: 14px;
  }
  #worksSlide p.txt span {
    font-weight: 900;
    font-size: 18px;
  }
  /*indexInfo*/
  .indexComp h4,
  .indexInfo h4 {
    width: 527px;
    height: 36px;
    padding: 10px 3px 0 0;
    margin: 0 0 20px;
  }
  .indexComp h4 {
    background: url(../img/ttl_index_company.jpg) no-repeat 0 0;
  }
  .indexInfo h4 {
    background: url(../img/ttl_index_news.jpg) no-repeat 0 0;
  }
  #map iframe {
    width: 525px;
  }
  .half_col_l h4 a,
  .half_col_r h4 a {
    display: block;
    width: 166px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 0 0;
    background: url(../img/btn_m.png) no-repeat 0 0;
    margin: 0 0 0 auto;
  }
  .iIArea {
    padding: 0 0 0 40px;
    margin: 0 -30px 0 0;
  }
  .iIArea p.txt {
    margin: 0 20px 10px 0;
  }
  div.iICont {
    float: left;
    width: 230px;
    margin: 0 25px 0 0;
  }
  div.iICont p.photo {
    margin: 0 0 5px;
    max-width: 230px;
    max-height: 150px;
    overflow: hidden;
  }
  div.iICont p.date {
    color: #0d5178;
  }
  div.iICont p.ttl a {
    color: #000;
  }
}

@media screen and (max-width:414px) {
  .bnr {
    margin: 0 0 20px;
  }
  /*----Btn----*/
  .btn_s {
    width: 124px;
    float: right;
    height: 25px;
  }
  .btn_s a {
    display: block;
    width: 124px;
    height: 25px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 2px 0 0;
    background: url(../img/btn_s.png) no-repeat 0 0;
  }
  .btn_m {
    width: 166px;
    margin: 0 auto;
  }
  .btn_m a {
    display: block;
    width: 166px;
    height: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 0 0;
    background: url(../img/btn_m.png) no-repeat 0 0;
  }
  p.btn_l {
    width: 230px;
    height: 40px;
    background: url(../img/btn_l.png) no-repeat 0 0;
    margin: 0 auto 30px;
  }
  p.btn_l a {
    display: block;
    width: 230px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 0 0;
  }
  /*----Index----*/
  /*Index Concept*/
  .contactBnr {
    width: 330px;
    background: url(../img/contact_bg.jpg) no-repeat 0 0;
    background-size: 330px auto;
    height: 385px;
    padding: 315px 32px 0;
    margin: 0 auto;
  }
  .indexCont_r {}
  .indexCont_r h3 {
    margin: 0 0 10px;
  }
  .indexCont_area {
    padding: 0 20px 30px;
  }
  .indexCont_area_l {}
  .indexCont_area_l .photo {
    margin: 0 0 10px;
  }
  .indexCont_area_l .photo img {
    padding: 2px;
    border: 1px solid #ccc;
  }
  .indexCont_area_l h4.ic_r01 {
    width: 110px;
    margin: 0 0 5px;
    float: left;
  }
  .indexCont_area_l h4.ic_r02 {
    width: 165px;
    margin: 0 20px 5px 0;
    float: left;
  }
  .indexCont_area_l .txt {
    padding: 0 0 10px;
    clear: both;
  }
  /*index01*/
  .indexMain .img img {
    width: 100%;
  }
  .indexMain .img {
    overflow: hidden;
  }
  #index01 .ttl_bg {
    background: url(../img/index_cont_img01.png) no-repeat right 0 #2abbeb;
    background-size: 110px auto;
    padding: 30px 110px 30px 20px;
    margin: 0 0 10px;
  }
  #index02 .ttl_bg {
    background: url(../img/index_cont_img02.png) no-repeat right 0 #02a96c;
    background-size: 110px auto;
    padding: 30px 110px 30px 20px;
    margin: 0 0 10px;
  }
  #index03 .ttl_bg {
    background: url(../img/index_cont_img03.png) no-repeat right 0 #ffc100;
    background-size: 110px auto;
    padding: 30px 110px 30px 20px;
    margin: 0 0 10px;
  }
  .indexHalf_col h4 {
    margin: 0 0 10px;
  }
  .indexHalf_col p.txt {
    margin: 0 10px 10px;
  }
  /*indexWorks*/
  #indexWorks {
    width: 100%;
    height: auto;
    padding: 60px 0 70px;
  }
  #indexWorks h3 {
    text-align: center;
    margin: 0 0 5px;
  }
  #worksSlide {
    width: 100%;
    height: auto;
  }
  #worksSlide div {}
  #worksSlide p.photo {
    margin: 0 0 5px;
  }
  #worksSlide p.txt {
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px;
  }
  #worksSlide p.txt span {
    font-weight: 900;
    font-size: 18px;
  }
  /*indexInfo*/
  .indexComp h4,
  .indexInfo h4 {
    margin: 0 0 20px;
  }
  .half_col_l h4 a,
  .half_col_r h4 a {
    display: block;
    width: 166px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 0 0;
    background: url(../img/btn_m.png) no-repeat 0 0;
    margin: 0 0 0 auto;
  }
  .indexInfo {
    margin: 0 0 30px;
  }
  .indexComp p.txt {
    margin: 0 0 15px;
  }
  #map iframe {
    width: 100%;
  }
  .iIArea {
    padding: 0;
    margin: 0;
  }
  .iIArea p.txt {
    margin: 0 20px 10px 0;
  }
  div.iICont {
    margin: 0 0 15px;
  }
  div.iICont p.photo {
    width: 50%;
    float: left;
    margin: 0 0 5px;
  }
  div.iICont div.txt {
    float: right;
    width: 45%;
  }
  div.iICont p.date {
    color: #0d5178;
  }
  div.iICont p.ttl a {
    color: #000;
  }
}

@media screen and (min-width: 415px) {
  /*----Footer----*/
  div#footerBg {
    margin: 40px 0 0;
    background: #f6f6f6;
    border-top: #dfdfdf solid 2px;
  }
  footer a {
    color: #333;
    text-decoration: none;
  }
  .ftrInfo {
    border-bottom: #dfdfdf solid 2px;
    padding: 30px 0;
  }
  .ftrInfo ul {
    width: 1080px;
    margin: 0 auto;
  }
  .ftrInfo ul li {
    margin: 0;
    width: 216px;
    float: left;
    margin:
  }
  .ftrInfo ul li a {
    display: block;
    background: url(../img/arrow01.jpg) no-repeat 0 3px;
    padding: 0 0 0 20px;
    margin: 0 0 5px;
    font-size: 14px;
  }
  .ftrInfo ul li ul {
    margin: 0;
    width: 201px;
    margin: 0 0 0 15px;
  }
  .ftrInfo ul li ul li a {
    display: block;
    background: url(../img/arrow02.jpg) no-repeat 0 8px;
    padding: 0 0 0 20px;
    font-size: 13px;
  }
  .ftrInfo02 {
    border-bottom: #dfdfdf solid 2px;
    padding: 30px 0;
  }
  .ftrCont {
    width: 1080px;
    margin: 0 auto;
  }
  .ftrCont ul {
    width: 740px;
    float: left;
    margin: 15px 0 0;
  }
  .ftrCont ul li {
    float: left;
  }
  .ftrCont ul li a {
    padding: 0 35px;
  }
  .ftrCont .fb {
    width: 336px;
    float: right;
  }
  .ftrInfo03 {
    border-bottom: #dfdfdf solid 2px;
    padding: 30px 0;
  }
  .ftr03_l {
    width: 500px;
    float: left;
  }
  .ftr03_r {
    width: 170px;
    float: right;
  }
  .ftrInfo04 {
    padding: 30px 0;
  }
  .ftrInfo04 .ftrCont ul {
    width: 100%;
    float: initial;
    margin: 15px 0 0;
    text-align: center;
  }
  .ftrInfo04 .ftrCont ul li {
    display: inline-block;
    float: initial;
  }
  .ftrInfo04 .ftrCont ul li a{
    background-color: #3397D1;
    padding: 15px;
    color: #fff;
    margin: 10px;
  }
  .fLogo {
    width: 270px;
    margin: 50px auto 20px;
    text-align: center;
  }
  p.add {
    width: 600px;
    text-align: center;
    margin: 0 auto;
    line-height: 2.0;
  }
  p.copy {
    width: 600px;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 2.0;
  }
}

@media screen and (max-width:414px) {
  /*----Footer----*/
  div#footerBg {
    margin: 20px 0 0;
    background: #f6f6f6;
    border-top: #dfdfdf solid 2px;
  }
  footer a {
    color: #333;
    text-decoration: none;
  }
  .ftrInfo02 {
    padding: 30px 0;
  }
  .ftrCont {
    margin: 0 auto;
  }
  .ftrCont ul {
    width: 100%;
    float: left;
    margin: 15px 0 0;
  }
  .ftrCont ul li {
    float: left;
  }
  .ftrCont ul li a {
    padding: 0 35px;
  }
  .ftrCont .fb {
    width: 300px;
    margin: 0 auto;
  }
  .ftrInfo03 {
    padding: 30px 0;
  }
  .ftr03_l {}
  .ftr03_r {
    width: 200px;
    margin: 0 auto;
  }
  .ftrInfo04 {
    padding: 30px 0;
  }
  .ftrInfo04 .ftrCont ul {
    width: 100%;
    float: initial;
    margin: 15px 0 0;
    text-align: center;
  }
  .ftrInfo04 .ftrCont ul li {
    display: inline-block;
    float: initial;
  }
  .ftrInfo04 .ftrCont ul li a{
    background-color: #3397D1;
    padding: 15px;
    color: #fff;
    margin: 10px;
  }
  .fLogo {
    width: 270px;
    margin: 50px auto 20px;
  }
  p.add {
    text-align: center;
    margin: 0 auto 20px;
    line-height: 2.0;
  }
  #pageTop {
    border-top: #dfdfdf solid 2px;
    padding: 20px 0 30px;
    text-align: center;
    margin: 0 auto;
  }
  #pageTop img {
    width: 180px;
  }
  p.copy {
    text-align: center;
    margin: 0 auto 40px;
    line-height: 2.0;
  }
}


/*3.サブページレイアウト
======================================*/

@media screen and (min-width: 415px) {
  .contArea {
    padding: 40px 0 50px;
    margin: 0 auto;
    width: 1080px;
  }
  .entry {
    padding: 40px 0 50px;
    margin: 0 auto;
    width: 1000px;
  }
  .entry02 {
    padding: 0 0 50px;
    margin: 0 auto;
  }
  .underTxt {
    margin: 0 0 40px;
  }
  .contArea_green {
    background: #038f59;
    margin: 0 0 15px;
  }
  /*配置*/
  .page_m_l {
    float: left;
    width: 615px;
  }
  .page_m_r {
    float: right;
    width: 615px;
    min-height: 450px;
  }
  .page_m_l02 {
    float: left;
    width: 615px;
    min-height: 450px;
  }
  .page_m_r02 {
    float: right;
    width: 465px;
  }
  .half_col_l {
    width: 520px;
    float: left;
  }
  .half_col_r {
    width: 520px;
    float: right;
  }
  .half_col_l02 {
    width: 500px;
    float: left;
  }
  .half_col_r02 {
    width: 530px;
    float: right;
  }
  .half_col_l03 {
    width: 500px;
    float: left;
    margin: 0 0 40px;
  }
  .half_col_r03 {
    width: 500px;
    float: right;
    margin: 0 0 40px;
  }
  .two_col_l {
    width: 450px;
    float: left;
  }
  .two_col_r {
    width: 600px;
    float: right;
  }
  /*タイトル*/
  .ttl_page {
    padding: 10px 0;
    text-align: center;
    background: url(../img/ttl_page.png) no-repeat 0 0;
    margin: 0 0 30px;
  }
  .ttl_img {
    height: 74px;
    margin: 0 0 50px;
    text-align: center;
  }
  .ttl_img2 {
    margin: 0 0 30px;
  }
  .ttl_txt {
    border-bottom: 2px solid #3397d1;
    font-size: 27px;
    padding: 0 10px;
    margin: 0 0 35px;
  }
  /*会社概要*/
  table.outlineTable {
    width: 1000px;
    border-left: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
  }
  table.outlineTable th,
  table.outlineTable td {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 15px;
  }
  table.outlineTable th {
    text-align: center;
    color: #fff;
    background: #03915a;
    width: 200px;
    font-weight: 900;
  }
  #map_s iframe {
    width: 1000px;
    height: 570px;
  }
  /*強み*/
  #strength_cont {
    padding: 100px 30px 0 30px;
    width: 405px;
  }
  #strength_cont h3 {
    margin: 0 0 30px;
  }
  #strength_cont p {
    color: #fff;
  }
  /*特徴*/
  .peculiar_cont {
    padding: 100px 30px 0 30px;
    width: 405px;
  }
  .peculiar_cont h3 {
    margin: 0 0 30px;
  }
  .peculiar_cont p {
    color: #fff;
  }
  /*サービス*/
  .insertLink_s {
    width: 1080px;
    background: url(../img/service_il.jpg) no-repeat 0 0;
    height: 78px;
    margin: 0 0 40px;
  }
  .insertLink_s li {
    float: left;
    width: 216px;
  }
  .insertLink_s li a {
    display: block;
    height: 78px;
  }
  .insertLink_s li a span {
    display: none;
  }
  .insertLink_s li.current img {
    display: none;
  }
  .ttl_flow {
    margin: 0 0 20px;
  }
  .txt_flow {
    padding: 0 10px 40px;
  }
  .beforeAfter {
    background: url(../img/arrow03.jpg) no-repeat center center;
    margin: 0 0 100px;
  }
  .beforeCont {
    float: left;
    width: 480px;
  }
  .afterCont {
    float: right;
    width: 480px;
  }
  .contact_page {
    width: 997px;
    margin: 0 auto 60px;
    height: 67px;
    padding: 18px 15px 0 0;
    background: url(../img/contact_page_bg.jpg) no-repeat 0 0;
  }
  .contact_page a {
    display: block;
    width: 282px;
    margin: 0 0 0 auto;
  }
  /*施工事例*/
  .caseArea {
    margin: 0 10px 40px;
  }
  .caseCont {
    padding: 0 0 20px;
    margin: 0 -10px;
  }
  .caseList_box {
    padding: 0 10px;
    width: 518px;
    float: left;
  }
  .caseList_box p.photo {
    margin: 0 0 5px;
  }
  p.caseTxt {
    width: 400px;
    float: left;
    font-weight: 900;
    font-size: 14px;
    clear: both;
  }
  p.caseTxt a {
    color: #333;
    text-decoration: none;
  }
  p.caseTxt span {
    font-weight: 900;
    font-size: 18px;
  }
  .caseList_box p.newIcon {
    width: 83px;
    height: 18px;
    background: url(../img/new_icon.jpg) no-repeat 0 0;
    color: #fff;
    float: right;
    text-align: center;
    font-size: 11px;
    padding: 1px 0 0;
    margin: 3px 0 0;
  }
  .caseDetail {
    background: url(../img/ttl_case_sub.jpg) no-repeat 0 0;
    padding: 5px 0 0 140px;
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 20px;
  }
  .caseArea .txt p {
    margin: 0 0 15px;
  }
  .caseArea .txt a {
    color: #333;
    text-decoration: none;
  }
  /*ブログ*/
  .blogCont {
    width: 860px;
    float: left;
  }
  .blogCont img {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .side {
    width: 200px;
    float: right;
  }
  .catArea {
    background: url(../img/side_h.jpg) no-repeat 0 0 #0d8bcf;
    padding: 15px 15px 10px;
  }
  .catArea p.ttl {
    color: #fff;
    font-weight: 900;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    padding: 0 0 10px;
    margin: 0 0 5px;
  }
  .catArea ul li{
    margin: 5px auto 10px;
  }
  .catArea ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }
  .catArea ul li ul li a {
    margin: 0 0 0 10px;
  }
  .side .ftr img {
    display: block;
    margin: 0 0 15px;
  }
  .entryList {
    width: 420px;
    margin: 0 10px 30px 0;
    float: left;
    display: block;
  }
  .entryList p.date {
    font-size: 12px;
    margin: 0 0 5px;
  }
  .entryList p.photo {
    margin: 0 0 10px;
    max-width: 420px;
    max-height: 300px;
    overflow: hidden;
  }
  .entryList .ttl {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 10px;
    border-left: 2px solid #3397d1;
    border-bottom: 1px solid #3397d1;
    padding: 3px 0 2px 5px;
  }
  .entryList .ttl a {
    color: #333;
    text-decoration: none;
  }
  .entryList p a {
    color: #333;
    text-decoration: none;
  }
  .entryDetail p.date {
    background: url(../img/date_single.jpg) no-repeat 0 0;
    width: 80px;
    height: 44px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 0 10px;
  }
  .entryDetail .ttl {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 15px;
    border-left: 2px solid #3397d1;
    border-bottom: 1px solid #3397d1;
    padding: 3px 0 2px 5px;
  }
  .entryDetail .txt p {
    margin: 0 0 15px;
  }
  div.pager {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    background: none;
    margin: 10px 0 20px;
    vertical-align: middle;
    text-align: center;
  }
  div.pager span,
  .pager a {
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    color: #000;
    background: #eeeeee;
  }
  div.pager a:hover {
    color: #fff;
    background: #0d8bcf;
  }
  div.pager .current {
    padding: 6px 9px 5px 9px;
    background: #0d8bcf;
    color: #fff;
  }
}

@media screen and (max-width:414px) {
  .contArea {
    padding: 20px 10px 20px;
    margin: 0 auto;
  }
  .entry {
    padding: 40px 0 50px;
    margin: 0 auto;
  }
  .entry02 {
    padding: 0 0 50px;
    margin: 0 auto;
  }
  .underTxt {
    margin: 0 0 40px;
  }
  .contArea_green {
    background: #038f59;
    margin: 0 -10px 15px;
  }
  /*配置*/
  .half_col_l02 {
    margin: 0 0 10px;
  }
  .half_col_l03 {
    width: 100%;
    float: initial;
    margin: 0 0 40px;
  }
  .half_col_r03 {
    width: 100%;
    float: initial;
    margin: 0 0 40px;
  }
  .two_col_l {
    width: 100%;
    float: initial;
  }
  .two_col_r {
    width: 100%;
    float: initial;
  }
  .two_col_l img {}
  .two_col_r img {}
  /*タイトル*/
  .ttl_page {
    padding: 10px 0;
    text-align: center;
    background: url(../img/ttl_page.png) no-repeat 0 0;
    margin: 0 0 30px;
  }
  .ttl_img {
    height: 50px;
    margin: 0 0 20px;
    text-align: center;
  }
  .ttl_img img {
    height: 45px;
    width: inherit;
  }
  .ttl_img2 {
    margin: 0 0 30px;
  }
  /*会社概要*/
  table.outlineTable {
    border-left: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    margin: 0 10px;
  }
  table.outlineTable th,
  table.outlineTable td {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 15px;
    display: block;
  }
  table.outlineTable th {
    text-align: center;
    color: #fff;
    background: #03915a;
    font-weight: 900;
  }
  .ot_cen {
    text-align: center;
  }
  #map_s iframe {
    width: 100%;
    height: 250px;
    padding: 0 10px;
  }
  /*強み*/
  #strength_cont {
    padding: 20px 20px 10px;
  }
  #strength_cont h3 {
    margin: 0 0 15px;
  }
  #strength_cont p {
    color: #fff;
    text-align: center;
  }
  /*特徴*/
  .peculiar_cont {
    padding: 20px 20px 10px;
  }
  .peculiar_cont h3 {
    margin: 0 0 15px;
  }
  .peculiar_cont p {
    color: #fff;
  }
  /*サービス*/
  .insertLink_s {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .insertLink_s li {
    float: left;
    width: 40%;
    margin: 5px 5% 5px;
    height: 25px;
    ;
  }
  .insertLink_s li a {
    display: block;
    height: auto;
    ;
  }
  .insertLink_s li span {
    color: #028F5A;
  }
  .insertLink_s li a span {
    color: #028F5A;
    text-decoration: none;
  }
  .insertLink_s li img {
    display: none;
  }
  .insertLink_s li.current img {
    display: none;
  }
  .insertLink_s li.current a span {
    background-color: #028F5A;
    color: #fff;
    padding: 6px;
    ;
  }
  .insertLink_s li a span {
    color: #028F5A;
    text-decoration: none;
  }
  .ttl_flow {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .ttl_flow img {
    min-width: 143%;
  }
  .txt_flow {
    padding: 0 10px 40px;
  }
  .beforeAfter {
    margin: 0 0 20px;
  }
  .beforeCont {
    float: initial;
    width: 100%;
    margin: 10px auto;
  }
  .beforeCont .ttl img {
    float: initial;
    width: 50%;
  }
  .afterCont {
    float: initial;
    width: 100%;
    margin: 10px auto;
  }
  .afterCont .ttl img {
    float: initial;
    width: 50%;
  }
  .contact_page {
    width: 96%;
    margin: 0 auto 30px;
    height: 260px;
    padding: 0 2%;
    background: url(../img/contact_page_bg_s.jpg) no-repeat 0 0;
    background-size: 100% auto;
    position: relative;
    text-align: center;
  }
  .contact_page a {
    display: block;
    width: 282px;
    padding-top: 142px;
    margin: 0 auto;
  }
  /*施工事例*/
  .caseArea {
    margin: 0 0 40px;
  }
  .caseCont {
    padding: 0 0 20px;
    margin: 0 -10px;
  }
  .caseList_box {}
  .caseList_box p.photo {
    margin: 0 0 5px;
  }
  p.caseTxt {
    width: 260px;
    float: left;
    font-weight: 900;
    font-size: 12px;
    clear: both;
    margin: 0 0 30px 10px;
    /*border-bottom:3px solid #3397d1;*/
  }
  p.caseTxt a {
    color: #333;
    text-decoration: none;
  }
  p.caseTxt span {
    font-weight: 900;
    font-size: 14px;
  }
  p.caseTxt_s {
    border-bottom: 3px solid #3397d1;
    margin: 0 0 10px;
  }
  p.caseTxt a,
  p.caseTxt_s a {
    color: #333;
    text-decoration: none;
  }
  p.caseTxt span,
  p.caseTxt_s span {
    font-weight: 900;
    font-size: 14px;
  }
  .caseList_box p.newIcon {
    width: 83px;
    height: 18px;
    background: url(../img/new_icon.jpg) no-repeat 0 0;
    color: #fff;
    float: right;
    text-align: center;
    font-size: 11px;
    padding: 1px 0 0;
    margin: 3px 10px 30px 0;
  }
  .caseDetail {
    background: url(../img/ttl_case_sub.jpg) no-repeat 0 0;
    padding: 5px 0 0 140px;
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 20px;
  }
  .caseArea .txt p {
    margin: 0 0 15px;
  }
  .caseArea .txt a {
    color: #333;
    text-decoration: none;
  }
  .detailBtn {
    color: #fff;
    text-decoration: none;
    background: #3397d1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 240px;
    margin: 20px auto 30px;
    text-align: center;
  }
  .detailBtn a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
    font-size: 18px;
  }
  .ttl_ba img {
    width: inherit;
    height: 50px;
  }
  /*ブログ*/
  .blogCont {
    margin: 0 0 30px;
  }
  .side {}
  .catArea {
    color: #fff;
    text-decoration: none;
    background: #3397d1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    margin: 0 0 15px;
  }
  .catArea p.ttl {
    color: #fff;
    font-weight: 900;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    padding: 0 0 10px;
    margin: 0 0 5px;
  }
  .catArea ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }
  .catArea ul li ul li a {
    margin: 0 0 0 10px;
  }
  .side .ftr img {
    display: block;
    margin: 0 0 15px;
  }
  .entryList {
    margin: 0 0 30px;
  }
  .entryList p.date {
    font-size: 12px;
    margin: 0 0 5px;
  }
  .entryList p.photo {
    margin: 0 0 10px;
  }
  .entryList .ttl {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 10px;
    border-left: 2px solid #3397d1;
    border-bottom: 1px solid #3397d1;
    padding: 3px 0 2px 5px;
  }
  .entryList .ttl a {
    color: #333;
    text-decoration: none;
  }
  .entryList p a {
    color: #333;
    text-decoration: none;
  }
  .entryDetail p.date {
    background: url(../img/date_single.jpg) no-repeat 0 0;
    width: 80px;
    height: 44px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 0 10px;
  }
  .entryDetail .ttl {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 15px;
    border-left: 2px solid #3397d1;
    border-bottom: 1px solid #3397d1;
    padding: 3px 0 2px 5px;
  }
  .entryDetail .txt p {
    margin: 0 0 15px;
  }
  div.pager {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    background: none;
    margin: 10px 0 20px;
    vertical-align: middle;
    text-align: center;
  }
  div.pager span,
  .pager a {
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    color: #000;
    background: #eeeeee;
  }
  div.pager a:hover {
    color: #fff;
    background: #0d8bcf;
  }
  div.pager .current {
    padding: 6px 9px 5px 9px;
    background: #0d8bcf;
    color: #fff;
  }
}

.wpcf7 {
  margin: 96px 0;
}

.wpcf7 img {
  width: auto;
  height: auto;
}

.asterisk {
  margin: 0 0 0 0.2em;
  color: #f5637a;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
}

.wpcf7 input[type="submit"] {
  font-size: 100%;
  padding: 0.2em 0.4em;
  background: #eee;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  border: 1px solid #ccc;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

.wpcf7 input[type="submit"]:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset;
}
