/*☆☆スマホ表示用 750px以下の場合--------*/
@media screen and (max-width: 750px){

/* ★見出し文字設定*************************************************  -*/

 h1{
	clear: both;
	font-size: 80%;
        font-weight: 200;             /*文字の太さ調整100-900*/
	color: #ffffff;
        margin: 0px 0 6px 0;
}


H2{
	font-size: 140%;
        font-weight: 200;             /*文字の太さ調整100-900*/
       font-weight: 600;             /*文字の太さ調整100-900*/
	color: #303030;
}

h3{
	font-size: 120%;
	color: #303030;
        font-weight: 600;             /*文字の太さ調整100-900*/
}

.g-map iframe{
  max-width: 98%;
  height: 400px;
}

.clear { clear:both; }
.clear hr { display:none; }

/*見出し制御-----*/

.h-kouka1{
	border-bottom: 1px solid #818181;  /* 枠線の装飾 */
        margin: -10px 0 60px 0;
        padding: 0px 0px 10px 0px;
        letter-spacing: 2px;
}

.h-kouka2{
	border-bottom: 3px solid #0067b7;  /* 枠線の装飾 */
        margin: 10px 0 30px 0;
        padding: 0px 0px 2px 20px;
        letter-spacing: 2px;
}

.h-kouka3{
	color: #ffffff;
	background-color: #0067b7;        /* 背景色 */
        margin: 30px 0 30px 0;
        padding: 8px;
        letter-spacing: 2px;
}

.h-kouka4{
	border-left: 3px solid #0067b7;  /* 枠線の装飾 */
        margin: 30px 0 30px 0;
        padding: 8px;
        letter-spacing: 2px;
}

.h-kouka5{
	color: #ffffff;
	font-size: 140%;
        margin: 10px 0 30px 0;
}

/*お知らせ-----*/
.midasi3{
	color: #ffffff;
        padding: 0 0 0 16px;
}

/*投稿上部カテゴリ名-----*/
.h-blog{
	font-size: 150%;
        font-weight: 500;             /*文字の太さ調整100-900*/
	color: #303030;
        margin: 0px 0 50px 0px;
	text-align: center;          /* 文字センターよせ */
        padding: 30px 0 10px 0px;
}


/*パンくずリスト-----*/
.pannavi{
	font-size: 80%;
  padding: 10px 0 10px 0px;
}


.pannavi a:link,
.pannavi a:visited,
.pannavi a:hover,
.pannavi:active {
  color: #000;
}

/*ブラウザ左右余白を排除---------------------------*/
* {
  margin: 0;
  padding: 0;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*テーブル余白を削除---------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*画像の最大幅を画面のサイズの最大幅に設定--------*/
img {
  max-width: 100%;
  height: auto;
}

.alignleft{
	max-width: 100%;
        float : none !important;
}

.alignleft img{
     width: 750px;
  margin: 0;
  padding: 0;
}


.alignright{
	max-width: 100%;
        float : none !important;
}

.alignright img{
     width: 750px;
  margin: 0;
  padding: 0;
}

/*- ★背景設定********************************************************  -*/

/*◇ヘッダー背景---------------------------------------*/
header{
       background-image: url(header-back-sp.png);}
 
.header-inner{
        background-image: url(header-bana-sp.png);
	background-repeat: no-repeat;           /* 背景画像リピートなし */
        height: auto;}

/*◇コンテンツ全体背景---------------------------------------*/

.container-back-top {background-image: url(container-back-top-sp.png) ;
	         background-repeat: repeat-x;
                 background-position: center top;
}

.container-back {background-image: url(container-back-sp.png) ;
	         background-repeat: repeat-x;
                 background-position: center top;
}

.container {}

/*◇コンテンツ部分背景---------------------------------------*/
.contents {}

/*◇サイドメニュー背景---------------------------------------*/
#sidebar{}


/*◇フッター背景-------------------------------------------------------*/

footer{
       background-image: url(footer-back-sp.png) ;
       margin: 50px 0 0 0;
        padding: 10px 0 0 0;     /* 背景上部出す場合この箇所を500pxなどに大き目に変更 */
}
 
.footer-inner{
	background-repeat: no-repeat;   /* 背景画像リピートなし */
        background: #0067b7;
}



/*◇メタスライダー------*/
#m-slider img{
    clear: both; /* 回り込み解除 */
    margin: 0px 0px 0px 0px;
}



/* ★header-inner, .container, .footer-innerの最大幅指定***************  -*/

.header-inner, .container, .footer-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




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


/*◇ロゴ・お問い合わせボタン--------------*/

.header-left{
        max-width: 100%;
        margin: 0 auto;
	text-align: center;          /* 文字センターよせ */
}

.header-left img{
        max-width: 495px;
        max-height: 100px;
}

.header-right{
        width: 100%;
        margin: 0 auto;
	text-align: center;          /* 文字センターよせ */
}



/*- ★コンテンツ*****************************************************  -*/


.contents, #sidebar {
  margin: 20px 0;
}

/*indexループ用コンテンツ--*/
  .contents2 {
    width: 100%;
  padding: 0 0 0 0;
  }


/* ★サイドバー***************************************************** */
/*サイドバータイトル-----*/
.sidebar-title{
	color: #ffffff;
background-color: #0067b7;
  margin-top: 80px;
  padding: 8px 8px 8px 8px;
}


#sidebar li{
        text-align: left;
        list-style:none;
        text-decoration: none;
        padding: 18px 0 18px 3px;
	border-bottom: 1px solid #cccccc;  /* 枠線の装飾 */
}

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

#sidebar li a:hover{
	color: #000000;
        text-decoration: underline;
}

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


/*フッター-------------------------*/
footer {

}
 
/*フッターナビゲーションメニュー---*/
.footer-nav {
  margin-bottom: 20px;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav ul:after {
  display: block;
  clear: both;
  content: '';
}

.footer-nav li {
  float: left;
  width: 50%;
  text-align: center;
}

.footer-nav li a {
  font-size: .9em;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: #000;
}

.footer-nav li a:hover {
  opacity: .6;
}


/*フッターナビゲーションメニュー2--------*/
.footer-nav2 {
  margin-bottom: 20px;
}

.footer-nav2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav2 ul:after {
  display: block;
  clear: both;
  content: '';
}

.footer-nav2 li {
  float: left;
  width: 50%;
  text-align: center;
}

.footer-nav2 li a {
  font-size: .9em;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: #fff;
}

.footer-nav2 li a:hover {
  opacity: .6;
}

/*フッターナビゲーションメニュー3--------*/
.footer-nav3 {
  margin-bottom: 20px;
}

.footer-nav3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav3 ul:after {
  display: block;
  clear: both;
  content: '';
}

.footer-nav3 li {
  float: left;
  width: 50%;
  text-align: center;
}

.footer-nav3 li a {
  font-size: .9em;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: #fff;
}

.footer-nav3 li a:hover {
  opacity: .6;
}


/*フッターナビゲーションメニュー４横並び用--------*/
  .footer-nav-area4  ul{
  list-style: none;
        margin: 0 0 0 2%;
  }
  .footer-nav4 li {
	float: left;                /* 回り込み */
  text-align: center;
  width: 48%;
        padding: 3% 0;
  }
  .footer-nav4 li a {
	color:#ffffff;
         text-decoration: none;
  }


/*コピーライト------*/
.copyright {
        clear: both;                /* 回り込み解除 */
        font-size: .9em;
        margin: 0 0 0 0;
        padding: 20px 0 0 0;
        text-align: center;
        color: #ffffff;
}




/*-  ★カテゴリ ループ表示**********************************************  -*/

.kiji-list {
  margin: 20px 0 15px 0px;
  border: solid 1px #ddd;
  background-color: #fff;
}
 
.kiji-list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}
 
.kiji-list a:after {
  display: block;
  clear: both;
  content: '';
}
 
.kiji-list a:hover {
  background-color: #eee;
}

  .kiji-list img {
  float: left;
    width: 100px;
    height: 80px;
  }
  .kiji-list .text {
    margin-left: 120px;
  }
  .kiji-list h2 {
    font-size: 100%;
  }
  .kiji-date {
    margin-bottom: 0;
  }
  .kiji-list p {
    visibility: hidden;
    height: 0;
  }




/* ★ページネーション　投稿カテゴリナビ*****************************  -*/


.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
 
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.pagination li {
  display: inline-block;
  width: auto;
}
 
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
 
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
 
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
 
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}



/* ★トップお知らせwpkiziichiran***********************************  -*/


/*-  一覧で確認ボタン　共通利用可能  -*/

.myphp-botan{
	width: 100%;
	background-color: #0067b7;        /* 背景色 */
        border-radius: 8px;         /* CSS3角を丸くする */
	margin: 15px auto 0 auto;
}

.myphp-botan a{
	        display: block;
	color: #ffffff;
	text-align: center;
	width: 100%;
	border: 1px solid #ffffff;  /* 枠線の装飾 */
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	text-decoration: none;
}

.myphp-botan a:link,
.myphp-botan a:active,
.myphp-botan a:visited {
	color: #ffffff;
	text-decoration: none;
}


.myphp-botan  a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #a8a8a8;        /* 背景色 */
}


/*◇テキストバージョン----------------- */
.index-box2{
	max-width: 1080px;
	font-size: 100%;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	height: auto;
        overflow:auto;
}

.index-box2 a:link,
.index-box2 a:active,
.index-box2 a:visited {
	color: #3d3d3d;
}

.index-box2 a:hover {
	color: #3d3d3d;
	text-decoration: none;
}

.index-list{
	max-width: 1050px;
	border-bottom: 1px solid #ccc;  /* 枠線の装飾 */
	padding: 10px 0px 10px 0px;
}

.indexpr-span{
	font-size: 100%;
	color:#3d3d3d;
        border-radius: 3px;         /* CSS3 */
	border: 1px solid #fff;  /* 枠線の装飾 */
	max-width: 300px;
	margin: 0px 10px 10px 0px;
	padding: 0px 5px 0px 5px;
}


/*◇画像バージョン------------------------------------------- */

.index-list2{
	max-width: 380px;
	margin: 0 auto;
	padding: 25px 10px 25px 10px;
	border-bottom: 1px solid #ccc;  /* 枠線の装飾 */
}


.index-list2 a:link,
.index-list2 a:active,
.index-list2 a:visited {
	color: #3a83b3;
	text-decoration: none;
}

.index-list2 a:hover {
	color: #3a83b3;
	text-decoration: underline;
}

.index-list2k{
	max-width: 340px;
	margin: 0 auto;
	padding: 10px 0px 10px 20px;
}


.index-list2k a:link,
.index-list2k a:active,
.index-list2k a:visited {
	color: #3a83b3;
	text-decoration: none;
}

.index-list2k a:hover {
	color: #3a83b3;
	text-decoration: underline;
}


.indexpr-span2{
	font-size: 100%;
	color:#ffffff;
        border-radius: 3px;         /* CSS3 */
        background-color: #8bc53e;   /* 背景色 */
	max-width: 340px;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 0px 5px;
}

.osirase-data2 a{
	        display: block;
	clear: both;
	background: #ffffff;
	font-size: 120%;
	text-align: center;          /* 文字センターよせ */
	width: 300px;           /* 横幅min*/
	height: 20px;               /* 縦幅　指定ない場合は　auto */
	border: 3px solid #034989;  /* 枠線の装飾 */
        border-radius: 6px;         /* CSS3角を丸くする */
	margin: 80px auto;
	padding: 10px 1% 20px 1%;
	color:#000000;
	text-decoration: none;
}

.osirase-data2 a:hover{
	color:#ffffff;
	text-decoration: none;
        background-color: rgba(3,73,137,0.9);        /* 背景色透過の場合最後を0～0.9で指定　カラーはフォトショップスポイトで確認 */
}




/*  ★グローバルメニュー********************************************  -*/

#header-nav li  span {
display:block;
	text-align: center;          /* 文字センターよせ */
}

nav#header-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav#header-nav ul {
    margin: 0 auto;
    padding: 0;
    background: #ccc;
    width: 100%;
}
 
nav#header-nav ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav#header-nav ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav#header-nav ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
	text-decoration: none;
}
 
/* このクラスを、jQueryで付与・削除する */
nav#header-nav.active {
    transform: translateY(0%);
}




.sub-menu{
    border-top: 1px dotted #333;
}


/*ハンバーガー---------------------------------------------*/
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/*ハンバーガータッチ後----------------------------------*/

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*  ★追加パーツ1　共通タグ*****************************************  -
gaiyo-td0
page-box1
flo-left
flo-cr
contact1-td0
******************************************************************** */

/*---------テーブル制御----*/
.gaiyo-td0{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 100%;
}
.gaiyo-td0 th, .gaiyo-td0 td{
	width: 91%;
    vertical-align:top;
    padding:15px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
.gaiyo-td0 th {
	width: 91%;
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
	text-align: center;
	background: #f6f6f6;
}

    .gaiyo-td0 th, .gaiyo-td0 td{
        display:block;
    }

/*----ボックス----*/
.page-box1{
	background: #f6f6f6;
	border: 1px solid #d3d3d3;
        border-radius: 6px;         /* CSS3 */
	width: 93%;
	margin: 10px 0px 10px 0px;
	padding: 10px 8px 10px 16px;
}

/*----回り込み----*/
.flo-left{
	width: 100%;
	font-size: 130%;
	text-align: left;
	padding: 10px 0px 10px 0px;
}

.flo-cr{
	clear: both;
}


/* =共通パーツ　お問い合わせフォーム---------------------------------- */

.contact1-td0{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    width: 100%;
}

.contact1-td0 th, .contact1-td0 td{
    vertical-align:top;
    padding:15px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
	width: 91%;
}


.contact1-td0 th {
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
	text-align: center;
	background: #f6f6f6;
	width: 91%;
}

    .contact1-td0 th, .contact1-td0 td{
        display:block;
    }


.hissu-span2{
	font-size: 80%;
	color:#ffffff;
        border-radius: 3px;         /* CSS3 */
        background-color: #f7941d;   /* 背景色 */
	max-width: 300px;
	margin: 0px 10px 0px 10px;
	padding: 2px 8px 2px 8px;
}

/* hissu-span2 右寄せパーツ----------------------------------
	        display: block;
	float: right;
	font-size: 100%;
	color:#f26522;
	text-align: right;
	max-width: 300px;
        margin:0 0 0 auto;
	padding: 0px 2px 0px 2px;
 */

.contact-centa{
	text-align: center;
	margin: 10px 10px 30px 10px;
	padding: 0px 0px 0px 0px;
}

input#submit_button { 
	color:#3e3e3e;
        cursor:pointer;
	background: #f2f2f2;
	width: 300px;           /* 横幅 */
	height: 50px;               /* 縦幅　指定ない場合は　auto */
        border-radius: 6px;         /* CSS3角を丸くする */
	border: 1px solid #3e3e3e;  /* 枠線の装飾 */
letter-spacing: 0.5em;
}

.contact-box{
        overflow:auto;
	margin: 10px 10px 30px 10px;
	padding: 0px 0px 0px 0px;
	max-width: 1100px;           /* 横幅 */
	height: 300px;               /* 縦幅　指定ない場合は　auto */
	border: 1px solid #ddd;  /* 枠線の装飾 */
}


#contact1-b1{
	color:#000000;
	width: 100%;
	height: 45px;
}

#contact1-b1k{
	color:#000000;
	width: 20%;
	height: 45px;
}

#contact1-b2{
	color:#000000;
	width: 100%;
	height: 300px;               /* 縦幅　指定ない場合は　auto */
}
.contact-fmbox{
	margin: 10px 10px 10px 15px;
	padding: 0px 0px 0px 0px;
}

/* =コンタクトフィールドボックス内--------------------- */

#contact-field1{
        border-radius: 6px;         /* CSS3角を丸くする */
	padding: 10px;   /* ボックス内の余白 */
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    border:1px solid #fff;
}

#contact-field2{
        border-radius: 6px;         /* CSS3角を丸くする */
	margin: 0px 0px 0px 30px;
	padding: 10px;   /* ボックス内の余白 */
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    border:1px solid #fff;
}







/*  ★追加パーツ２　各ページ用*****************************************  -*/

/*----トップ------------------------------*/

/*----ワイド背景１----*/
.waide-b2{
  background: url(images/waido-haikei1-sp.jpg) ;
   margin-left:-50%;
	   margin-right:-50%;
   padding-top:150px;
   padding-bottom:150px;
   padding-left:50%;
	   padding-right:50%;
}
/*----ワイド背景2----*/
.waide-b3{
   background: #b5d100;
   margin-top:0px;
   margin-bottom:50px;
   margin-left:-500%;
	   margin-right:-500%;
   padding-top:50px;
   padding-bottom:80px;
   padding-left:500%;
	   padding-right:500%;
	height: 850px;
}
/*----ボックス----*/
.top-flo{
	width: 95%;
	font-size: 100%;
	text-align: left;
        margin:8px 0px 30px 0px;
	padding: 8px 8px 50px 8px;
        border:1px solid #cccccc;
	height: 410px;
}
/*----ボックス内リンク1----*/
.zentai-box{
	width: 80%;
	margin: 80px auto 0 auto;
}

.zentai-box a{
	        display: block;
	color: #ffffff;
   background: #819900;
	text-align: center;
	width: 100%;
	height: 30px;
	border: 1px solid #ffffff;  /* 枠線の装飾 */
	margin: 0 auto;
	padding: 20px 2px 10px 2px;
	text-align: center;
	text-decoration: none;
}

.zentai-box a:link,
.zentai-box a:active,
.zentai-box a:visited {
	color: #ffffff;
	text-decoration: none;
}


/*----ボックス内リンク2----*/
.zentai-box2{
	clear: both;                /* 回り込み解除 */
	width: 100%;
	margin: 0 auto 0 auto;
}

.zentai-box2 a{
	        display: block;
	color: #ffffff;
   background: #819900;
	text-align: center;
	width: 90%;
	height: 30px;
	border: 1px solid #ffffff;  /* 枠線の装飾 */
	margin: 0 auto;
	padding: 20px 8px 10px 0px;
	text-align: center;
	text-decoration: none;
}

.zentai-box2 a:link,
.zentai-box2 a:active,
.zentai-box2 a:visited {
	color: #ffffff;
	text-decoration: none;
}

/*---スライド２-----*/
.top-sl1{
  height: 200px;
	margin: 50px 0px 50px 0px;    /* ボックス外の余白 */
}

.top-sl1g{
  width :200vw; /* スマホは200vwへ変更 */
  height: 150px;
}

/*----事業内容　保有機械-------------------------------*/

.gaiyo-td1{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 100%;
}
.gaiyo-td1 th, .gaiyo-td1 td{
	width: 92%
    vertical-align:top;
	text-align: center;
    padding:15px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
.gaiyo-td1 th {
	width: 92%;
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
	text-align: center;
	background: #f6f6f6;
}

    .gaiyo-td1 th, .gaiyo-td1 td{
        display:block;
    }



/*  ★追加パーツ３　オーダー*****************************************  -*/

.top-box1 {
	width: 100%;
	font-size: 100%;
        background: #ffffff;
    border:1px solid #87a000;
    padding:0px;
  height: 800px;
}

.top-flo-left{
	width: 90%;
	font-size: 100%;
	text-align: left;
	padding: 15px;
}

.top-flo-left2{
	width: 88%;
	color: #ffffff;
	font-size: 100%;
	text-align: left;
        margin:0 0 50px 6px;
	padding: 15px;
	background: #f96511;
}

.top-flo2k-left{
	width: 95%;
	font-size: 100%;
	text-align: left;
	padding: 15px;
}

.top-flo2k-left2{
	width: 95%;
	font-size: 100%;
	text-align: left;
	padding: 15px;
}

.top-flo2-left{
	width: 95%;
	font-size: 100%;
	text-align: left;
	padding: 15px;
}

.top-flo2-left2{
	width: 95%;
	font-size: 100%;
	text-align: left;
	padding: 15px;
}

.f-omousikomi{
        width: 1100px;
        margin:0 auto;
}

/*----種目や指導内容　ｂｏｘ-------------------------------*/

.syumoku-mozi{
              max-width: 45%;
        line-height: 100%;          /* 縦行間調整 */
              background: linear-gradient(transparent 80%, #fdd000 80%);
}

.syumoku-box1{
	background: #f7941d;
	border: 2px solid #f7941d;
        border-radius: 6px;         /* CSS3 */
	width: 92%;
        line-height: 200%;          /* 縦行間調整 */
	color: #ffffff;
        font-weight: 700;             /*文字の太さ調整100-900*/
	margin: 10px 0px 10px 0px;
	padding: 10px 8px 10px 16px;
}

.syumoku-box2{
	background: #f7941d;
	border: 2px solid #f7941d;
        border-radius: 6px;         /* CSS3 */
	width: 92%;
        line-height: 200%;          /* 縦行間調整 */
	color: #ffffff;
        font-weight: 700;             /*文字の太さ調整100-900*/
	margin: 10px 0px 10px 0px;
	padding: 10px 8px 10px 16px;
}

/*----体験レッスン案内　流れ-------------------------------*/

    .flow {
	width: 92%;
     position: relative;

     margin: 0;
    padding: 10px;
     color: #303030;
    font-size: 1rem;
    border: 5px solid #c3ed8b;
    background: #ffffff;
    }
 
    .flow:before {
    position: absolute;
        content: "";
    top: 100%;
    left: 50%;
     margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #c3ed8b;
    }

    .flow2 {
	width: 92%;
     position: relative;
    display: inline-block;
     margin: 0;
    padding: 10px;
     color: #303030;
    font-size: 1rem;
    border: 5px solid #c3ed8b;
    background: #ffffff;
    }



/*  ★追加パーツ3　吉田経営労務会計*********************************  -*/

/*----〇事務所概要-----------------------------*/

/*-テーブル制御 〇事務所概要〇アクセス　共通----*/
.yo-gaiyo-td1{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 98%;
}
.yo-gaiyo-td1 th, .yo-gaiyo-td1 td{
    vertical-align:top;
    padding:8px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
.yo-gaiyo-td1 th {
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: center;
	background: #f6f6f6;
}

@media screen and (max-width:640px) {
    .yo-gaiyo-td1 th, .yo-gaiyo-td1 td{
        display:block;
    }

/*-テーブル制御----*/
.yo-gaiyo-td2{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    width: 100%;
}
.yo-gaiyo-td2 th, .yo-gaiyo-td2 td{
	max-width: 900px;
    vertical-align:top;
    padding:5px;
    border-bottom:1px solid #ccc;
}
.yo-gaiyo-td2 th {
	width: 130px;
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
        vertical-align:top;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: left;
	background: #ffffff;
}

/*----〇アクセス-----------------------------*/

/*----ボックス 注意等----*/
.yo-page-box1{
	background: #f6f6f6;
        line-height: 200%;          /* 縦行間調整 */
	border: 1px solid #d3d3d3;
        border-radius: 6px;         /* CSS3 */
	width: 90%;
	margin: 10px 0px 10px 0px;
	padding: 10px 18px 10px 18px;
}

/*----ボックス　ポイント等----*/
.yo-page-box2{
	color:#ffffff;
	background: #0067b7;
	border: 1px solid #0067b7;
        border-radius: 2px;         /* CSS3 */
	width: 90%;
	margin: 10px 0px 10px 0px;
	padding: 18px;
}

/*----ボックス　枠のみ等----*/
.yo-page-box3{
	background: #ffffff;
	border: 2px solid #0067b7;
        border-radius: 2px;         /* CSS3 */
	width: 90%;
	margin: 10px 0 10px 0;
	padding: 18px;
}

.yo-page-box4{
	background: #f5f5f5;
        border-radius: 2px;         /* CSS3 */
	width: 90%;
	margin: 20px 0 20px 0;
	padding: 18px;
}


/*----〇税理士業務-----------------------------------------*/


/*-テーブル制御 〇税理士業務〇社会保険労務士業務〇創業応援〇助成金　共通----*/
.yo-zeiri-td1{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 100%;
}
.yo-zeiri-td1 th, .yo-zeiri-td1 td{
	text-align: center;          /* 文字センターよせ */
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
    padding:8px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
.yo-zeiri-td1 th {
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: center;
	background: #f6f6f6;
}

.yo-sankaku1 {
width: 0;
height: 0;
border-style: solid;
border-width: 50px 50px 0 50px;
border-color: #007bff transparent transparent transparent;
    margin:30px auto 30px auto;
}

/*----〇創業応援パック-----------------------------------------*/

.yo-sougyou-pr {
	font-size: 120%;            /* 文字サイズ */
        margin: 0px 0px 20px 0px;   /* ボックス外右寄せ */
	padding: 20px 20px 20px 20px;   /* ボックス内の余白 */
	border: 1px solid #303030;  /* 枠線の装飾 */
}

/*----〇補助金・助成金-----------------------------------------*/

.yo-hozyo-flow {
	font-size: 100%;            /* 文字サイズ */
        margin: 0px 0px 20px 0px;   /* ボックス外右寄せ */
	padding: 20px 10px 20px 10px;   /* ボックス内の余白 */
	border: 1px solid #0067b7;  /* 枠線の装飾 */
}

/*----〇トップページ-----------------------------------------*/

.yo-top {
	float: left;                /* 回り込み */
        margin: 0px 0px 0px 0px;   /* ボックス外右寄せ */
	padding: 0px 20px 0px 20px;   /* ボックス内の余白 */
}

.yo-top-left1 {
	float: left;                /* 回り込み */
        margin: 0px 0px 0px 0px;   /* ボックス外右寄せ */
	padding: 0px 0px 0px 19px;   /* ボックス内の余白 */
    max-width: 150px;
}

.yo-top-waide1{
	color:#ffffff;
   background: #0d6fbb;
	height: auto;
        overflow:hidden;
   margin-top:50px;
   margin-bottom:50px;
   margin-left:-500%;
	   margin-right:-500%;
   padding-top:50px;
   padding-bottom:80px;
   padding-left:500%;
	   padding-right:500%;
}

.yo-top-left2 {
	float: left;                /* 回り込み */
	color:#ffffff;
        margin: 0px 0px 50px 0px;   /* ボックス外右寄せ */
	padding: 0px 5px 0px 10px;   /* ボックス内の余白 */
}

.yo-top-left2 strong{
        display: block;
        padding: 0px 0px 0px 0px;   /* ボックス外右寄せ */
}

.yo-top-left2 img{
        padding: 0 3% 0 3%;   /* ボックス外右寄せ */
}

/*----ワイド背景１----*/
.yo-top-waide2{
  background: url(images/waido-haikei1.jpg) ;
   margin-left:-50%;
	   margin-right:-50%;
   padding-top:150px;
   padding-bottom:150px;
   padding-left:50%;
	   padding-right:50%;
}

.yo-top-waide2 p{
	color:#ffffff;
}



.yo-gaiyo-001 li{
list-style: none;
    padding:12px 0px 12px 15px;
    border-bottom:1px solid #ccc;
    width: 98%;
}

}
