/*--------------------------------------------------------------------
共通
--------------------------------------------------------------------*/
.text01 {
	margin: 0 4%;
	font-weight: 500;
	line-height: 1.8;
}
.title01 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #474241;
  position: relative;
}
.title02 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #222222;
  letter-spacing: 1.6;
  position: relative;
}
.title01:after
,.title02:after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 8px;
  border-bottom: 4px solid #eda201;
  right: 40%;
  left: 40%;
}

/* 黄色マーカーアニメーション前のスタイル */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffe763, #ffe763); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 40%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
  /* padding-left: 30px; */
}

/* 黄色マーカーアニメーション発火時 */
.js-marker.inview {
  background-size: 100% 40%;
}

.bg_color {
  background-color: #fffbf1;
}


/*--------------------------------------------------------------------
content
--------------------------------------------------------------------*/
content {
	display: block;
}
.contents_in {
  margin: 0 auto;
  width: 1100px;
  max-width: 92%;
}
.contents_title {
  text-align: center;
  margin-bottom: 20px;
}


/*--------------------------------------------------------------------
 table
--------------------------------------------------------------------*/
.bg_gray {
    background: #e5e5e5 !important;
}
.bg_yellow {
    background: #ffffe2 !important;
}
.bg_green {
    background: #3dccaa !important;
}
.bg_blue {
    background: #ed7201 !important;
}
.bg_white {
    background: #FFFFFF !important;
}
.bg_orange {
    background: #ffefce !important;
}
.bg_orange_grad {
    background: linear-gradient(45deg, #ed7201 0%, #f5b102 100%) !important;
}


/*--------------------------------------------------------------------
 無料相談で疑問を解決
--------------------------------------------------------------------*/
.message_area {
  padding: 0 0 40px 0;
  text-align: center;
}
.message_area .message_area_in {
	max-width:94%;
	margin : 0 auto;
}
.message_area .message_area_in a.pccl img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.message_area .message_area_in a.pccl img:hover {
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -o-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.message_area .message_area_in .message_area_sp {
  width: 500px;
  max-width: 100%;
  padding-top: 30px;
}
.message_area .message_area_in .message_area_sp img.lien,
.message_area .message_area_in .message_area_sp img.mail {
	width: 46%;
  padding: 0 5px;
}
@media (max-width: 768px) {
}


/*--------------------------------------------------------------------
 フォームへのバナー（PC）
--------------------------------------------------------------------*/
.contact_btn {
  margin-bottom: 20px;
}


/*--------------------------------------------------------------------
 マップ
--------------------------------------------------------------------*/
.maparea {
  text-align: center;
}
.maparea .maparea_add {
  font-size: 19px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .maparea .maparea_add {
    font-size: 16px;
  }
}


/*--------------------------------------------------------------------
 設立費用
--------------------------------------------------------------------*/
#cost {
  padding: 50px 0 0;
}
/* タブ　*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tab-label {
  width: 42%;
  color: #333333;
  background: #fff;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  border: 2px solid #474241;
  border-radius: 4px 4px 0 0;
  margin: 5px auto -2px;
  padding: 10px 0.5em 10px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  float: left;
  font-size: 1.1em;
  box-sizing: border-box;
  transition: all 0.5s 0s ease;
}
.tab_t01 {
	margin-left: 7%;
}
.tab_t02 {
/*	margin-right: 7%;*/
	margin-left: 7%;
}
.tab-content {
  display:none;
}
.godo_title1 {
	color: #ed7201;
    font-size: 0.66em;
    line-height: 2em;
}
.godo_title2 {
    line-height: 0.9em;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  color: #ed7201;
  background: #fffbf1;
  border-bottom-color: #fffbf1;
}
.tab-switch:checked+.tab-label+.tab-content {
  width: 100%;
  padding: 25px 0 0 0;
  border-top: 2px solid #474241;
  display: block;
  background: #fffbf1;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
/* 料金表 */
.cost_tbl_bg {
  background: #eef4fe;
  padding: 25px 4% 25px;
  margin-bottom: 20px;
}
.cost_tbl01 {
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 12px;
	width: 100%;
}
.cost_tbl01 .th00 {
  width: 15%;
  border: 1px solid #cacaca;
}
.cost_tbl01 .th01
, .cost_tbl01 .th02
, .cost_tbl01 .th03 {
  width: 20%;
  padding: 0;
  vertical-align: middle;
  border: 1px solid #cacaca;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}
.cost_tbl01 .th01 {
	width: 18%;
}
.cost_tbl01 .th03 {
	color: #fff;
  letter-spacing: -0.1em;
}
.cost_tbl01 .th_col_tit {
  padding: 0;
  background: #e5e5e5;
  border: 1px solid #cacaca;
  font-weight: normal;
	line-height: 1.2em;
}
.cost_tbl01 .th_col_tit02 {
  padding: 0;
  background: #ffefce;
  border: 1px solid #cacaca;
  font-weight: bold;
  color: #ed7201;
  font-size: 1.3em;
}
.cost_tbl01 td {
  padding: 0;
  border: 1px solid #cacaca;
  text-align: center;
  background: #FFF;
  height: 40px;
  font-size: 1.3em;
}
.cost_tbl01 tr.tr_gokei td {
  border-top-width: 2px;
  font-weight: bold;
}
.cost_tbl01 tr.tr_none td {
  height: 7px;
  border: none;
  background: none;
}
.cost_tbl01 .titin_t {
  border-bottom: none;
}
.cost_tbl01 .titin_l {
  border-top: none;
  border-bottom: none;
  width: 5%;
  height: 25px;
}
.cost_tbl01 .titin_r {
  font-size: 1em;
  padding-left: .5em;
  width: 30%;
  height: 25px;
  line-height: 1.2;
}
.cost_tbl01 .th_col_tit02.titin_r {
  width: 25%;
}
.col_blue {
  border: solid 3px #f39c00;
}
.txt_0 {
	color: #ed7201;
	line-height: 1.1em;
}
.text_cost {
	padding-bottom: 5px;
    background-color: #fff;
}
.text_cost1 {
	background: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3;
    color: #ed7201;
}
.text_cost5 {
	background: #fff;
	padding: 30px 0;
}

.cost_txt01 {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
  color: #ed7201;
}
.cost_txt01 span {
  font-size: 1.2em;
}
.cost_txt01 img.cost_arrow {
	max-width: 60px;
}
.cost_txt02 {
	margin-bottom: 80px;
}
.cost_txt02 p {
	margin-bottom: 15px;
}

.costbox {
  background: #fff4dc;
  border: 2px solid #f6b201;
  padding: 10px 0;
  margin: 20px 4% 0;
}
.costbox table.costbox_tbl  {
  margin: 0 auto;
}
.costbox table.costbox_tbl td  {
  padding: 0 5px;
}

/*--------------------------------------------------------------------
 会社設立の特徴
--------------------------------------------------------------------*/
#sodan {
  background: #fffbf1;
  padding: 50px 0 0;
}
#sodan .sodan_area {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
#sodan .sodanbox {
  box-sizing: border-box;
  width: 49%;
	margin-bottom: 20px;
  border: #665c56 2px solid;
  background: #FFF;
  padding: 20px;
  border-radius: 3px;
}
#sodan .sodanbox .sodanbox_title {
	display: flex;
  align-items: center;
	font-weight: 500;
	line-height: 1.8;
  margin-bottom: 30px;
}
#sodan .sodanbox .sodanbox_title p {
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.2;
  color: #000;
}
#sodan .sodanbox .sodanbox_title p img {
	max-width: 80px;
  margin-right: 20px;
}
#sodan .sodanbox .sodanbox_title p span {
	color: #ed7201;
  font-size: 0.6em;
}
#sodan .sodanbox .sodanbox_img {
	text-align: center;
  margin-bottom: 20px;
}
#sodan .sodanbox .sodanbox_img img {
	width: 400px;
  max-width: 100%;
}
#sodan .sodanbox .sodanbox_txt {
  margin-bottom: 15px;
}
#sodan .sodanbox .sodanbox_txt p {
  margin-bottom: 15px;
}
/*--- 相談ポイント01のボックス ---*/
.sodan01box {
  padding-bottom: 1em;
  padding-top: 0.5em;
} 
.sodan01box_in {
  background: url(../images/seminar_box_bg.gif);
  padding: 20px 5px 10px 9px;
  border: #ed7201 2px solid;
}
.sodan01box_in ul li {
  margin-bottom: 10px;
  background: url(../images/check01.png) left 5px no-repeat;
  background-size: 20px;
  padding-left: 20px;
  font-size: .95em;
}
@media (max-width: 768px) {
  #sodan .sodanbox {
    width: 100%;
  }
  #sodan .sodanbox .sodanbox_img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------------
　紹介動画へのボタン
--------------------------------------------------------------------*/
.btn_profile {
  display: block;
  margin: 10px auto 20px;
  width: 80%;
}
.btn_profile:hover {
  opacity: 0.5;
}

/*--------------------------------------------------------------------
　紹介動画ページ（一覧）
--------------------------------------------------------------------*/
#proflist {
  margin: 0 auto;
  padding: 30px 4%;
  background-color: #fffbf1;
}
.proflist {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fffbf1;
  margin: 0 auto 30px;
}
.proflist .proflist_in {
  box-sizing: border-box;
  width: 24%;
  border: 1px solid #665c56;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  background-color: #FFF;
}
.proflist .proflist_in p {
  font-size: 24px;
  font-weight: bold;
}
.proflist a {
  display: block;
  margin-top: 5px;
  padding: 8px 0;
  background: #ed7201;
  background: linear-gradient(90deg, #ed7201 0%, #f6b201 100%);
  border: #665c56 1px solid;
  color: #FFF;
  font-weight: bold;
  border-radius: 50px;
}
.proflist i {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .proflist .proflist_in {
    width: 49%;
  }
}

/*--------------------------------------------------------------------
　紹介動画ページ（個別）
--------------------------------------------------------------------*/
.profbox * {
  box-sizing: border-box;
}
.profbox {
  margin: 0 auto;
  padding: 30px 4%;
  text-align: center;
  background-color: #fffbf1;
}
.profbox .profbox_in {
  max-width: 800px;
  margin: 0 auto;
}
.profbox h2 {
  border-bottom: #ed7201 2px solid;
  font-size: 27px;
  padding: 0 0 10px;
  margin: 0 0 20px;
  float: none;
  text-align: left;
}
.profbox h2::before {
  content: "●";
  margin: 0 10px 0 5px;
  color: #ed7201;
  font-weight: 700;
}
.profbox img {
  width: 250px;
  margin-bottom: 20px;
}
.profbox p {
  text-align: left;
  margin-bottom: 20px;
}
.profbox iframe {
  max-width: 100%;
  height: 202px;
  margin-bottom: 20px;
}
.profbox table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.profbox table th {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #cacaca;
  background: #ffefce;
}
.profbox table td {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #cacaca;
  background: #FFF;
}
.profbox a {
  display: block;
  margin: 50px 0 10px;
  padding: 8px 0;
  background: #ed7201;
  background: linear-gradient(90deg, #ed7201 0%, #f6b201 100%);
  border: #665c56 1px solid;
  color: #FFF;
  font-weight: bold;
  border-radius: 50px;
}
.profbox i {
  color: #FFF;
  margin-right: 5px;
}


/*--------------------------------------------------------------------
 会社設立の特徴
--------------------------------------------------------------------*/
#feature {
  padding: 50px 0 0;
}
#feature .feature_area {
  padding: 50px 0 0;
}
#feature .feature_area {
/*	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  margin-bottom: 50px;
}
#feature .featurebox {
  box-sizing: border-box;
  width: 100%;
/*  border: #ed7201 2px solid;
  border-radius: 3px;*/
  background: #FFF;
  padding: 0 100px;
	margin-bottom: 100px;
}
#feature .featurebox .featurebox_title {
	display: flex;
  align-items: center;
	font-weight: 500;
	line-height: 1.8;
  margin-bottom: 30px;
}
#feature .featurebox .featurebox_title p {
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.2;
  color: #000;
}
#feature .featurebox .featurebox_title p img {
	max-width: 80px;
  margin-right: 20px;
}
#feature .featurebox .featurebox_title p span {
	color: #ed7201;
  font-size: 0.6em;
}
#feature .featurebox .featurebox_img {
	text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
#feature .featurebox .featurebox_img img {
	width: 400px;
  max-width: 100%;
}
#feature .sodanbox .sodanbox_txt {
  margin-bottom: 15px;
}
#feature .featurebox .featurebox_txt p {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #feature .featurebox {
    width: 100%;
    padding: 0;
  }
  #feature .featurebox .featurebox_img {
    display: block;
  }
  #feature .featurebox .featurebox_img img {
    width: 100%;
  }
}
/*--- アコーディオン ---*/
.fea_acd_wapper input {
  display: none;
}
.fea_acd_wapper .acd_area p {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .fea_acd_wapper *
  , .fea_acd_wapper *:before
  , .fea_acd_wapper *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fea_acd_wapper {
    position: relative;
    margin-bottom: 100px;
  }
  .fea_acd_wapper label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 150px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgb(250 252 252 / 0%) 0%, rgb(255 255 255 / 95%) 90%);
  }
  .fea_acd_wapper input:checked + label {
    background: inherit; /* 開いた時にグラデーションを消す */
  }
  .fea_acd_wapper label:after {
    position: absolute;
    z-index: 2;
    bottom: -40px;
    left: 50%;
    width: 60%;
    display: block;
    padding: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f13a"" 続きを読む";
    transform: translate(-50%, 0);
    color: #474241;
    border: 2px solid #f6b201;
    border-radius: 40px;
    background-color: #fff4dc;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
  }
  .fea_acd_wapper .acd_area {
    overflow: hidden;
    height: 150px; /* 開く前に見えている部分の高さ */
    transition: all 0.5s 0s ease;
  }
  .fea_acd_wapper input:checked + label:after {
    font-family: "Font Awesome 5 Free";
    content:"\f139"" 閉じる";
  }
  .fea_acd_wapper input:checked ~ .acd_area {
    height: auto;
    transition: all 0.5s 0s ease;
  }
}
/* 融資に強い */
.yushi_wrapper {
  position: relative;
  margin-bottom: 180px;
  text-align: center;
}
.yushi_wrapper .yushibox {
  background-image: url(../images/koushi_bg.gif);
  position: relative;
  border: 2px solid #ed7201;
  margin: 10px auto 0;
  padding: 20px 1% 50px 2%;
  text-align: center;
  width: 40em;
  max-width: 100%;
}
.yushi_wrapper .yushibox p.yushibox_title {
  margin: 0 auto 30px;
  padding: 0 10px;
  border-bottom: 3px solid #ed7201;
  color: #474241;
  font-weight: bold;
  font-size: 1.6em;
  display: inline-block;
}
.yushi_wrapper .yushibox ul {
  text-align: left;
  display: inline-block;
}
.yushi_wrapper .yushibox ul li{
  margin-bottom: 10px;
  background: url(../images/check01.png) left 5px no-repeat;
  background-size: 20px;
  padding-left: 25px;
}
.yushi_wrapper .yushi_img01{
  position: absolute;
  bottom: -90px;
  left:0;
  width: 219px;
}
@media (max-width: 768px) {
  .yushi_wrapper .yushibox {
    width: 100%;
  }
  .yushi_wrapper .yushi_wrapper_in {
    width: 100%;
  }
}
/* 融資の例 */
.yushirei {
  position: relative;
  border: #665c56 2px solid;
  background: #fffbf1;
  padding: 70px 30px 50px;
  margin-bottom: 30px;
}
.yushirei:after {
  content: "";
  position: absolute;
  border: #665c56 2px solid;
  background: #eef4fe;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.yushirei .yushirei_title {
  position: absolute;
  display: inline-block;
  top: -22px;
  left: calc(50% - 4.5em - 20px );
  padding: 10px 20px;
  line-height: 1;
  font-size: 1.3em;
  background: #ed7201;
  background: linear-gradient(90deg, #ed7201 0%, #f6b201 100%);
  color: #FFF;
  font-weight: bold;
}
.yushirei .yushirei_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}
.yushirei .yushirei_in p {
  width: 14%;
}
@media (max-width: 768px) {
  .yushirei {
    padding: 50px 20px 10px;
  }
  .yushirei .yushirei_in p {
    width: 40%;
    margin-bottom: 30px;
  }
}
/* 助成金 */
.joseikin {
  position: relative;
  border: #665c56 2px solid;
  padding: 50px 30px 10px;
  margin-bottom: 30px;
  margin-top: 40px;
  background: #FFF;
}
.joseikin:after {
  content: "";
  position: absolute;
  border: #665c56 2px solid;
  background: #eef4fe;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  z-index: -10;
}
.joseikin .joseikin_title {
  position: absolute;
  display: inline-block;
  top: -22px;
  left: calc(50% - 6em - 20px );
  padding: 10px 20px;
  line-height: 1;
  font-size: 1.3em;
  background: #ed7201;
  background: linear-gradient(90deg, #ed7201 0%, #f6b201 100%);
  color: #FFF;
  font-weight: bold;
}
.joseikin .joseikin_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}
.joseikin .joseikin_in p {
  width: 30%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .joseikin {
    padding: 50px 20px 10px;
  }
  .joseikin .joseikin_in p {
    width: 100%;
  }
}



/*--------------------------------------------------------------------
 会社設立の流れ
--------------------------------------------------------------------*/
#flow {
  background: #fffbf1;
  padding: 50px 0;
}
.flowbox {
  background-image: url(../images/koushi_bg.gif);
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 30px 20px;
  border:2px solid #ed7201;
  width: 45em;
  max-width: 100%;
}
.flowbox .flowbox_title {
  margin: 0 auto 30px;
  padding: 0 10px;
  border-bottom: 3px solid #ed7201;
  color: #474241;
  font-weight: bold;
  font-size: 1.6em;
  display: inline-block;
}
.flowbox .flow_text {
	font-size: 1.2em;
  font-weight: bold;
  color: #474241;
  text-align: center;
}
.flowbox .flow_chart {
  background: url(../images/flow_img02.png)left top no-repeat;
  background-size: contain;
  margin: 30px auto 0 auto;
  width: 550px;
  max-width: 100%;
}
.flowbox .flow_chart .flow_txt {
  margin-left: 70px;
}
.flowbox .flow_chart .flow_txt dl{
  border-left:4px solid #ed7201;
  position: relative;
  margin: 0;
}
.flowbox .flow_chart .flow_txt dl:last-child{
  border: none;
  margin-left: 4px !important;
}
.flowbox .flow_chart .flow_txt dd{
  margin: 0;
  font-size: 0.85em;
  padding-bottom: 30px;
  padding-left: 40px;
}
.flowbox .flow_chart .flow_txt dt{
  margin-left: 40px;
}
.flowbox .flow_chart .flow_step01::before
, .flowbox .flow_chart .flow_step02::before
, .flowbox .flow_chart .flow_step03::before
, .flowbox .flow_chart .flow_step04::before {
  content: "";
  display: block;
  width: 53px;
  height: 54px;
  position: absolute;
  left: -26px;
  background-repeat: no-repeat;
  background-size: 53px;
}
.flowbox .flow_chart .flow_step01::before{
  background-image: url(../images/flow_step01.png);
}
.flowbox .flow_chart .flow_step02::before{
  background-image: url(../images/flow_step02.png);
}
.flowbox .flow_chart .flow_step03::before{
  background-image: url(../images/flow_step03.png);
}
.flowbox .flow_chart .flow_step04::before{
  background-image: url(../images/flow_step04.png);
}
.flowbox .flow_bil {
    width: 35%;
}
@media (max-width: 768px) {
  .flowbox {
    width: 100%;
  }
}


/*--------------------------------------------------------------------
 オンライン会社設立はなぜ難しいの？
--------------------------------------------------------------------*/
#nayami {
  background: #fffbf1;
  padding: 30px 0 50px;
}
#nayami .nayami_in {
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  padding: 30px 50px;
  background: #FFF;
}
#nayami .nayami_area {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
#nayami .nayami_area .nayami_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
#nayami .nayami_area .nayami_box img {
  margin-right: 20px;
}
#nayami .nayami_txt01 {
  font-size: 20px;
  color: #ed7201;
  font-weight: bold;
  margin-bottom: 10px;
}
#nayami .nayami_anshin img {
  width: 400px;
  max-width: 100%;
  margin-bottom: 10px;
}
#nayami .nayami_anshin span {
  font-size: 22px;
}
@media (max-width: 768px) {
  #nayami .nayami_in {
    padding: 30px 10px;
  }
  #nayami .nayami_area .nayami_box {
    display: block;
    margin-bottom: 0;
  }
  #nayami .nayami_area .nayami_box img {
    margin-right: 0;
  }
  #nayami .nayami_area .nayami_box .nayami_box_in {
    background: url(../images/nayami_bg.png)no-repeat;
    margin: -20px 0 40px 0;
    background-size: 100% 100%;
    padding: 30px;
  }
  #nayami .nayami_anshin img {
    width: 100%;
  }
}



/*--------------------------------------------------------------------
 税務顧問サービス
--------------------------------------------------------------------*/
#service {
  padding: 50px 0;
}
#service .contents_in {
  margin-bottom: 80px;
}
#service .service_img {
  margin-bottom: 20px;
  text-align: center;
}
#service .service_img img {
  width: 350px;
}
#service .service_list {
  position: relative;
  border: #665c56 2px solid;
  padding: 60px 30px 30px;
  margin-bottom: 100px;
  margin-top: 80px;
  background: #FFF;
}
#service .service_list:after {
  content: "";
  position: absolute;
  border: #665c56 2px solid;
  background: #eef4fe;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  z-index: -10;
}
#service .service_list .service_list_title {
  position: absolute;
  display: inline-block;
  top: -22px;
  left: calc(50% - 2.5em - 20px);
  padding: 10px 20px;
  line-height: 1;
  font-size: 1.3em;
  background: #ed7201;
  background: linear-gradient(to right, #ed7201, #f6b201);
  color: #FFF;
  font-weight: bold;
}
#service .service_list .service_list_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
#service .service_list .service_list_in p {
  width: 13%;
}
@media (max-width: 768px) {
  #service .service_img {
    width: 100%;
  }
  #service .service_list {
    padding: 50px 20px 10px;
  }
  #service .service_list .service_list_in p {
    width: 47%;
    margin-bottom: 20px;
  }
}
.komonbox_list {
  display: flex;
  justify-content: space-between;
}
.komonbox {
  border: #665c56 2px solid;
  margin-bottom: 2em;
  margin-top: 2em;
  width: 32%;
}
.komonbox_title {
  background: #ed7201;
  background: linear-gradient(90deg, #ed7201 0%, #f6b201 100%);
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  padding: 10px;
}
.komonbox_title p span {
	font-size: 0.8em;
  font-weight: 400;
}
.komonbox_txt {
  background: url(../images/seminar_box_bg.gif);
  padding: 20px 5%;
}
.komonbox_txt p {
  font-weight: 700;
  line-height: 1.5;
}
.komonbox_osusume {
  position: relative;
}
.komonbox_osusume::after {  
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url(../images/osusume.png);
  background-size: contain;
  background-repeat: no-repeat;
	position: absolute;
  top: -30px;
  left: -20px;
}
@media (max-width: 768px) {
  .komonbox_list {
    display: block;
  }
.komonbox {
  width: 100%;
  }
}



/*--------------------------------------------------------------------
 口コミ
--------------------------------------------------------------------*/
#reviews {
  padding: 30px 0 80px;
}
#reviews .reviews_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#reviews .reviews_list .reviews_box {
/*  width: 31%;*/
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
#reviews .reviews_list .reviews_box a {
  width: 70%;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 7px;
  left: 15%;
}
@media (max-width: 768px) {
  #reviews .reviews_list .reviews_box {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------------
 会社概要
--------------------------------------------------------------------*/
#access {
  padding: 80px 0;
  background: #fffbf1;
  text-align: center;
}
/*#access .add_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
#access .add_list ul {
  width: 31%;
}
#access .add_list li {
  text-align: left;
	margin-bottom: 20px;
}
#access .add_list p {
	line-height: 1.6;
}
#access .add_list .font_B {
	color: #1c99b8;
}
#access .add_list a {
  color: #3264b2;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
#access .add_list a:after {
  content: "";
  background: url(../images/link_icon.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 3px;
  right: -20px;
}
@media (max-width: 768px) {
  #access .add_list ul {
    width: 100%;
  }
}*/

/*--- 会社概要 ---*/
#access .about_list {
  text-align: left;
}
#access .about_list li {
  border-top: 1px solid #8c8b8b;
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}
#access .about_list li span {
  color: #ee9201;
}

/*--------------------------------------------------------------------
　CM
--------------------------------------------------------------------*/
.cmarea {
  margin-top: 30px;
  padding: 30px 0;
  text-align: center;
}
.cmarea .cm_tit {
  margin-bottom: 20px;
}
.cmarea .cmarea_txt {
  text-align: left;
  display: inline-block;
}
.cmarea .cmarea_txt p {
  margin-bottom: 15px;
}
.cmarea h3 {
  margin: 20px 0;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #1c9ab9;
  color: #1c9ab9;
}
.cmarea .cmarea_cm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.cmarea .cmarea_cm span {
  margin-bottom: 20px;
  max-width: 49%;
}
.cmarea .cmarea_cm iframe {
  width: 250px;
  height: 120px;
  max-width: 100%;
}
.cmarea .cmarea_book {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 10px;
  padding: 0 10px;
}
.cmarea .cmarea_book p:first-of-type {
  flex-shrink: 999;
}
.cmarea .cmarea_book p:nth-of-type(2) {
  width: 3.5em;
}
@media (max-width: 768px) {
  .cmarea .cmarea_cm iframe {
    width: 49%;
    height: auto;
    margin-bottom: 10px;
  }
}










