@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width:768px) {
  /*------------------------------------
スマホ用レイアウト（768px以下スクリーン）
------------------------------------*/
  /*--------------------
共通設定（SP)
--------------------*/
  /*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;
  }
  /*--------------------
見出しタグ設定（SP)
--------------------*/
  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.3em;
    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: 300px;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #F18E1D;
    border-radius: 3px;
  }
  /*--------------------
全体レイアウト共通設定（SP)
--------------------*/
  /*記事（ボディ）エリア*/
  .article {
    font-size: 1.6em; /*=16px*/
  }
  /*記事（ボディ）エリアの行間*/
  .article p {
    line-height: 1.6;
  }
  /*カラム全体の幅を変更する*/
  .top_image_in {
    width: 100%;
    margin: 0 auto;
  }
  .pc_view {
    display: none !important;
  }
  .sp_view {
    display: block !important;
  }
  /*--------------------
セクションの設定
--------------------*/
  .section_over {
    width: 100%;
    height: auto;
  }
  .section_under {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1em 1em;
  }
  .sbh {
    text-align: center;
    padding: 0em;
    margin-bottom: 0em 0.5em;
  }
  .sbh img {
    width: 100%;
  }
  /*--------------------
背景の設定
--------------------*/
  /*背景を白*/
  .bg_white {
    background: #fff;
  }
  .bg_orange {
    background: #FFF2E4;
  }
  /*--------------------
文字色の設定
--------------------*/
  .yellow_underline {
    background: linear-gradient(transparent 50%, yellow 50%);
  }
  .pink_underline {
    background: linear-gradient(transparent 70%, #0D2E8B 30%);
  }
  /*--------------------
上部固定ヘッダー設定
--------------------*/
  /*上部固定ヘッダー全体の設定*/
  .header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow: auto;
  }
  /*ヘッダー内部をカラム幅でする*/
  .header_inr {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  /*ヘッダーのロゴの設定*/
  .header_logo {
    width: 30%;
    float: left;
    margin: 1.3em 1em;
  }
  /*ヘッダーの電話ボタンの設定*/
  .header_tel {
    width: 30%;
    float: right;
    margin: 1em 0.5em;
  }
  /*ヘッダーのフォーム問い合わせボタンの設定*/
  .header_form {
    width: 25%;
    float: right;
    margin: 1em 0.5em;
  }
  /*ヘッダー内の画像が常に幅100％になるように*/
  .header_logo img, .header_tel img, .header_form img {
    width: 100%;
  }
  /*--------------------
01：ファーストビュー設定
--------------------*/
  .top_image {
    background-image: none;
  }
  .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: 1em 1em 0.5em;
  }
  .cta_bottom {
    text-align: center;
    color: #fff;
    margin-top: 1em;
    font-size: .85em;
  }
  .box_02_inr {
    background: #fff;
    margin: 0em 0em 0em;
    padding: 1em 0.5em 0.5em;
    border-radius: 20px;
  }
  .box_02_bottom {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0.5em;
  }
  .box_02_bottom_item {
    padding: 0.5em 0em 0em;
  }
  .box_02_bottom_item img {
    width: 100%;
  }
  /*--------------------
03：群馬のぼり紹介エリアの設定
--------------------*/
  .area_03 {
    display: block;
  }
  .area_03_item {
    margin: 1em 0em;
  }
  .area_03_item img {
    width: 100%;
  }
  .check_03 {
    font-size: 1.1em;
    color: #D81D6A;
  }
  .big_text_03 {
    font-size: 1.1em;
    font-weight: bold;
  }
  .bottom_text_03 {
    margin: 1em 0em;
  }
  /*--------------------
04：メリットエリアの設定
--------------------*/
  .box_04 {
    display: none;
  }
  .box_04_sp {
    text-align: center;
    padding: 1em 0em;
    margin: 0em 0em 1em;
    border-bottom: 2px dotted #153389;
  }
  .box_04_sp:last-child {
    border-bottom: none;
    margin: 0em 0em 0em;
  }
  .box_04_inr {
    margin: 1em 0em;
  }
  .box_04_inr img {
    width: 200px;
    padding-bottom: 1em;
  }
  .box_04_inr h3 {
    font-size: 2em;
    margin: 0.5em 0em;
    padding: 0em 0em 0em;
    color: #153389;
    border-bottom: none;
  }
  .h3_orange {
    color: #D81D6A;
  }
  .point_num {
    background-color: #D81D6A;
    padding: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    border-radius: 55px;
  }
  /*--------------------
05：選ばれる4つの理由エリアの設定
--------------------*/
  .sbh_05 {
    text-align: center;
    padding: 0.5em;
    margin-bottom: 1em;
  }
  .sbh_05 img {
    width: 100%;
  }
  .box_05 {
    margin: 1em;
    padding: 0.5em 0em;
    border-bottom: 1px dotted #ccc;
  }
  .box_05:last-child {
    border-bottom: none;
  }
  .title_05 {
    text-align: center;
    display: block;
  }
  .title_05_item {
    margin: 0em 0.5em;
  }
  .title_05_item img {
    width: 50%;
  }
  .title_05_item p {
    color: #153389;
    font-size: 1.8em;
    font-weight: bold;
  }
  .box_05_inr {
    display: block;
    justify-content: center;
    align-items: center;
  }
  .box_05_inr_item {
    margin: 0.5em 0.5em;
  }
  .box_05_inr_item img {
    width: 100%;
  }
  .box_05_inr_item p {
    font-size: 1em;
  }
  /*--------------------
06：制作例エリアの設定
--------------------*/
  .sbh_06 {
    text-align: center;
    padding: 0.5em;
    margin-bottom: 1.5em;
  }
  .sbh_06 img {
    width: 100%;
  }
  .area_06_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.5em;
  }
  .area_06_01_item {
    padding: 1em;
  }
  .area_06_01_item img {
    width: 100%;
  }
  .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: 150px;
  }
  /*--------------------
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.5em;
    text-align: center;
    font-weight: bold;
    margin: 0em;
    color: #fff;
  }
  .area_08 {
    text-align: center;
    display: block;
    padding: 0 0.5em;
  }
  .area_08_item {
    margin: 0.5em;
  }
  .area_08_item p {
    color: #fff;
    font-weight: bold;
  }
  .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: 100%;
  }
  .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: 100%;
    table-layout: fixed;
  }
  .table_09_01 table tr {
    background-color: #FDF4EA;
    padding: .25em;
    border-bottom: 2px solid #fff;
  }
  .table_09_01 table th, .table_09_01 table td {
    padding: 1em 0.5em;
    border-right: 2px solid #fff;
    text-align: center;
    font-size: .85em;
  }
  .table_09_01 table th {
    font-size: .9em;
  }
  .table_09_01 table td {
    font-size: 0.9em;
  }
  .table_09_01 table thead tr {
    background-color: #F18E1D;
    color: #fff;
  }
  .table_09_01 table tbody th {
    background: #FAC78D;
    color: #fff;
  }
  .price {
    text-align: center;
    color: #F18E1D;
    font-weight: bold;
  }
  .price_zeinuki {
    color: #3D3D42;
    ;
  }
  .maisu {
    width: 25%;
  }
  .box_09 {
    display: block;
    margin: 1em;
    padding: 0em 0em 1em;
    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 0em 0.2em;
  }
  .box_09 ul li {
    background-image: url("../images/check.png");
    background-repeat: no-repeat;
    background-size: 7%;
    padding-left: 2.5em;
    margin-bottom: 0.8em;
    font-size: .85em;
  }
  .img_box_09 {
    text-align: center;
  }
  .box_09_02 {
    display: block;
    margin: 0.5em;
    padding: 0.5em 0em 1em;
    border-bottom: 2px dotted #F18E1D;
  }
  .box_09_02_inr {
    margin: 1em 0em;
  }
  .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: 100%;
    table-layout: fixed;
  }
  .table_09_02 table tr {
    background-color: none;
    padding: 0em;
    border-bottom: none;
  }
  .table_09_02 table th, .table_09_02 table td {
    padding: 1em 10px 1em 1em;
    border-bottom: 2px solid #fff;
  }
  .table_09_02 table th {
    background-color: #F18E1D;
    color: #fff;
    width: 100%;
    font-size: 1em;
  }
  .price_02 {
    text-align: center;
    color: #F18E1D;
    font-weight: bold;
  }
  /*--------------------
スマホでは行が列になるテーブルタグ
--------------------*/
  .table_09_02 tr, .table_09_02 th, .table_09_02 td {
    display: block;
  }
  .table_09_02 th, .table_09_02 td {
    width: 100%;
  }
  .area_09_02 {
    display: block;
    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: 100%;
    table-layout: fixed;
  }
  .table_09_03 table tr {
    background-color: #ECEEF6;
    padding: .25em;
    border-bottom: 2px solid #fff;
  }
  .table_09_03 table th, .table_09_03 table td {
    padding: 1em 0.5em;
    border-right: 2px solid #fff;
    font-size: .85em;
  }
  .table_09_03 table th {
    font-size: .9em;
  }
  .table_09_03 table td {
    font-size: .9em;
  }
  .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: center;
    color: #11328D;
    font-weight: bold;
  }
  .tate, .yoko {
    width: 25%;
  }
  .box_09_maku {
    padding: 0em 0em;
    margin: 1em;
  }
  .box_09_maku ul {
    list-style: none;
    padding: 1em 0em 0.5em;
  }
  .box_09_maku ul li {
    background-image: url("../images/check.png");
    background-repeat: no-repeat;
    background-size: 6%;
    padding-left: 2.5em;
    margin-bottom: 0.8em;
    font-size: .85em;
  }
  /*--------------------
10:注文の流れエリアの設定
--------------------*/
  .box_10 {
    text-align: center;
    display: block;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    margin: 1em;
    padding: 1em 0.5em;
    border-radius: 10px;
  }
  .box_10_item {
    text-align: center;
    margin: 0em 0.5em 0.5em;
  }
  .nagare_yajirushi {
    text-align: center;
    color: #575555;
    font-size: 3em;
    line-height: 0 !important;
  }
  .box_10_inr {
    text-align: center;
    display: block;
    align-items: center;
    margin: 0.5em 0em;
  }
  .box_10_inr_item {
    margin: 0em 0.5em;
  }
  .box_10_inr_item h3 {
    padding: 0em;
    margin: 0.5em 0em;
    color: #11328D;
  }
  .box_10_inr_item p {
    font-size: .85em;
  }
  .box_10_inr_item img {
    width: 130px;
    height: 130px;
  }
  .maru {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background: #11328D;
    color: #fff;
    font-size: 1.2em;
    margin: 0 auto;
  }
  /*----------
  /*--------------------
11:よくある質問エリアの設定
--------------------*/
  .box_qa {
    margin: 1em 0em;
    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.1em;
  }
  .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 {
    width: 100%;
    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 0.5em;
  }
  /*フォーム*/
  input[type="text"] {
    width: 35%;
    height: 35px;
    text-align: left;
    margin-right: 0.5em;
  }
  input[type="text_02"] {
    width: 100%;
    height: 35px;
    text-align: left;
    margin: 0 0em;
  }
  input[type="post"] {
    width: 30%;
    height: 30px;
    text-align: left;
    margin: 0 0em;
  }
  input[type="email"] {
    width: 100%;
    height: 35px;
    text-align: left;
    margin: 0 0em;
  }
  input[type="tel"] {
    width: 25%;
    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: 70%;
    height: 60px;
    text-align: left;
    margin: 0 0em;
    font-size: 1em;
  }
  .textarea_01 {
    width: 100%;
  }
  /*ボタン*/
  .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: 0em 0em;
    padding: 0.5em 0em;
  }
  /*--------------------
スマホでは行が列になるテーブルタグ
--------------------*/
  .table_form tr, .table_form th, .table_form td {
    display: block;
  }
  .table_form th, .table_form td {
    width: 100%;
  }
  /*--------------------
13:会社案内エリアの設定
--------------------*/
  .table_13 table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    color: #3D3D42;
  }
  .table_13 table tr {
    padding: .35em;
    border-bottom: none;
  }
  .table_13 table tr:last-child {
    border-bottom: none;
  }
  .table_13 table th, .table_13 table td {
    padding: 0.5em 0.5em;
  }
  .table_13 tbody th {
    font-size: 1.2em;
    color: #F18E1D;
    border-bottom: 1px dotted #F18E1D;
  }
  .txt_13 {
    text-align: center;
    font-size: 1.1em;
  }
  /*--------------------
スマホでは行が列になるテーブルタグ
--------------------*/
  .table_13 tr, .table_13 th, .table_13 td {
    display: block;
  }
  .table_13 th, .table_13 td {
    width: 100%;
  }
  /*--------------------
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-around;
    align-items: top;
    flex-wrap: wrap;
  }
  .box_14_item {
    margin: 0.5em 0.3em;
    width: 90px;
    font-size: 0.7em;
    text-align: center;
  }
  .box_14_item img {
    width: 90px;
  }
  .box_14_item a {
    color: #7C7C7C;
  }
  .bottom_14 {
    padding: 0em 0.5em;
  }
  .bottom_14 h4 {
    text-align: center;
    margin: 0.5em 0em;
    font-size: 1.2em;
  }
  /*--------------------
シェアボタンの設定
--------------------*/
  .share-btn-type3 {
    margin: 1.2em 0;
    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 5em;
    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: 60px;
    right: 15px;
  }
  .pagetop a {
    display: block;
    background-color: #fff;
    text-align: center;
    color: #11328D;
    border: 1px solid #11328D;
    text-decoration: none;
    padding: 15px 15px;
    opacity: 0.5;
  }
  .pagetop a:hover {
    display: block;
    background-color: #11328D;
    text-align: center;
    color: #fff;
    border: none;
    text-decoration: none;
    padding: 15px 15px;
    opacity: 0.5;
  }
  .pagetop_sankaku {
    font-size: 2em;
  }
  /*-----------------------
下部固定ヘッダー（SP）
-------------------------*/
  .fix_menu_smartphone {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    box-shadow: 0px 0px 3px #594a42;
  }
  .fix_menu_smartphone img {
    width: 100%;
  }
  .menu_left {
    background-color: #D81D6A;
    float: left;
    width: 50%;
    padding: 1em 0.3em;
  }
  .menu_right {
    background-color: #0ac04b;
    float: left;
    width: 50%;
    padding: 1em 0.3em;
  }
  /*--------------------
特商法&プライバシーポリシーの設定
--------------------*/
  .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;
  }
}