@charset "UTF-8";

* {
  padding: 0px;
  margin: 0px;
}

body {
  width: 100%;
  height: auto;
  background-image: url(../images/body_bg_texture.png);
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------------------------------------------
	 ヘッダー
-------------------------------------------------------------------------------*/
#obi {
  width: 100%;
  height: 10px;
  background-color: #41A1D4;
}

#header_box {
  width: 100%;
  height: 142px;
  background-color: white;
}

#header {
  width: 960px;
  height: 90px;
  margin: 0 auto;
}

#header_text {
  height: 30px;
}

#header_text1 {
  width: 700px;
  padding-top: 10px;
  padding-left: 20px;
  margin: 0 auto;
  color: #999;
  font-size: 12px;
  float: left;
}

#header_text2 {
  padding-top: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #F15A24;
  float: right;
}

/*tb*/
@media screen and (max-width:1024px) {
  #header {
    width: 750px;
    height: 100px;
    overflow: hidden;
  }
  #header_text1 {
    width: 560px;
    padding-left: 10px;
  }
  #header_text2 {
    font-size: 12px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #header_box {
    height: 260px;
  }
  #header {
    width: 320px;
    height: 76px;
  }
  #header_text1 {
    display: none;
  }
  #header_text2 {
    font-size: 12px;
  }
}

/* ----------------------------------------------------------
	 ヘッダー・ロゴ
------------------------------------------------------------*/
#loin_img {
  height: 80px;
  width: 100%;
}

#logo_img {
  padding-top: 15px;
  padding-left: 20px;
  float: left;
}

/*tb*/
@media screen and (max-width:1024px) {
  #logo_img {
    padding-top: 10px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #logo_img {
    width: 130px;
    padding-left: 0px;
  }
}

/* ----------------------------------------------------------
	 ヘッダー ・お問い合わせ
------------------------------------------------------------*/
#info_img {
  padding-left: 20px;
  color: #999;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}

#info_img img {
  float: right;
}

#face_img {
  margin-right: 5px;
}

/*sp*/
@media screen and (max-width:767px) {
  #info_img {
    padding-left: 0;
    margin-top: 10px;
  }
  #info_img p {
    display: none;
  }
  #face_img {
    margin-right: 0;
    width: 25px;
  }
  #hd_tel_img {
    width: 150px;
  }
}

/* ------------------------------------------------------------------------------
	 ホーム
-------------------------------------------------------------------------------*/
#main {
  width: 960px;
  height: auto;
  margin: 0 auto;
  background: white;
  margin-top: 4px;
}

#img_sliders {
  width: 960px;
  height: 440px;
  margin: 0 auto;
  background-image: url(../images/main_back_03.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-top: -4px;
}

#slider1, #slider2, #slider3 {
  position:relative;
  width: 310px;
  height: 310px;
  float: left;
  margin: 30px 0 0 7.5px;
}

#slider1 img, #slider2 img, #slider3 img {
  width: 310px;
  height: auto;
}

/*tb*/
@media screen and (max-width:1024px) {
  #main {
    width: 750px;
    margin-top: 0px;
  }
  #img_sliders {
    width: 750px;
    height: 375px;
    background-size: 750px 375px;
    margin-top: 0;
  }
  #slider1, #slider2, #slider3 {
    width: 240px;
    height: 240px;
  }
  #slider1 img, #slider2 img, #slider3 img {
    width: 240px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #main {
    width: 320px;
    overflow: hidden;
    margin-top: 0;
  }
  #img_sliders {
    display: none;
  }
  #slider1, #slider2, #slider3 {
    width: 250px;
    margin-left: 4px;
  }
}

/* ----------------------------------------------------------
	 ホーム・丸アイコン
------------------------------------------------------------*/
#small_round {
  width: 960px;
  height: 81px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}

#small_round ul {
  list-style-type: none;
}

.small_round1 {
  width: 120px;
  height: 81px;
  float: left;
  padding-left: 100px;
}

.small_round2 {
  width: 120px;
  height: 81px;
  float: left;
  padding-left: 200px;
}

.small_round3 {
  width: 120px;
  height: 81px;
  float: left;
  padding-left: 200px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #small_round {
    width: 750px;
  }
  .small_round1 {padding-left: 65px;}
  .small_round2 {padding-left: 130px;}
  .small_round3 {padding-left: 125px;}
}

/*sp*/
@media screen and (max-width:767px) {
  #small_round {display: none;}
}

/* ----------------------------------------------------------
	 ホーム・詳細はこちら
------------------------------------------------------------*/
#syosai {
  width: 960px;
  height: 320px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}

#syosai ul {
  list-style-type: none;
}

.syosai1, .syosai2, .syosai3 {
  width: 320px;
  height: 100%;
  float: left;
}

.syosai1 img, .syosai2 img, .syosai3 img {
  padding-left: 20px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #syosai {
    width: 750px;
    height: 256px;
  }
  .syosai1, .syosai2, .syosai3 {
    width: 248px;
  }
  .syosai1 img, .syosai2 img, .syosai3 img {
    padding-left: 0px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #syosai {
    display: none;
  }
}

/* ----------------------------------------------------------
	 ホーム・詳細はこちら（スマホのみ表示ver）
------------------------------------------------------------*/
#big_round_bu_top {
  display: none;
}

/*sp*/
@media screen and (max-width:767px) {
  #big_round_bu_top {
    display: inline;
    width: 320px;
    height: auto;
  }
  #big_round_bu_top ul {
    margin-top: 30px;
  }
}

/* ------------------------------------------------------------------------------
	 最新ニュース
-------------------------------------------------------------------------------*/
#news_box {
  width: 960px;
  height: 260px;
  background-color: #e5eefd;
  margin: 0 auto;
  margin-bottom: 70px;
}

#newsLogo {
  width: 250px;
  height: 260px;
  float: left;
}

#newsLogo img {
  padding: 50px 0px 0px 43px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #news_box {width: 750px;}
  #newsLogo {width: 150px;}
  #newsLogo img {
    padding: 50px 0px 0px 8px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #news_box {
    width: 320px;
    height: 530px;
    margin-bottom: 0px;
  }
  #newsLogo {
    width: 320px;
    height: 200px;
  }
  #newsLogo img {
    padding: 20px 0px 0px 78px;
  }
}

/* ----------------------------------------------------------
	 最新ニュース・スクロールボックス
------------------------------------------------------------*/
#sck {
  width: 458px;
  height: 160px;
  margin-top: 50px;
  float: left;
  border-left: 1px dashed #333333;
  border-right: 1px dashed #333333;
}

#sck_scroll {
  width: 420px;
  height: 160px;
  margin-left: 14px;
  margin-right: 14px;
  overflow: auto;
  float: left;
}

#sck_scroll table {
  width: 380px;
  font-size: 14px;
}

#sck_scroll tr {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}

#sck_scroll a {
  text-decoration: none;
}

#sck_scroll a:hover {
  text-decoration: underline;
}

.sck_td_top {
  color: #2091CD;
  vertical-align: top;
  width: 135px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #sck {
    width: 408px;
    height: 128px;
    margin-left: 20px;
  }
  #sck_scroll {
    width: 404px;
    height: 128px;
    margin-left: 4px;
    margin-right: 0;
  }
  #sck_scroll table {
    width: 404px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #sck {
    width: 310px;
    margin-top: 0px;
    margin-left: 0px;
    border-left: none;
    border-right: none;
  }
  #sck_scroll {
    width: 310px;
    height: 300px;
  }
  #sck_scroll table {
    width: 300px;
  }
}

/* ----------------------------------------------------------
	 最新ニュース・リンクボタン
------------------------------------------------------------*/
#jigyou {
  width: 250px;
  height: 260px;
  float: left;
}

#com_info {
  margin: 50px 0px 0px 55px;
}

#bus {
  margin: 20px 0px 0px 55px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #jigyou {width: 150px;}
  #com_info {  margin: 50px 0px 0px 18px;}
  #bus {margin: 20px 0px 0px 18px;}
}

/*sp*/
@media screen and (max-width:767px) {
  #jigyou {display: none;}
}

/* ------------------------------------------------------------------------------
	 お見積もり無料
-------------------------------------------------------------------------------*/
#info_form {
  width: 960px;
  height: 300px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 50px;
}

.info_text2 {
  width: 860px;
  text-align: center;
  padding-bottom: -12px;
  color: #999;
  font-size: 14px;
}

.info_text {
  color: #F15A24;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

/*tb*/
@media screen and (max-width:1024px) {
  #info_form {
    width: 750px;
    margin-top: 20px;
  }
  .info_text2 {
    width: 750px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #info_form {
    width: 320px;
    padding-top: 40px;
  }
  .info_text2 {
    width: 300px;
    text-align: left;
  }
  .info_text {
    font-size: 14px;
  }
}

/* ----------------------------------------------------------
	 お見積もり無料・リンクボタン（電話）
------------------------------------------------------------*/
#tel_logo {
  width: 479px;
  height: 150px;
  margin-top: 40px;
  float: left;
  border-right: 1px solid #333333;
}

#tel_logo p {
  margin-top: 40px;
  margin-left: 140px;
  font-size: 14px;
  color: #999;
}

#tel_logo img {
  margin-top: 15px;
  margin-left: 105px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #tel_logo {
    width: 375px;
    height: 150px;
  }
  #tel_logo p {
    margin-left: 0;
    text-align: center;
  }
  #tel_logo img {
    margin-left: 40px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #tel_logo {
    width: 320px;
    height: 120px;
    margin-top: 0px;
  }
  #tel_logo p {
    margin-top: 40px;
  }
  #tel_logo img {
    margin-left: 30px;
  }
}

/* ----------------------------------------------------------
	 お見積もり無料・リンクボタン（フォーム）
------------------------------------------------------------*/
#info_logo {
  width: 479px;
  height: 150px;
  margin-top: 40px;
  float: left;
}

#info_logo p {
  margin-top: 40px;
  margin-left: 140px;
  font-size: 14px;
  color: #999;
}

#info_logo img {
  margin-top: 15px;
  margin-left: 105px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #info_logo {
    width: 365px;
  }
  #info_logo p {
    margin-left: 0;
    text-align: center;
  }
  #info_logo img {
    margin-left: 60px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #info_logo {
    width: 320px;
    margin-top: 0;
  }
  #info_logo img {
    margin-left: 30px;
  }
}

/* ------------------------------------------------------------------------------
	 フッター
-------------------------------------------------------------------------------*/
#foot_box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #F8F9F3;
  z-index: 90px;
}

#foot {
  width: 960px;
  height: 250px;
  margin: 0 auto;
  background: #F8F9F3;
}

#foot a {
  text-decoration: none;
  color: #4D4D4D;
}

#foot_logos {
  width: 400px;
  margin-top: 50px;
  margin-left: 20px;
  float: left;
}

#foot_site {
  margin-top: 20px;
  font-size: 12px;
  color: #4D4D4D;
}

#foot_logo_tx {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}

#foot_map_tel {
  margin-top: 10px;
}

#foot_map {
  float: left;
}

#foot_tel {
  font-size: 13px;
  float: right;
  color: #4D4D4D;
}

/*tb*/
@media screen and (max-width:1024px) {
  #foot {
    width: 750px;
  }
  #foot_logos {
    width: 320px;
  }
  #foot_tel {
    font-size: 10px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #foot {
    width: 320px;
    height: 300px;
  }
  #foot_logos {
    width: 310px;
    margin-top: 50px;
    margin-left: 0;
  }
  #foot_logo_img {
    margin-left: 66px;
  }
  #foot_map {
    width: 50px;
    height: 30px;
    margin-right: 0px;
  }
  #foot_map img {
    width: 90%;
  }
  #foot_tel {
    width: 260px;
  }
}

/* ----------------------------------------------------------
	 フッター背景画像
------------------------------------------------------------*/
#green_img {
  width: 960px;
  height: 100px;
  margin: 0 auto;
}

/*tb*/
@media screen and (max-width:1024px) {
  #green_img {
    width: 750px;
    height: 80px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #green_img {
    display: none;
  }
}

/* ----------------------------------------------------------
	 フッター・サイトマップ
------------------------------------------------------------*/
#foot #info {
  float: right;
}

#foot #info dl {
  float: left;
}

#foot #info dt {
  font-weight: bold;
  font-size: 16px;
  color: #4D4D4D;
}

#foot #info dd {
  font-size: 13px;
  line-height: 15px;
  color: #4D4D4D;
  margin-left: 40px;
}

#foot #info dd a:hover {
  color: #999;
}

#dt_co, #dt_bu, #dt_info {
  width: 127px;
  height: 53px;
  margin-bottom: 10px;
}

.info_company {margin: 50px 10px 0px 0px;}

.info_business {margin: 50px 10px 0px 0px;}

.info_results {margin: 50px 60px 0px 0px;}

.info_contact {margin: 50px 30px 0px 0px;}

.center {text-align: center;}

/*tb*/
@media screen and (max-width:1024px) {
  #foot #info dd {
    margin-left: 30px;
  }
  .info_business {margin: 50px 0px 0px 0px;}
  .info_contact {margin: 50px 10px 0px 0px;}
}

/*sp*/
@media screen and (max-width:767px) {
  #info {display: none;}
}

/* ----------------------------------------------------------
	 コピーライト
------------------------------------------------------------*/
#copyright_box {
  width: 100%;
  height: auto;
  background: #4D4D4D;
  color: white;
}

#copyright {
  width: 960px;
  height: auto;
  margin: 0 auto;
  text-align: right;
  background: #4D4D4D;
  color: white;
  font-size: 8px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #copyright {
    width: 750px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #copyright {
    width: 320px;
    text-align: left;
    text-indent: 5px;
  }
}

/* ----------------------------------------------------------
	 ページトップボタン
------------------------------------------------------------*/
.pagetop {
  position: fixed;
  bottom: 280px;
  right: 55px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 100;
}

.pagetop a {
  display: block;
  width: 70px;
  height: 97px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
  border-radius: 50px;
}

.pagetop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*tb*/
@media screen and (max-width:1024px) {
  .pagetop {
    bottom: 283px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  .pagetop {
    bottom: 20px;
    right: 15px;
  }
  .pagetop a {
    display: block;
    width: 50px;
    height: auto;
  }
}

/* ------------------------------------------------------------------------------
	 ページ共通（トップ画像）
-------------------------------------------------------------------------------*/
#main_img_co,
#main_img_bu,
#main_img_do,
#main_img_ken,
#main_img_ei,
#main_img_info{
  width: 100%;
  height: 128px;
  margin-top: 20px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #main_img_co,
  #main_img_bu,
  #main_img_do,
  #main_img_ken,
  #main_img_ei,
  #main_img_info{
    height: 100px;
    background-size: 100%;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #main_img_co,
  #main_img_bu,
  #main_img_do,
  #main_img_ken,
  #main_img_ei,
  #main_img_info{
    height: 120px;
    margin-top: 0px;
  }
  #main_img_co img,
  #main_img_bu img,
  #main_img_do img,
  #main_img_ken img,
  #main_img_ei img,
  #main_img_info img {
    display: none;
  }
  #main_img_co {background-image: url(../images/sp_comp.png);}
  #main_img_bu {background-image: url(../images/sp_biz.png);}
  #main_img_do {background-image: url(../images/sp_doboku.png);}
  #main_img_ken {background-image: url(../images/sp_reform.png);}
  #main_img_ei {background-image: url(../images/sp_exterior.png);}
  #main_img_info {background-image: url(../images/sp_form.png)}
}


.corona {
  text-align: center;
  margin-top:-60px;
}

.corona img{
  width: 50%;
  max-width: 1280px;
  height:auto;
  margin: 10px auto;
  border-radius: 20px;
}

@media screen and (max-width:767px) {
.corona{
  text-align: center;
  margin-top:-50px;
}

.corona img{
  width: 70%;
  max-width: 1280px;
  height:auto;
  margin: 5px auto;
  border-radius: 20px;
}
}

/*ここまで*/
.hr-n {
  width: 100%;
  height: 5px;
  background: #e6e6e6;
  margin-bottom: 30px;
}




/* ------------------------------------------------------------------------------
	 ページ共通（タイトル）
-------------------------------------------------------------------------------*/
.title {
  width: 960px;
  height: 94px;
}

.title_p {
  text-align: left;
  padding-left: 50px;
  line-height: 94px;
  font-size: 19px;
  font-weight: bold;
}

#title_naiyo {
  width: 960px;
  height: 160px;
}

#title_naiyo p {
  padding-left: 65px;
  padding-top: 43px;
  font-size: 16px;
  color: #4D4D4D;
  font-weight: bold;
  line-height: 35px;
}

/*tb*/
@media screen and (max-width:1024px) {
  .title {
    width: 750px;
  }
  #title_naiyo {
    width: 750px;
    height: 128px;
  }
  #title_naiyo p {
    padding-left: 15px;
    padding-top: 35px;
    font-size: 15px;
    line-height: 25px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  .title {
    width: 320px;
  }
  .title_p {
    text-align: center;
    padding-left: 0;
  }
  #title_naiyo {
    width: 320px;
  }
  #title_naiyo p {
    padding-top: 15px;
    padding-left: 0;
    font-size: 14px;
    line-height: 21px;
  }
}


/*透明設定*/
#foot_map a:hover, #info_logo a img:hover, #syosai a img:hover, #syosai_bu a img:hover, #jigyou a img:hover, #dt_co img:hover, #dt_bu img:hover, #dt_info img:hover, #big_round_bu a:hover, .pagetop a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* ------------------------------------------------------------------------------
	 会社案内（会社概要・沿革・取引実績）
-------------------------------------------------------------------------------*/
#gaiyou, #enkaku, #jiseki {
  color: #808080;
  font-size: 16px;
}

#gaiyou .title,
#enkaku .title,
#jiseki .title {
  background: #E5F1FF;
  border-top: 2px solid #0065AD;
  border-bottom: 2px solid #0065AD;
}

#gaiyou .title_p,
#enkaku .title_p,
#jiseki .title_p {
  color: #0065AD;
}

/*sp*/
@media screen and (max-width:767px) {
  #gaiyou, #enkaku, #jiseki {
    font-size: 12px;
  }
}

/* ----------------------------------------------------------
	 会社案内（会社概要・沿革・取引実績）テーブル設定
------------------------------------------------------------*/
#gaiyou table,
#enkaku table,
#jiseki table {
  width: 700px;
  margin: 20px auto 50px auto;
  line-height: 30px;
}

#gaiyou table .table-item {
  width: 100px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

#gaiyou table .table-text {
  width: 550px;
  margin-left: 50px;
}

#enkaku table .table-item,
#jiseki table .table-item {
  width: 150px;
  font-weight: bold;
}

#enkaku table .table-text,
#jiseki table .table-text {
  width: 500px;
  margin-left: 50px;
}

/*sp*/
@media screen and (max-width:767px) {
  #gaiyou table,
  #enkaku table,
  #jiseki table {
    width: 310px;
    line-height: 20px;
  }
  #gaiyou table .table-item {
    width: 50px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
  }
  #gaiyou table .table-text {
    width: 245px;
    margin-left: 15px;
  }
  #enkaku table .table-item {
    width: 80px;
  }
  #enkaku table .table-text {
    width: 180px;
    margin-left: 50px;
  }
  #jiseki table .table-item {
    width: 310px;
    margin-bottom: 20px;
    float: right;
  }
  #jiseki table .table-text {
    width: 310px;
    float: right;
    margin-left: 0;
  }
}

/* ----------------------------------------------------------
	 会社案内（代表ご挨拶）
------------------------------------------------------------*/
#aisatsu {
  color: #808080;
  font-size: 16px;
  height: 650px;
}

#aisatsu .title {
  background: #E5F1FF;
  border-top: 2px solid #0065AD;
  border-bottom: 2px solid #0065AD;
}

#aisatsu .title_p {
  color: #0065AD;
}

#ceo_text {
  float: left;
  width: 475px;
  height: auto;
  line-height: 25px;
  padding: 50px 0 0 100px;
}

#ceo_img {
  float: right;
  height: 380px;
  width: 240px;
  margin: 100px 80px 0px 30px;
}

#ceo_name {
  margin-left: 40px;
}

#jiseki_26 {
  font-size: 13px;
  text-align: right;
}

/*tb*/
@media screen and (max-width:1024px) {
  #ceo_text {
    float: none;
    width: 450px;
    padding: 30px;
  }
  #ceo_name {
    margin-left: 45px;
  }
  #ceo_img {
    float: right;
    margin: 50px 0px 0px 30px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #aisatsu {
    height: 1000px;
  }
  #ceo_text {
    width: 310px;
    float: right;
    margin: 0px 0px 0px 20px;
    font-size: 13px;
    padding: 0;
    line-height: 20px;
  }
  #ceo_img {
    float: none;
    text-align: center;
    height: auto;
    width: 320px;
    margin: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: -20px;
  }
  #ceo_img img {
    text-align: center;
  }
  #ceo_img1 {
    margin-left: 55px;
  }
}

/* ----------------------------------------------------------
	 会社案内（アクセス）
------------------------------------------------------------*/
#access {
  color: #808080;
  font-size: 16px;
}

#access .title {
  background: #E5F1FF;
  border-top: 10px solid #0065AD;
  ]
}

#access .title_p {
  color: #0065AD;
}

#jyusyo_access {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 150px;
  color: #666;
}

#google-map {
  width: 688px;
  height: auto;
  margin-left: 150px;
}

iframe {
  width: 688px;
  height: 355px;
  margin: 0 auto;
}

#hk_access {
  margin-top: 10px;
  margin-left: 650px;
  margin-bottom: 65px;
  color: #666;
}

#img_3mai {
  width: 720px;
  height: 360px;
  margin-left: 140px;
  margin-bottom: 20px;
}

#img_3mai ul li {
  list-style-type: none;
  float: left;
  margin-left: 10px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #jyusyo_access {
    margin-left: 15px;
  }
  #google-map {
    height: 355px;
    margin-left: 15px;
  }
  iframe {
    width: 720px;
  }
  #hk_access {
    margin-top: 40px;
    margin-left: 15px;
    margin-bottom: 30px;
  }
  #img_3mai {
    margin-left: 20px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #jyusyo_access {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  #google-map {
    width: 320px;
    height: 355px;
  }
  iframe {
    width: 320px;
    margin-left: -15px;
  }
  #hk_access {
    width: 320px;
    margin-bottom: 20px;
  }
  #img_3mai {
    width: 300px;
    height: 1200px;
    margin-left: 50px;
  }
  #img_3mai ul li {
    margin-left: 0;
    line-height: 80px;
  }
}

/* ------------------------------------------------------------------------------
	 事業内容
-------------------------------------------------------------------------------*/
#business {
  color: #808080;
  font-size: 16px;
}

#business .title {
  background: #E5F1FF;
  border-top: 2px solid #0065AD;
  border-bottom: 2px solid #0065AD;
}

#business .title_p {
  color: #0065AD;
}

/*sp*/
@media screen and (max-width:767px) {
  #business {
    font-size: 12px;
  }
}

/* ----------------------------------------------------------
	 事業内容・事業内容一覧
------------------------------------------------------------*/
#business table {
  width: 960px;
  line-height: 30px;
  border-top: 10px solid #0065AD;
}

#business table .table-item,
#business table .table-item2 {
  width: 166px;
  height: 65px;
  color: #0065AD;
  text-align: center;
}

#business table .table-text,
#business table .table-text2 {
  width: 794px;
  height: 80px;
  color: #808080;
  padding-left: 22px;
}

#business table .table-item {
  background-color: #C9E2FF;
}

#business table .table-text {
  background-color: #E5F1FF;
}

#business table .table-text2 p {
  font-size: 12px;
  line-height: 20px;
  margin: 5px 0 10px 20px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #business table {
    width: 750px;
  }
  #business table .table-item,
  #business table .table-item2 {
    width: 160px;
    text-align: center;
  }
  #business table .table-text,
  #business table .table-text2 {
    width: 590px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #business table {
    width: 320px;
    line-height: 20px;
  }
  #business table .table-item,
  #business table .table-item2 {
    width: 100px;
  }
  #business table .table-text,
  #business table .table-text2 {
    width: 220px;
    padding-left: 10px;
  }
  #business table .table-text2 p {
    margin: 5px 0 10px 10px;
  }
}

/* ----------------------------------------------------------
	 事業内容・主要事業
------------------------------------------------------------*/
#work_main .title {
  height: 120px;
  border-top: 10px solid #41A1D4;
  border-bottom: 5px solid #0065AD;
}

#work_main .title_p {
  color: #0065AD;
  padding-left: 0px;
  text-align: center;
  line-height: 120px;
}

/* ----------------------------------------------------------
	 事業内容・丸アイコン
------------------------------------------------------------*/
#big_round_bu {
  width: 960px;
  height: 534px;
  margin-top: 32px;
}

#big_round_bu ul li {
  list-style-type: none;
  float: left;
}

#big_round_bu img {
  margin-left: 5px;
}

.big_round1, .big_round2, .big_round3 {
  width: 320px;
  height: 480px;
}

.big_round_tx1 {
  width: 250px;
  height: 60px;
  margin-left: 38px;
  color: #FBBB0B;
  font-size: 14px;
}

.big_round_tx2 {
  width: 252px;
  height: 60px;
  margin-left: 45px;
  color: #F15A24;
  font-size: 14px;
}

.big_round_tx3 {
  width: 250px;
  height: 60px;
  margin-left: 45px;
  color: #8CC63F;
  font-size: 14px;
}

.big_syosai {
  width: 960px;
  text-align: center;
  color: #F15A24;
  margin-bottom: 60px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #big_round_bu {
    width: 750px;
    height: 434px;
  }
  #big_round_bu img {
    width: 249px;
    margin-left: 0;
  }
  .big_round1, .big_round2, .big_round3 {
    width: 250px;
    height: 350px;
  }
  .big_round_tx1,
  .big_round_tx2,
  .big_round_tx3 {
    width: 200px;
  }
  .big_syosai {
    width: 750px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #big_round_bu {
    width: 320px;
    height: 1400px;
  }
  #big_round_bu ul li {
    list-style-type: none;
    text-align: center;
  }
  #big_round_bu img {
    width: 300px;
  }
  .big_round1, .big_round2, .big_round3 {
    width: 320px;
    height: 450px;
  }
  .big_round_tx1,
  .big_round_tx2,
  .big_round_tx3 {
    width: 250px;
    text-align: left
  }
  .big_syosai {
    width: 320px;
  }
}

/* ------------------------------------------------------------------------------
	 土木工事
-------------------------------------------------------------------------------*/
#hinmoku .title,
#do-case .title {
  border-top: 2px solid #FB9E00;
  border-bottom: 2px solid #FB9E00;
  background: #FEEAB5;
}

#hinmoku .title_p,
#do-case .title_p {
  color: #FB9E00;
}

/* ----------------------------------------------------------
	 土木工事・アイコン  （土木工事・建築リフォーム共通）
------------------------------------------------------------*/
.case-icon {
  margin: 30px 0px 40px 66px;
  height: 69px;
}

.case-icon h1 {
  width: 180px;
  background: #FBBB0B;
  border-radius: 20px;
  color: white;
  line-height: 69px;
  text-align: center;
  font-size: 18px;
  float: left;
}

.case-icon p {
  color: #808080;
  line-height: 69px;
  padding-left: 40px;
  float: left;
}

/*tb*/
@media screen and (max-width:1024px) {
  .case-icon {
    margin: 30px 0px 40px 15px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  .case-icon {
    margin: 15px 0px 40px 66px;
  }
  .case-icon p {
    margin-left: -60px;
  }
}

/* ----------------------------------------------------------
	 土木工事・画像配置（土木工事・建築リフォーム共通）
------------------------------------------------------------*/
.img_box {
  width: 812px;
  height: auto;
  margin: 20px auto 50px auto;
  color: #999;
  overflow: hidden;
}

.img_box h1 {
  color: #F15A24;
  font-size: 18px;
}

.img_box p {
  margin-bottom: 15px;
  color: #999;
}

.img_test1 {
  width: 389px;
  margin-right: 33px;
  float: left;
}

.img_test2 {
  width: 389px;
  float: left;
}

.line {
  width: 100%;
  height: 2px;
  background: #B3B3B3;
  margin-top: 25px;
  margin-bottom: 20px;
}

/*tb*/
@media screen and (max-width:1024px) {
  .img_box {
    width: 725px;
  }
  .img_test1 {
    width: 356px;
    margin-right: 0;
  }
  .img_test2 {
    width: 356px;
    float: right;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  .img_box {
    width: 320px;
    margin: 20px auto 0px auto;
  }
  .img_box h1,
  .img_box p {
    margin-left: 10px;
  }
  .img_test1 {
    width: 300px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .img_test2 {
    width: 300px;
    float: left;
    padding-left: 10px;
    margin-bottom: 0px;
  }
}

/* ------------------------------------------------------------------------------
	 建築リフォーム
-------------------------------------------------------------------------------*/
#reform .title,
#ken-flow .title,
#ken-cese .title {
  border-top: 2px solid #FB9E00;
  border-bottom: 2px solid #FB9E00;
  background: #FAC5B3;
}

#reform .title_p,
#ken-flow .title_p,
#ken-cese .title_p {
  color: #F15A24;
}

#ken-cese .case-icon h1 {
  background: #F15A24;
}

/* ----------------------------------------------------------
	 建築リフォーム・一般的な工事・施工の流れ（エクステリア工事共通）
------------------------------------------------------------*/
.nagale {
  margin: 50px auto 50px auto;
  text-align: center;
}

.nagale p {
  color: #808080;
  text-align: left;
  padding: 0 0 30px 50px;
}

.nagare_img {
  width: 900px;
  height: auto;
  margin: 0 auto;
}

.nagare_img_iphone {
  display: none;
}

/*tb*/
@media screen and (max-width:1024px) {
  .nagale {
    margin: 50px auto 70px auto;
  }
  .nagale p {
    padding: 10px 30px 50px 30px;
  }
  .nagare_img {
    width: 720px;
    height: auto;
    margin: 0 auto;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  .nagale {
    margin: 20px auto 20px auto;
  }
  .nagale p {
    padding: 10px 10px 40px 10px;
  }
  .nagare_img {
    display: none;
  }
  .nagare_img_iphone {
    display: inline;
    margin-top: 50px;
    width: 300px;
    margin: 0 auto 50px auto;
  }
}

/* ------------------------------------------------------------------------------
	 エクステリア工事
-------------------------------------------------------------------------------*/
#exterior .title,
#ei-flow .title,
#ei-cese .title {
  border-top: 2px solid #45B15E;
  border-bottom: 2px solid #45B15E;
  background: #C7E7CE;
}

#exterior .title_p,
#ei-flow .title_p,
#ei-cese .title_p {
  color: #45B15E;
}

#ei-cese .case-icon h1 {
  background: #45B15E;
}

#ei-cese .img_box h1 {
  color: #45B15E;
  font-size: 18px;
}

#ei-cese .img_box h2 {
  color: #45B15E;
  font-size: 18px;
  margin-top: -25px;
  margin-left: 420px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #ei-cese .img_box h2 {
    margin-left: 370px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #ei-cese .img_box h2 {
    position: relative;
    top: 250px;
    margin-top: 0px;
    margin-left: 10px;
  }
  #ei-cese .img_box p {
    padding-bottom: 20px;
  }
  #ei-cese .img_test1 {
    margin-top: -25px;
  }
  #ei-cese .img_test2 {
    margin-top: 28px;
  }
}

/* ------------------------------------------------------------------------------
	 お問い合わせ
-------------------------------------------------------------------------------*/
.title_info {
  width: 100%;
  height: auto;
  margin-top: 10px;
  background: #F7931E;
  color: white;
}

.title_info ul {
  padding: 20px 0 20px 90px;
  line-height: 30px;
  font-size: 16px;
  list-style-type: none;
}

.title_info li:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  background: #fff;
  position: relative;
  left: -7px;
}

/*tb*/
@media screen and (max-width:1024px) {
  .title_info ul {
    padding: 20px 10px 20px 30px;
    font-size: 15px;
    line-height: 25px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  .title_info ul {
    margin-left: 15px;
    padding: 5px 0 0 0;
    line-height: 22px;
    font-size: 14px;
  }
}

/* ----------------------------------------------------------
	 お問い合わせフォーム・テーブル設定
------------------------------------------------------------*/
.caution {
  font-size: 13px;
  margin: 30px 0 2px 63px;
}

.red {
  color: red;
}

#inform_box {
  width: 960px;
  height: auto;
}

#inform_box table {
  margin: auto;
  border-collapse: collapse;
}

#inform_box tr,
#inform_box td {
  border: 1px solid #d4d4d4;
  font-size: 13px;
  color: #808080;
  height: 66px;
}

.label-title {
  height: auto;
  width: 190px;
  background: #FDE9D1
}

.label-title p {
  margin-left: 12px;
}

.form-input {
  width: 600px;
}

.input-box {
  color: black;
  text-align: left;
  height: auto;
  padding: 10px;
}

.textbox {
  display: inline-block;
  box-sizing: border-box;
  width: 500px;
  height: 35px;
  margin: 15px 20px;
  border: 1px solid #d4d4d4;
  font-size: 15px;
  padding-left: 8px;
}

.selectbox {
  display: inline-block;
  box-sizing: border-box;
  width: 500px;
  height: 35px;
  margin: 15px 20px;
  border: 1px solid #d4d4d4;
  font-size: 15px;
  background-color: #fff;
}

.textarea {
  display: inline-block;
  box-sizing: border-box;
  width: 500px;
  height: 170px;
  margin: 15px 20px;
  border: 1px solid #d4d4d4;
  font-size: 15px;
  padding-left: 8px;
}

.textbox.error,
.selectbox.error,
.textarea.error {
  border: solid 1px #b81225;
  background: #FDDADA;
  margin-top: 10px;
}

.error-message {
  color: #B81225;
  margin-left: 20px;
  margin-top: -15px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #inform_box {
    width: 750px;
  }
  .label-title {
    height: auto;
    width: 150px;
    background: #FDE9D1
  }
  .form-input {
    width: 500px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  .caution {
    margin: 30px 0 2px 0px;
  }
  #inform_box {
    width: 320px;
  }
  #inform_box tr {
    width: 315px;
    height: auto;
  }
  #inform_box td {
    border: none;
    width: 318px;
    height: auto;
    float: right;
  }
  .label-title {
    width: 310px;
  }
  .form-input {
    width: 300px;
    text-align: center;
  }
  .textbox,
  .selectbox {
    width: 298px;
    height: 35px;
    margin: 15px auto;
  }
  .textarea {
    width: 298px;
    height: 170px;
    margin: 15px auto;
  }
  .error-message {
    text-align: right;
    margin-right: 10px;
  }
}

/* ----------------------------------------------------------
	 お問い合わせフォーム・確認送信ボタン
------------------------------------------------------------*/
.buttonArea {
  margin-top: 50px;
  text-align: center;
}

.agreement {
  margin: auto;
  background-color: #F7931E;
  width: 120px;
  height: 120px;
  border: 0px solid;
  border-radius: 60px;
  cursor: pointer;
  outline: none;
}

.agreement:hover {
  background-color: #ffaf50;
}

.agreement p {
  font-size: 18px;
  color: white;
  letter-spacing: 10px;
  font-weight: bold;
  padding-left: 10px;
}

.back {
  float: left;
  color: #808080;
  font-size: 13px;
  margin: 0px 0 2px 100px;
  margin-top: 20px;
  text-decoration: none;
}

.back:before {
  content: "<";
  display: inline-block;
  font-size: 1.4em;
  margin-right: 8px;
}

.back:hover{
  color: black;
}

@media screen and (max-width:767px) {
  .back {
    margin: 0;
    margin-top: 15px;
  }
  }
