@charset "UTF-8";
/*** =====================
  common styles
    - base
      - reset
    - components
      - common
      - parts
    - utility
===================== ***/
/*** =============================
  - base
============================= ***/
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body {
  font-family: 'ヒラギノ角ゴ ProN', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
}

/** ------------------------------
  - reset
------------------------------ **/
html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, hr,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, div,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
/*  vertical-align: bottom;*/
  background: transparent;
}

.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

body {
  line-height: 1;
}
li {
  list-style-type: none;
}
a:focus {
  outline: none;
}
:root,
html,
body {
  background-color: #fff;
  color: #444444;
  width: 100%;
}
html {
  font-size: 12px;
}
* {
  box-sizing: border-box;
}
li {
  list-style-type: none;
}
a {
  color: #444444;
  text-decoration: none;
/*  display: block;*/
}
a:hover{
  text-decoration: none;
}

#wrapper {
  position: relative;
  width: 100%;
}
.color-white {
  color: #ffffff;
}
.color-red {
  color: #e6002d !important;
}
.color-pink {
  color: #e4007f;
}
.color-grey {
  color: #8099a3;
}

/*** =============================
  - components
============================= ***/
/** ------------------------------
  - labels
------------------------------ **/
.categoryLabel {
  float: left;
  padding: 3px 6px;
  margin-bottom: 3px;
  margin-right: 3px;
  background-color: #f2f2f2;
  border:1px solid #f2f2f2;
  color: #666;
  font-size: 10px;
}
.categoryOyaLabel {
  float: left;
  padding: 3px 10px;
  margin-bottom: 3px;
  margin-right: 3px;
  background-color: #fff;
  border:1px solid #f2f2f2;
  color: #666;
  font-size: 10px;
}
.categoryLabel-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.arrowSet:before, 
.arrowSet:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.section_txt2 .categoryLabel:hover {
  text-decoration: underline;
}
.entryPanel_body .categoryLabel:hover {
  text-decoration: underline;
}
.section_txt2 .categoryOyaLabel:hover {
  text-decoration: underline;
}
.entryPanel_body .categoryOyaLabel:hover {
  text-decoration: underline;
}

/** ------------------------------
  - layer of border
------------------------------ **/
.animation_layer {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 25px;
  left: 10px;
  overflow: hidden;
  z-index: 60;
  pointer-events: none;
}
.border_layer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mvBd {
  position: absolute;
}
.bdT {
  background-color: #000000;
  height: 2px;
  width: 0;
  top: 0;
  left: 10px;
}
.bdR {
  background-color: #000000;
  height: 0;
  width: 2px;
  right: 0;
  top: 0;
}
.bdB {
  background-color: #e6002d;
  height: 2px;
  width: 0;
  bottom: 0;
  right: 10px;
}
.bdL {
  background-color: #e6002d;
  height: 0;
  width: 2px;
  left: 0;
  bottom: 0;
}

/** ------------------------------
  - common
------------------------------ **/
/** ------------------------------
  - topicPath
------------------------------ **/
.topicPath_link {
/**  display: inline-block;**/
  display: inline;
  text-decoration: underline;
}

/* -------------------------------
  - header
------------------------------- */
.headerArea {
  position: relative;
}
.logoIDC {
  position: absolute;
}
.logoIS {
  text-align: center;
  font-weight: normal;

}
.logoIS_link {
  display: inline-block;
}

@media screen and (min-width:768px){
    
    .logoIDC {
        position: relative;
        top: 50px;
    /*  left: 50px;
        margin-top: -15px;
        display: inline-block;
        width: auto;
    */
    }
    
    .logoIS_link {
	    width: 250px;
	    display: inline-flex;
        z-index: 999;
	}
}

/** ------------------------------
  - mainContent
------------------------------ **/
.mainContent_ttl {
  text-align: center;
  border-top: 3px solid;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  position: relative;
}
.mainContent_ttl:before {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.mainContent_ttl:after {
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.mainContent_ttl span {
  display: block;
  font-size: 1rem;
  padding-top: .5rem;
}

/* -------------------------------
  - panel
------------------------------- */
/* selectedPanel */
.selectedPanel {
  background-color: #ffffff;
}
.selectedPanel_ttl {
  background-color: #e6002d;
  text-align: center;
}
.wpp-list{
	counter-reset: posts-rank;
}
.selectedPanel_list {
  padding: 20px 0;
  border-bottom: 1px dotted;
  position: relative;
}
.selectedPanel_list:before{
  content: counter(posts-rank);
  counter-increment: posts-rank;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  left: 8px;
  padding-top: 5px;
}
.rank_non{
  content:none;
}
.rank_non:before{
  content:none;
}
.selectedPanel_list:last-child {
  border-bottom: 0;
}
.selectedPanel_list-num {
  background-color: #444444;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.selectedPanel_list-img {
  width: 72px;
  height: 72px;
  display: inline-block;
  margin-right: 8px;
}
.selectedPanel_list-txt {
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;
}

/* -------------------------------
  - bottomArea
------------------------------- */
.bottomArea_btn {
  float: left;
  position: relative;
}
.bottomArea_link {
  text-align: center;
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  z-index:61;
}
.bottomArea_txt {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}

/* -------------------------------
  - pagination
------------------------------- */
.pagination {
  margin: 20px 0;
  width: 100%;
}
.paging {
  display: table;
  margin: 0 auto;
}
.pageLinkWrap {
  display: table-cell;
  text-align: center;
}
.pageLink {
  font-size: 14px;
  background-color: white;
  border: 1px solid #444444;
}
.pageLinkHere,
.pageLink:hover { 
  background-color: #444444;
  color: white;
}
.pagesPosition {
  line-height: 35px;
  font-size: 14px;
  text-align: center;
}

/* -------------------------------
  - pagetop
------------------------------- */
.pageTop {
  position: fixed;
  height: auto;
  width: 50px;
  right: 30px;
  bottom: 60px;
  z-index: 500;
}
.pageTop img {
  height: auto;
  width: 100%;
}

/** ------------------------------
  - utils
------------------------------ **/
.u-alpha{
  display: block;
}
.u-alpha,
.u-alpha img {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.u-alpha:hover,
.u-alpha:hover > img {
  opacity: .7;
}

/** ------------------------------
  - inc load footer display:none;
------------------------------ **/
#soudankai_largebanner {
    display: none !important;
}
#pagetop {
    display: none !important;
    opacity: 0 !important;
}
