@charset "UTF-8";


/* @@@@@@@@@@@@@@@@@@@@ 
 左サイドの設定
@@@@@@@@@@@@@@@@@@@@ */

/* 大見出し */
h1.patt_1 {
 font-size: 125%;
 padding-left: 10px;
 margin-top: 5px;
 margin-left: 5px;
 color: #010079;
 text-shadow: 0 0 5px white;
 border-left: solid 7px #010079;
 background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
 background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}


/* 上部紹介コメント */
.design_a {
 text-align: center;
 letter-spacing: 0.2em;
 font-weight: bold;
 font-size: 110%;
 padding-bottom: 10px;
 border-bottom: 2px dotted rgb(220,220,220);
 }


/* 小見出し ポイントサイト名 */
.design_b {
 display: flex;
 position: relative;
 color: white;
 font-weight: bold;
 background: rgb(29,159,163);
 line-height: 1.4;
 padding: 0.5em 0.5em 0.5em 2.5em;
 margin-top: 10px;
 margin-left: 10px;
 border-top-left-radius: 22.5px;
 border-bottom-left-radius: 22.5px;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;

 }

.design_b:before {
 font-family: "Font Awesome 5 Free";
 content: "\f14a";
 font-weight: 900;
 position: absolute;
 left: 1em; /*左端からのアイコンまでの距離*/
 }

.design_ba {
 width: 50%;
 }

.design_bc {
 width: 50%;
 position: absolute;
 right: 0;
 bottom: 0;
 text-align: right;
 font-size: 90%;
 padding-right: 0px;
 color: white;
 }
/* 小見出し ポイントサイト名ここまで */


/* サイト画像 */
.img_a { 
 /*border: 1px solid red;*/
 margin-left: 10px;
 margin-top: 10px;
 /*width: 310px;
 hight: 260px;*/
 }










/* サイト詳細 */
.design_c {
 width: 100%;
 /*border: 1px solid green;*/
 margin-top: 10px;
 margin-left: 10px;
 }

/* サイト説明の右側 */
.ans_xx {
  /*border:1px solid red;*/
  /*font-size:98%;*/
  width: 100%;
  /*height:295px;*/
  line-height:2em;
  padding:0.2em 0em 0.2em 0em;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), /* 点線1の色 */                   
                    linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2em; /* 点線2のサイズ */
 }

/* サイト説明の下側 */
.ans_zz {
  /*border:1px solid red;*/
  /*font-size:98%;*/
  /*width:700px;*/
  height:150px;
  line-height:2em;
  padding:0.2em 0.5em 0.2em 0.5em;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2em; /* 点線2のサイズ */
   
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 30px; 
  }


/* 交換先・換金先 */
.ans_c {
 background-color: rgb(112,146,190);
 color: white;
 text-align: center;
 letter-spacing: 0.2em;
 padding-left: 10px;
 padding-right: 10px;
 border-top-left-radius: 4px;
 border-bottom-left-radius: 4px;
 border-top-right-radius: 4px;
 border-bottom-right-radius: 4px;
 margin-right: 10px;
 }

/* 画像引用 */
.ans_b {
 text-align: right;
 font-weight: bold;
 font-size: 80%;
 margin-right: 10px; 
 }

/* 太文字　太罫線　ピンク色　*/
.dec_aa {
 background:linear-gradient(transparent 65%, rgb(255,202,219) 80%);
 font-weight:bold;
 }



/* @@@@@@@@@@@@@@@@@@@@ 
 右サイドの設定
@@@@@@@@@@@@@@@@@@@@ */


/* ブロック見出し */
.obi_a {
 box-sizing:border-box;
 width:100%;
 height:30px;
 text-align:center;
 color:white;
 margin-top:4px; 
 background-color:rgb(46,46,46);
 padding:5px 0px 0px 5px;
 font-weight:bold; 
 font-size:105%;
 letter-spacing:0.1em;
 border-top-left-radius:5px;
 border-top-right-radius:5px;
 }







/* ポイントまとめサイト名 */
.designB_a {
 padding:5px 0px 0px 0px;
 border:1px solid tomato;
 margin:10px 5px 10px 5px;
 font-weight:bold;
 background-color:orange;
 border-radius:25px;
 text-align:center;
 color:rgb(46,46,46);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.29);
 }

/* ブロック内のテキスト全体 */
.obi_a_txt {
 border:1px solid rgb(168,168,168);
/* width:240px;*/
 box-sizing:border-box;
 height:auto;
 margin-bottom:20px;
 padding:5px 5px 5px 5px;
 font-size:98%;
 color:rgb(91,91,91);
 letter-spacing: 0.05em;
 line-height: 1.7;
/* background-color:rgb(236,240,247);white;*/
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 5px;
 }

/* ブロック内のテキスト個別 */
.obi_b_txt {
 width:215px;
 margin:0 auto;
 color:rgb(72,72,72);/*(192,80,77);*/
 font-weight:bold;
 border-width:0px 0px 1px 0px;
 border-style:dotted;
 border-color:gray;
 }








/* ----- PeXの銀行関係 ----- */
/* 銀行名top */
.dec_eh {
 text-align:center;
 font-size:90%;
 margin-top:1px;
 width:110px;
 background-color:rgb(250,247,231);
 border:1px solid gray;
 padding:0px 2px 0px 5px;
 }

/* 最低振込金額top */
.dec_fh {
 text-align:center;
 margin-top:1px;
 margin-left:1px;
 font-size:95%;
 width:55px;
 background-color:rgb(250,247,231);
 border:1px solid gray;
 padding:0px 0px 0px 0px;
 }

/* 手数料top */
.dec_gh {
 text-align:center;
 margin-top:1px;
 margin-left:1px;
 font-size:95%;
 width:55px;
 background-color:rgb(250,247,231);
 border:1px solid gray;
 padding:0px 0px 0px 0px;
 }

/* 銀行名 */
.dec_e {
 font-size:90%;
 margin-top:1px;
 width:110px;
 background-color:rgb(250,247,231);
 border:1px solid gray;
 padding:0px 2px 0px 5px;
 }

/* 最低振込金額 */
.dec_f {
 text-align:right;
 margin-top:1px;
 margin-left:1px;
 font-size:95%;
 width:50px;
 background-color:rgb(250,247,231);
 border:1px solid gray;
 padding:0px 5px 0px 0px;
 }

/* 手数料 */
.dec_g {
 text-align:right;
 margin-top:1px;
 margin-left:1px;
 font-size:95%;
 width:50px;
 background-color:rgb(250,247,231);
 border:1px solid gray;
 padding:0px 5px 0px 0px;
 }

/* -----ドットマネー関係 ----- */
/* 銀行名top */
.ank_a {
 text-align:center;
 font-size:95%;
 width:115px;
 background-color:rgb(250,247,231);
 border:1px solid gray;
 padding:0px;
 }


/* 最低振込金額top */
.ank_b {
 text-align:center;
 margin-left:1px;
 font-size:95%;
 width:115px;
 background-color:rgb(250,247,231);
 border:1px solid gray;
 padding:0px;
 }


/* 銀行名 */
.ank_aa {
 font-size:95%;
 margin-top:1px;
 width:110px;
 background-color:rgb(250,247,231);
 border:1px solid gray;
 padding:0px 0px 0px 5px;
 }


/* 最低振込金額 */
.ank_bb {
 text-align:right;
 margin-top:1px;
 margin-left:1px;
 font-size:95%;
 width:110px;
 background-color:rgb(250,247,231);
 border:1px solid gray;
 padding:0px 5px 0px 0px;
 }

/* ----- 銀行関係ここまで ----- */

.dec_i {
 text-align:center;  
 color: #364e96;/*文字色*/
 padding: 0.2em 0;/*上下の余白*/
 border-top: solid 3px #364e96;/*上線*/
 border-bottom: solid 3px #364e96;/*下線*/
 margin:0px 0px 10px 0px;
 font-weight:bold;
 letter-spacing: 0.1em;
 }



/* アスタリスクのあとコメント */
.dec_h {
 text-align:right;
 font-size:82%;
 font-weight:bold;
 }



/* @@@@@ 文字装飾 @@@@@ */



/* @@@@@ 文字装飾ここまで @@@@@ */
