@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  /*font-family: "Roboto", Arial, serif;*/
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #333;
  font-weight: 300;
  overflow-x: hidden;
}
body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  /*color: #2da9d7;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  /*color: #2da9d7 !important;*/
}
a:active, a:focus {
  outline: none;
}

p, ul, ol {
  /*margin-bottom: 1.5em;*/
  font-size: 15px;
  color: #000;
  /*font-family: "Roboto", Arial, serif;*/
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #212121;
  /*font-family: "Roboto", Arial, serif;*/
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 36px;
}
h2 {
    font-size: 26px;
    line-height: 30px;
  }
@media (max-width: 768px) {
  h2 {
    font-size: 21px;
    line-height: 26px;
  }
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #2da9d7;
}

::-moz-selection {
  color: #fcfcfc;
  background: #2da9d7;
}

::selection {
  color: #fcfcfc;
  background: #2da9d7;
}

#fh5co-header {
  /*padding-top: 10px;*/
  margin-bottom: 10px;
}
#fh5co-header #fh5co-logo img {
  /*max-width: 100%;*/
  max-width: 170px;
}
@media (max-width: 768px) {
  #fh5co-header #fh5co-logo img {
    max-width: 130px;
  }
}
#fh5co-header nav {
  padding-top: 20px;
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0;
}
#fh5co-header nav ul li {
  padding: 0;
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  list-style: none;
  font-size: 20px;
}
#fh5co-header nav ul li a {
  color: #999999 !important;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  #fh5co-header nav ul li a {
    padding: 5px;
  }
}
#fh5co-header nav ul li a:hover, #fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  color: #000 !important;
  text-decoration: none;
  outline: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: line-through !important;
  color: black !important;
}

.fh5co-projects-feed, .footer-content {
  margin: 0 auto;
  max-width: 1400px;
}

.fh5co-projects-feed .fh5co-project {
  float: left;
  margin: 20px 20px 20px;
  width: 290px;
}
@media screen and (max-width: 480px) {
  .fh5co-projects-feed .fh5co-project {
    margin: 10px 10px 10px;
  }
}
.fh5co-projects-feed .fh5co-project > a {
  display: block;
  text-align: center;
}
.fh5co-projects-feed .fh5co-project > a img {
  margin-bottom: 30px;
}
.fh5co-projects-feed .fh5co-project > a h2 {
  font-size: 14px;
  color: #999999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-projects-feed .fh5co-project > a:hover h2, .fh5co-projects-feed .fh5co-project > a:active h2, .fh5co-projects-feed .fh5co-project > a:focus h2 {
  color: #000;
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  transition-property: left, right, top;
}

.page-content {
  clear: both;
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding-bottom: 20px;
}
.page-content img {
  max-width: 100%;
}
.page-content .pagettl {
  text-align:center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 370px) {
  .page-content .pagettl {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-content .mb0 {
  margin-bottom: 0;
}
.page-content .meta {
  margin-bottom: 20px;
}
.page-content .meta span {
  color: #bfbfbf;
}
.page-content .meta a {
  color: #bfbfbf;
}
.page-content .meta a:hover, .page-content .meta a:active, .page-content .meta a:focus {
  color: #000 !important;
}
@media screen and (max-width: 480px) {
  .page-content {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

#fh5co-footer {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #999999;
}
#fh5co-footer a {
  color: #bfbfbf;
}
#fh5co-footer a:hover, #fh5co-footer a:active, #fh5co-footer a:focus {
  color: #000 !important;
}
#fh5co-footer .social {
  margin-top: 20px;
}
#fh5co-footer .social a {
  padding: 10px;
  color: #999999 !important;
}
@media screen and (max-width: 480px) {
  #fh5co-footer .social a {
    padding: 5px;
  }
}
#fh5co-footer .social a:hover, #fh5co-footer .social a:active, #fh5co-footer .social a:focus {
  color: #000 !important;
}

.square {
  list-style: square;
}

.pt70 {
  padding-top: 70px;
}
@media screen and (max-width: 480px) {
  .pt70 {
    padding-top: 30px;
  }
}

.pb70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .pb70 {
    padding-bottom: 30px;
  }
}

/*# sourceMappingURL=style.css.map */

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: .0625rem solid rgba(220, 224, 229, .6);
  border-radius: .8125rem;
  padding: 1em;
  margin-bottom: 2rem;
}
.card-shadow {
  box-shadow: 0 0.6rem 1.2rem 0 rgb(53 59 73 / 71%);
}

.lr_frame {
  position: relative;
  align-items: flex-start;
  display: flex;
}
.lr_frame .book_info {
  flex: 1 1;
}
.lr_frame img {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .lr_frame {
      align-items: center;
      flex-direction: column;
  }
  .lr_frame img {
    margin-right: 0;
  }
}
.lr_frame .rank {
  font-size: 4rem;
  font-weight: bold;
}
.lr_frame .with {
  font-size: 2rem;
}
.lr_frame .score {
  position: relative;
  font-size: 1.6rem;
  margin-left: 3rem;
  font-weight: normal;
}
.lr_frame .point {
  font-size: 1.1rem;
  /* margin-left: 3rem; */
  font-weight: normal;
  background-color: forestgreen;
  border-radius: 4px;
  padding: 1px 6px;
  color: #fff;
  /* margin-top: 50px; */
  position: absolute;
  bottom: 0;
  margin-left: 3px;
}
.lr_frame .auth,
.lr_frame .pub_date {
  color: #666666;;
  line-height: 20px;
}
.links {
  color: #666666;;
  margin-left: 1rem;
}
.hr_dot {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #fff;
  margin: 10px 0;
}
.qiita_links {
  margin-left: 10px;
  padding-left: 2rem;
}
.qiita_links li {
  list-style: none;
}
.qiita_links li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";
  position: absolute;
  left: 1.8em;
  color: skyblue;
}

.buy_buttons {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.buy_buttons a:hover{
  color: #fff;
  /*opacity: 0.7;*/
  background-color: rgb(255, 172, 47);
}
.buy_amazon {
  background-color: #f90;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  /*margin: 10px 2px;*/
  padding: 5px 20px;
  text-align: center;
  width: 160px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .buy_amazon {
    position: relative;
  }
}
.book_info .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .book_info .title {
    margin-top: 1rem;
  }
}

#if_bottom {
  position: fixed;
  bottom: 50px;
  right: 5%;
}
@media (max-width: 768px) {
  #if_bottom {
    right: 4%;
    bottom: 2%;
  }
}
#toplink {
  background-color: #e1e1e1b5;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  text-align: center;
  padding-top: 12px;
}

.menu {
  display: flex;
  padding:0;
  margin:0;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 2rem;
}
.menu li {
  flex: 1;
  list-style: none;
  /*background-color: #e1e1e1b5;*/
  padding: 5px 20px;
  margin: 0 10px;
  border-radius: 6px;
}
.menu li a{
  color: #666666;
}
.menu li a:hover{
  border-bottom: solid;
  border-color: forestgreen;
  border-width: 3px;
}
.menu a.on{
  color: forestgreen;
  border-bottom: solid;
  border-color: forestgreen;
  border-width: 3px;
}

.page_list {
  display: flex;
  padding:0;
  margin:0;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 2rem;
}
.page_list li {
  flex: 1;
  list-style: none;
  background-color: #e1e1e1b5;
  /*padding: 5px 20px;*/
  margin: 0 10px;
  border-radius: 6px;
}
.page_list li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
}
@media (max-width: 768px) {
  .page_list li {
    margin: 0 2px;
  }
  .page_list li a{
    padding: 0;
    margin: 0;
  }
}

#panel_change {
  position: absolute;
  top: 64px;
  right: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  #panel_change {
      position: fixed;
      top: 10px;
      right: 10px;
      text-align: center;
  }
}
#panel_change i:hover{
  cursor: pointer;
}
#panel_change p{
  border-radius: 4px;
  height: 21px;
  font-size: 1.3rem;
  color: #666;
}

#json_data_list {
  margin: 0;
  padding: 0;
}
#json_data_list li{
  list-style: none;
  float: left;
  /*width: 90px;*/
  margin-right: 10px;
  background: #EFEFEF;
  margin: 10px 20px;
  position: relative;
}
#json_data_list li img{
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgb(53 59 73 / 71%);
  width: 120px;
  height: 160px;
}
/*
#json_data_list2 {
  margin: 0;
  padding: 0;
}
#json_data_list2 li{
  position: relative;
  list-style: none;
  float: left;
  margin-right: 10px;
  background: #EFEFEF;
  margin: 10px 20px;
}
#json_data_list2 li img{
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgb(53 59 73 / 71%);
  width: 120px;
  height: 160px;
}
#json_data_list2 li p{
  background-color: #ffffffbd;
  width: 40px;
  text-align: center;
  height: 26px;
  line-height: 27px;
}
*/

#json_data_list li p{
  background-color: #e9ffe2bd;
  width: 52px;
  text-align: center;
  height: 26px;
  line-height: 27px;
}
.rank2 {
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
}
.with2 {
  font-size: 1.4rem;
}

/* it2025用 */
.row2 {
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .row2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.it2025_book {
  width: 160px;
}
.lr_frame .summary {
  color: #666666;
  margin-bottom: 2rem;
}
.buy_amazon_it2025 {
  background-color: #f90;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  /*margin: 10px 2px;*/
  padding: 5px 20px;
  text-align: center;
  width: 160px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .buy_amazon_it2025 {
    position: relative;
  }
}


.buy_botton_frame {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.buy_botton_frame a:hover{
  color: #fff;
  opacity: 0.7;
}
.buy_botton_frame .buy_amazon_it {
  background-color: #f90;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  /*margin: 10px 2px;*/
  padding: 5px 20px;
  text-align: center;
  width: 160px;
  float: right;
}
.buy_botton_frame .buy_rakuten_it {
  background-color: #bf0000;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  /*margin: 10px 2px;*/
  padding: 5px 20px;
  text-align: center;
  width: 160px;
  float: right;
}
@media (max-width: 768px) {
  .buy_botton_frame {
    position: relative;
  }
  .buy_botton_frame .buy_amazon_it {
    position: relative;
    padding: 5px 10px;
    width: 150px;
  }
  .buy_botton_frame .buy_rakuten_it {
    position: relative;
    padding: 5px 10px;
    width: 150px;
  }
}
.crown {
  background: url(../images/h3.svg) no-repeat left;
  padding: 6px 0 6px 42px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.book_info.it2025 {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .book_info.it2025 {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
	.brSmt{ display: none; }
}



/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  left : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #BBBBBB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  /*background: rgba( 71,70,73,0.6 );*/
  background : #70ab65;
  text-align: center;
  width: 100%;
  transform: translateX(-100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}


.tbl_kakunin{
  width: 100%;
  border-collapse: collapse;
}

.tbl_kakunin tr{
  border-bottom: solid 1px white;
}

.tbl_kakunin tr:last-child{
  border-bottom: none;
}

.tbl_kakunin th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #316292;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.tbl_kakunin th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #316292;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tbl_kakunin td {
  overflow-wrap: anywhere;
  padding-left: 2rem;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.tbl_kakunin td .naiyo{
  float: left;
  width: 90%;
  color: #000;
}
.tbl_kakunin td .icon{
  float: right;
  margin-right: 1rem;
}
.tbl_kakunin td .icon:hover{
  cursor: pointer;
}
.tbl_kakunin td .copy_msg{
  position: absolute;
  top: 6px;
  right: 40px;
  background-color: #f1fffc;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 2px 12px;
  color: #000;
}
/*
#copy_msg {
  position: fixed;
  inset: 0;
  margin: auto;
  background-color: #faf0dd;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px 12px;
  color: #000;
  width: 160px;
  text-align: center;
  height: 55px;
}
  */

@media (max-width: 576px) {
  .tbl_kakunin th,
  .tbl_kakunin td {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .tbl_kakunin th:after{
    display: none;
  }
}

.attension {
  font-size: 12px;
}
.browser_icon {
  display: none;
  font-size: 34px;
}
.site_title {
  font-size: 28px;
  font-weight: bold;
}