@charset "utf-8";

body {
  font: normal 18px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  text-align: left;
  color: #313131;
  text-align: justify;
  overflow-x: hidden;
  background-color: #FAFCFA;
}

body .sp-item {
  display: none !important;
}

body .pc-item {
  display: block !important;
}

@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
    height: 100%;
  }

  body .sp-item {
    display: block !important;
  }

  body .pc-item {
    display: none !important;
  }

  body .sp-item img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .sp img {
    max-width: 90%;
  }

  .sp02 img {
    max-width: 100%;
  }

  .sp03 img {
    max-width: 70%;
  }
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.ov_hd {
  overflow: hidden;
}

.bg_none {
  background-image: none !important;
}

a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.line_0 {
  line-height: 0;
}

.zindex {
  z-index: 200;
}

input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

input[type=image]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
  text-decoration: underline;
  font-style: normal;
}

.bd_red {
  border-bottom: 1px solid #FF0004;
  padding-bottom: 2px;
}

.bd_red02 {
  border-bottom: 3px solid #FF0004;
  padding-bottom: 0px;
}

.red {
  color: #ff0000;
}

.yellow {
  background-color: #ffff00;
}

.gray {
  color: #666666;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.strike {
  text-decoration: line-through;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.al {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.font10 {
  font-size: 10px !important;
}

.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font17 {
  font-size: 17px !important;
  line-height: 150%;
}

.font18 {
  font-size: 18px !important;
}

.font19 {
  font-size: 19px !important;
}

.font20 {
  font-size: 20px !important;
}

.font21 {
  font-size: 21px !important;
}

.font22 {
  font-size: 22px !important;
}

.font23 {
  font-size: 23px !important;
}

.font24 {
  font-size: 24px !important;
}

.font25 {
  font-size: 25px !important;
}

.font26 {
  font-size: 26px !important;
}

.font27 {
  font-size: 27px !important;
}

.font28 {
  font-size: 28px !important;
}

.font29 {
  font-size: 29px !important;
}

.font30 {
  font-size: 30px !important;
}

.font32 {
  font-size: 32px !important;
}

/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.clear {
  clear: both;
}

img {
  line-height: 0;
  padding: 0;
  margin: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border-top: 0.5px solid #313131;
}

/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */
/*----- 共通 -----*/
/*--　スマホのみ改行 --*/
.br-sp {
  display: none;
}

@media (max-width: 840px) {
  .br-sp {
    display: block;
  }
}

/*--　スマホのみ改行 --*/
main {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  main {
    width: 95%;
    margin: 0 auto;
  }
}

.area {
  margin: 0 0 100px;
}

@media screen and (max-width: 640px) {
  .area {
    margin: 0 0 70px;
  }
}

h1 {
  font-size: 70px;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  text-align: left;
}

h2 {
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: -20px;
}

@media screen and (max-width: 640px) {
  h2 {
    font-size: 40px;
    margin-bottom: -5px;
  }
}

.title {
  padding: 0.1rem 1rem;
  border-left: 4px solid #810711;
  margin-bottom: 40px;
}

.title p {
  color: #810711;
  font-size: 14px;
}

h3 {
  font-size: 28px;
  font-weight: 500;
  background-color: #810711;
  color: #fff;
  text-align: center;
}

h4 {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 0.1rem 1rem;
  border-left: 4px solid #810711;
  margin-bottom: 20px;
}

h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 7px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  h3 {
    font-size: 26px;
    font-weight: 500;
    background-color: #810711;
    color: #fff;
    text-align: center;
  }

  h5 {
    font-size: 22px;
    font-weight: 600;
  }
}

.contWrap {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .contWrap {
    width: 95%;
  }
}

.title02 {
  border-left: 0px solid #810711;
  margin-bottom: 40px;
}

.title02 h2 {
  text-align: center;
}

.title02 p {
  font-size: 20px;
  text-align: center;
  color: #810711;
}

@media screen and (max-width: 640px) {
  .title02 h2 {
    font-size: 38px;
    margin-bottom: -15px;
  }

  .title02 p {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

/*----- 共通　ここまで -----*/
/*----- メニュー -----*/
@media(min-width: 840px) {
  .menu-bg {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0px;
    position: fixed;
    z-index: 10;
  }

  .menu-bg:hover {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: fixed;
  }

  .menu {
    display: flex;
    justify-content: space-between;
    /*メニューを右端に置く方法その１*/
    align-items: center;
    max-width: 1500px;
    width: 90%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  /*------ ナビゲーションメニュー ------*/
  .nav-menu {
    /* メニューの背景色 */
    color: #fff;
    /* メニューテキストの色 */
    font-size: 16px;
    padding-top: 7px;
  }

  .menu-list {
    display: flex;
    justify-content: center;
    /* メニューアイテムを中央揃えに */
  }

  .menu-item {
    border-left: 0px solid #fff;
    /* メニューアイテムの左ボーダー */
    position: relative;
  }

  .menu-item:last-child {
    border-right: 0px solid #fff;
    /* 最後のメニューアイテムの右ボーダー */
  }

  /* メニューアイテムのホバースタイル */
  .menu-item:hover .drop-menu-list {
    opacity: 1;
    /* 不透明度を最大に */
    transition: opacity .3s, visibility .3s;
    /* アニメーション設定 */
    visibility: visible;
    /* 下層メニューを表示 */
  }

  .menu-item a {
    align-items: center;
    color: #fff;
    /* メニューアイテム内のリンクテキストの色 */
    display: flex;
    height: 50px;
    justify-content: center;
    text-decoration: none;
    /* リンクの下線を非表示 */
    width: 110px;
  }


}


@media(min-width: 840px) {
  .logo a {
    font-size: 20px;
    font-weight: 600;
    width: 220px;
    margin-top: 5px;
    color: white;
  }

  .logo-sp a {
    display: none;
  }
}

.logo-sp {
  padding: 10px;
}

.logo-sp a {
  font-size: 18px;
  font-weight: 400;
  color: black;
}

/*----- メニュー ここまで -----*/

/*------　お知らせ -----*/
.news-list {
  list-style: none outside;
  margin: 100px auto;
  padding: 0;
  width: 1200px;
}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .item:first-child a {
  border-top: 1px solid #CCC;
}

.news-list .item .date {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 0px 0 0;
}

.news-list .item .category {
  margin: 0;
  min-width: 120px;
  padding: 0 0px 0 0;
}

.news-list .item .category span {
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}

.news-list .item .news-title {
  margin: 0;
  width: 100%;
}

.news-list .item a:hover .title {
  color: #00F;
}

@media screen and (max-width: 767px) {
  .news-list .item a {
    flex-wrap: wrap;
  }

  .news-list .item .date {
    min-width: 120px;
  }

  .news-list .item .news-title {
    margin-top: 10px;
  }
}

/* 装飾 */
a {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .news-list {
    width: 95%;
  }
}

/*------　お知らせ ここまで-----*/
/*------　ループ　 -----*/
.slide-animation img {
  width: 100%;
  margin: 0px 0 100px;
}

.slide-animation li {
  list-style: none;
}

.slide-animation ul {
  margin: 0;
  padding: 0;
}

.slide-animation {
  display: flex;
  gap: 20px;
  overflow: hidden;
}

.slide-animation li {
  width: 250px;
}

.slide-contents {
  display: flex;
  gap: 20px;
  animation: loopAnimation 100s linear infinite;
}

@keyframes loopAnimation {
  0% {
    transform: translate(0%);
  }

  100% {
    transform: translate(-100%);
  }
}

/*------　ループ　ここまで -----*/
/*------　６つのの特徴 -----*/
@media (min-width: 641px) {
  .wrap {
    display: flex;
    justify-content: center;
  }
}

.box_1 {
  border: 0px solid #8b9b9d;
  margin: 0 0 20px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(229, 229, 229, 0.5);
}

.box_1 h3 {
  background: #454545;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
}

.box_1 .inner {
  padding: 2em;
  font-size: 19px;
}

.box_2 {
  border: 0px solid #8b9b9d;
  margin: 0 20px 20px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(229, 229, 229, 0.5);
}

.box_2 h3 {
  background: #454545;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
}

.box_2 .inner {
  padding: 2em;
  font-size: 19px;
}

@media (max-width: 640px) {
  .box_1 .inner {
    padding: 1em;
  }

  .box_2 {
    margin: 0 0px 0px;
  }

  .box_2 .inner {
    padding: 1em;
  }
}

/*------　６つのの特徴 ここまで-----*/
/*------　サービス内容 -----*/
@media screen and (min-width: 641px) {
  .container {
    display: flex;
    justify-content: center;
  }
}

.box {
  width: 450px;
  height: auto;
}

.box-center {
  width: 450px;
  height: auto;
  margin: 0px 20px;
}

.box img {
  width: 100%;
}

.box-center img {
  width: 100%;
}

.box-top {
  margin: 10px 0;
}

.box-top p {
  font-size: 14px;
}

.area02-text {
  padding: 25px;
  background-color: #fff;
  height: 360px;
}

.area02-text p {
  font-size: 19px;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .box {
    width: 100%;
    margin-bottom: 30px;
  }

  .box-center {
    width: 100%;
    margin: 0px auto 30px;
  }

  .area02-text {
    padding: 20px 10px;
    background-color: #fff;
    height: auto;
  }

  .area02-text p {
    margin-top: 0px;
  }
}

/*------　サービス内容 ここまで-----*/
/*------　制作実績 -----*/
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  /* 隙間 */
  margin-top: 20px;
}

.grid img {
  width: 100%;
}

a.btn_05 {
  display: block;
  text-align: center;

  text-decoration: none;
  width: 180px;
  margin: 80px auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #454545;
  color: #454545;
  border-radius: 100vh;
  transition: 0.5s;
}

a.btn_05:hover {
  color: #fff;
  background: #454545;
}

.flyer a.btn_05 {
  margin: 40px auto;
}

/*------　制作実績 ここまで-----*/
/*----- プロフィール -----*/
.h1 {
  width: 1200px;
  margin: 80px auto 40px;
}


@media(max-width: 640px) {
  .h1 {
    margin: 40px auto 40px;
    width: 95%;
    text-align: center;
  }

  .h1 h1 {
    font-size: 65px;
    text-align: center;
    line-height: 1.0;
  }

  .pf-container {
    width: 95%;
    margin: 0 auto;
  }

  .wrap01 {
    display: flex;
    flex-direction: column-reverse;
    /* 縦並びで逆にする */
    margin: 50px auto;
    width: 95%
  }

  .PF_L {
    text-align: center;
    margin: 60px 0 30px;
  }

  .PF_L img {
    width: 50%;
  }
}

.pf-text2 {
  padding: 15px 15px 15px 15px;
}

/* プロフィール ここまで　*/
/*-----  料金表 -----*/
.pricelist {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  font-size: 18px;
}

.pricelist-inner {
  margin: 40px auto;
}

.pricelist-inner th {
  border: solid 1px;
  padding: 3px 20px;
  width: 200px;
  height: 40px;
  background-color: #2F2F2F;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.pricelist-inner td {
  border: solid 1px;
  padding: 10px 20px;
  width: 200px;
  height: 40px;
  font-size: 17px;
  text-align: center;
}

.pricelist-inner table {
  border-collapse: collapse;
  width: 100%;
}

.label {
  background-color: #F7F7F7;
  font-size: 30px;
  font-weight: bold;
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pricelist {
    width: 95%;
  }

  .pricelist-inner {
    overflow-x: scroll
  }
}

/*-----  料金表 ここまで-----*/
/*----- Works 制作実績 -----*/
.works {
  margin-top: 40px;
}

.grid02 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
  /* 隙間 */
  margin: 60px auto;
}

@media screen and (max-width: 640px) {
  .grid02 {
    width: 95%;
  }
}

.grid02 img {
  width: 100%;
}

/*----- Works 制作実績 ここまで -----*/
/*-----  お申し込み・お問い合わせ -----*/
.area07 {
  background-color: #EAEAEA;
}

.area07-inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}

.area07-inner01 {
  width: 800px;
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 0;
}

.area07-inner01 .title {
  border-left: 0px solid #2760A8;
  margin-bottom: 20px;
}

.area07-inner01 .title h2 {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .area07-inner01 .title h2 {
    margin-bottom: -15px;
  }
}

.btn_04 {
  display: block;
  text-align: center;

  text-decoration: none;
  width: 180px;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #810711;
  background: #810711;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  margin: 20px auto 10px;
}

.btn_04:hover {
  color: #810711;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .area07-inner {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
  }

  .area07-inner01 {
    width: 95%;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 10px;
  }

  .area07-inner01 p {
    font-size: 16px;
  }
}

/*-----  お申し込み・お問い合わせ ここまで-----*/
/*----- フッター -----*/
footer {
  text-align: center;
  padding: 10px;
  background-color: #1A1A1A;
  color: #fff;
  font-size: 14px;
}

@media(max-width: 640px) {

  /*ボトムメニュー付けたのでフッタを底上げする*/
  footer {
    margin-bottom: 48px;
  }
}

/*--- フッターここまで ---*/
/*========================
　smartphone　bottom menu
　========================*/
.mini-text {
  font-size: 15px;
}

/*文字大きさ*/
ul.bottom-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  /*高さ*/
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  /*背景色*/
  border-top: 2px solid #808080;
  /*バーの上の線*/
  border-bottom: 2px solid #808080;
  /*バーの下の線*/
  z-index: 30;
}

ul.bottom-menu li {
  float: left;
  width: 25%;
  background-color: #f5f5f5;
  /*背景色*/
  list-style-type: none;
  text-align: center;
  font-size: 25px;
  /*アイコンのサイズ*/
}

.bottom-menu li a {
  display: block;
  color: #808080;
  /*アイコン＆文字の色*/
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 10px;
  text-decoration: none;
}

.bottom-menu li a:hover {
  color: #a9a9a9;
  /*マウスオーバー時の色*/
}

/* === 展開メニュー === */
ul.menu-second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu-second-level li a {
  border-top: 1px dashed #a9a9a9;
  /*展開の枠点線*/
  font-size: 15px;
  /*展開メニューの文字サイズ*/
  line-height: 30px;
  /*文字の縦幅*/
}

.menu-second-level li a:hover {
  height: 100%;
  background: lightgrey;
  /*マウスオーバーの色*/
}

li.menu-width-max ul.menu-second-level {
  position: absolute;
  bottom: 47px;
  /*高さ*/
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

li.menu-width-max:hover ul.menu-second-level {
  bottom: 47px;
  /*高さ*/
  visibility: visible;
  opacity: 1;
}

li.menu-width-max ul.menu-second-level li {
  float: left;
  width: 100%;
  border: none;
}

/*PC表示の際はボトムメニューは表示しない*/
@media(min-width: 841px) {
  .bottom-menu {
    display: none;
  }
}

/*スマホの時だけ*/
@media(max-width: 840px) {

  /*ボトムメニュー付けたのでフッタを底上げする*/
  #footer {
    margin-bottom: 70px;
  }

  .menu {
    display: none;
  }
}

/* smartphone　bottom menu ここまで */
/*----- TOPに戻る -----*/
/* ボタンのデザイン */
#pageTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: 2px solid #222;
  border-radius: 50px;
  cursor: pointer;
  transition: all .5s;
}

/* ボタンホバー時 */
#pageTopBtn:hover {
  background-color: #222;
}

#pageTopBtn:hover::before {
  background-color: #fff;
}

#pageTopBtn:hover::after {
  background-color: #fff;
}

/* ボタンの矢印 */
#pageTopBtn::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 29px;
  width: 2px;
  height: 20px;
  background-color: #222;
  transition: all .5s;
  transform: translateY(-50%) rotate(-45deg);
}

#pageTopBtn::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 29px;
  width: 2px;
  height: 20px;
  background-color: #222;
  transition: all .5s;
  transform: translateY(-50%) rotate(45deg);
}

@media(max-width: 640px) {
  #pageTopBtn {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: 2px solid #222;
    border-radius: 50px;
    cursor: pointer;
    transition: all .5s;
  }
}

/*----- TOPに戻る ここまで-----*/
/*---  LP制作実績 --- */
.lp-box img {
  width: 100%;
}

h6 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.lp_text {
  border: solid 1px #404040;
  margin: 10px auto;
  font-size: 16px;

}

.lp-box p {
  text-align: justify;
  font-size: 18px;
  margin-bottom: 40px;
}

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

  .lp__container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .lp-box {
    width: calc(50% - 10px);
    /* gapぶん差し引き */
    box-sizing: border-box;
    padding: 10px;


  }

  .lp-box img {
    max-width: 100%;
    height: auto;
    display: block;
  }




}

/*---  LP　制作実績 ここまで--- */
/*-----  　料金・制作サービス内容 -----*/
@media screen and (min-width: 641px) {
  .price {
    display: flex;
    justify-content: space-between;
    padding: 1.3em 0;
    /*上下の余白*/
    border-top: solid 1px #404040;
    /*上線*/
    border-bottom: solid 1px #404040;
    /*下線*/
    font-size: 22px;
    margin: 0px auto 50px;
  }
}

@media screen and (max-width: 640px) {
  .price {
    padding: 1.3em 0;
    /*上下の余白*/
    border-top: solid 1px #404040;
    /*上線*/
    border-bottom: solid 1px #404040;
    /*下線*/
    font-size: 25px;
    margin: 50px auto 50px;
  }
}

.area004 {
  margin: 80px auto;
}

.area004_box {
  margin: 30px auto 30px;
  background: #fff;
  border-radius: 0px;
  border: #fff solid 6px;
  box-shadow: 0px 0px 30px 0px rgba(229, 229, 229, 0.5);
  padding: 30px 40px 40px;
}

.area004_box p {
  text-align: left;
  text-align: justify;
  margin: 5px 0 0 0;
}

.area004_head {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 640px) {
  .area004_box {
    padding: 15px;
  }
}

.list02 li {
  background-position: 0 0;
  line-height: 1.5;
  text-align: left;
  padding: 0 0 0px 10px;
  margin-bottom: 8px;
  font-size: 19px;
}

.text05 {
  text-align: left;
}

/*-----  　料金・制作サービス内容 ここまで　-----*/
/*-----  制作に関する作業項目 -----*/
.area006 p {
  font-size: 16px;
}

@media (max-width: 640px) {
  .area006 {
    width: 95%;
  }
}

/*-----  制作に関する作業項目 ここまで-----*/
/*-----  お客様にご準備いただくもの -----*/
.area007 {
  margin: 0 auto;
  width: 1000px;
}

.area007 p {
  font-size: 18px;
  text-align: left;
}

th {
  border: solid 1px;
  padding: 3px 20px;
  width: 200px;
  height: 40px;
  background-color: #2F2F2F;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

td {
  border: solid 1px;
  padding: 10px 20px;
  width: 200px;
  height: 40px;
  font-size: 16px;
  background-color: #fff;
}

table {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .area007 {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 18px;
  }
}

.label {
  background-color: #F7F7F7;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  width: 30%;
}

.label02 {
  background-color: #f3faff;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  width: 30%;
}

.label02_R {
  background-color: #fff;
  text-align: left;
}

/*-----  お客様にご準備いただくもの　ここまで -----*/
/*-----  サービズの流れ　 -----*/
.area008 {
  margin: 100px auto;
  width: 1000px;
}

.area008-head {
  border: 3px solid #B1B1B1;
  padding: 20px 30px 10px 30px;
  color: #404040;
  margin-top: 20px;
  background-color: #fff;
}

.area008-head-01 {
  font-size: 23px;
  font-weight: bold;
}

.line {
  border-top: 1px solid #d3d3d3;
  width: 100%;
  margin-top: 5px;
}

.section03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
}

@media screen and (max-width: 640px) {
  .area008 {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0 50px;
  }

  .section03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 0rem;
  }
}

.section__item {
  flex: 1;
}

.section03:before {
  content: "";
  border: 1px dashed #d3d3d3;
  align-self: stretch;
  margin: 10px 0;
}

.section__item--start {
  order: -1;
}

@media (min-width: 641px) {
  .section03 {
    align-items: center;
    flex-direction: row;
  }
}

.area008-inner01 {
  padding: 10px 10px 2px;
  font-size: 20px;
  font-weight: bold;
}

.area008-inner02 {
  padding: 0px 30px 2px;
  font-size: 18px;
}

.area008-inner03 {
  padding: 0px 30px 2px;
  font-size: 16px;
  margin-bottom: 10px;
}

.arrow {
  text-align: center;
  font-size: 26px;
  color: #B1B1B1;
  margin-top: 20px;
}

/*-----  サービズの流れ　ここまで -----*/
/* --- よくある質問 --- */
.area900_in {
  background: #fff;
  padding: 40px 0;
  margin: 40px 0;
}

.area900_in_cont {
  text-align: left;
  padding: 0px 40px;
}

.Q {
  color: #fff;
  background-color: #454545;
  padding: 10px 15px;
  font-size: 20px;
}

.A {
  padding: 15px;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .area900_in_cont {
    padding: 0px 5px;
  }
}

/* --- よくある質問 ここまで --- */
/* --- フライヤー --- */
.flyer {
  margin: 80px auto;
}

.flyer-cont {
  border: 2px solid #262626;
}

.flyer-cont-in {
  width: 900px;
  margin: 60px auto;
}

.Precautions {
  text-align: left;
  margin: 30px 0 80px;
}

@media screen and (max-width: 640px) {
  .flyer-cont-in {
    width: 95%;
  }
}

.flyer-cont h3 {
  font-size: 28px;
  font-weight: 500;
  background-color: #232323;
  color: #fff;
  text-align: center;
  margin: 20px auto;
}

@media screen and (max-width: 640px) {
  .flyer-cont h3 {
    line-height: 1.2;
    padding: 10px;
  }
}

.text04 {
  text-align: left;
  margin-bottom: 30px;
}

/*--- リスト ---*/
.list04 li {
  background-position: 0 0;
  line-height: 1.5;
  text-align: left;
  padding: 0 0 0px 10px;
  margin-bottom: 8px;
  font-size: 19px;
}

/* --- フライヤー ここまで--- */
/*--- 広告運用---*/
.list03 {
  margin: 30px auto;
}

.list03 dt {
  text-align: left;
  font-weight: 700;
}

.list03 dd {
  text-align: left;
}