@charset "Shift_JIS";

body{
   font-family:"Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Roboto, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
img, object, embed, video {
	max-width: 100%;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.clearfix { zoom: 1; }


/*********************/
/* Mobile Layout  */
/*********************/
.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
main{
  width: 100%;
}
aside{
  width: 100%;
  margin: 1em 0;
}
#stickyunit {
  position: fixed;
}

.topTitle-Area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
}
.logo{
  width: 14%;
  min-width: 60px;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.topTitle{
  flex-shrink: 0;
  padding-top: 12px;
  font-size: 6.5vw;
}
.logo-takara{
  width: 18%;
  min-width: 80px;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.topTitle-takara{
  flex-shrink: 0;
  padding-top: 12px;
  font-size: 6vw;
}
.subTitle{
  font-size: 1.2em;
}
#result-Area{
  margin: .2em 0 1em;
}
.result__title{
  margin-top: 1em;
  margin-bottom: 0.3em;
}
.result__img img{
  display: inline-block;
  width: 12.5%;
}
.result__img img + img{
  margin-left: 0.1%;
}
#ad-Area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 1em;
}
#ad-Area img{
  width: 336px !important;
}

.article img{
  margin: 10px;
}

/* table */
#table-Area{
  margin: 1em 0 2em;
}
.table-Area{
  margin: 1em 0 2em;
}
.table-Area .subTitle {
  margin-bottom: .4em;
}
.table1{
  width: 100%;
  border: 1px solid #b9b9b9;
}
.table1 th,.table1 td{
  padding: 1px;
  line-height: 1.7;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}
.table1 th{
  font-size: 1.07em;
  font-weight: 900;
  background: #e0ded6;
  text-align: center;
}
.table1 th span{
  display: block;
}
.table1 td{
  text-align: right;
}
.alnleft{
  text-align: left !important;
}
.alncenter{
  text-align: center !important;
}
.alnright{
  text-align: right !important;
}
.scroll{
  overflow: auto;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar{
  height: 5px;
}
.scroll::-webkit-scrollbar-track{
  background-color: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
}


/* to top */
#pagetop{
  display:block;
  position:fixed;
  right:24px;
  bottom:24px;
  z-index: 50;
	width: 50px;
	height: 50px;
	overflow: hidden;
  border: none;
  background-color: transparent;
	background-image: url(../img/to-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
  background-size: contain;
	opacity: 0.9;
  cursor: pointer;
}

/* footer */
.footer__bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 1em 0 .5em;
}
.footer__logo{
  width: 100px;
  margin: 0 auto 10px;
}
.footer__logo-takara{
  width: 130px;
  margin: 0 auto 10px;
}

.footer__bottom small{
  padding: 0 1em;
  color: #333;
  font-size: 0.8em;
  text-align: center;
}
.footer__bottom small span{
  display: block;
}

/**********************/
/* Tablet Layout      */
/**********************/

@media only screen and (min-width: 641px) {
  .contents {
  }
  .logo{
    width: auto;
    max-width: 95px;
    margin-right: 1em;
  }
  .topTitle{
    font-size: 2em;
  }
  .logo-takara{
    width: auto;
    max-width: 160px;
    margin-right: 1em;
  }
  .topTitle-takara{
    font-size: 2em;
  }
  #result-Area{
    margin: 0 1em 1em;
  }
  .result__img img{
    max-width: 80px;
  }
  #ad-Area{
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .table1 th span{
    display: inline;
  }
  .table1 th,.table1 td{
    font-size: 1.2em;
  }
  #pagetop{
  	width: 80px;
  	height: 80px;
  }
  #pagetop:hover{
  	opacity: 1;
  }

  /* footer */
  .footer__bottom{
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .footer__logo {
    width: 90px;
    margin: 0 10px 0 0;
  }
  .footer__logo-takara {
    width: 140px;
    margin: 0 10px 0 0;
  }
  .footer__bottom small{
    padding-top: 3em;
  }
  .footer__bottom small span{
    display: inline;
  }
}

/************************/
/* Desktop Layout       */
/************************/
@media only screen and (min-width: 961px) {
  .contents {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    max-width: 1050px;
  }
  main{
    width: 690px;
    flex-shrink:0;
  }
  aside{
    width: 300px;
    margin-left: 20px;
    flex-shrink:0;
  }

}

/* ad */
.sponsor{
  padding: 0 .5em .2em;
  font-size: 10px;
}
aside .sponsor{
  text-align: center;
}
.sp,.tab-sp{
  display: block;
}
.pc-tab,.pc{
  display: none;
}

@media only screen and (min-width: 641px) {
  .sp{
    display: none;
  }
  .pc-tab{
    display: block;
  }
}
@media only screen and (min-width: 961px) {
  .tab-sp{
    display: none;
  }
  .pc{
    display: block;
  }
}


/*--------------------------------
   SNS
---------------------------------*/

.sns {
  margin: 0 auto 1em;
  padding: 0;
}
.sns li {
  float: left;
  margin: 5px 8px 5px 0;
  list-style-type: none;
}
.sns li a{
  text-decoration: none;
}
.sns li a img{
  width: 40px;
}
.sns li a span{
  display: none;
}
.fa-chevron-down:before {
    content: "";
}

@media only screen and (min-width: 641px) {
  .sns li:not(:last-child) {
    margin-right: 0.6em;
  }
  .sns li a{
    display: block;
    width: 110px;
    height: 42px;
    border-radius: 4px;
  }
  .sns li a img{
    display: none;
  }
  .sns li a span{
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 1em;
    font-size: 1em;
    color: #fff;
    line-height: 42px;
    text-align: center;
  }
  .sns .fa{
    font-family:"Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Roboto, Verdana, sans-serif;
  }

  #facebook span::before,#twitter span::before,#googleplus span::before,#hatena span::before,#line span::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 1em;
    height: auto;
    margin: auto 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
  }
  #facebook {
    border-bottom: 2px solid #18274a;
    background-color: #315096;
  }
  #facebook span::before {
    content:'\f09a';
  }
  #twitter {
    border-bottom: 2px solid #38709c;
    background: #55acee;
  }
  #twitter span::before {
    content:'\f099';
  }
  #googleplus {
    border-bottom: 2px solid #8d2d1d;
    background-color: #dd4b39;
  }
  .sns li a#googleplus span{
    padding-left: 1em;
  }
  #googleplus span::before {
    content:'\f0d5';
  }
  #hatena {
    border-bottom: 2px solid #2d558a;
    background-color: #4888DB;
  }
  #hatena span::before {
    content:'';
    background: url(../img/share_hatena_pc.png) center 12px no-repeat;
    background-size: contain;
  }
  #line {
    border-bottom: 2px solid #1b7510;
    background-color: #2dc81d;
  }
  #line span::before {
    content:'';
    background: url(../img/share_line_pc.png) center 11px no-repeat;
    background-size: contain;
  }
}

.m-top10{margin-top: 10px;}
.m-btm10{margin-bottom: 10px;}
.txt-center{text-align: center;}