@charset "utf-8";


/*各cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*日本地図用css（list_chintai.html用）*/
@import url(map.css);

/*一覧ページ用css*/
@import url(list.css);

/*トップページのメイン画像用css*/
@import url(mainimg.css);



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
  font-size: 40%;/*ルートのフォントサイズを１０ｐｘに設定しておく*/
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	font-size: 1.6em;	/*ルートのフォントサイズを1.6em(16pxと同等サイズ)設定*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;/*自動で文字サイズが変更されないようにする*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {
  margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}/*画像の大きさの最大値」が「親要素のwidth幅の100%の値」*/
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}/*罫線が一本*/
iframe {width: 100%;}
video,audio {max-width: 100%;}
main {margin:0; padding:0;}
a {text-decoration: none; /*下線を消す設定。*/}

@media print{/*印刷用CSSの定義を指定する*/
    .no-print{
        display: none;
    }/*印刷時に表示させない*/
}

/*リンク（全般）設定*/
a {
  transition: 0.5s; /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  text-decoration: none;  /*下線を消す設定。*/
}
a:hover {
  text-decoration: none;  /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*マウスオン時の画像*/
a:hover img {
  opacity: 0.8; /*80%色がついた状態*/
}

/*共通*/
.linkmark a{
   font-weight: bold;
   color: #3261AB;
}

.linkmark a:hover{
   color: #ee856a;
}

.marker {
  background: linear-gradient(transparent 60%, #FFFC59 60%);
}

.moji-yellow {
  color: yellow;
}

.moji-pink {
  color:#F89174;
}

.img-area2 {
  text-align: center;
  margin: 20px 0;
}

.img-area2 img{
  width: 80%
}

.img-area3 {
  text-align: center;
  margin: 10px 0;
}

.img-area3 img{
  width: 80%
}

/*モバイルファースト　スマホ縦が標準　480px以下できれいに見えるように
---------------------------------------------------------------------------*/
/*PC用デザインを表示させない*/
.slide,#menubar,.header-matome,.pc-view,.pc-view-inline,.webmeeting-pc { display: none;}


/*スマホ用デザイン　大枠*/
.inner {
  margin:0 10px;
}

.inner2{
  padding: 0.3em 0.8em;
}

.inner3{
  padding: 30px 20px;
  }

.inner4{
  padding:30px 5px;
}


#contents {
  margin-top: 80px;
}

.main-matome {
  margin-top:0px;
}

.tolink1 {
    width:80%;
}

/*スマホ用メニュー*/
/*画面サイズ767px以下のハンバーガーメニュー設定*/
.mobile-header {
       position:fixed;
    top:0px;
    right: 0px;

    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 10;
}

.clearfix,
.mobile-header,
#nav-menu ul {
    *zoom: 1;
}

.clearfix:after,
.mobile-header:after,
#nav-menu ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}



#nav-menu {
    width: 100%;
    margin: 0 auto;
    background: #407cc0;
    clear: both;
    overflow-y: scroll;
}

#nav-menu ul {
    position: relative;
}

#nav-menu ul li {
    width: 100%;
    padding: 0;
    list-style: none;
}

#nav-menu ul li a {
    display: block;
    padding: 10px 0 10px 1em;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
}

#nav-menu ul li a:link,
#nav-menu ul li a:visited {
    text-decoration: none;
}

#nav-menu ul li a:hover,
#nav-menu ul li a:active {
    background: #fff;
    text-decoration: none;
    color: #407cc0;
    font-weight: bold;
}

#nav-menu ul li a span {
    width: 21px;
    height: 17px;
    display: inline-block;
    margin: 0 0.3em 0 0;
    background-repeat: no-repeat;
    background-position: left center;
}


#nav-menu ul li.home a span {
    background-image: url("../images/icon-home-white.png");
}

#nav-menu ul li.home:hover span,
#nav-menu ul li.home:active span {
    background-image: url("../images/icon-home-red.png");
}

#nav-menu ul li.flower a span {
    background-image: url("../images/icon-flower-white.png");
}

#nav-menu ul li.flower:hover span,
#nav-menu ul li.flower:active span {
    background-image: url("../images/icon-flower-red.png");
}

#nav-menu ul li.gift a span {
    background-image: url("../images/icon-gift-white.png");
}

#nav-menu ul li.gift:hover span,
#nav-menu ul li.gift:active span {
    background-image: url("../images/icon-gift-red.png");
}

#nav-menu ul li.shop a span {
    background-image: url("../images/icon-shop-white.png");
}

#nav-menu ul li.shop:hover span,
#nav-menu ul li.shop:active span {
    background-image: url("../images/icon-shop-red.png");
}

#nav-menu ul li.contact a span {
    background-image: url("../images/icon-contact-white.png");
}

#nav-menu ul li.contact:hover span,
#nav-menu ul li.contact:active span {
    background-image: url("../images/icon-contact-red.png");
}

#menu {
    width: 50px;
    height: 50px;
    display: block;
    float: right;
    margin: 10px;
    background-image: url("../images/menu-btn.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

}

#menu.on {
    background-image: url("../images/menu-btn-on.png");
}

.mobile-header.on {
  background: #407cc0;
}


.menu-title {
  display: block;
    float: left;
    color: #ffe73f;
    font-size: 2.5rem;

    margin:10px 0 0 10px;
visibility: hidden;
}


@media only screen and (max-width: 300px) {
.menu-title {
  font-size: 1.2rem;
}
}

.menu-title.on {
  visibility: visible;
}



/*768未満のお問い合わせ先案内固定*/
.sp-contact-fixed {
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    margin-bottom: 0;
    right: 0;
    width: 100%;
    font-size: 2.0rem;
    padding: 14px 10px 8px;

    z-index: 5;
    background: #ff3333;
    color: white;
    text-align: center;

}

/*全画面サイズ共通　トップに戻るボタン*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  background: #ff9c9c;
  opacity: 0.6;
  z-index: 4;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*会社設立問合せ先のバナー設定*/
.banner-contact {
  margin: 20px auto;
  text-align: center;
  position: relative;
  max-width: 800px;
    height: auto;
}

img.banner-contact2 {
    width:auto;
}

.btn-form {
    position: absolute;
    right: 16%;
    bottom: 45%;
}

img.btn-form {
    width:70%;
    height: auto;
}

/*オンライン相談の案内*/
.webmeeting-pc {
    background-color: #ee856a;
    margin:0;
    padding:0 15px;
}

.webmeeting-pc p {
    color: white;
    font-size: 1.6rem;
    text-align: center;
    margin:0;
}

/*オンライン相談の案内*/
.webmeeting {
    background-color: #ee856a;
    margin:0;
    padding:0 15px;
}

.webmeeting p {
    color: white;
    font-size: 1.6rem;
    text-align: center;
    margin:0;
}

/*トップ、子ページ共通
---------------------------------------------------------------------------*/

#contents {
  margin:0;
}

/*mainコンテンツのtop-headlineの設定*/


.h1 {
  clear: both;
     margin: 10px auto;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */


    text-align:  center;        /* 文字位置指定 */
    padding: 15px 0;       /* 余白指定 */
    border-top: solid 3px #ee856a;      /* 線指定 */
    border-bottom:  solid 3px #ee856a;  /* 線指定 */
    max-width: 900px;              /* 幅指定 */
    line-height: 1.2;   /*行間*/
}

.h1 h1 {
  font-weight:  normal;       /* 文字の太さ調整 */
    font-size: 3.0rem;            /* 文字サイズ指定 */
    text-align:  center;        /* 文字位置指定 */
}

.h1-title{
  font-size:1.8rem;
  color: #ee856a;
  text-align: center;
  margin-bottom: 10px;
}
.h1-p {
  font-size: 3.0rem;
}

/*トップページ
---------------------------------------------------------------------------*/
.top-headline  {
  counter-reset:number; /*数字をリセット*/
   margin:0 0 10px 0;
}

.riyuu-h2 {
    align-items: center;     /*上下中央揃え*/
  padding: 10px 20px 10px 10px;
  background: #3261AB;  /*背景色（古いブラウザ用）*/
  background: linear-gradient(#3261AB, #25477d);  /*グラデーション*/
  border-radius: 20px;
  min-height: 50px;
  vertical-align: middle;
  position: relative;
}

.riyuu-h2 h2 {
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  left: 20%;
  top:50%;
  transform: translateY(-50%);
  padding-right: 5px;
  line-height: 1.2;
}



.riyuu-no {
  float:left;
  /* 以下数字をつける */

  /*数字のデザイン変える*/
  display:inline-block;
  background: #ee856a;
  color: white;
  margin:0 15px 0 5px;
  font-weight:bold;
  font-size: 2.5rem;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
    position: absolute;
  left: 3%;
  top:50%;
  transform: translateY(-50%);
}

.riyuu-box {
  margin:20px 0 60px;
}

.riyuu-text{
  padding: 0 10px 10px;
  font-size: 2.5rem;
  margin-top: 10px;

}

.top-icon-arrow {
  margin: 10px 0;
  text-align: center;
}

.btn-ichi {
  text-align: center;
}
.link-btn a{
  background: #F89174;  /*背景色（古いブラウザ用）*/
background: linear-gradient(#F89174, #f66740);  /*グラデーション*/

  border: 1px solid #F89174;
  border-radius: 4px;
   margin: 10px auto;

  padding: 8.5px 18px;
  display: inline-block;

}
.link-btn a {
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 2.5rem;
}



.link-btn a:hover {
  color: #FFF;
  background: orange;
}



.btn-hosoku{
  font-size: 1.5rem;
  margin-top: 20px;
}

.top-jouken {
  border: solid 1px gray;
  padding: 10px 20px 10px 30px;
  margin:0 auto 50px;
    max-width: 750px;
}

.top-jouken h3{
  color: red;
  font-weight: bold;
  margin-bottom: 5px;
}

.top-gimon {
  background-color: #d3d3d3;
  margin-top: 0;
}

.top-gimon h2{
  font-size: 2.8rem;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ee856a;
  border-bottom: solid #3261AB 1px;
}

.gimon-p {
    font-size: 1.8rem;
    color: white;
    background-color: #3261AB;
    display: inline-block;
    padding:5px 10px;
   }

.gimon-txt {
  margin-bottom: 20px;
  font-size: 2.2rem;
  padding:0 5px;
}

.gimon {
  margin-bottom: 60px;
}

/* 事務所案内*/

#jimusyo {

  }

.kaisya-annai {

}
.kaisya {
   max-width: 900px;  /*サイトの最大幅*/
  margin: 0 auto;
  padding: 10px 20px;
  border: solid #ee856a;
  overflow: hidden;
}

.kaisya p{
  font-size: 1.6rem;
  padding-bottom:10px;
    }

.kaisya h2 {
	    margin-top: 10px;
      margin-bottom: 10px;            /* デフォルトCSS打ち消し */
    font-size:  2.4rem;       /* 文字サイズ指定 */
    border-bottom:  solid;  /* 線指定 */
    padding-bottom: 0;
 }



/*子ページ　共通
---------------------------------------------------------------------------*/
.child-h1 {
  clear: both;
     margin: 30px auto 20px;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */
    text-align:  center;        /* 文字位置指定 */
    padding: 20px 0 15px;       /* 余白指定 */
    border-top: solid 3px #ee856a;      /* 線指定 */
    border-bottom:  solid 3px #ee856a;  /* 線指定 */
    max-width: 900px;              /* 幅指定 */
    line-height: 2;   /*行間*/
}

.child-h1 h1 {
  font-weight:  normal;       /* 文字の太さ調整 */
    font-size: 4.0rem;            /* 文字サイズ指定 */
    text-align:  center;        /* 文字位置指定 */
}

.child-page h2{
  display: inline-block;
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px tomato;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  padding:10px 20px;
  font-size: 2.3rem;
  margin:30px 0 10px;
}

.h2-text {
  font-size: 1.8rem;
}

/*子ページ　料金
---------------------------------------------------------------------------*/

#support-fee h2{
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px tomato;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin: 10px 0;
  font-size: 2.3rem;
  display: inline-block;
}

#support-fee p{
  font-size: 1.8rem;
  margin-bottom:20px;
}

#support-fee h3 {
 display: inline-block;
 font-size: 2.0rem;
 color: white;
 padding: 5px 10px;
 margin: 10px 0;
}

#support-fee h4{
      padding: 0;
    margin: 5px 0;
        position:  relative;
        font-size: 2.0rem;       /* 位置調整 */
    font-weight:  bold;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
}

.kabu {
  margin: 20px 0;
}

.goudou {
  padding-top: 10px;
}

.kabu h3{
  background: #ee856a;
	}

.goudou h3{
  background: #a6d3c8;
   padding:0.5em;
}



.kabu h4 {
    border-bottom: double 5px #ee856a;
}

.kabu h5 {
    margin: 5px 20px;
    padding:5px;
    font-size:  1.2rem;           /* 文字サイズ指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
    border: double 5px #FFC778;
}

.goudou h4 {
    border-bottom: double 5px #a6d3c8;
}

.goudou h5 {
    margin: 5px 20px;
    padding:5px;
    font-size:  1.2rem;           /* 文字サイズ指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
    border: double 5px #a6d3c8;
}

.fee-comparison-flex {
  display: flex;
  flex-wrap: wrap;
}

.fee-comparison-flex img{
  width:50%;
}

.hiyou-detail{
	margin: 20px 0;
}



.tolink1 {
    padding: 0.5em 1em;
    margin: 4em auto;

    background: #ffebe9;
    border-top: solid 10px #ff7d6e;
    max-width:650px;
}

.tolink1 p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.tolink1 a {
    color: #ff7d6e;
    text-decoration: underline;
}


/*子ページ　プラン内容
---------------------------------------------------------------------------*/




.joblist2 p{
  font-size: 1.6rem;
  margin-left: 5px;
  margin-bottom: 10px;
  margin-top: 0;
}



.joblist ul{
	margin:0;
}

.joblist li {
	margin: 10px 0 5px;
  font-size:2.2rem;
  font-weight: bold;
}



 .k-joblist {
  font-size: 2.5rem;
  color:#25477d ;
  font-weight: bold;
 }

 .z-joblist {
  font-size: 2.5rem;
  color:#f66740;
  font-weight: bold;
 }
#houjintouki {
  background: #FCE8E6;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
}

#zeimutodoke {
  background: #dbe5f5;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
}

.todo h2{
  display: inline-block;
  color: #494949;/*文字色*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  padding-bottom: 5px;
  font-size: 2.5rem;
  margin:30px 0;
}

.todo h3{
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.todo-text {
  font-size: 1.8rem;
}
.todo-1 {
    background: #FCE8E6;
  border-radius: 8px;
  padding: 20px;
  margin: 30px 20px;
}
.todo-1 p{
  margin-left: 20px;
}

#client-todo {
    padding:1em;
    margin: 2em 0;
    background: #FFF;
    border: solid 3px #F89174;/*線*/
    border-radius: 10px;/*角の丸み*/
}

#client-todo h3{
    font-size: 2.5rem;
   color: tomato;
   font-weight: bold;
}

#client-todo h4{
  margin-top: 10px;
   margin-left:20px;
   font-size: 1.8rem;
   display: inline-block;

   font-weight: bold;
}

/*子ページ　無料相談
---------------------------------------------------------------------------*/
.soudan-h2 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
    display: inline-block;
}
.soudan-h2 h2 {
    margin: 0;
    padding: 0 5px;
    font-size: 2.0rem;
}

.soudan-h3 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
    border-radius: 8px;
    display: inline-block;
}
.soudan-h3 h3 {
    margin: 0;
    padding: 0;
}

.soudan ul {
  margin:20px 0;
  position: relative;
    background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 1em 1em 1em 4em;
}

.soudan li {
  font-size: 1.8rem;
  line-height: 2.5;
  list-style-type: none;
}

.soudan ul li:before {
font-family: "Font Awesome 5 Free";
content:"\f0a4";
position:absolute;
left:2em;
color: tomato;
}



.soudan1-txt{

  line-height: 1.5;
  font-size: 1.8rem;
  padding:0 10px 0 5px;
}

.soudan1-txt span{
  font-size: 1.4rem;
}


.form-h2 {
  padding: 0.2em 0.8em;
    margin: 3em 0 2em;
    background: #ffcc7b;
    box-shadow: 0px 0px 0px 10px #ffcc7b;
    border: dashed 2px white;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 20px;
    color: #565656;
}

.form-h2 h2{
  font-size: 2.8rem;
  }

.form-h2 p{
  font-size: 1.6rem;
  }

/* フローチャート*/
.flowchart {
  background-color: #fffff0;
  margin-top: 0;
}

.flowchart h2{
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}



.flow-txt {
  margin-bottom: 20px;
  font-size: 2.2rem;
}


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

ul.flow_list li{
  border: 5px solid #ccc;
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 5px 10px;
    position: relative;
    background-color: white;
    font-size: 1.8rem;
}

ul.flow_list li::after{
  bottom: -34px;
    color:#ccc;
    content: "▼";
    font-size: 2.4rem !important;
    left: 48%;
    position: absolute;}

ul.flow_list li.last::after{/*最後の▼を外す*/
    content: "";
}

ul.flow_list li h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #66cdaa;
}

ul.flow_list li h3::first-letter{/*1文字めを大きく*/
    font-family: garamond,times;
    font-size: 2.6rem;
    font-style: italic;
    letter-spacing: 0.15em;
}

ul.flow_list li p {
  padding: 0; /*上、左右、下への余白*/
}

/* お問い合わせフォーム*/
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
}

input:focus,
textarea:focus {
  background-color: #ffffff;
}

.soudanform {
    margin:0;
}

.soudanform ul {
  list-style: none;
  width:;
}

.soudanform li {
  display:block;
}



.soudan-2 p{
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
}

form {
  padding:0;
}

#formArea {
  background: #1A3165;
  /* グラデーションが効かないブラウザ用 */
  background: linear-gradient(to left, #dbdce2 0%, #f5f6f6 25%, #f5f6f6 75%, #dddfe3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdce2', endColorstr='#dddfe3',GradientType=1 );
  /* IE6-IE9 色は2つのみ */
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.9) 0 1px 5px;
  margin: 20px auto 0;
  padding: 0 20px 40px 20px;
  max-width: 960px;
}

@media screen and (min-width:768px){
  #formArea {
  padding: 0 60px 40px 40px;}
}


.formTit {
  text-shadow: #ffffff 0 1px 0;
  font-size: 1.6rem;
  margin: 20px 0 0;
 }



::-webkit-input-placeholder {
  color: #777777;
}



::-moz-placeholder {
  color: #777777;
}



:input-placeholder {
  color: #777777;
}



.formTxt {
  background: #E3E3E3;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: white 0 1px 0;
  padding: 8px;
  width:100%;
  margin-top:0;
}



textarea.formTxt {
  height: 120px;
}



#txtCount {
  text-align: right;
  margin: 5px 5px 10px 5px;
}



.formBtn {
  margin: 20px auto 0;
  text-align: center;
}



.BtnSubmit {
  background: #ee856a;
  background: linear-gradient(to bottom, #F89174 0%, #ee856a 100%);

  border: 1px solid #ee856a;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
  color: #fff;
  font-weight: bold;
  padding: 8.5px 18px;
  width: 40%;
  cursor: pointer;
  font-size: 2.0rem;
}

.BtnSubmit:hover {
opacity: 0.8;
}

/*税務プランのページ*/
.zei-riyuu h2 {
  position: relative;
  border-bottom: dashed 1px orange;
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 3.0rem;
  font-weight: bold;
}

.zei-riyuu-box {
  border:dotted 1px tomato;
  padding:20px;
}

.zei-riyuu ol{
  padding-left: 30px;
}

.zei-riyuu li{
  font-size: 2.5rem;
  line-height: 1.8;
  margin-top: 30px;
  margin-bottom: 10px;
  color:tomato;
  font-weight: bold;
}


.zei-riyuu li span{
  color:gray;
  font-weight: normal;
}

.zei-riyuu p{
  color:gray;
  font-weight: normal;
}
.centering {
 text-align: center;
}

.zeiplan-gaiyou h2{
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin:30px auto 10px;
  color:white;
  background-color: green;
  border-radius:20px;
  display: inline-block;
  padding:10px 20px;
}

.zei-shoukai ul{
margin:0 auto;
padding-left: 30px;
 max-width:800px;
 list-style-type: square;
}
.zei-shoukai li{
  margin:10px 0;
  font-size:2.0rem;
  }


.zei-ryoukin {
  border: solid 1px tomato;
  padding:0 20px 20px;
  margin-top:30px;
}

.zei-ryoukin h3{
 color: white;
 background-color: tomato;
 padding:3px 10px;
 display: inline-block;
 margin: 0;
 font-size: 2.0rem;
}

.zei-ryoukin-1{
  margin-top:20px;
}

.zei-ryoukin-2{
  margin-top:40px;
}

.planfee {
  display: flex;
  flex-wrap: wrap;
 font-weight: bold;
 font-size: 2.0rem;
 margin: 10px 0 10px 10px;
}

.planfee p{

  font-weight: bold;
  font-size: 4.5rem;
}

.planfee span{
  color: tomato;
  margin-right: 20px;
  font-weight: bold;
  font-size: 2.0rem;
}

.zei-ryoukin-copy {
  text-align: center;
  background-color: yellow;
  padding:5px;
  font-size: 2.0rem;
  font-weight: bold;
  margin-left: 10px;
}

.planfee-hosoku {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 10px 0 0 10px;
}


.zei-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding:0 0 0 10px;
}

.zei-list-1{

margin: 5px 30px 5px 0; /* ボックス外側余白を指定する */
font-size: 2.0rem;
font-weight: bold;
line-height: 2.5;
}

.zei-list-1 span{
 padding:0 5px;
 margin-right: 10px;
 color: white;
 background-color: tomato;
}

.kyuuyo {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: normal;
}

.zei-howto  {
  text-align: center;
  margin:40px 0 30px;
}

.zei-howto h2{
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: dotted 3px tomato;
  padding-bottom:10px;
  }

.zei-howto p{
  font-size: 2.0rem;
  margin:20px 0;
}

.step {
  clear: both;
  border: solid 1px #dddddd;
  margin: 5px auto;
  padding: 20px;
  text-align: center;
}

.step h3{
  margin:10px 0 30px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}

.step h3 span{
  font-weight: bold;
  color: tomato;
  margin-right: 10px;

}



.step-1 img{
  width: 200px;
}



.step p{
  text-align: left;
}

.step h4{
  margin: 20px auto;
  text-align: center;
}

.zei-kobetsu {
  margin:30px 0;
}

.zei-kobetsu  h2{
    text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 20px 0 10px;
  border-bottom: dotted 3px tomato;
  padding-bottom:10px;
}

.zei-kobetsu h3 {
  font-size: 2.2rem;
    font-weight: bold;
    color: tomato;
    margin:80px 0 10px;
}

.zei-kobetsu h4 {
  font-size: 2.2rem;
    font-weight: bold;
        margin:30px 0 10px;
}

.zei-kobetsu p{
  font-size: 2.0rem;
}




.graph {
    background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 2em;
  max-width:600px;
  margin: 20px; auto;
}

.graph p{
  color: tomato;
  font-weight: bold;
  margin-bottom: 0;
  }

.graph ul li{
  line-height: 1.5;
  padding: 0.5em 0;
  margin-left: 50px;
  list-style-type: square;
}


.kyuuyoplan{
  margin-bottom: 60px;
}



.kyuuyo h2 {
   color: skyblue;
  clear: both;
  margin-bottom: 20px;
  padding: 10px 0;  /*上下、左右への余白*/
  font-size: 2.3rem;
  font-weight: bold;  /*文字サイズ*/
}


.planfee2 {
 font-weight: bold;
 font-size: 2.0rem;
 margin: 0 90px;
}



.planfee2 span{
  color: skyblue;
  margin-right: 20px;
}

.span-zeimu {
  font-weight: bold;
  color: tomato;
}

.span-kyuuyo {
  font-weight: bold;
  color: skyblue;
}


.zeimu h2 {
 color: tomato;
  clear: both;
  margin-bottom: 10px;
  padding: 10px 0;  /*上下、左右への余白*/
  font-size: 2.3rem;
  font-weight: bold;  /*文字サイズ*/
}

.zeimu h3 {
  margin: 20px 20px 5px 20px;
  font-size: 2.4rem;
  }

.zeimu h3::first-letter {
  color: tomato;
  font-size: 150%;
}

.zeimu h4 {
  margin:0 20px 5px 20px;
  font-size: 1.8rem;
  }

.zeimu ul {
  margin-left: 60px;
}

.zeimu  ul {
  margin:20px 60px 20px 60px;
  list-style-type: square;
    background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 3em;
  }

.zeimu li {
  font-size: 1.6rem;
  line-height: 2.5;
}

.zeimu p {
  margin: 0 20px;
  }


/*子ページ　合同会社と株式会社*/
.goudou-kabu {
  margin-bottom: 40px;
  padding: 0;
}

.goudou-kabu h2 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px tomato;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin: 2em 0 1em;
  font-size: 2.3rem;
}

.goudou-kabu h3 {
 border:solid 1px #25477d;
 color: #25477d;
  clear: both;
  padding:5px 10px;
  margin:40px 0 5px;
   font-size: 2.0rem;
  font-weight: bold;  /*文字サイズ*/
  display:  inline-block;
}

.goudou-kabu h4 {
      padding: 0;
    margin: 10px 0;
    border-bottom: double 5px #EDAD0B;
    color: #EDAD0B;
    font-weight: bold;
        position:  relative;
        font-size: 2.0rem;       /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
}

.goudou-kabu-p {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.houjinkaku {
  margin-bottom: 20px;
  line-height: 1;
}

.houjinkaku th {
      border: solid black 1px;              /* 枠線指定 */
    font-size: 2.0rem;
    font-weight: bold;
     padding:10px;
}

.houjinkaku td {
  border: solid black 1px;              /* 枠線指定 */
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    padding: 20px 10px;
}

.yuugen1{
  background-color: #F89174;
}

.mugen1{
  background-color: #dbe5f5;
}
.yuugen2 {
  color: #f66740;
}

.mugen2 {
  color: #3261AB;
}

.sekinin {
    font-size:1.6rem;
    font-weight: normal;
    color: black;
    margin-top: 10px;
    line-height: 1.2;
}

.kg-chigai {
  margin: 0;
}

.kg-chigai th {
    border: solid black 1px;              /* 枠線指定 */
        font-size: 2.0rem;
    font-weight: bold;
     padding:10px;
}

.kg-chigai td {
      border: solid black 1px;              /* 枠線指定 */
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 5px;
}

.kg-chigai-1{
  background-color: #25477d;
  color: white;
  width:20%;
}

td .kg-chigai-1{
  text-align: left;
}

.kg-k{
  background-color: #F89174;
  color: white;
}

.kg-g{
  background-color: #a6d3c8;
  color: white;
}

.kg-chigai-k{
  background-color: #FEEEED;
  width:40%;
}

.kg-chigai-g{
  background-color: #e1faf3;
  width:40%;
}

.gk-matome h3{
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px tomato;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin-bottom: 5px;
  font-size: 2.3rem;
}

.gk-matome ul{
 margin:20px 0;
 position: relative;
   padding: 0 0 0 2em;

}

.gk-matome li{
 font-size: 2.0rem;
 line-height: 3em;
 list-style-type: none;
}

.gk-matome ul li:before {
font-family: "Font Awesome 5 Free";
content:"\f0a4";
position:absolute;
left:0.2em;
color: tomato;
}

.hosoku {
	margin:0 auto 10px;
	width: 800px;
	height: auto;
	border: thick double #32a1ce;
}

.hosoku h3 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 10px;
}
.hosoku p {
	font-size: 1.4rem;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #ee856a;	/*背景色*/
	font-size: 85%;			/*文字サイズ*/
	color: #fff;			/*文字色*/
}
footer a, footer a:hover {
	color: #fff;	/*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;	/*上下、左右へのボックス内の余白*/
	font-size: 1.2rem;	/*文字サイズを少し小さく*/
  line-height: 2;   /*行間*/
}

#footermenu p{
  margin-bottom: 20px;
  text-align: center;
}

#footermenu span {
  font-size: 1.6rem;
}

#footermenu a{
  margin-left: 5px;
  color: #3261AB;
}

#footermenu table {
  margin: 0 auto

}

#footermenu table caption {
  text-align: left;
}

#footermenu td {
  padding:3px 10px;
}

#footermenu table th, table td {
border: solid 1px lightgray;}

/*１列分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅。今回は5列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}
/*メニュー１個あたりの設定*/
#footermenu ul li {
	padding: 0 10px;	/*上下、左右への余白*/
}
/*見出し*/
#footermenu li.title {
	font-weight: bold;	/*太字にする*/
	background: rgba(0,0,0,0.1);	/*背景色*/
	border-radius: 2px;	/*角丸のサイズ*/
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 0.7;	/*透明度。70%色がでた状態の事。*/
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;	/*透明度。100%色がでた状態の事。*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
}
#copyright a {text-decoration: none;}


/*画面幅1300px以下の設定(inner)
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){

}











/*スマホ縦より大きいサイズ　481px以上
---------------------------------------------------------------------------*/
@media print, screen and (min-width: 481px) {

html {
  font-size: 55%;
}

.sp-view1 {
  position: static;
display:none;
}

.riyuu-h2 h2 {
  left: 15%;
}

.zeiplan-gaiyou h2{
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin:60px auto 30px;
  color:white;
  background-color: green;
  border-radius:20px;
  display: inline-block;
 padding:10px 20px;
}

/*子ページ　プラン内容 　481px以上*/
.joblist ul{
  margin:20px 0 20px 20px;
}

.joblist li {
  margin: 30px 0 5px;
}

/*子ページ　合同会社と株式会社 　481px以上*/
.kg-chigai td {
  padding:10px;
}

.seicho {
  padding:0 40px;
}


}


/*タブレット縦、タブレット横、パソコン画面用　768px以上
---------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {

  html {
  font-size: 62.5%;
}

/*スマホ・タブレット縦用デザインを表示させない*/
.mobile-header {
  visibility: hidden;
}

.sp-img-area1,.sp-view,.sp-contact-fixed {
  position: static;
display:none;
}



/*タブレット横、パソコン画面で表示させる*/
.slide,.header-matome,#menubar,.pc-img-area1,.pc-view,.webmeeting-pc{
display:block;
}

.pc-view-inline {display: inline;}

/*inner共通*/
.inner {
  max-width: 1300px;  /*サイトの最大幅*/
  margin: 0 auto;
  padding: 0;
}

.inner1{

}
.inner2 {
  max-width: 900px;  /*サイトの最大幅*/
  margin: 0 auto;
  padding: 0 20px;
}

.inner3 {
  max-width: 900px;  /*サイトの最大幅*/
  margin: 0 auto;
  padding: 0 20px;
}

.inner4 {
  max-width: 900px;  /*サイトの最大幅*/
  margin: 0 auto;
  padding: 0 20px;
}

.img-area3 {
  text-align: center;
  margin: 20px 0;
}

.img-area3 img{
  width: 60%
}

}



@media only screen and (min-width: 768px) {

/*headerとmenu固定（PC画面）*/
  .header-matome {
      position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 114px;              /* 縦幅140px */
     background-color: white;
     z-index:1;
     margin-bottom: 0;

}

.menubar-matome {
      position: fixed;            /* ヘッダーの固定 */
    top: 114px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 51px;                  /* 縦幅140px */
    z-index:1;
    margin-top: 0;
}

.main-matome {
   padding:165px 0 0 0 ;
   z-index:0;
}



/*PC用のヘッダーを上部で固定するため、各ブロックをその分下げる*/
#saitan, #muryoumendan, #support-fee, #kabu-fee, #goudou-fee, #nagare-flow, #saitan-1, #support-plan, #form, .smenu, #jimusyo, {
    margin-top : -195px;
  padding-top : 195px;
}

/*セクションの余白設定*/
section {
 padding:40px 0 40px;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
  margin-bottom: 0;
  height: 114px;
  width:100%;
  }


header .inner {
  margin-top: 10px;
  position: relative;
  height: 100px;  /*ヘッダーの高さ*/
  padding:0 5px;
}
/*ロゴ画像*/
header #logo img {
  width: 350px; /*画像幅*/

}



.logo-box a {
  color: #25477d;
}

.logo-box a:hover {
  opacity: 0.7;
}

/*ヘッダー内メニュー（「資料請求・お問い合わせ」と「見学のお申し込み」ボタン）
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#headermenu {
  position: absolute;
  right: 1%;    /*header のinnerに対して右から3%の場所に配置*/
  top: 10px;  /*header のinnerに対して下から15pxの場所に配置*/
}

#headermenu li a {
  text-decoration: none;display: inline-block;
  background: #3261AB;  /*背景色（古いブラウザ用）*/
  background: linear-gradient(#3261AB, #25477d);  /*グラデーション*/
  color: #FFF;  /*文字色*/
  padding: 0px 15px;  /*上下、左右へのボックス内の余白*/
  border-radius: 4px; /*角丸のサイズ*/

  text-align: center;
}
/*マウスオン時*/
#headermenu li a:hover {
  color: #25477d; /*文字色*/
  background: #fff; /*背景色*/
  border: 1px solid #25477d;  /*枠線の幅、線種、色*/
}

/*TELブロック*/
header address {
  font-style: normal;
    text-align: center; /*内容をセンタリング*/
  font-size: 80%;   /*文字サイズ*/
  line-height: 1.5; /*行間を少し狭く*/
  text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff;
}
/*TELブロックの電話番号部分*/
header address .tel {
  color: #ee856a;   /*文字色*/
  font-size: 250%;  /*文字サイズ*/
  background: url(../images/icon_tel.png) no-repeat left center / 26px; /*電話アイコンの読み込み。左(left)に、上下中央(center)に配置。画像幅26px。*/
  padding-left: 35px; /*電話アイコン部分の余白をここで作る*/
}

.banner-contact {
  margin: 60px auto;
  }
}

/*画面サイズ901px以上　ヘッダーメニュ―横並び*/
@media only screen and (min-width: 901px) {
/*メニュー１個あたり*/
      #headermenu li {
        float: left;  /*左に回り込み*/
        margin-left: 10px;  /*左側にスペースを空ける*/
        margin-top: 5px;
      }
}

/*画面サイズ900px以下　ヘッダーメニュ―縦並び*/
@media screen and (max-width:900px){
      #headermenu li a {
        font-size: 1.2rem;
        line-height: 1.5;
      }

      /*TELブロック*/
      header address {
       font-size: 60%;   /*文字サイズ*/
       padding-bottom: 5px;
      }
/*TELブロックの電話番号部分*/
      header address .tel {
        font-size: 200%;  /*文字サイズ*/

        padding-left: 10px; /*電話アイコン部分の余白をここで作る*/
      }

}

@media only screen and (min-width: 768px) {
/*PC用メニューバー*/
#menubar {
    clear: both;
    height: 50px;       /*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
    text-align: center; /*文字を中央に*/
    background: #ee856a;    /*背景色*/
    border-bottom: 1px solid #fff;  /*下線の幅、線種、色*/
    margin-top: 0;
}



.gnav {
    display: flex;
    height: 40px;
    margin: 0 auto;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 14.28%;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
    z-index:100;
}
.gnav li a {
    background: #ee856a;
    border-right: 1px solid #eee;
    color: #fff;
    display: block;
    height: 36px;
    padding-top: 14px;  /*上に追加する余白*/
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index:100;
    border-right: 1px solid #fff;   /*メニューの右側の線の幅、線種、色（古いブラウザ用）*/
    border-right: 1px solid rgba(255,255,255,0.5);  /*右の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}

.gnav li a span {
  font-size: 80%;
  font-weight: lighter;
  color: #333;

}

.gnav li a:hover{
    background: #fff;
    color: #ee856a;
}

.current a {
  color: #ffff00 !important;
}

li .current a:hover {
  color:#ffff00 !important;
}

.gnav:first-child li a {
    border-left: 1px solid #fff;    /*メニューの線の幅、線種、色（古いブラウザ用）*/
    border-left: 1px solid rgba(255,255,255,0.5);   /*左の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}

/*子階層以降共通*/
.gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
    z-index:100;
}
.gnav li li a {
    border-top: 1px solid #eee;
    z-index:100;
}
.gnav li:hover > ul > li {
    height: 40px;
    overflow: visible;
    z-index:100;
}
}

/*1200以下ではフォントサイズ小さく*/
@media only screen and (max-width: 1200px) {
.gnav li a {
        font-size: 1.4rem;}
}

@media only screen and (min-width: 768px) {
/*top画像のスライドショー*/
.slide {
  margin:20px 0 0 0;
  position: relative;
  max-width: 1300px;
  overflow: hidden;
  padding-top:0;
}

.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 24s linear infinite;
}

.slide img:nth-child(2){
  animation-delay: 10s;
}

.slide img:last-child{
  animation-delay: 20s;
}

@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

/*画面サイズによりスライドショーのサイズを変動*/
@media only screen and (min-width: 1201px) {
.slide {
        height: 400px;}
}

@media only screen and (max-width: 1200px) {
.slide {
        height: 350px;}
}
@media only screen and (max-width: 1000px) {
.slide {
        height: 300px;}
}

@media only screen and (max-width: 900px) {
.slide {
        height: 250px;}
}

@media only screen and (max-width: 400px) {
.slide {
        height: 200px;}
}

}

@media only screen and (min-width: 768px) {

/*会社設立問合せ先のバナー設定*/
img.btn-form {
    width: 550px;
    height: auto;
}

/*トップ、子ページ共通
---------------------------------------------------------------------------*/
/*mainコンテンツのtop-headlineの設定*/
.h1 {
  clear: both;
     margin: 30px auto 20px;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */
    text-align:  center;        /* 文字位置指定 */
    padding: 20px 0 15px;       /* 余白指定 */
    border-top: solid 3px #ee856a;      /* 線指定 */
    border-bottom:  solid 3px #ee856a;  /* 線指定 */
    max-width: 900px;              /* 幅指定 */
    line-height: 2;   /*行間*/
}

.h1 h1 {
  font-weight:  normal;       /* 文字の太さ調整 */
    font-size: 4.0rem;            /* 文字サイズ指定 */
    text-align:  center;        /* 文字位置指定 */
}

.h1 p{
  font-size: 3.0rem;
}

.riyuu-no {
  left: 7%;
}

ul.flow_list li{
  padding: 10px 20px;
  }

ul.flow_list li h3 {
    margin-bottom: 10px;
}

.flow-list-inner {
  padding:20px 40px;
}

.kaisya-annai {
  padding-top: 80px;
}

/*子ページ　無料相談*/
.soudan-1{
  display: flex;
  flex-wrap:wrap;
}

.soudan1-txt{
  width: 45%;
  margin-right:5%;
}

.soudan-1 img{
  width:45%;
}

.soudan ul{
  width:650px;
  margin-left: 30px ; }

.form-h2 {
  margin: 0 0 2em;
}

.soudan ul {
  margin:40px 0;}

/*子ページ　料金*/
.fee-comparison-flex {
 flex-wrap: nowrap;
}

.fee-comparison-flex img{
  width:33%;
}

.hiyou-detail{
  margin: 20px 0 50px;
}

/*子ページ　税務プラン*/

.zei-shoukai ul{
padding-left: 60px;}
.zei-ryoukin {
  padding:0 20px 40px;
}

.zei-ryoukin-1 {
  margin-top: 30px;
}

.zei-ryoukin-2{
  margin-top: 70px;
}

.zei-howto  {
  margin:100px 0 30px;
}

.step {
padding: 20px 40px 60px;
}

.planfee-1{
  margin-right:60px;
  }

  .planfee {
 margin: 40px 0 10px 30px;
}

.zei-ryoukin-copy {
  margin-left: 30px;
}

.planfee-hosoku {

  margin: 10px 0 0 30px;
}

.zei-list {
    padding:0 0 0 30px;
}

.zei-riyuu ol{
  padding-left: 60px;
}

.step-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-1 p{
  width: 40%;
 }

.step-1 img{
  margin-right: 60px;
  width: 300px;
}

.zei-kobetsu h4 {
        margin:80px 0 10px;
}

/*子ページ　合同会社と株式会社 　768px以上*/
.kg-chigai td{
  padding:20px 10px;
}

.kabu {
  margin: 100px 0;
}

}

/*画面幅1301px以上の設定(inner)*/
@media screen and (min-width:1301px){
.inner {
  width: 1301px;  /*サイトの幅。この指定がないと上部メニューが一瞬段落ちする場合があります。*/
}

header .inner  {
  width: 1301px;  /*サイトの幅。この指定がないと上部メニューが一瞬段落ちする場合があります。*/
}

}