@charset "UTF-8";
/* CSS Document */
/*------------------------------------
PC用レイアウト（768px以上スクリーン）
------------------------------------*/
/*--------------------
共通設定（PC)
--------------------*/
/*body全体の初期スタイル設定*/
body {
  font-size: 62.5%; /*emの設定がしやすくなる定番設定*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
}
/*リンク文字の設定*/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*ブラウザのCSSのリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------
見出しタグ設定（PC)
--------------------*/
h2 {
  text-align: center;
  font-size: 2.8em;
  font-weight: bold;
  margin: 0em 0em 0em;
  padding-bottom: 0em;
  color: rgba(61, 61, 66, 1.00);
}
h2 span {
  font-size: 1.7em;
  color: #D81D6A;
}
.underline_h2 {
  text-align: center;
}
.underline_h2 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
}
.underline_h2 h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 400px;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F18E1D;
  border-radius: 3px;
}
/*--------------------
全体レイアウト共通設定（PC)
--------------------*/
/*記事（ボディ）エリア*/
.article {
  font-size: 1.8em; /*=16px*/
}
/*記事（ボディ）エリアの行間*/
.article p {
  line-height: 1.6;
}
/*カラム全体の幅を変更する*/
.top_image_in {
  width: 900px;
  margin: 0 auto;
}
.pc_view {
  display: block !important;
}
.sp_view {
  display: none !important;
}
/*--------------------
セクションの設定
--------------------*/
.section_over {
  width: 100%;
  height: auto;
}
.section_under {
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 2em 1.5em;
}
.sbh {
  text-align: center;
  padding: 1em;
  margin-bottom: 1em;
}
.sbh img {
  width: 90%;
}
/*--------------------
背景の設定
--------------------*/
/*背景を白*/
.bg_white {
  background: #fff;
}
.bg_orange {
  background: #FFF2E4;
}
/*--------------------
三角形の設定
--------------------*/
.triangle_white {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #fff;
  margin: 0 auto;
}
/*--------------------
上部固定ヘッダー設定
--------------------*/
/*上部固定ヘッダー全体の設定*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅でする*/
.header_inr {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴの設定*/
.header_logo {
  width: 20%;
  float: left;
  margin: 1em 1em;
}
/*ヘッダーの電話ボタンの設定*/
.header_tel {
  width: 20%;
  float: right;
  margin: 0.5em 0.5em;
}
/*ヘッダーのフォーム問い合わせボタンの設定*/
.header_form {
  width: 20%;
  float: right;
  margin: 0.5em 0.5em;
}
/*ヘッダー内の画像が常に幅100％になるように*/
.header_logo img, .header_tel img, .header_form img {
  width: 100%;
}
/*--------------------
01：ファーストビュー設定
--------------------*/
.top_image {
  background-image: url("../images/top-background.png");
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  background-size: cover;
}
.top_image_in img {
  width: 100%;
}
/*--------------------
02:CTAエリアの設定
--------------------*/
.over_02 {
  background-image: url("../images/background-blue.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.under_02 {
  padding: 1.5em 1.5em 1em;
}
.cta_bottom {
  text-align: center;
  font-size: 1em;
  color: #fff;
  margin-top: 1em;
}
.box_02_inr {
  background: #fff;
  margin: 0em 0em 1em;
  padding: 1.5em 1em 0.5em;
  border-radius: 20px;
}
.box_02_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em;
}
.box_02_bottom_item {
  padding: 0em 0.5em;
}
.box_02_bottom_item img {
  width: 390px;
}
.img_03_bottom img {
  width: 40%;
}
/*--------------------
03：群馬のぼり紹介エリアの設定
--------------------*/
.sbh_03 {
  text-align: center;
}
.area_03 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.area_03_item {
  margin: 1em;
}
.area_03_item img {
  width: 280px;
}
.check_03 {
  font-size: 1.3em;
  color: #D81D6A;
}
.big_text_03 {
  font-size: 1.3em;
  font-weight: bold;
}
.bottom_text_03 {
  margin: 1em;
}
/*--------------------
04：メリットエリアの設定
--------------------*/
.box_04 {
  display: flex;
  justify-content: center;
  align-items: top;
}
.box_04_item {
  margin: 1em;
}
.box_04_item img {
  width: 150px;
}
.box_04_item h3 {
  font-size: 1.5em;
  margin: 0em 0em 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #153389;
  color: #153389;
}
.h3_orange {
  color: #D81D6A;
}
/*--------------------
05：選ばれる4つの理由エリアの設定
--------------------*/
.sbh_05 {
  text-align: center;
  padding: 0.5em;
  margin-bottom: 1em;
}
.sbh_05 img {
  width: 60%;
}
.box_05 {
  margin: 1em;
  padding: 1.5em;
  border-bottom: 1px dotted #ccc;
}
.box_05:last-child {
  border-bottom: none;
}
.title_05 {
  display: flex;
  align-items: center;
}
.title_05_item {
  margin: 0em 0.5em;
}
.title_05_item img {
  width: 200px;
}
.title_05_item p {
  color: #153389;
  font-size: 2.3em;
  font-weight: bold;
}
.box_05_inr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_05_inr_item {
  margin: 1em 0.5em;
}
.box_05_inr_item img {
  width: 350px;
}
.box_05_inr_item p {
  font-size: 1.1em;
}
/*--------------------
06：制作例エリアの設定
--------------------*/
.sbh_06 {
  text-align: center;
  padding: 0.5em;
  margin-bottom: 1em;
}
.sbh_06 img {
  width: 70%;
}
.area_06_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 1em;
}
.area_06_01_item {
  padding: 1em;
}
.area_06_01_item img {
  width: 350px;
}
.area_06_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.area_06_02_item {
  margin: 0.5em;
}
.area_06_02_item img {
  width: 210px;
}
/*--------------------
08：対応エリアの設定
--------------------*/
.over_08 {
  background-image: url("../images/background-pink.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.underline_h2_08 {
  text-align: center;
}
.underline_h2_08 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  color: #fff;
}
.underline_h2_08 h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 80px;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0D2E8B;
  border-radius: 3px;
}
.over_08 h3 {
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
  margin: 0em;
  color: #fff;
}
.area_08 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}
.area_08_item {
  margin: 1em;
}
.area_08_item p {
  color: #fff;
}
.area_08_item img {
  width: 250px;
}
.box_08 {
  position: relative;
  margin: 2em 0;
  padding: 1.5em 1em;
  border: solid 3px #0D2E8B;
  border-radius: 8px;
  background: #fff;
  color: #3D3D42;
}
.box_08 .box_08_title {
  position: absolute;
  display: inline-block;
  top: -16px;
  left: 10px;
  padding: 9px 15px;
  line-height: 1;
  font-size: 19px;
  color: #fff;
  background: #0D2E8B;
  font-weight: bold;
  border-radius: 20px;
}
.box_08 p {
  color: #000;
}
.bold_08 {
  color: #0D2E8B;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
/*--------------------
09：価格表エリアの設定
--------------------*/
.nobori_price, .maku_price {
  margin: 0 auto;
  width: 750px;
}
.nobori_price h3, .maku_price h3 {
  background: #FFF2E4;
  box-shadow: 0px 0px 0px 5px #FFF2E4;
  border: dashed 1px #F18E1D;
  padding: 0.2em 0.5em;
  color: #3D3D42;
  font-size: 1.4em;
  text-align: center;
}
/*料金表(のぼり旗）*/
.table_09_01 table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 750px;
  table-layout: fixed;
}
.table_09_01 table tr {
  background-color: #FDF4EA;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.table_09_01 table th, .table_09_01 table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
.table_09_01 table th {
  font-size: 1.4em;
}
.table_09_01 table td {
  font-size: 1.4em;
}
.table_09_01 table thead tr {
  background-color: #F18E1D;
  color: #fff;
}
.table_09_01 table tbody th {
  background: #FAC78D;
  color: #fff;
}
.price {
  text-align: right;
  color: #F18E1D;
  font-weight: bold;
}
.price_zeinuki {
  color: #3D3D42;
  ;
}
.maisu {
  width: 25%;
}
.box_09 {
  display: flex;
  justify-content: center;
  align-items: top;
  margin: 1em;
  padding: 1.5em;
  border-bottom: 2px dotted #F18E1D;
}
.box_09_inr {
  margin: 0 0.5em;
}
.box_09_inr img {
  width: 180px;
}
.box_09 ul {
  list-style: none;
  padding: 1em 1em 0.2em;
}
.box_09 ul li {
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-size: 4%;
  padding-left: 2.5em;
  margin-bottom: 0.8em;
  font-size: .85em;
}
.box_09_02 {
  display: flex;
  justify-content: center;
  align-items: top;
  margin: 1em;
  padding: 1em;
  border-bottom: 2px dotted #F18E1D;
}
.box_09_02_inr {
  margin: 0 1em;
}
.box_09_02_inr h3 {
  color: #11328D;
  margin: 0.5em 0em;
  padding: 0.5em 1em;
  font-size: 1.2em;
  border-left: 6px solid #11328D;
  background: #ECEEF6;
}
.box_09_02_inr p {
  font-size: .85em;
}
.box_09_02_inr img {
  width: 180px;
}
/*別途料金表*/
.table_09_02 table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 480px;
  table-layout: fixed;
}
.table_09_02 table tr {
  background-color: #FDF4EA;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.table_09_02 table th, .table_09_02 table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
.table_09_02 table th {
  background-color: #F18E1D;
  color: #fff;
  width: 60%;
  font-size: 1em;
}
.price {
  text-align: center;
  color: #F18E1D;
  font-weight: bold;
}
.area_09_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5em 1.5em 2em;
  padding-bottom: 1em;
  border-bottom: 2px dotted #F18E1D;
}
.area_09_02_item {
  margin: 0em 0.5em;
}
.img_women img {
  width: 65px;
}
.img_women {
  text-align: center;
}
.balloon_09_02 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 20px;
}
.balloon_09_02:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
.balloon_09_02 p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}
/*料金表(懸垂幕・横断幕）*/
.table_09_03 table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 750px;
  table-layout: fixed;
}
.table_09_03 table tr {
  background-color: #ECEEF6;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.table_09_03 table th, .table_09_03 table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
.table_09_03 table th {
  font-size: 1.3em;
}
.table_09_03 table td {
  font-size: 1.3em;
}
.table_09_03 table thead tr {
  background-color: #11328D;
  color: #fff;
}
.table_09_03 table tbody th {
  background: #FAC78D;
  color: #fff;
}
.length {
  text-align: center;
  font-weight: bold;
}
.price_03 {
  text-align: right;
  color: #11328D;
  font-weight: bold;
}
.box_09_maku {
  padding: 0em 2em;
  margin: 1em;
}
.box_09_maku ul {
  list-style: none;
  padding: 1em 1em 0.2em;
}
.box_09_maku ul li {
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-size: 2.5%;
  padding-left: 2.5em;
  margin-bottom: 0.8em;
  font-size: .85em;
}
/*--------------------
10:注文の流れエリアの設定
--------------------*/
.box_10 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  margin: 1em;
  padding: 0.5em 1em;
  border-radius: 10px;
}
.box_10_item {
  margin: 0em 0.5em 0.5em;
}
.nagare_yajirushi {
  text-align: center;
  color: #575555;
  font-size: 3em;
  line-height: 0 !important;
}
.box_10_inr {
  display: flex;
  align-items: center;
  margin: 0.5em 0.5em 0.5em 0em;
}
.box_10_inr_item {
  margin: 0em 1em;
}
.box_10_inr_item h3 {
  padding: 0em;
  margin: 0 0 0.5em;
  color: #11328D;
}
.box_10_inr_item p {
  font-size: .85em;
}
.box_10_inr_item img {
  width: 70px;
  height: 70px;
}
.maru {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #11328D;
  color: #fff;
  font-size: 1.2em;
}
/*--------------------
11:よくある質問エリアの設定
--------------------*/
.box_qa {
  margin: 1em;
  padding: 0.5em 1em 1em;
  background: #FDF7EF;
}
.q {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px dotted #2A2674;
}
.q p {
  font-size: 1.2em;
}
.q_color {
  font-size: 1.5em;
  font-weight: bold;
  color: #04A45F;
}
.a_color {
  font-size: 1.6em;
  font-weight: bold;
  color: #F54248;
}
/*--------------------
12:問い合わせフォームエリアの設定
--------------------*/
.table_form {
  font-size: 1.2em;
}
/*テーブルタグ*/
.main-contents table {
  margin-bottom: 1.5em;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 5px;
  border: 1px solid #fff;
}
.main-contents th, .main-contents td {
  background-color: #E6EAF3;
  padding: 10px;
  text-align: left;
  border-left: 1px solid #fff;
}
.main-contents th {
  background: #11328D;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
}
.contents_inr {
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  padding: 1em 1.5em;
}
/*フォーム*/
input[type="text"] {
  width: 30%;
  height: 35px;
  text-align: left;
  margin-right: 0.5em;
}
input[type="text_02"] {
  width: 80%;
  height: 35px;
  text-align: left;
  margin: 0 0em;
}
input[type="post"] {
  width: 20%;
  height: 30px;
  text-align: left;
  margin: 0 0em;
}
input[type="email"] {
  width: 80%;
  height: 35px;
  text-align: left;
  margin: 0 0em;
}
input[type="tel"] {
  width: 20%;
  height: 35px;
  text-align: left;
  margin: 0 0em;
}
input[type="radio"] {
  width: 10%;
  height: 20px;
  text-align: left;
  margin: 0 0em;
}
input, textarea {
  font-size: 1em;
}
.form_select {
  width: 51%;
  height: 40px;
  text-align: left;
  margin: 0 0em;
  font-size: 1em;
}
.textarea_01 {
  width: 95%;
}
/*ボタン*/
.form_btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.form_btn_item {
  margin: 0em 1em;
}
.btn-form01 {
  width: 250px;
  height: 80px;
  margin: 0 auto;
  padding: 1em 1em;
  border: 1px solid #fff;
  font-size: 1.25em;
  background: rgb(254, 154, 162);
  background: linear-gradient(180deg, rgba(254, 154, 162, 1) 0%, rgba(240, 19, 36, 1) 100%);
  color: #fff;
  border-radius: 10px;
}
.line_btn_12_bottom {
  margin: 1.5em 4em 0em;
  padding: 0em 3em;
}
/*--------------------
13:会社案内エリアの設定
--------------------*/
.table_13 table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 550px;
  table-layout: fixed;
  color: #3D3D42;
}
.table_13 table tr {
  padding: .35em;
  border-bottom: 1px dotted #F18E1D;
}
.table_13 table tr:last-child {
  border-bottom: none;
}
.table_13 table th, .table_13 table td {
  padding: 1em 10px 1em 1em;
}
.table_13 tbody th {
  color: #3D3D42;
}
.txt_13 {
  text-align: left;
  font-size: .85em;
}
.price {
  text-align: right;
}
/*--------------------
14:運営サイトエリアの設定
--------------------*/
.over_14 {
  background-image: url("../images/background-blue.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.area_14 {
  background: #fff;
  padding: 0.5em;
}
.area_14 h3 {
  color: #fff;
  background: #595757;
  margin-top: 0em;
  padding: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
  border-radius: 10px;
  text-align: center;
}
.box_14 {
  padding: 0.5em 0.5em 0em;
  margin: 1em 0em;
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap;
}
.box_14_item {
  margin: 0.5em 0.3em;
  width: 100px;
  font-size: 0.2em;
  text-align: center;
}
.box_14_item img {
  width: 100px;
}
.box_14_item a {
  color: #7C7C7C;
}
.bottom_14 {
  padding: 0em 0.5em;
}
.bottom_14 h4 {
  margin: 0.5em 0em;
  font-size: 1.2em;
}
/*--------------------
シェアボタンの設定
--------------------*/
.over_sns {
  background-color: #11328D;
}
.share-btn-type3 {
  margin: 0em 0em;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.share-btn-type3 i {
  margin-right: 8px;
  font-size: 1rem;
  vertical-align: middle;
}
.share-btn-type3 .share-btn__item {
  width: 49.5%;
  height: 40px;
  margin-bottom: 8px;
  color: #fff;
  font-size: .8rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: .04em;
  line-height: 40px;
  border-radius: 4px;
  transition: all .3s;
}
.share-btn-type3 .share-btn__item--twitter {
  background-color: #1BA1F3;
  box-shadow: 0 4px #1280c3;
  margin: 0 0.5em;
}
.share-btn-type3 .share-btn__item--line {
  background-color: #00C815;
  box-shadow: 0 4px #02810F;
  margin: 0 0.5em;
}
.share-btn-type3 .share-btn__item:hover {
  transform: translateY(4px);
  box-shadow: 0 0 #333;
}
@media (min-width: 768px) {
  .share-btn-type3 .share-btn__item {
    width: 24%;
  }
}
/*--------------------
フッター部分
--------------------*/
.footer {
  background-color: #11328D;
  padding: 0em 0em 2em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  opacity: 0.7;
}
/*--------------------
トップに戻るボタン
--------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #fff;
  text-align: center;
  color: #11328D;
  border: 1px solid #11328D;
  text-decoration: none;
  padding: 10px 15px;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #11328D;
  text-align: center;
  color: #fff;
  border: none;
  text-decoration: none;
  padding: 10px 15px;
  opacity: 0.5;
}
.pagetop_sankaku {
  font-size: 3em;
}
/*--------------------
下部固定ボタン（PCでは非表示）
--------------------*/
.fix_menu_smartphone {
  display: none;
}
/*--------------------
特商法&プライバシーポリシーの設定
--------------------*/
.table_style_01 table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 1em 0em;
}
.table_style_01 tr {
  border: 1px solid #ccc;
}
.table_style_01 th, .table_style_01 td {
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table_style_01 th {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center;
  width: 200px;
}
.table_style_01 td {
  background-color: #fff;
  text-align: left;
}
/*--------------------
スマホでは行になるテーブルタグ
--------------------*/
.table_style_01 {
  text-align: left;
  vertical-align: middle;
}