@charset 'utf-8';

/* =============================
  デフォルト

em
⇒font-sizeに対しての比率

vw
⇒画面サイズに対して大きさが変わる　レスポンシブチック

============================= */
html
{
  font-size: 14px;
  scroll-behavior: smooth;
}


body
{
  background: #eee;  color: #001b22;  font-family: 'Yu Gothic Medium',
  '游ゴシック Medium',
  YuGothic,
  '游ゴシック体',
  'ヒラギノ角ゴ Pro W3',
  'メイリオ',
  'Meiryo',
  sans-serif;  line-height: 1.8;  text-rendering: optimizeLegibility;
}


#wrap
{
  position: relative;  box-sizing: border-box;  margin: 0 auto;  padding: 0 1em .5em;  max-width: 450px;  background: #fff;  word-wrap: break-word;
}

header
{
  margin: auto 0;  padding: 1em 0 .5em;  max-width: 450px;
}

#contents
{
  margin: 0 auto;  padding-bottom: 0;  max-width: 450px;
}

.ml1
{
  margin-left: 1em;
}

.mb1
{
  margin-bottom: 1em;
}

.mb2
{
  margin-bottom: 2em;
}

.mb3
{
  margin-bottom: 3em;
}

.mb4
{
  margin-bottom: 4em;
}

.mb5
{
  margin-bottom: 5em;
}

.mb6
{
  margin-bottom: 6em;
}

.mb7
{
  margin-bottom: 7em;
}

.mb8
{
  margin-bottom: 8em;
}

.mb9
{
  margin-bottom: 9em;
}

.mb10
{
  margin-bottom: 10em;
}

.mt1
{
  margin-top: 1em;
}

.mt2
{
  margin-top: 2em;
}

.mt3
{
  margin-top: 3em;
}

.mt4
{
  margin-top: 4em;
}

.mt5
{
  margin-top: 5em;
}

.mt6
{
  margin-top: 6em;
}

.mt7
{
  margin-top: 7em;
}

.mt8
{
  margin-top: 8em;
}

.mt9
{
  margin-top: 9em;
}

.mt10
{
  margin-top: 10em;
}


.pt10
{
  padding-top: 10em;
}

.ma1
{
  margin: 2vw;
}

.ma2
{
  margin: 4vw;
}

.ma3
{
  margin: 6vw;
}

.ma4
{
  margin: 8vw;
}

.ma5
{
  margin: 10vw;
}

.ma6
{
  margin: 12vw;
}

.ma7
{
  margin: 14vw;
}

.ma8
{
  margin: 16vw;
}

.ma9
{
  margin: 18vw;
}

.ma10
{
  margin: 20vw;
}





footer
{
  position: absolute;  width: 100%;  background-color: #ccc;  text-align: center;
}

footer > div
{
  display: inline-block;  margin: 0 auto;
}

.footer_txt
{
  display: table-cell;  padding: 1em 2em;  height: 100px;  color: #fff;  vertical-align: middle;
}

.footer_txt a
{
  color: #fff;
}





/* =============================
  画像
============================= */


/* =============================
  画像
#contents img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0;
  vertical-align: bottom;
}

============================= */

.img_center
{
  margin: 0 auto;  max-width: 400px;  text-align: center;
}


/* =============================
  文字装飾
============================= */
hr
{
  color: #ccc;
}

.date
{
  text-align: right;
}

.txt_note
{
  padding-bottom: 2em;  text-align: right;  font-size: .7em;
}

.pr
{
  text-align: right;  font-size: .7em;
}

/* =============================
  h1〜h6
============================= */
h1
{
  margin-bottom: 1em;  text-align: center;  font-weight: bold;
}

h2
{
  margin: 0 0 1em 0;  padding: .2em 0;  font-weight: bold;  font-size: 1.5em;
}

h3
{
  margin: 2em 0 0;  padding: .5em .5em .5em 1em;  font-size: 1.3em;  line-height: 1.4;
}

h4
{
  position: relative;  overflow: hidden;  margin: 2em 0 1em;  padding: 1.5em 2em 1.5em 6em;  border-radius: 10px;  font-weight: bold;  font-size: 1.3em;  line-height: 1.2;
}

h4:before
{
  position: absolute;  top: -150%;  left: -112px;  width: 11em;  height: 300%;  content: '';  -webkit-transform: rotate(25deg);                  transform: rotate(25deg);
}

h4 span
{
  position: absolute;  top: .6em;  left: .6em;  z-index: 1;  display: block;  font-size: 1.5em;  line-height: 1.5;
}

h5
{
  margin: .5em 0;  padding: 1em 0;  border-radius: 10px;  text-align: center;  font-weight: bold;  font-size: 1.5em;
}

.txt_s
{
  font-size: .8em;
}

.txt_small
{
  font-size: .8em;
}

.txt_normal{
  font-weight: bold;
  font-size: 1.2em !important;
}

.txt_m
{
  font-weight: bold;  font-size: 1.2em;
}

.txt_l,
.txt_big
{
  font-weight: bold;  font-size: 1.5em;
}

b
{
  font-weight: bold;
}

.txt_bold
{
  font-weight: bold;
}

.txt_pink_bold,
.txt_orange_bold,
.txt_red_bold,
.txt_green_bold,
.txt_blue_bold
{
  font-weight: bold;
}

.txt_pink_big,
.txt_orange_big,
.txt_red_big,
.txt_green_big,
.txt_blue_big
{
  font-weight: bold;  font-size: 1.5em;
}

/* ライン_本文と同一 */
.txt_line
{
  text-decoration: underline;
}

/* エリア */



.gray_area
{
  margin: 1em 0;  padding: 1em 1em 1em 1em;  border-radius: 1em;
}

.green_area
{
  margin: 1em 0;  padding: 1em 1em 1em 1em;  border-radius: 1em;
  background: #ccffcc;
}

.yellow_area
{
  margin: 1em 0;  padding: 1em 1em 1em 3em;  border-radius: 1em;
}

.color_area
{
  margin: 1em 0;  padding: 1em 1em 1em 3em;  border-radius: 1em;
}

.white_area
{
  margin: 1em 0;  padding: 1em 1em 1em 3em;  border-radius: 1em;
}

/* ↑追加CSS　高 */


/* =============================
  配置
============================= */
.txt_right
{
  text-align: right;
}

.txt_center
{
  text-align: center;
}

.txt_left
{
  text-align: left;
}



/* ↑追加CSS　高 */

/* =============================
  CV
============================= */
.default-btn
{
  display: block;  padding: .5em 3em;  border-radius: 9999px;  text-align: center;  text-decoration: none;  font-weight: bold;
}


/* 光らせるstyle */
.shiny-btn
{
  display: block;  padding: .5em 3em;  border-radius: 9999px;  text-align: center;  text-decoration: none;  font-weight: bold;
}


/* 光らせるためのstyle */
.shine
{
  position: relative;  overflow: hidden;
}

/* 光の疑似要素 */
.shine::before
{
  position: absolute;  top: 0;  left: -160%;  width: 140%;  height: 100%;  background-color: #fff;  content: '';  opacity: .5;  transform: skewX(-45deg);  animation: shine 3s cubic-bezier(.25, 0, .25, 1) infinite;
}

/* 光の動き */
@keyframes shine
{
  0%
  {
    left: -160%;  opacity: 0;
  }

  70%
  {
    left: -160%;  opacity: .5;
  }

  71%
  {
    left: -160%;  opacity: 1;
  }

  100%
  {
    left: -20%;  opacity: 0;
  }
}



.float-btn.float
{
  -webkit-animation: float 2s ease-in-out infinite alternate;                  animation: float 2s ease-in-out infinite alternate;
}

@-webkit-keyframes float
{
  0%
  {
    -webkit-transform: translate3d(0, -.3em, 0);                      transform: translate3d(0, -.3em, 0);
  }

  50%
  {
    -webkit-transform: translate3d(0, .3em, 0);                      transform: translate3d(0, .3em, 0);
  }

  100%
  {
    -webkit-transform: translate3d(0, -.3em, 0);                      transform: translate3d(0, -.3em, 0);
  }
}

@keyframes float
{
  0%
  {
    -webkit-transform: translate3d(0, -.3em, 0);                      transform: translate3d(0, -.3em, 0);
  }

  50%
  {
    -webkit-transform: translate3d(0, .3em, 0);                      transform: translate3d(0, .3em, 0);
  }

  100%
  {
    -webkit-transform: translate3d(0, -.3em, 0);                      transform: translate3d(0, -.3em, 0);
  }
}


/* =============================

↓↓↓元々のstyle.css↓↓↓

============================= */

/* =============================
  色、大きさ変更
============================= */
h1
{
  margin-top: 0;  padding-bottom: 0;  border-bottom: 7px double #696969;  color: #001b22;  text-align: center;

/* font-size: 1.8em; */
  font-size: 1.3em;  line-height: 1.5;
}

h1 .txt_big
{
  font-size: 1.6em;
}

h2
{
  border-bottom: solid .15em #696969;  color: #000;
}

h3
{
  border-left: 5px solid #dd4578;  background: #fff1f6;
}

h4
{
  border: 2px solid #66cdaa;
}

h4:before
{
  background: #66cdaa;
}

h4 span
{
  color: #fff;
}

h5
{
  background: #f0cfd2;
}

mark
{
  background: linear-gradient(transparent 30%, #ff0 30%);
}

.mark_blue
{
  background: linear-gradient(transparent 30%, #0ff 30%);
}

.mark_pink
{
  background: linear-gradient(transparent 30%, #ffdbdb 30%);
}

.mark
{
  text-align: center;
}

.mark span
{
  background: linear-gradient(transparent 60%, #ff0 30%);
}

/* エリア */
.gray_area
{
  background: #eee;
}

.yellow_area
{
  background: #ffecd0;
}

.blue_area
{
  background: #0ff;
}

.color_area
{
  background: #f0cfd2;
}

.white_area
{
  background: #fff;
}

/* ↑追加CSS　高 角を丸めた*/


/* リスト_グレー */
.ul_gray
{
  background: #eee;
}

/* ピンク */
.txt_pink,
.txt_pink_bold,
.txt_pink_big
{
  color: #f0f;
}

/* オレンジ */
.txt_orange,
.txt_orange_bold,
.txt_orange_big
{
  color: #f60;
}

/* レッド */
.txt_red,
.txt_red_bold,
.txt_red_big
{
  color: #de0000;
}

/* グリーン */
.txt_green,
.txt_green_bold,
.txt_green_big
{
  color: #008080;
}

/* ブルー */
.txt_blue,
.txt_blue_bold,
.txt_blue_big
{
  color: #0071e3;
}

/* グレー */
.txt_gray,
.txt_gray_bold,
.txt_gray_big
{
  color: #4a4b4c;
  font-size:0.7em;
  float: right;
}


/* =============================
  CV（色変え/サイズのみ）
============================= */
.default-btn
{
  background: #db7093;  color: #fff;

/*好きな色を設定してください*/
  font-size: 2em;
}


/* 光らせるstyle */
.shiny-btn
{
  background: #db7093;  color: #fff;

/*好きな色を設定してください*/
  font-size: 5vw;
}






/* ↓↓↓↓↓↓↓↓↓以下　カードローンマニア作成に伴った追加CSS↓↓↓↓↓↓↓↓↓↓↓↓*/

/* ↓サイト名　ロゴ*/

header img
{
  display: inline-block;  margin-bottom: 5px;  vertical-align: middle;
}


/* ↓バレないために３つ確認*/
.article_theme
{
  margin: .5em 0;  padding: .3em 0;

/* https://www.colordic.org/colorsample　色はここから取得*/
  border-radius: 10px;  background: #cc1414;  color: white;  text-align: center;  font-weight: bold;  font-size: 1.5em;
  font-size: 1.3rem;

   /* ↓吹き出し三角形を作るための記述*/
   position: relative;
}


.article_theme:after
{
  position: absolute;  top: 100%;  left: 30px;  width: 0;  height: 0;  border: 15px solid transparent;  border-top: 15px solid #cc1414;  content: '';
}



/* ↓カードローンの特徴の説明*/
.article_theme2
{
  margin: .5em 0;  padding: 1em 0;

/* https://www.colordic.org/colorsample　色はここから取得*/
  border-radius: 10px;  background: #cc7014;  color: white;  text-align: center;  font-weight: bold;  font-size: 1.5em;
}

.cardloan_feature
{
  margin: .5em 0;  padding: .5em 0;

/* https://www.colordic.org/colorsample　色はここから取得*/
  border-radius: 10px;  background: #cc7014;  color: white;  text-align: center;  font-weight: bold;  font-size: 1.5em;
}

.cardloan_feature_area
{
  margin: 1em 0;  padding: .4em 0 1em 1em;  border-radius: 1em;  background: #eee;
}


.cardloan_feature_point
{
  margin: 1em 1em 0 0;  padding: .8em 1em;  border-radius: 10px 10px 0 0;  background-color: #cc7014;  color: white;  text-align: center;  font-weight: bold;  font-size: 16px;  line-height: 1.2;
}


.cardloan_feature_contents
{
  margin-top: 0;  margin-right: 1em;  margin-bottom: 2em;  padding: 1em .5em 1em 1em;  border-radius: 0 0 10px 10px;  background: #fff;
}

.cardloan_feature_contents:last-child
{
  margin-bottom: 0;
}


/* ↑↑↑記事内容のテーマ↑↑↑*/

/* ↓point①②③*/
.point_area
{
  position: relative;  margin: 1em 0;  padding: .4em 0 1em 1em;  border-radius: 1em;  background: #eee;
}


.point
{
  /* ↓インラインブロックにしないと、pタグは横幅一杯に広がっちゃいます*/
  display: inline-block;  margin: .5em 0 .5em;

/*  padding: 0.8em 1em ;*/
  padding: .5em .7em;  border-radius: 10px;  background-color: #cc1414;  color: white;  font-weight: bold;  font-size: 1em;  line-height: 1.2;
}

/* ↓point①②③のテーマ*/
.point_content
{
  position: relative;  top: 3px;

/* ↓インラインブロックにしないと、pタグは横幅一杯に広がっちゃいます*/
  display: inline-block;  box-sizing: border-box;

/*padding: 1em 0 ; */
  margin-left: 1em;  border-bottom: 2px solid #cc1414;  font-weight: bold;  font-size: 1.3em;  line-height: 1.2;
  font-size: 1.15rem;
}

.point_content2
{
  position: relative;  top: 3px;

/* ↓インラインブロックにしないと、pタグは横幅一杯に広がっちゃいます*/
  display: inline-block;  box-sizing: border-box;

/*padding: 1em 0 ; */
  margin-left: 0.5em;  border-bottom: 2px solid #cc1414;  font-weight: bold;  font-size: 1em;  line-height: 1.2;
}

.point_contents
{
  margin-top: .3em;  margin-right: 1em;  margin-bottom: 1em;  padding: 1em .5em 1em 1em;  border-radius: 10px;  background: #fff;
}

.point_contents:last-child
{
  margin-bottom: 0;
}


/* ↓「マニアのお勧め」「迷ったらココ」　吹き出しの四角形を作成*/
/* 参考ページ　https://saruwakakun.com/html-css/reference/h-design*/
.fukidasi
{
  /* ↓吹き出し三角形を作るための記述*/
  position: relative;  margin: .5em 0;  padding: .3em 0;  border-radius: 10px;  background: #ffcc80;  text-align: center;

/*
      ドロップシャドウ
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  filter: drop-shadow(10px 10px 1px #FFD9D7);
      */
  text-shadow: 2px 2px 2px #fff;  font-weight: bold;  font-size: 1.3em;
}

.fukidasi:after
{
  position: absolute;  top: 100%;  left: 30px;  width: 0;  height: 0;  border: 15px solid transparent;  border-top: 15px solid #ffcc80;  content: '';
}



/* ↓FV画像について*/
.fvimg
{
  width: 100%;
}


.promo_title
{
  display: inline-block;  border-bottom: solid 2px #000;  font-weight: bold;  font-size: 1.5em;
}

/* ↓プロモの枠、背景、色*/
.promo_background
{
  /*margin:30px 20px 30px 20px;*/
  padding: 5px 0 5px 0;  border-radius: 10px;  background-color: #66cdaa;
}

.promotion
{
  margin: 5px;  padding: 5px 15px 5px 15px;  border-radius: 10px;  background-color: #fff;
}

.promo_container
{
  margin-top: 5px;  margin-bottom: 20px;  margin-left: -10px;
}

/* ↑プロモの枠、背景、色*/

.ranking
{
  font: 36px bold;
}

/* ↓一時避難

.item{
  height: 200px;
}
*/

/* ↓プロモ画像の大きさ*/

.promoimg
{
  width: 90%;
}

/* ↓プロモ画像横　説明表*/
.promo_description
{
  margin-right: -10px;  margin-left: -10px;  padding: 2em .5em 0 .5em;  border-radius: 10px;  background-color: #fffef3;  font-size: 12px;
}

/* ↓↓↓後押しコンテンツの箇所↓↓↓*/
.green_area p:first-child{
  border-bottom: solid 1px #000;  font-weight: bold;text-align: center;margin-bottom: 10px;

}



/*

.ctabutton {
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;

}
↑高　追加CSS　プロモ画像　CTAボタン画像について*/

/* ↓高　追加CSS　テーブル表*/

table,
td,
th
{
  border: 1px solid #d5d5d5;  border-collapse: collapse;  vertical-align: middle;
}

td,
th
{
  padding: 3px;  height: 25px;
}


.table_mitsui_wrapper td,
th
{
  padding: 3px;  height: 25px;  font-size: 12px;
}


table
{
  width: 100%;  table-layout: fixed;
}

.promo_description span
{
  background: linear-gradient(transparent 30%, #ff0 30%);
}


.yellow_line
{
  background: linear-gradient(transparent 50%, #ff0 50%);
}

.orange_line
{
  background: linear-gradient(transparent 50%, #ffc14d 50%);
}


th
{
  background: #f0e6cc;
}

.even
{
  background: #fbf8f0;
}

.odd
{
  background: #fefcf9;
}

.table_index
{
  background: #f0e6cc;
}

.table_content
{
  background: #fffef3;
}

.td_item
{
  display: inline;
}

.td_right
{
  float: right;
}


/* ↓↓↓避難

.td_left {
  float: left;
}

.td_right {
  float: left;
  position: absolute;
  right: 0;
}
*/


table
{
  margin-right: auto;  margin-left: auto;
}


/* ↓↓↓避難
.table_img{
  vertical-align: middle;

}
.table_img * {
  margin-left: 15px;
}

.table_img{
display: flex;
align-content: space-around;
justify-content: space-around;
}


*/

.table_img
{
  display: flex;  flex-wrap: wrap;  justify-content: space-between;
}

.table_img > img
{
  margin-bottom: 5px;
}


.table_content2 td
{
  border: 5px solid #fff;  border-collapse: collapse;
}


.last_table
{
  height: 130px;  background: #fffef3;
  border: 5px solid #fff;  border-collapse: collapse;
}


/* ↑高　追加CSS　テーブル表 table_condentの色が変わらなかったり、中央寄せになってくれなかったり*/

/* ↓↓↓CTAボタン↓↓↓*/


div a
{
  color: white;  text-decoration: none;
}

a.privacy
{
  color: #000;  text-decoration: underline;
}






/*右からフェードイン*/
@keyframes right-to-left {
  0% {
      transform: translateX(10px);
  }
  100% {
      transform: translateX(0);
  }
}

.ctaarrow_detail
{
  margin-left: 10px;
  display: inline-block;
  animation: right-to-left 1s ease 2s infinite alternate;
  font-size: 1rem;
  position:absolute;
  top:23%;
}

.ctabutton
{
  display: inline-block;  margin: .5em 0;  padding: .5em 0;  width: 100%;

/* https://www.colordic.org/colorsample　色はここから取得*/
  border-radius: 10px;  background: #cc1414;  color: white;  text-align: center;  font-weight: bold;  font-size: 1.5em;  cursor: pointer;


  box-shadow: 2px 2px 10px -3px #222,
  2px 2px 8px rgba(255,255,255,0.5) inset;
  position: relative;


}

.rel-position{
  position: relative;
}

.abs-position{
  position: absolute;
  top: 30%;
  right: 5%;
}

.ctabutton-smcc{
width: 100%;

}

.arrow-smcc{

animation: right-to-left 1s ease 2s infinite alternate;
}



.ctaarrow
{
  margin-left: 10px;
  display: inline-block;
  animation: right-to-left 1s ease 2s infinite alternate;
  font-size: 1rem;
  position:absolute;
  top:28%;
}

.ctaarrow3
{
  margin-left: 10px;
  display: inline-block;
  animation: right-to-left 1s ease 2s infinite alternate;
  font-size: 1rem;
  position:absolute;
  top:22%;
}


.ctabutton:hover
{
  opacity: .7;
}

.button a
{
  color: black;
}

.ctabutton2
{
  margin: .5em 0;  padding: .5em 0;  width: 80px;

/* https://www.colordic.org/colorsample　色はここから取得*/
  border-radius: 10px;  background: green;  color: white;  text-align: center;  font-weight: bold;  font-size: 1.2em;  cursor: pointer;


  box-shadow: 2px 2px 10px -3px #222,
  2px 2px 8px rgba(255,255,255,0.5) inset;

display: inline-block;
position: relative;
}


.ctabutton_detail
{
  margin: .5em 0;  padding: .5em 0; 
  margin-left: 5px;
  width: calc(100% - 80px);

/* https://www.colordic.org/colorsample　色はここから取得*/
  border-radius: 10px;  background: #cc1414;  color: white;  text-align: center;  font-weight: bold;  font-size: 1.2em;  cursor: pointer;


  box-shadow: 2px 2px 10px -3px #222,
  2px 2px 8px rgba(255,255,255,0.5) inset;

display: inline-block;
position: relative;

}

.flex3{
  display: flex;
  justify-content: space-between;
}

/* ↑↑↑CTAボタン↑↑↑*/


/* ↓高　追加CSS　flexbox　横並び　端っこ同士から等間隔にするレイアウト記法　プロモ画像とその説明文*/

.container
{
  display: flex;  align-items: center;  justify-content: space-between;
}

/* ↑高　追加CSS　flexbox　横並び　端っこ同士から等間隔にするレイアウト記法*/



/* ↓高　追加CSS　運営者情報*/




.administrator
{
  border-bottom: solid .15em #696969;  color: #000;
}

/* ↑高　追加CSS　運営者情報*/


/* ↓カウントダウンタイマー*/
.countdowntimer{
  background-color: #fffff0;
  text-align: center;
  border: solid 1px #ffff1a;
  text-align: center;
}



.timeset {
  color: #222;
  font-size: 0.7rem;
  display: inline-block;
  text-align: center;
}


.timer {
  display: inline-block;
  font-weight: bold;
  font-size: 1.6em;
  color: #111;
}

.timer span{
  color: #FFC700;
  color: #FF4500;
  font-size: 2.4rem;
}
.times{
  color: #444;
  font-size: 0.7rem;
}


/* ↑カウントダウンタイマー*/



.txt_red
{
  color: red;
}

.txt_red2
{
  color: #c22c32;
}

.txt_pr1
{
  color:rgb(66, 64, 64);
}


.aiueo
{
  background-color: red;
}



.aiueo2
{
  background-color: skyblue;
}


*/

.space{
margin-left: 20px;
font-size: 0.8rem;
}


.green_area img{
  margin-right: 5px;
  margin-top: 5px;
}


.green_area_flex{
  display: flex;
  align-items: flex-start;
}


/* ↓↓↓詳細ページ　プロミスの特徴　帯↓↓↓*/
.promise_feature
{
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em 0 0.5em 0.5em;

/* https://www.colordic.org/colorsample　色はここから取得*/
background: #006400;  color: white;   font-weight: bold;  font-size: 1.5em;
}
/* ↑↑↑詳細ページ　プロミスの特徴　帯↑↑↑*/



/* ↓↓↓テーブル表の装飾↓↓↓*/
.table_gray{
  background-color: #f5f5f5;
}

.table_ghostwhite{
  background-color: ghostwhite;
}

.table_2 td{
  border: solid 1px #dcdcdc;
}
/* ↑↑↑テーブル表の装飾↑↑↑*/




.images{
  width: 100%;
}

.under_arrow{
  width: 15px;
  height: 15px;
  padding-top: 10px;
  padding-right: 5px;
}

.under_arrow2{
  width: 10px;
  height: 10px;
  padding-top: 7px;
  margin-left: 10px;
}

.flex
{
  display: flex;
  justify-content: space-between;
}

.flex2
{
  display: flex;
}

.item3{
  border: 2px solid #006400;
  padding: 5px;
  margin-bottom: 5px;
}

.item2{
  border: 1px solid #222;
  padding: 2px;
}

.item2 div{
  flex-shrink: 0;
  background-color: red;
}
.item2 img{
  flex-shrink: 0;
  background-color: blue;
}

.return_menu{
  border: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  width: 120px;
  margin: 0 0 0 auto;

}

.menu{
  float: left;
}

.return_menu img{
  display: block;
  float: right;
}



.title_descripiton{
  border-left: 4px solid #006400;
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}


.icons{
  background-color: #f8f8ff;
  padding-left: 5px;
  padding-right: 5px;
  padding: 7px 0;
  margin-top: 5px;
}

.icon_text{
  display: inline;
  margin-left: 10px;
}


.icons img{
  margin-bottom: -5px;
}

.icon_img{
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
}


.icon_img2{
  height: 100%;
  margin-top: 25px;
  margin-bottom: 0px;
}

.icon_img3{
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
}


.images2{
  width: 20px;
  padding-left: 15px;
}

.images3{
height: 25px;
}

.icon_link{
  color: blue;
}

.triangle{
margin: 5px auto 0 auto;
width: 30px;
height: 20px;
display: block;
}


.attention{
  border: solid 1px #aaa;
  padding: 0 20px 10px;

}

.attentionimg{
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
}


.sp_convenient{
  border: solid 2px #ffc14d;
  padding: 20px 20px 0;
  text-align: center;
}

.sp_convenient p{
  font-size: 1.2rem;
  display: inline-block;


}

.shuunyuushoumei{
  border: solid 1px #aaa;
  padding: 10px 20px;
}
/*
.flex_content{
  display: inline;

}

*/
.links{
  color: #000;
}


/* ↓２行目以降をインデントするCSS*/
.indent {
  margin-left: 1rem;
  text-indent: -1rem;
}


/*
↓↓↓画面下部に固定



.ctabutton
{
  display: inline-block;  margin: .5em 0;  padding: .5em 0;  width: 100%;


  border-radius: 10px;  background: #cc1414;  color: white;  text-align: center;  font-weight: bold;  font-size: 1.5em;  cursor: pointer;


  box-shadow: 2px 2px 10px -3px #222,
  2px 2px 8px rgba(255,255,255,0.5) inset;
  position: relative;


}


*/

@media screen and (max-width:480px) {
 
	/*　画面サイズが480px以下の場合ここの記述が適用される　*/
 





  .ctaarrow2
{
  margin-left: 3px;

  display: inline-block;
  animation: right-to-left 1s ease 2s infinite alternate;
  font-size: 1rem;
  position:absolute;
  top:0;
}


@keyframes right-to-left {
  0% {
      transform: translateX(3px);
  }
  100% {
      transform: translateX(0);
  }
}


  .last_cta_button{
  position: fixed;
  bottom: 0;
  left: auto;
  width: 93%;
  height: 50px;
  margin-bottom: 5px;
  z-index: 999;
  line-height:50px;
  border-radius: 10px;  background: #cc1414;  color: white;  text-align: center;  font-weight: bold;  font-size: 1.5em;  cursor: pointer;

  box-shadow: 2px 2px 10px -3px #222,
  2px 2px 8px rgba(255,255,255,0.5) inset;

}

.last_cta_button2{
  position: fixed;
  width: 93%;
  bottom: 0;
  height: 60px;
  z-index: 999;
  border-radius: 10px;  background: #cc1414;  color: white;  text-align: center;  font-weight: bold;  font-size: 1.5em;  cursor: pointer;
  padding-top: 0.25em;
  margin-bottom: 7px;
  box-shadow: 2px 2px 10px -3px #222,
  2px 2px 8px rgba(255,255,255,0.5) inset;

}



.last_cta_button_cover{
  position: fixed;
  bottom: 0;
  left: auto;
  width: 100%;
  z-index: 998;
  height: 65px;
  background-color: rgba(0,0,0,0.6);
}

.last_cta_button_cover2{
  position: fixed;
  bottom: 0;
  left: auto;
  width: 100%;
  z-index: 998;
  height: 80px;
  background-color: rgba(0,0,0,0.6);
}

}


@media(min-width:480px){
.last_cta_button{
  display: none;
}

.last_cta_button2{
  display: none;
}
}

