﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    font-family:"sans-serif";
}
#top{
	width:100%;
	background-color:#11114d;
}
#top p{
	line-height:100px;
    text-align:center;
    font-size:30px;
	color:#ffffff;
	font-family:"UD デジタル 教科書体 NK-B","UD Digi Kyokasho NK-B";
	}
footer{
	width:100%;
	background-color:#11114d;
}
footer p{
    line-height:80px;
	text-align:center;
	color:#ffffff;
	font-size:80%;
	font-family:"UD デジタル 教科書体 NK-B","UD Digi Kyokasho NK-B";
}
main{
	width:100%;
}
main a{
  text-decoration:none;
  color:#000000;
}
main a:hover{
	color:#a9a9a9;
}
/* トップページへ */
.page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
.page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 50px;
  color: #3f98ef;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.page_top a::after{
  content: 'PAGE TOP';
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}
/*  */
.cf{
	clear:both;
}
.top_img{
	width:100%;
}
.img2{
	 width:100%;
}
.img3{
	 width:50%;
} 
 
/* 目次 */
#topics_title{
  overflow: hidden;
  border: 1px solid #a9a9a9;
  display:inline-block;
  background-color:#f5f5f5;
}
#topics_title p{
	text-align:center;
	background: linear-gradient(transparent 60%,  #dcdcdc 76%,#a9a9a9 100%);
}
#topics_list {
  width: auto;
  margin: -1em 0.5em 0 1em;
  padding:1em;
  display:inline-block
}
#topics_list li{
  width: auto;
  padding: 0.5em 0 0.5em 0;
}
/*　  */
h2{
   	border-top: 2px solid #4682b4;
    border-bottom: 2px solid #4682b4; 
    padding:7px 10px;
    margin-bottom:15px;
    margin-top:40px;
    font-size:1.3em;
    color:#484848;
    background-color:#f5f5f5;
}
/* コメント吹き出し */
.balloon {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.balloon .staff {
  float: left;
  margin-right: -100px;
  width: 80px;
}
.balloon .staff img{
  width: 100%;
  height: auto;
  border: solid 3px #c5e9fc;
  border-radius: 50%;
}
.balloon .chatting {
  width: 100%;
}
.message {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 15px;
  background: #c5e9fc;
}
.message:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px; 
  left: -25px;
  border: 12px solid transparent;
  border-right: 15px solid #c5e9fc;
}
.message p {
  margin: 0;
  padding: 0;
}/* コメント吹き出し2 */
.balloon2 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.balloon2 .staff2 {
  float: left;
  margin-right: -100px;
  width: 80px;
}
.balloon2 .staff2 img{
  width: 100%;
  height: auto;
  border: solid 2px #696969;
  border-radius: 50%;
}
.balloon2 .chatting2 {
  width: 100%;
}
.message2 {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 15px;
  border: solid 1px #696969;
  background: #f0f8ff;
}
.message2:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px; 
  left: -28px;
  border: 12px solid transparent;
  border-right: 15px solid #696969;
}
.message2 p {
  margin: 0;
  padding: 0;
}
/**並び**/
.block-group{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.block{
  width:95%;
  margin: 10px auto;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0,0,0,.2)
}
.block_imgframe{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.block_imgframe img{
  width: 100%;	
}
.block_textbox{
  width: 100%;
  height: auto;
  padding: 5px 15px;
  box-sizing: border-box;
}
.block_titletext{
  font-size: 120%;
  font-weight: bold;
}
.block_text{
  font-size: 80%;
}
/**横バナー**/
.block2-group{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.block2{
  width: 100%;
  height: auto;
  margin: 10px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0,0,0,.2)
}
.block2_imgframe{
  float:left;
  width: 150px;
  height: auto;
  box-sizing: border-box;
}
.block2_imgframe img{
  width: 150px;	
}
.block2_textbox{
  width: 100%;
  height: auto;
  padding: 8px 8px;
  box-sizing: border-box;
  position: relative;
}
.block2_titletext{
  font-size: 20px;
  font-weight: bold;
  line-height: 110%;
}
.block2_text{
  font-size: 80%;
}
.block2_textbox button{
  position: absolute;
  right: 5px;
  bottom: 0;
}
 /**横バナー 2個並び**/
.block3-group{
  margin-left: auto;
  margin-right: auto;
  margin-bottom:5px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.block3-group > :not(:nth-child(2n-1)){
  margin-left: 10px;
}
.block3-group > :nth-child(n+3){
  margin-top: 10px;
}
.block3{
  margin: 5px auto;
  overflow: hidden;
  width: calc((100% - 10px * 1) / 2);
  height: auto;
  overflow: hidden;
}
.block3_imgframe{
  float:left;
  width: 40%;
  height: auto;
  box-sizing: border-box;
  margin-top:20px;
}
.block3_imgframe img{
  width: 100%;
  display: flex;
  align-items: center;	
}
.block3_textbox{
  width: 100%;
  height: auto;
  padding: 0 5px;
  position: relative;
}
.block3_titletext{
  font-weight: bold;
  font-size: 80%;
}
.block3_text{
  font-size: 80%;
  margin-top:-10px;
}
/* 関連記事 */
/**おすすめ横並び　2個**/
.recommend{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.recommend > :not(:nth-child(2n-1)){
  margin-left: 10px;
}
.recommend > :nth-child(n+3){
  margin-top: 20px;
}
.recommendblock{
  width: calc((100% - 20px * 1) / 2);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  border:1px solid #c0c0c0;
}
.recommendblock_imgframe{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.recommendblock_imgframe img{
  width: 100%;	
}
.recommendblock_textbox{
  width: 100%;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}
.recommendblock_text{
  font-size: 80%;
} 
/* for table */
.table1{
  width: 100%;
  border-collapse: collapse;
  border:1px solid #808080;
}
.table1 th{
  position: relative;
  width: 50%;
  background-color: #dcdcdc;
  text-align: center;
  padding: 5px 0;
  border-right:1px solid #808080;
  border-bottom:1px solid #808080;
}
.table1 td{
  width: 50%;
  text-align: center;
  padding: 5px 0;
  border-right:1px solid #808080;
  border-bottom:1px solid #808080;
}
.table_scroll{
    overflow: auto;
    width: 100%;
    height: auto;
}
.table_scroll table2{
    margin: 0;
    border-spacing: 0;
}
.table_scroll td{
    white-space: nowrap;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px;
    font-size:70%;
}
.table2 .brand{
	color:#800000;
	background: #f2f2f2;
	font-size:90%;
}
.sticky-col{
    white-space: nowrap;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background: #f2f2f2;
    position: sticky;
    top: 0;
    left: 0;
    padding:5px 10px;
    border-left: 1px solid #f5f5f5;
    font-size:70%;
    font-weight:bold;
}
.table_scroll tr:first-child th{
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}
.table_scroll tr:first-child th:first-child{
    z-index: 1;
}
.site_link{
	width:200px;
	background-color:#a52a2a;
	color:#ffffff;
	padding:10px;
	border:none;

}
.site_link:hover{
	background-color:#dcdcdc;
}
.site_link:hover {
  color: #696969;
  box-shadow: none;
  background: #dcdcdc;
  transform: translate3d(0, 3px, 0);
}
/* right1 */
.ranking{
	font-size:150%;
}
.ranking img{
	height:50px;
	margin-bottom:-15px;
}
/**横バナー**/
.right1-group{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.right1_block{
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin-top:10px;
}
.right1_imgframe{
  float:left;
  width: 30%;
  height: auto;
  box-sizing: border-box;
  margin-right:5px;
}
.right1_imgframe img{
  width: 100%;
  display: flex;
  align-items: center;	
}
.right1_textbox{
  width: 100%;
  height: auto;
  padding: 3px 10px;
  margin-left:5px;
  box-sizing: border-box;
  position: relative;
}
.right1_titletext{
  font-weight: bold;
  font-size: 80%;
}
.right1_text{
  font-size: 70%;
  margin-top:-8px;
}
/* right2 */
#right2 .banner img{
	width:100%;
}
/* 解説者  */
.commentator_box {
  position: relative;
  padding: 15px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}

.commentator_box .commentator {
  display: inline-block;
  position: absolute;
  top: -45px;
  left: 15px;
  padding: 0 20px;
  background-color: #fff;
}
.commentator_text {
	font-size:80%;
	margin-top:25px;
}
.commentator img{
	width:50px;
	margin-bottom:-20px;
	margin-right:10px;
}
.commentator_box .author{
	float:right;
	margin-top:-20px;
}
/* 中山くん　longメッセージ  */
.commentator_box2 {
  position: relative;
  padding: 15px;
  border-radius: 5px;
  background: #c5e9fc;
}

.commentator_box2 .commentator2 {
  display: inline-block;
  position: absolute;
  top: -65px;
  left: 15px;
  padding: 0 20px;
}
.commentator_text2 {
	font-size:80%;
	margin-top:25px;
}
.commentator2 img{
	width:70px;
	margin-bottom:-20px;
	margin-right:10px;
    border: solid 3px #ffffff;
    border-radius: 50%;
}
.commentator_text2 img{
	float:right;
	width:50%;
}
.commentator_box2 .author2{
	float:right;
	margin-top:-20px;
}

/* 中山くん  */
.block4-group{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color:#f5f5f5;
}

.block4{
  width: 95%;
  height: auto;
  margin: 10px auto;
  overflow: hidden;
  border: 1px solid #a9a9a9;
  }
.block4_imgframe{
  width: 100%;
  height:auto;
  box-sizing: border-box;
}
.block4_imgframe img{
  width: 100%;	
  margin-top:10px;	
}
.block4_textbox{
  width: 100%;
  height: auto;
  padding: 5px 5px;
  box-sizing: border-box;
  position: relative;
}
.block4_titletext{
  font-size: 120%;
  font-weight: bold;
  margin-top:10px;
  margin-bottom:10px;
  text-align:center;
}
.block4_text{
  font-size: 80%;
}
.point{
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}
.point:after{
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.setsumei li {
  line-height: 1.2;
  padding: 0.2em 0;
  list-style-type: none!important;
}

.setsumei li:before {
  font-family: "FontAwesome";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 0.5em;/*左端からのアイコンまでの距離*/
  color: #80c8d1;/*アイコン色*/
}
