/*-----------------------------------------------------------------------------
＊＊＊全体レイアウト＊＊＊
-------------------------------------------------------------------------------*/
body{
 background : #FFFEFE;
 height     : auto;
 margin     : 0!important;
 padding    : 0;
}

/*bodyの背景画像*/
.top_bg{
  margin-top:0;
  background-image: url(https://dl.dropboxusercontent.com/s/h9dn9rf259a7y1s/top_bg2.png);
  /* 画像を常に天地左右の中央に配置 */
  background-position: top right;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size:25%;
}


/*header_lineの色指定*/
.background1 {
  background: #3E88C0FF;
}
.background2 {
  background: #124;
}
.background3 {
  background:#FF0000FF;
}
.background4 {
  background: #6B0000FF;
}
.background5 {
  background:#8DCB00FF;
}
.background6 {
  background: #251;
}


.section {
  margin:0 auto;
  width: 100%;
}

.section-content_100 {
  max-width  : 100;
  width      : 100%;
  margin     : 0 auto;
  padding    : 50px 10px 50px 10px;
  text-align : center;
}


.section-content_dj2020 {
  max-width  : 1024px;
  width      : 100%;
  margin     : 0 auto;
  padding    : 30px 10px 30px 10px;
  text-align : center;
}

@media screen and (max-width: 768px){
.section-content_dj2020 {
  max-width  : initial;
  width      : auto;
  margin     : 0 auto;
  padding    : 20px;
  text-align : center;
}
}

@media screen and (max-width: 450px){
.section-content_dj2020 {
  max-width  : initial;
  width      : auto;
  margin     : 0 auto;
  padding    : 20px 15px;
  text-align : center;
}
}


.section-content_footer {
  max-width: 100%;
  padding: 30px 0px 50px 0px;
}


.footer{
  background-color:black;
  text-align:center!important;
  position         : absolute;
  width:100%!important;
  min-height:80px!important;
  font-size:80%;
  overflow: hidden;
  padding-top:0px;
  margin:0px auto 0 auto;
}

.footer2{
  background-color:#102B45;
  text-align:center!important;
  width:100%!important;
  height:auto!important;
  font-size:95%;
  overflow: hidden;
  padding-top:50px;
  padding-bottom:30px;
  margin-top: -55px!important;
}

.footer2_in{
  max-width:1300px!important;
  margin:0px auto 0 auto;
  }

.footer_link ol{
list-style: none;
padding-bottom:20px;
}

.footer_link ol li{
text-align:left!important;
margin-bottom:5px!important;
}


.footer_link ol li a{
  text-decoration:none!important;
  color:#fff;
}

.footer_link ol li a:hover{
 text-decoration:underline;
color:pink!important;
}

.footer_link ol li:before{
  content      : " \f105"!important;
  font-family  : "Font Awesome 5 Free";
  margin-right : 5px!important;
  font-weight:700;
}

.footer_link ol li:first-child{
font-weight:bold;
font-size:115%;
border-bottom:solid 1px #666;
}

.footer_link ol li:first-child:before{
content: none!important;
}

.copyright{text-align:center;margin:0.5em auto;display:block;}


.kanji_list{  
color:lightgray;
margin:10px auto 20px;
}

.kanji_list a{  
color:lightgray;
text-decoration:none;
}

.kanji_list a:hover{  
color:#FFF;
text-decoration:none;
}



/*Twitter関連の設定*/
/*
.hmax650{
max-height:380px!important;
height:100%!important;
overflow:hidden;
margin:0!important;
}
*/
.tw_title{font-size:18px ;margin:10px 10px 10px;border-bottom:solid 1px lightgray; line-height: 1em; font-weight: bold;}
.twitter-timeline{height:1000px!important; max-height:270px!important;}
.hmax350{max-height:340px!important;}

@media screen and (max-width: 768px) {/*スマホ表示*/
.hmax350{max-height:680px!important;}
}

/*Twitter関連の設定*/




/*トップ戻るボタン---*/
#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #4B5AB3FF;
  opacity: 0.6;
  border-radius: 50%;
     margin-right:2%;
     margin-bottom:2%;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;

}
#page_top a::before**{
  font-family  : "Font Awesome 5 Pro";
  content: '\f102';
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOPに戻る';
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 32px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*トップ戻るボタン---*/


/*-----------------------------------------------------------------------------
＊＊＊テキスト指定＊＊＊
-------------------------------------------------------------------------------*/
body {
      /*  フォントの種類  */
      font-family: -apple-system, BlinkMacSystemFont,
                   "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

      /*  フォントのサイズ  */
      font-size: 15px!important;

      /*  フォントの色  */
      color: #333!important;

      /* 文字間隔の調整の設定 */
      letter-spacing: 1.3px!important;

      /* 行間の設定 */
      line-height: 1.5!important;    }


p{
text-align: justify;
text-justify: inter-ideograph;
}

.title_day{font-size: 18px;}

@media screen and (max-width: 768px) {/*スマホ表示*/
p{font-size: 14px!important;}
.title_day{font-size: 14px;}
}

b{background: linear-gradient(transparent 80%, #FFD8F0 80%);}
b2{font-weight:bold;}
bb{font-weight:bold;font-size: 110%;}
b2r{font-weight:bold;color: red;  }
small{font-size:80%!important;}
red{color:red;}
a{text-decoration:none!important;}

nokaigyo{display:inline-block}

/*テキストの左右にラインを引く*/
.title-border {
display: flex;
align-items: center;
text-decoration: none;
margin:0 auto;
}
.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}


h1 {
  font-family      : 'Noto Sans JP', sans-serif!important;/*ゴシック*/
  position         : relative;
  text-align       : left;
  color            : white!important;
  padding          : 0.3em 0.3em 0.3em 1.2em;
  background-color : #446689;
  border-radius    : 5px;
  margin-bottom    : 30px!important;
}

h1::after {
position         : absolute;
top              : 50%;
left             : 0.5em;
transform        : translateY(-50%);
content          : '';
width            : 5px;
height           : 100%;
background-color : #FFFFFF80;
}


h4{
font-size:20px!important;
font-weight:normal!important;
margin:5px auto -5px auto;
text-align:left;
border-bottom:solid 1px #5073FEFF;
border-left:solid 8px #5073FEFF;
padding-left:5px;
}

h5{
font-size:16px!important;
font-weight:bold!important;
text-align:left;
line-height: 1.5em!important;

}


.card_pr{
text-align: center;
font-size: 40px!important;
font-weight: bold;
font-family: 'メイリオ''Meiryo';
color:  #4f4b4b!important;
line-height: 1.2em;
}

p.statement{
text-align: center;	
font-size: 40px;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;	
color:  #4f4b4b!important;
line-height: 1.2em;
}

p.statement_s{
text-align: center;	
font-size: 25px;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;	
color:  #4f4b4b!important;
line-height: 1.2em;
}


@media screen and (max-width: 450px){
p.statement{
font-size: 25px!important;	
	}
p.statement_s{
  font-size: 20px!important;	
    }

.title_day{font-size: 12px;}	
	}
	
.accordion-wrap{
    border-bottom: 0px solid #ddba4d;
}

.accordion-item{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;

  margin-top: 30px;
}

.accordion-header{
  transition: ease-in-out 100ms;
}

.accordion-text{
  width: 100%;
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
 }

.accordion-text p{
	line-height: 2em!important;
}

 .fa{
  transition: ease-in-out 300ms;
 }

 .rotate-fa{
  transform: rotate(180deg);
 }


 .accordion-header .fa{
  float: right;
  line-height: 35px;
 }

 .accordion-gold{
  color: #ddba4d;
 }

 .accordion-no-bar{
  border-bottom: 0;
}	

/*-----------------------------------------------------------------------------
＊＊＊div装飾＊＊＊
-------------------------------------------------------------------------------*/

img{max-width: 100%;min-height:0;}

 a > img:hover{outline:solid 2px hotpink;}

.st_box{
 padding:0 20px 10px 20px;
}

.item_box{margin:5px!important; padding:5px!important; max-width:1024px; background: #fff; word-wrap:break-word;}

.item_box_line{margin: 0px auto; padding:5px 20px; width:auto;background-color:;border:1px solid #b3b3b3; word-wrap:break-word;}

.item_box_line2{
  margin : 30px auto 10px auto;
  padding:20px 10px 10px 10px;
  border-radius:5px;
  width:auto;
  background-color:#FFF5FA;
  border:2px dotted #F2CDDAFF;
  position: relative;
  word-wrap:break-word;
}

.item_box_line2 .caption{
  font-size:90%;
  margin-bottom:50px!important;
  padding-top: 6px;
  position: absolute;
  top: -13px;
  left: 10px;
}


.item_box_line2 h5{
  font-size:100%!important;
  margin:3px!important;
}

.item_box_line2 p{
  font-size:90%!important;
}

.item_box_line2  .list_number_wrap2 li{
  font-size: 90%!important;
}

.item_box_line2  .list_number_wrap li{
  font-size: 90%!important;
}


.kadomaru {
border-radius: 5px;
-webkit-border-radius: 5px;
 -moz-border-radius: 5px;
}

.ue_kadomaru {
border-radius: 5px 5px 0 0 / 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.shadow {
box-shadow: 0 1px 5px rgba(0,0,0,.2);
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
-o-box-shadow: 0 1px 5px rgba(0,0,0,.2);
}




/*吹き出し｜下に三角*/
.fukidashi{
  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;
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.fukidashi p {
  margin: 0;
  padding: 0;
}  


/*吹き出し｜上に三角*/
.baloon{
  position: relative;
  padding: 5px;
  margin: 5px auto 10px auto;
  background-color: #fff;
  border: 1px solid #0094FFFF;
  border-radius: 5px;
}

.baloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 45%;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #0094FFFF;
  border-left: 15px solid transparent;
}

.baloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 45%;
  top: -14px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}



/*-----------------------------------------------------------------------------
＊＊＊max指定＊＊＊
-------------------------------------------------------------------------------*/

.max100{max-width: 100%;min-height: 0;}



/*-----------------------------------------------------------------------------
＊＊＊レスポンシブ表示設定＊＊＊
-------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {/*スマホ表示*/
.pc{display:none!important;}
}

@media screen and (min-width: 768px) {/*PC・タブレット表示*/
.sma{display:none!important;}
}

@media screen and (max-width: 449px) {/*スマホ表示*/
.pc450{display:none!important;}
h1{font-size:28px!important;}
}

@media screen and (min-width: 450px) {/*PC・タブレット表示*/
.sma450{display:none!important;}
}





/*-----------------------------------------------------------------------------
＊＊＊フレックス設定＊＊＊
-------------------------------------------------------------------------------*/

.flex-box{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
-webkit-box-pack  : justify;
-ms-flex-pack     : justify;
justify-content   : space-between;
align-items       : flex-start;

-webkit-flex-wrap : wrap; /* Safari */
flex-wrap         : wrap;
}

.flex_l p {word-break: break-all;}
.flex_r_00 p,
.flex_r_01 p,
.flex_r_02 p,
.flex_r_03 p,
.flex_r_04 p,
.flex_r_05 p,
.flex_r_new p{word-break: break-all;}







@media screen and (min-width: 769px){
.flex_l{flex:1; margin-right:10px;}

.flex_r_00{flex  : 0.1!important;}

.flex_r_01{flex  : 0.2;}
.flex_r_015{flex : 0.3;}
.flex_r_02{flex  : 0.4;}
.flex_r_03{flex  : 0.5;}
.flex_r_04{flex  : 0.7;}
.flex_r_05{flex  : 1;}
}


@media screen and (max-width: 768px){
.flex-box{display:block;}
.flex_l{margin-right:initial;margin-bottom: 10px!important;}

}




/*flexに似たグリッド表示｜最小350px*/
.cssgrid_dj2020 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.2em;
  border: 0px solid #ddd;
  padding: 0.2em;
  margin: 0 0 1em;
}

.cssgrid_dj2020 > div {
  background: ;
  overflow: auto;
  min-width: 0;
  padding: 0.2em;
}


/*flexに似たグリッド表示｜最小350px*/
.cssgrid_dj2020b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.2em;
  border: 0px solid #ddd;
  padding: 0.2em;
  margin: 0 0 1em;
}

.cssgrid_dj2020b > div {
  background: ;
  overflow: auto;
  min-width: 0;
  padding: 0.2em;
}

@media screen and (max-width: 834px) {
.cssgrid_dj2020b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.2em;
  border: 0px solid #ddd;
  padding: 0.2em;
  margin: 0 0 1em;
}

.cssgrid_dj2020b > div {
  background: ;
  overflow: auto;
  min-width: 0;
  padding: 0.2em;
}
}




/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼▼▼　広告ADのグリッド　▼▼▼
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.cssgrid_ad { /*b2カード印刷会社用*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  border: 0 solid #ddd;
  padding: 0.8em;
  margin: 0 0 2em;
}

.cssgrid_ad > div {
  background: ;
  overflow: auto;
  min-width: 0;
  padding: 0.2em;
  margin:0 auto;
}


.cssgrid_ad2 { /*有料バナー広告用*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.2em;
  border: 0 solid #ddd;
  padding: 0.2em;
  margin: 0 0 2em;
}


@media screen and (min-width: 1024px) {
.cssgrid_ad2 { /*有料バナー広告用*/
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

.cssgrid_ad2 > div {
  background: ;
  overflow: auto;
  min-width: 0;
  padding: 0.2em;
  margin:0 auto;
}




/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼▼▼　ボタン　▼▼▼
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.btn-gradient-radius {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}



/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼▼▼　feed.php用　▼▼▼
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.feed li{
  list-style: none;
  margin-left:-25px;
  font-size:14px!important;
}


.feed li a{
color:  #2a2a2a;
font-size:14px!important;
}


.feed li a:hover{
color:  tomato;
}


.feed li:nth-last-child(-n+){
    /* 5番目以降は非表示 */
    display: none;
  }


/*iframeのiphone問題を解決する*/
.feed_hmax{/*iframeにclass指定する*/
  width:100%!important;
  height:100%!important;
  border:none;
  display:block!important;
}

.hmax350b{/*iframeの親DIVにclass指定する*/
  width:100%!important;
  height:250px;
  overflow:scroll!important;
  -webkit-overflow-scrolling:touch!important;
}

.hmax500{/*iframeの親DIVにclass指定する*/
  width:100%!important;
  height:500px;
  overflow:scroll!important;
  -webkit-overflow-scrolling:touch!important;
}



/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼▼▼　table用　▼▼▼
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

table.dj2020_table01{width:100%; border: solid 2px lightgray!important;}

.dj2020_table01 tr{border:solid 1px lightgray!important;}

.dj2020_table01 th{padding:5px 20px!important; border: solid 1px #fff;}

.dj2020_table01 th{
font-weight: 400;
background-color     : lightgray!important;
width                : 150px;
-moz-text-align-last : justify;
text-align-last      : justify;
text-justify         : inter-ideograph;
}

.dj2020_table01 th{vertical-align: middle!important;}


.dj2020_table01 td{
background-color:#f9f9f9;
padding:10px 10px;
text-align: left;
border:solid 1px lightgray!important;
}


@media screen and (max-width: 450px) {
.dj2020_table01 th,.dj2020_table01 td{display:block;}
.dj2020_table01 th {width:100%; padding:5px auto;text-align:center; font-size:14px;
-moz-text-align-last : initial;
text-align-last      : initial;
text-justify         : initial;}

.dj2020_table01 td{text-align:center; font-size:14px; line-height:1.2em; word-wrap: break-all;}

}















