@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
全デバイス共通のスタイル
(スマートフォンおよび小型タブレット向けレイアウト)ここから
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* -----リセットCSS----- */

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

li {
  list-style-type: none;
}

li a {
  color: #ffffff;
}

img {
  vertical-align: middle;
}

/* -----フォント指定----- */

body {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  font-size: 62.5%;
}

/* -----見出しの書式設定----- */

.heading_style_bg {
  width: 50%;
  text-align: center;
  margin-bottom: 3px;
  font-size: 16px;
  letter-spacing: 2.2px;
  border-bottom: #000000 double 3px;
}

.heading_style_sm {
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
}

/* -----clearfix----- */

.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*トップへ戻るボタン*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 25px;
	font-size: 14px;
}
#page-top a {
	background: red;
	text-decoration: none;
	color: #ffffff;
	width:50px;
	height:50px;
/*    line-height: 50px;*/
	text-align: center;
	display: block;
    border-radius: 50%;
	filter:alpha(opacity=4);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity:0.8;
}
#page-top a:hover {
	text-decoration: none;
	background: red;
    opacity:0.6;
}

/*　-----ヘッダー-----　*/

#header_wrap {
  background-color: #004da1;
  color: #ffffff;
  padding: 0 15px;

}

.header_logo {
  float: left;
/*  margin: 6px 0;*/
  margin: 15px 0;
  width: 150px;
}

.logo_mark a img {
  float: left;
  width: 51%;
}

.header_companyname_box {
  margin-left: 80px;
}

.header_companyname_box a {
  color: #ffffff;
}

.header_companyname {
  font-size: 30px;
  letter-spacing: 10px;
}

.sm_header_companyname {
  font-size: 14px;
  letter-spacing: 4.2px;
  margin-top: -13px
}

/*　-----グローバルナビゲーション-----　*/

#global_nav {
  display: none;
  background-color: #004da1;
  text-align: center;
  padding: 10px 0;
}

#global_nav li:first-child {
  padding-top: 70px;
}

#global_nav li {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0;
}

#global_nav li a:hover {
  color: #ffe200;
}

#global_nav .contact_button {
  display: none;
}

#global_nav .contact_button a:hover {
  color: #fff;
}

#global_nav .contact_button:hover,
.mail_button_sm:hover,
.mail_button_bg .contact_button:hover {
  opacity: 0.7;
}

.mail_button_bg .contact_button:hover {
  opacity: 0.7;
}


/*　-----ハンバーガー・メールフォームボタン-----　*/

.mail_button_sm {
  display: none;
  float: left;
}

.mail_button_bg {
  float: right;
  margin-right: 40px;
  margin-top: -61px;
/*  margin-top: -67px;*/
}

.mail_button_bg .contact_button {
  font-size: 1rem;
  background-color: red;
  color: #ffffff;
  border-radius: 30px;
  padding: 5px 13px 5px 40px;
  margin-right: 0;
  margin-top: 15px;
  background-image: url(images/mail_icon.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 12px;
}


/* トグルボタンの設定 */

#toggle_button {
  float: right;
  margin-top: 14px;
/*  margin-top: 23px;*/
  cursor: pointer;
  width: 25px;
}

#toggle_button span {
  display: block;
  height: 4px;
  border-radius: 5px;
  /*  margin-bottom: 7.5px;*/
  background: #ffffff;
  width: 32px;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#toggle_button span:nth-child(2) {
  margin-top: 8px;
}

#toggle_button span:nth-child(3) {
  margin-top: 8px;
}

/* 切り替えアニメーション */

.open #toggle_button span:nth-child(1) {
  margin-top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open #toggle_button span:nth-child(2) {
  width: 0;
}

.open #toggle_button span:nth-child(3) {
  margin-top: -15px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* #global-nav 表示切替 */

.open #global_nav {
  display: block;
}

.open .mail_button_sm,
.open .mail_button_bg {
  display: none;
}

/*バナー*/

.bunner_line {
  display: none;
}


.bunner_line img {
  width: 100%;
  height: 8px;
}

.banner_contact {
  display: none;
}

.banner_wrap {
  margin: 0 auto;
  background-color: #ffffff;
  clear: both;
}

.banner_wrap img {
  width: 50%;
  /*  width: 33.3%;*/
  float: left;
}

/* -----フッター----- */

footer {
  background-color: #004da1;
  color: #ffffff;
}

.footer_logo {
  width: 125px;
  margin: 50px auto 30px;
}

.footer_logoimg {
  float: left;
  /*  width: 20px;*/
}

.footer_logoimg img {
  width: 100%;
/*  width: 50px;*/
  /*  margin-left: px;*/
}

.footer_companyname {
  font-size: 1.4rem;
  letter-spacing: 10px;
  width: 100px;
  float: left;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
}

.sm_footer_companyname {
  font-size: 0.5rem;
  letter-spacing: 3.8px;
  width: 90px;
  margin-left: 12px;
  margin-top: -8px;
  float: left;
  color: #ffffff;
}

.footer_nav li a:hover {
  color: #ffe200;
}

.address {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 30px;
}

.address p a {
  color: #fff;
}

.footer_nav {
  max-width: 500px;
  margin: 0 auto;
}

.footer_left {
  width: 49%;
  margin: 0 auto;
  /*  padding: 25px 25px 15px;*/
  /*  margin-left: 31%;*/
  text-align: center;
  font-size: 0.9rem;
  border-right: #ffffff solid 1px;
  float: left;
}

.footer_right {
  width: 49%;
  margin: 0 auto;
  /*  padding: 25px 25px 15px;*/
  /*  margin-right: 31%;*/
  text-align: center;
  font-size: 0.9rem;
  /*    border-left: #ffffff solid 1px;*/
  float: right;
}

small {
  /*  background-color: #dcdcdc;*/
  display: block;
  font-size: 0.8rem;
  text-align: center;
  /*  color: #000000;*/
  margin: 40px 0 30px;
}

/* -----サブページの書式設定----- */

.sub_heading {
  color: #ffffff;
  background-image: url(images/bg_company.jpg);
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
}

.sub_heading h1 {
  margin-top: 0;
  margin-bottom: 0;
  height: 150px;
  line-height: 140px;
  font-size: 1.8rem;
  letter-spacing: 3px;
  text-align: center;
  vertical-align: middle;
}

.sub_heading p {
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-align: center;
  margin-top: -65px;
  padding-bottom: 55px;
  /*  border-bottom:#000000 solid 5px;*/
}

.companysection_wrap {
  background-image: url(images/companysection_title_line.png);
  background-repeat: no-repeat;
  background-position: center 10px;
}

.company_profile {
  margin-top: 25px;
}

.companysection_title {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  background-color: #ffffff;
  text-align: center;
  width: 200px;
  margin: 40px auto 30px;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
index.html
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*　-----メイン画像-----　*/

.topimage_bg {
  display: none;
}

/*
.topimage {
  position: relative;
}
*/

.topimage {
  width: 100%;
}

.topimage_sm,
.topimage_bg {
  width: 100%;
}


.toptxt {
  width: 100%;
  background-color: rgba(0, 77, 161, 0.9);
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
}

.toptxt_bg {
  width: 95%;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 10px auto 5px;
}

.toptxt_sm {
  width: 90%;
  font-size: 1rem;
  margin: 10px auto;
}

/* -----電話でのお問合せ----- */

.tel_contact {
  width: 25%;
  padding: 20px 10px;
  background-color: red;
  float: left;
}

.tel_number_sm img {
  display: block;
  width: 30%;
  margin: 35px auto 30px;
  min-width: 130px;
}

.tel_number_bg {
  display: none;
}

.tel_pc_wrap {
  display: none;
}

.tel_iconnunber_center {
  width: 100%;
  margin: 0 auto;
}

.tel_contact .heading_style_bg {
  width: 89.5px;
  max-width: 100px;
  color: #ffffff;
  border-bottom: #ffffff double 3px;
  margin: 0 auto;
}

.tel_contact .heading_style_sm {
  color: #ffffff;
  margin: 3px auto 5px;
}

.business_hours {
  clear: both;
}

.business_hours,
.business_days {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  margin-top: -3px;
}

.business_days span {
  display: block;
  margin-top: -3px;
}

/* -----更新情報----- */

#news {
  /*    position: relative;*/
  width: 66.5%;
  margin: 0 auto;
  padding: 20px 5px 0 15px;
  float: left;
}

/*更新情報-マークの設定*/

#news .heading_style_bg,
#news .heading_style_sm {
  width: 53.5px;
  margin-top: 0;
  margin: 0 auto;
}

.news_heading_txt {
  text-align: center;
}

.news_heading_img img {
  display: none;
  /*  width: 130px;*/
}

/*更新情報-記事の設定 */

.news_topics {
  margin: 10px 0 0 15px;
}

.news_topics_txt span {
  color: #ffffff;
  background-color: #696969;
  padding: 0 5px;
}

.news_topics_txt {
  font-size: 1rem;
  margin: 0px auto 4px;
  border-bottom: #c9c9c9 solid 1px;
}

.news_topics_txt a:hover {
  opacity: 0.7;
}

.read_more {
  margin-top: 14px;
  text-align: right;
}

.read_more a {
  font-size: 1rem;
  background-color: #696969;
  color: #ffffff;
  padding: 5px 20px;
  text-align: center;
}

/* -----業務内容----- */

#service {
  clear: both;
  background-color: #dcdcdc;
  /*  width: 100%;*/
  margin-top: 40px;
  padding-top: 30px;
  /*  height: 200px;*/
}

.service_heading .heading_style_bg {
  width: 81px;
  margin: 0 auto;
}

.service_content {
  margin: 20px auto 0;
}

.service_box1,
.service_box2,
.service_box3,
.service_box4 {
  width: 48.5%;
  margin: 0 auto;
  float: left;
}

.service_img {
  width: 100%;
  position: relative;
  z-index: 10;
}

.service_box_title {
  max-width: 150px;
}

.service_link {
  display: block;
  text-align: center;
  color: #ffffff;
  width: 65%;
  max-width: 180px;
  margin: 0 auto;
}

/* -----色の設定----- */

.box_color1 {
  background-color: #eda83f;
}

.box_color2 {
  background-color: #00a95f;
}

.box_color3 {
  background-color: #0496d9;
}

.box_color4 {
  background-color: #a9609d;
}

.box_border_color1 {
  border-bottom: #eda83f solid 3px;
}

.box_border_color2 {
  border-bottom: #00a95f solid 3px;
}

.box_border_color3 {
  border-bottom: #0496d9 solid 3px;
}

.box_border_color4 {
  border-bottom: #a9609d solid 3px;
}

.service_txt {
  background-color: #ffffff;
  padding-bottom: 20px;
}

.service_txt_br1 {
  margin-bottom: 35.5px;
}

.service_txt_br2 {
  margin-bottom: 60.9px;
}

.service_content .service_txt {
  margin-top: -20px;
}

.service_circle {
  text-align: center;
  font-size: 0.9rem;
  font-style: italic;
  color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 75%;
  z-index: 20;
  position: absolute;
  margin: -65px 0 0 10px;
}

.circle_txt_top {
  font-size: 1rem;
  width: 80%;
  margin: 12px auto 2px;
  text-align: center;
  border-bottom: #ffffff solid 2px;
}


.service_box_title {
  width: 70%;
  margin: 20px auto 10px;
  padding: 15px 0 5px;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
}

.service_txt p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.service_box1,
.service_box3 {
  margin: 0 1% 0 1%;
}

.service_box2,
.service_box4 {
  margin-right: 1%;
}

.service_box2,
.service_box3 {
  margin-bottom: 1%;
}

.service_detail {
  /*  width: 65%;*/
  margin: 10px auto -5px;
  color: #ffffff;
  /*  text-align: center;*/
  border-radius: 20px;
  padding: 5px 0
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
company.html
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

dl,
.message_inner {
  font-size: 1rem;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  border-top: #dcdcdc solid 0.5px;
}

.message_inner {
  border: none;
}

dl:last-child {
  border-bottom: #dcdcdc solid 0.5px;
}

dt {
  width: 24%;
  float: left;
  font-weight: bold;

}

dd {
  width: 66%;
  margin-left: 10%;
  float: left
}

.message_pic img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.message_txt {
  width: 90%;
  margin: 0 auto;
}

.message_txt p {
  margin: 15px 0 -15px;
}

.iframe_wrap {
  width: 90%;
  margin: 0 auto;
  font-size: 1rem;
  margin-bottom: 20px;
}

.company_access iframe {
  width: 100%;
}

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
service.html
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.service_item {
  /*  color: #eda83f;*/
  width: 90%;
  margin: 20px auto 8px;

}

/* -----色の設定はじまり----- */

/*01　修繕*/

.item_border1 {
  border: #eda83f solid 1px;
}

.item_color1_top {
  background-color: #eda83f;
}

.item_color1_bottom {
  background-color: #f8ecdc;
}

.item_color1_bottom span {
  color: #eda83f;
}

/*02　ハウスクリーニング*/

.item_border2 {
  border: #00a95f solid 1px;
}

.item_color2_top {
  background-color: #00a95f;
}

.item_color2_bottom {
  background-color: #e8fff5;
}

.item_color2_bottom span {
  color: #00a95f;
}

/*03　便利屋サービス*/

.item_border3 {
  border: #0496d9 solid 1px;
}

.item_color3_top {
  background-color: #0496d9;
}

.item_color3_bottom {
  background-color: #e1f6ff;
}

.item_color3_bottom span {
  color: #0496d9;
}

/*04　リフォーム*/

.item_border4 {
  border: #a9609d solid 1px;
}

.item_color4_top {
  background-color: #a9609d;
}

.item_color4_bottom {
  background-color: #fff2fd;
}

.item_color4_bottom span {
  color: #a9609d;
}
/* -----色の設定おわり----- */

.service_item h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  padding: 5px 0;
  color: #ffffff;
}

.service_item p {
  padding: 5px 2%;
  text-align: left;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
example.html
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#example .companysection_title {
  margin-bottom: 20px;
}

#example h3 {
  font-weight: normal;
  font-size: 16px;
  /*  margin-top: 5px;*/
  margin-bottom: 10px;
}

.examplecolor1 {
  color: #eda83f;
}

.examplecolor2 {
  color: #00a95f;
}

.examplecolor3 {
  color: #0496d9;
}

.examplecolor4 {
  color: #a9609d;
}

.before_wrap,
.after_wrap {
  width: 50%;
  float: left;
  margin-bottom: 50px;
}

.before_wrap img,
.after_wrap img {
  width: 100%;
}

.before_wrap p {
  text-align: center;
  background-color: #989898;
  color: #fff;
  font-style: italic;
  font-size: 18px;
  padding: 30px 0;
}

.after_wrap p {
  text-align: center;
  color: #fff;
  font-style: italic;
  font-size: 18px;
  padding: 30px 0;
}

.example_detail {
  clear: both;
  width: 60%;
  max-width: 280px;
  margin: 0 auto 30px;
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
}

.example_detail a {
  color: #fff;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
contact.html
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.tel,
.mailform {
  width: 70%;
  margin: 0 auto;
  font-size: 1rem;
}

.tel {
  text-align: center;
}

.tel img {
  width: 50px;
  margin-top: 20px;
}

.tel a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #004da1;
}

.p_small {
  margin-top: -5px;
}

.mailform p:first-child {
  margin-bottom: 10px;
}

.namelabel {
  width: 100%;
}

.red {
  color: red;
}

input,
textarea {
  width: 100%;
  margin-bottom: 15px;
}

.policy_box_wrap {
  margin: 10px 0 25px;
}

.policy_box_wrap a {
  text-decoration: underline;
  color: #004da1;
}

.policy_box_wrap a:hover {
  opacity: 0.5;
}

.policy_box {
  width: 30px;
  height: 15px;
  float: left;
  margin-left: -8px;
}

.submit {
  margin-bottom: 45px;
  text-align: center;
}

.submit input {
  padding: 10px 0;
  max-width: 300px;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
privacy.html
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.policy_honbun {
  width: 80%;
  margin: 65px auto 60px;
  padding-top: 50px;
  font-size: 1rem;
  border-top: #dcdcdc solid 0.5px;
  border-bottom: #dcdcdc solid 0.5px;
}

.policy_honbun p {
  margin-bottom: 40px;
}

.policy_inner p {
  width: 90%;
  line-height: 25px;
  font-size: 0.9rem;
  margin: 0 auto;
  ;
}

.policy_inner p:last-child {
  margin-bottom: 40px;
}

.policy_name {
  text-align: right;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
sitemap.html
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
#sitemap .policy_honbun {
  padding: 0;
  border-bottom: none;
   margin-bottom: 0;
}

#sitemap .policy_honbun p {
  margin-bottom: 0;
}

.sitemap_underline {
  border-bottom: #dcdcdc solid 1px;
  padding: 30px 30px 25px;
}

.sitemap_main {
  width: 45%;
  font-weight: bold;
  float: left;
  margin-left: 5%;
}

.sitemap_main a {
  text-decoration: underline;
}

.sitemap_sub {
  width: 50%;
  float: left;
}

.sitemap_main {
  clear: both;
}

#sitemap .policy_honbun:last-child {
  padding-bottom: 50px;
}

#sitemap .policy_honbun a {
  color: #000;
}

#sitemap .policy_honbun a:hover {
  opacity: 0.5;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
news.html
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
#newspage article {
  width: 80%;
  margin: 50px auto 0;
  font-size: 16px;
}

#newspage .newspage_inner {
  border-bottom: #dcdcdc solid 1px;
  margin-bottom: 35px;
}

#newspage .newspage_title {
  font-size: 16px;
}

#newspage .newspage_txt {
  margin: -10px auto 0;
  width: 95%;
  margin: 20px 0;
  padding: 0 22px;
}

  #newspage .index_new {
    color: #ffffff;
    background-color: #696969;
    padding: 0 5px 0;
  }

#newspage .newspage_deco {
  border-left: #696969 solid 15px;
  border-bottom: #696969 solid 0.5px;
  padding:  5px 10px;
  font-weight: normal;
      
}


/*■■■ メディアクエリによる切り替え ■■■*/

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
小型スマホ向けレイアウトの指定
画面サイズ　500px以下
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media screen and (max-width:500px) {

  /*　ヘッダー　*/
  #header_wrap {
    padding: 0 10px;
  }

  .header_companyname_box {
    margin: 3px 0 0 54px;
  }

  .header_companyname {
    font-size: 18px;
    letter-spacing: 10px;
  }

  .sm_header_companyname {
    font-size: 10px;
    letter-spacing: 2.5px;
    margin-top: -8px;
  }

  /*　ナビゲーションメニュー　*/
  .mail_button_sm {
    display: block;
    float: right;
    width: 25px;
    text-align: center;
    margin: -44px 35px 0 0;
    padding: 5px 6px;
    border-radius: 3px;
    background-color: red;
  }

  .mail_button_bg {
    display: none;
  }

  #toggle_button {
    margin-top: 13px;
  }

  /* メイン画像 */
  .toptxt_bg,
  .toptxt_sm {
    margin: 0 auto 10px;
    font-size: 1.1rem;
    width: 80%;
  }

  .toptxt_sm {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .toptxt {
    width: 100%;
    position: static;
    background-color: rgba(0, 77, 161, 0.9);
    padding: 23px 0;
  }
  
    /* バナー */
  .banner_contact {
    display: block;
  }

  .banner_wrap img {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .banner_contact .banner_contact_top {
    margin-bottom: 0;
  }

  /* フッター */
  .footer_nav {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    border-top: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
  }

  .footer_left,
  .footer_right {
    width: 49.5%;
    text-align: center;
    padding: 0;
    line-height: 2;
  }

  small {
    margin: 10px 0
  }

  /* -----index.html----- */
  /* 電話でのお問合せ */
  .tel_contact {
    width: 100%;
    padding: 20px 0;
  }

  .tel_number_sm {
    display: none;
  }

  .tel_number_bg {
    display: block;
  }

  .tel_number_bg img {
    display: block;
    width: 45%;
    min-width: 150px;
    margin: 10px auto;

  }

  /*　更新情報　*/
  #news {
    width: 90%;
    padding: 20px;
  }

  .news_topics {
    margin-top: 20px;
  }

  .read_more {
    margin-top: 20px;
    text-align: center;
  }

  /* 業務内容 */
  .service_box1,
  .service_box2,
  .service_box3,
  .service_box4 {
    width: 100%;
    margin: 0;
    float: none;
  }
  .service_box4 {
    margin-bottom: 1px;
  }

  /* -----company.html----- */
  .sub_heading {
    background-size: 100% 200px;
  }

  .sub_heading h1 {
    height: 95px;
    line-height: 70px;
  }

  .sub_heading p {
    margin-top: -43px;
    padding-bottom: 15px;
  }

  dl {
    width: 80%;
  }
  
  dt,
  dd {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  iframe {
    height: 200px;
  }

  /* -----service.html----- */
  .service_itembox1,
  .service_itembox2,
  .service_itembox3,
  .service_itembox4 {
    width: 100%;
    max-width: 600px;
    float: none;
    margin: 0 auto 1px;
  }

  .service_circle {
    font-size: 0.7rem;
    width: 60px;
    height: 60px;
    margin: -45px 0 0 10px;
  }

  .circle_txt_top {
    margin: 5px auto 2px;
  }



  /* -----example.html----- */
  .before_wrap,
  .after_wrap {
    width: 100%;
    float: none;
  }

  .before_wrap {
    margin-bottom: 1px;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
PC向けおよび大型タブレット向けのレイアウトの指定
画面サイズ　768px～960px
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media screen and (min-width: 768px) {

  /* ロゴ */
  .logo_mark a img {
    width: 91%;
  }
  /* ナビゲーション */
  #toggle_button {
    display: none;
  }

  .mail_button_bg {
    display: none;
  }

  #global_nav .contact_button {
    display: block;
  }

  #global_nav {
    display: block;
    float: right;
    padding: 0;
  }

  #global_nav li:first-child {
    padding: 0;
  }

  #global_nav li {
    padding: 0;
  }


  #global_nav ul {
    padding-left: 35px;
  }

  #global_nav li {
    float: left;
    font-size: 1rem;
    text-align: right;
    margin: 27px 0 0 29px;
/*    margin: 25px 0 0 29px;*/
  }

  #global_nav li:first-child {
    margin-left: 0;
  }

  #global_nav li.contact_button {
    background-color: red;
    border-radius: 30px;
    width: 75px;
    height: 25px;
    padding: 5px 13px 5px 40px;
    margin-right: 0;
    margin-top: 21px;
/*    margin-top: 20px;*/
    background-image: url(images/mail_icon.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 16.5px 47%;
  }

  #global_nav li.contact_button p {
    text-align: center;
  }

  /* メイン画像 */
  .topimage_sm {
    display: none;
  }

  .topimage_bg {
    display: block;
  }

  .toptxt_bg {
    font-size: 1.3rem;
  }

  .toptxt_sm {
    font-size: 1rem;
  }
  
    /* バナー */
   .banner_wrap img {
    width: 33.3%;
  }

  .banner_contact {
    display: block;
  }

  .banner_contact img:nth-child(2) {
    margin-top: -40px;
  }
  
  /* -----index.html----- */  
  /* 電話でのお問合せ */
  .tel_contact {
    max-width: 250px;
  }

  .tel_number_sm img {
    width: 80%;
    max-width: 180px;
  }

  /* 更新情報 */
  #news {
    width: 68%;
    padding-left: 18px;
  }

  .news_topics {
    margin-top: 15px;
  }

  .read_more {
    text-align: center;
    margin-top: 10px;
  }

  /* -----company.html----- */
  .companysection_title {
    font-size: 1.2rem;
    margin: 70px auto 50px;
  }

  dl {
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
  }

  dt {
    width: 24%;
    float: left;
  }

  dd {
    width: 66%;
    margin-left: 10%;
    float: left
  }

  .message_pic {
    width: 60%;
    margin: 0 auto;
  }

  .message_txt {
    width: 55%;
    margin: 0 auto;
  }

  .message_txt p {
    margin: 20px 0 -30px;
  }

  .iframe_wrap {
    width: 100%;
  }

  /* -----service.html----- */
  .service_itembox1,
  .service_itembox2,
  .service_itembox3,
  .service_itembox4 {
    width: 768px;
    margin: 0 auto;
  }

  .service_itembox1 img,
  .service_itembox2 img,
  .service_itembox3 img,
  .service_itembox4 img {
    width: 190px;
    float: left;
    margin-left: 40px;
    margin-top: 250px;
  }

  #servicepage .service_txt {
    width: 100%;
    padding: 10px 0 30px;
    margin: 1px 0;
  }

  #servicepage .service_itembox4 .service_txt {
    height: 400px;
  }

  #servicepage .companysection_title {
    width: 200px;
    margin: 50px auto 30px;
  }

  #servicepage .service_item {
    width: 60%;
    margin-left: 275px;
  }

  #servicepage .service_circle {
    font-size: 1.3rem;
    font-style: italic;
    color: #ffffff;
    width: 200px;
    height: 200px;
    border-radius: 75%;
    z-index: 20;
    position: absolute;
    margin: 20px 32px 0;
  }

  #servicepage .circle_txt_top {
    font-size: 1.7rem;
    margin-top: 60px;
  }

  /* -----example.html----- */
  #example .example_wrap {
    width: 768px;
    margin: 0 auto;

  }

  /* -----contact.html----- */
  .contact_wrap {
    width: 768px;
    margin: 0 auto;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
小型PC向けレイアウトの指定
画面サイズ　960px～1239px
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media screen and (min-width: 960px) {

  /* バナー */
  .banner_wrap img {
    width: 33.3%;
    float: left;
  }

  /* フッター */
  .footer_wrap {
    width: 900px;
    margin: 0 auto;
  }

  .footer_logo {
    float: left;
    margin-left: 70px;
    margin-top: 65px
  }

  .address {
    float: left;
    margin-top: 120px;
    margin-left: -160px;
    text-align: left;
  }

  .footer_nav {
    float: right;
    width: 480px;
    margin: 50px auto 0;
   }

  small {
    clear: both;
  }

  /* -----index.html----- */
  /* 電話でのお問合せ */
  .tel_contact {
    width: 30%;
    max-width: 500px;
    padding: 40px 0;
  }

  .tel_contact .heading_style_bg {
    font-size: 1.3rem;
    width: 111px;
    max-width: 111px;
  }

  .tel_contact .heading_style_sm {
    font-size: 0.8rem;
    margin: 3px auto 5px;
  }

  .tel_number_sm img {
    display: none;
  }

  .tel_pc_wrap {
    display: block;
    width: 90%;
    margin: 40px auto 10px;
  }

  .tel_pc_icon {
    display: block;
    float: left;
    width: 20%;
    margin-left: 6%;
    margin-right: 10px;
    text-align: center;
  }

  .tel_pc_icon img {
    width: 110%;
    max-width: 90px;
  }

  .tel_pc_number {
    width: 66%;
    float: left;
    margin-top: 5px;
    text-align: center;
  }

  .tel_pc_number .number {
    width: 90%;
    max-width: 250px;
  }

  .tel_pc_number .time {
    width: 95%;
    margin-top: 8%;
    max-width: 230px;
  }

  .business_hours,
  .business_days {
    display: none;
  }

  .business_hoursdays_pc {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 6.5%;
    color: #ffffff;
    text-align: center;
  }

  .business_hoursdays_pc span {
    font-size: 0.8rem;
  }

  /* 更新情報 */
  #news {
    width: 63%;
    margin: 10px auto 0;
    padding: 0;
  }

  #news .heading_style_bg {
    font-size: 1.3rem;
    width: 68px;
    margin-top: 0;
    margin: 0 43px;
  }

  #news .heading_style_sm {
    font-size: 0.8rem;
    margin: 3px 50px 0;
  }


  /* 更新情報-マークの設定 */
  .news_wrap {
    width: 110%;
  }

  .news_title {
    float: left;
    margin-top: 4%;
    margin-left: 5%;
    margin-right: -5%;
  }

  .news_heading_img img {
    display: block;
    width: 140px;
  }


  /* 更新情報-記事の設定 */
  .news_topics_wrap {
    float: right;
    width: 70%;
    margin-top: -10px;
    margin-right: 5%;
    margin-left: -10%;
  }
  
  .read_more {
    clear: both;
    text-align: right;
    margin-top: -5px;
    margin-bottom: 10px;
  }

  .news_topics_txt span {
    color: #ffffff;
    background-color: #696969;
    padding: 0 5px 0;
  }

  .news_topics_txt {
    font-size: 1rem;
    margin: 0 0 20px;
    border-bottom: #c9c9c9 solid 1px;
  }

  /* 業務内容 */
  #service .heading_style_bg {
    font-size: 1.3rem;
    width: 101px;
    margin-top: 0;
  }

  #service .heading_style_sm {
    font-size: 0.8rem;
    margin: 3px 0;
  }

  .service_box1,
  .service_box2,
  .service_box3,
  .service_box4 {
    width: 23.75%;
    float: left;
  }

  .service_box2 {
    margin-right: 0;
  }

  /* -----company.html----- */
  .sub_heading h1 {
    height: 300px;
    line-height: 240px;
  }

  .companysection_title {
    margin: 100px auto 80px;
  }

  .sub_heading p {
    margin-top: -155px;
    padding-bottom: 90px;
  }

  dl,
  .iframe_wrap {
    max-width: 600px;
  }


  /* -----servicehtml----- */
  .service_itembox1,
  .service_itembox2,
  .service_itembox3,
  .service_itembox4 {
    width: 960px;
    margin: 0 auto;
  }

  #servicepage .service_item {
    width: 70%;
    margin-left: 265px;
  }

  /* -----contact.html----- */
  .contact_wrap {
    margin-bottom: -30px;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
大型PC向けレイアウトの指定
画面サイズ　1240px以上
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media screen and (min-width: 1240px) {

  /* バナー */
  .bunner_line {
    display: block;
    margin-top: 45px;

  }

  .banner_wrap {
    margin: 0 10%;
    padding: 50px 0;
  }

  .banner_wrap img {
    width: 30%;
  }

  .banner_blog img {
    margin: 0 5%;
  }

  
  /* -----index.html----- */
  /* 更新情報 */
  #news {
    width: 63%;
  }

  #news .heading_style_bg {
    font-size: 1.3rem;
    width: 68px;
    margin-top: 0;
    margin: 0 40px;
  }

  #news .heading_style_sm {
    font-size: 0.8rem;
    margin: 3px 47px 0;
  }


  /* 更新情報-マークの設定 */
  .news_title {
    margin-left: 4%;
  }


  /* 更新情報-記事の設定 */
  .news_topics_wrap {
    width: 78%;
    margin: 1.2% auto 0;
    float: right;
  }

  .news_topics {
    float: left;
    width: 90%;
    margin: 0 auto;
  }

  .read_more {
    margin-bottom: -10px;
    width: 90%;
  }

  /* 業務内容 */
  #service {
    padding-bottom: 40px;
  }

  /* -----company.html----- */
  .message_pic img {
    max-width: 400px;
  }

  /* -----service.html----- */
  .service_itembox1,
  .service_itembox2,
  .service_itembox3,
  .service_itembox4 {
    width: 70%;
  }
  
  .service_itembox1 img,
  .service_itembox2 img,
  .service_itembox3 img,
  .service_itembox4 img {
    width: 350px;
    margin: 30px 0 0 0;
  }
  
  #servicepage .service_item {
    margin-left: 400px;
  }
  
  #servicepage .service_circle {
    margin: 290px 0;
    border-radius: 0;
    width: 350px;
    height: 85px;
  }
  
  #servicepage .circle_txt_top {
    margin-top: 0;
  }
  
  /* -----exmple.html -----*/
    #example .example_wrap {
    width: 80%;
  }
  
  .example_float {
    width:49%;
    float: left;
  } 

  .example_float:nth-child(odd) {
    margin-right: 2%
  }
  
  .example_wrap h3 {
    margin-top: 20px;
  }
}