﻿@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
@font-face{
    font-family:"Jiyucho";
    src:local("Jiyucho");
    src: url('../fonts/Jiyucho.woff2') format("woff2");
}
/* --------------------------------
 * base
 * -------------------------------- */
html {
    font-size: 62.5%;
}
body {
    color: #333;
    font-size: 1.2rem;
    font-family:"Noto Sans Japanese", "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
    background: #fff;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
    color: #f99292;
    text-decoration: none;
}


/* --------------------------------
 * parts
 * -------------------------------- */
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.flex{
    display: flex;
    display: -webkit-flex;
}

.hidden {
    display: none;
}
/* --------------------------------
 * header
 * -------------------------------- */
.header {
    width: 100%;
    padding:0;
}
.site-title{
    width: 100%;
    background: #fff;
    text-align: center;
}
.site-title a{
    display: inline-block;
    padding: 30px 0;
    font-size: 36px;
    color: #f99292;
    font-family:"Jiyucho";
/*    font-weight: bold;*/
    text-shadow: 4px 2px 12px #ffa;
}

.site-title a span{
    font-size: 0.85em;
}
.site-title a:hover{
    opacity: 0.7;
    transition: 0.3s;
}
.global-nav {
    width: 100%;
    background: #f99292;
    text-align: center;
}
.global-nav ul{
    width: 85%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    padding:0;
}

.global-nav ul li{
    margin: 0;
    border-left: 1px solid #f7afaf;
    width: calc(100%/6);
}
.global-nav ul li:last-child{
    border-right: 1px solid #f7afaf;
}
.global-nav ul li a {
    display: block;
    padding: 15px 5px;
/*    line-height: 30px;*/
    text-align: center;
    color: #fff;
/*    font-weight: bold;*/
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: 1px;
    transition: 0.15s;
}

/*
.global-nav .nav-item a::before{
    content: "\f0e7";
    font-family: 'Font Awesome 5 Free';
    padding-right: 3px;
}
*/
.global-nav ul li a:hover {
    background-color: #fff;
    color: #f99292;
    transition: 0.4s;
}

/*パンくず*/
.pankuzu{
    width: 100%;
    margin: 0 0 10px;
}
.breadcrumb{
    display: flex;
    display:-webkit-flex;
    justify-content: flex-start;
    list-style-type: none;
}
.breadcrumb li{
    font-size: 13px;
    margin-right: 10px;
    color: #536865;
}
.breadcrumb li::before{
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 4px;
    font-weight: bold;
}
.breadcrumb li:first-child::before{
    content:"\f015";
    font-family: FontAwesome;
    padding-right: 4px;
    font-weight: normal;
}
.breadcrumb li a:hover{
    text-decoration: underline;
}

/*日付*/
.date-area{
    width: 40%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    padding: 5px;
    margin: 0;
}
.release,
.update{
    display: block;
    padding: 5px;
    font-size: 13px;
    color: #454545;
/*    font-weight: bold;*/
    margin-right: 5px;
    background: #ace4ff;
    border-radius: 10px;
}
.release::before{
    content: "公開日:";
/*    font-family: 'Font Awesome 5 Free';*/
    
    padding-right: 4px;
    font-size: 15px;
}
.update::before{
    content: "更新日：";
/*    font-family: 'Font Awesome 5 Free';*/
    padding-right: 4px;
    font-size: 15px;
}
/* --------------------------------
 * wrapper
 * -------------------------------- */
.wrapper {
    width: 85%;
    margin: 30px auto 40px;
}


/* --------------------------------
 * main
 * -------------------------------- */
.main {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 70%;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd;
}
/*画像枠*/
.img-box,
.img-box2{
    width: 70%;
    height: auto;
    text-align: center;
    margin: 15px auto;
    position: relative;
    border-radius: 20px;
}
.img-box img,
.img-box2 img{
    width: 100%;       
    border-radius: 15px;
}
.img-box::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 20px 20px #fefefe inset;
}
/*背景が白の画像に使用*/
.img-box2::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 10px 10px #efefef,inset 0 0 5px 5px #efefef;
}
/*テキスト部分*/
.cover-box{
    margin: 10px 0;
    padding: 10px 15px;
}
.cover-box p{
    font-size: 16px;
    line-height: 1.8;
    margin: 10px 0;
    color: #5f5f5f;
}
/*ボタン*/
.link_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    font-size: 19px;
    border-radius: 4px;
    color: #fff!important;
/*    font-weight: bold;*/
  }
.t1{
    background: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
    background: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
}
.t2{
    background: -webkit-linear-gradient(#f75252 0%, #e08686 100%);
    background: linear-gradient(#f75252 0%, #e08686 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #ad5151;
}
.t3{
    background: -webkit-linear-gradient(#ce9226 0%, #f9c941 100%);
    background: linear-gradient(#ce9226 0%, #f9c941 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #a28b35;
}
.t1:hover,
.t2:hover,
.t3:hover{
    transition: 0.4s;
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
/*--強調--*/
/*太字*/
.k1{
    font-weight: bold;
    color: #ff6969;
}
/*色つき(赤字)*/
.k2{
    font-weight: bold;
    font-size: 1.15em;
    color: #ff6969;
    background: #ff9;
}
/*マーカー＋赤字*/
.k3{
    background: linear-gradient(transparent 80%,#ff9 80%);
    background: -webkit-linear-gradient(transparent 80%,#ff9 80%);
    font-size: 1.15em;
    font-weight: bold;
    color: #ff6969;
}
/*標準より大きめ*/
.k4{
    font-size: 1.15em;
    font-weight: bold;
}

/*赤字(注意書きなど)*/
.r-come{
    font-size: 14px;
/*    font-weight: bold;*/
    color: #f75252;
    display: block;
    padding: 10px;
    background: #ffface;
}
/*参考リンク用*/
blockquote{
    word-break: break-all;
    color: #666;
    display: block;
    width: auto;
    padding: 10px;
    text-align: right;
}
blockquote a{
    color: #63a4f1!important;
}
blockquote a:hover{
    text-decoration: underline;
}
.text-link{
    width: auto;
    text-align: right;
    font-size: 23px;
/*    font-weight: bold;*/
    display: block;
    word-break: break-all;
    margin: 30px 5px 40px;
}
.text-link a{
    color: #427ff2;
    text-decoration: underline;
}
.text-link a::before{
    content: "\f04b";
    font-family: FontAwesome;
/*    padding-right: 5px;*/
    
}
.text-link a:hover{
    color: #f94747;
    text-decoration: none;
    transition: 0.15s;
}
h1{
    font-size: 30px;
    margin: 20px 0 10px;
    color: #af5e5c;
/*    border: 1px dashed #ccc;*/
    padding: 10px;
    border-radius: 10px;
    font-weight: normal;
    font-family: "Jiyucho";
}
h2{
    padding: 10px 12px;
/*    background: url('../images/bg-slash.gif');*/
    letter-spacing: 1px;
    font-size: 2.5rem;
    color: rgba(0,0,0,0.7);
/*    border: 1px dashed #f99292;*/
    background: #f99292;
/*    font-weight: normal;*/
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-bottom: 15px;
}
h2::before{
    content: "\f058";
    font-family: FontAwesome;
    padding-right: 10px;
}
.main h3{
    font-size: 2.0rem;
    padding: 10px 15px;
    color: rgba(0,0,0,0.6);
    background: #ffc295;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-bottom: 15px;
}
.main h3::before{
    content: "\f111";
    font-family: FontAwesome;
    padding-right: 10px;
}
/*
.main h3::after{
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    bottom: -2px;
    right: 0;
    background: #f99292;
    z-index: 1;
}
*/
.main h3.title{
    background: none;
    color: #333;
    font-size: 1.7rem;
    padding: 5px;
}
.main h4{
    font-size: 1.8rem;
    padding: 5px 10px;
    color: #333;
    margin-bottom: 10px;
}
/*h2~h4以外の見出しで使う*/
.head-title{
    position: relative;
    vertical-align: middle;
/*    background: #ffacac;*/
    color: #444;
    margin: 10px 15px!important;
    padding: 10px 0px;
/*    border-radius: 15px;*/
/*    font-size: 1.8rem!important;     */
    font-size: 2rem!important;
    font-weight: bold;
    border-bottom: 2px dashed #f99292;
}
.head-title::before{
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #f99292;
}
/*
.head-title::after{
    position: absolute;
    top: 100%;
    left: 15%;
    content: "";
    border-top: 15px solid #ffacac;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
*/
/*もくじ*/
.mokuji-box{
    width: 65%;
    margin: 20px auto 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.mokuji-title{
    margin: 0;
    width: 100%;
    background: #f7eaea;
    color: #536865;
    font-weight: bold;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
}
.btn-text{
    font-size: 13px!important;
    cursor: pointer;
    color: #63a4f1!important;
}
.mokuji-box ul{
    padding:10px 0;
    margin: 0;
    list-style-type: none;
}
.mokuji-box ul li{
    font-size: 17px;
    padding: 8px 0 8px 30px;
}
.mokuji-box ul li a{
    text-decoration: none;
/*    color: #d03c56;*/
    color: #63a4f1;
}
.mokuji-box ul li.h2_head{
    font-size: 17px;
    padding-left: 30px;
/*    font-weight: bold;*/
}
/*
.mokuji-box ul li::before{
    content: "\└";
    font-family: 'Font Awesome 5 Free';
    padding-right: 3px;
    font-size: 16px;
    color: #d03c56;
    color: #f99292;
}
*/

.mokuji-box ul li a:hover{
    text-decoration: underline;
}

/*リスト枠*/
.list-type1{
    width: 70%;
    position: relative;
    margin: 15px 10px 20px;
    border: 1px solid #63a4f1;
    border-radius: 10px;
}
.list-title{
    width: auto;
    font-size: 20px;
    font-weight: bold;
    color: #63a4f1;
    background: #d9eaff;
    display: block;
    text-align: center;
    padding:12px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.list-title::before{
    content: "\f303";
    font-family: 'Font Awesome 5 Free';
    margin-right: 6px;
    color: #63a4f1;
/*    border: 1px solid #63a4f1;*/
    padding: 5px;
/*    background: #fff;*/
    border-radius: 50%;
}
.list-type1 ul{
    list-style-type: none;
    margin: 0;
    padding: 30px 0 14px;
}
.list-type1 ul li{
    margin:0 10px 18px 15px;
    padding: 5px 0 5px 20px;
    color: #353535;
    font-weight: normal;
    font-size: 17px;
    border-bottom: 2px dashed #ddd;
    position: relative;
}
.list-type1 ul li::before{
/*    content: "\f058";*/
    content: "\f138";
    font-family: FontAwesome;
    font-weight: bold;
    color: #63a4f1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
/*別カラーver*/
.list-type1.color2{
    border-color: #f99292;
}
.list-type1.color2 .list-title{
    background: #ffe4e4;
    color: #f99292;
}
.list-type1.color2 .list-title::before{
    color: #f99292;
    border-color: #f99292;
}
.list-type1.color2 ul li::before{
    color: #f99292;
}
/*横並び*/
.flex-box{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin: 30px 0;
}
.flex-box .img-box{
    width: 260px;
    height: 260px;
}
.flex-box .img-box img{
    width: 100%;
    height: 100%;
}
.flex-box .tb-type1{
    width: 50%;
}
.flex-box .list-type1{
    width: calc(100%/2);
}
.flex-box .list-type1 ul li::before{
    content: "・";
    color: #454545;
}
/*ボックス(type1)*/
.box-type1{
    display: inline-block;
    width: auto;
    margin: 10px ;
    padding: 15px 10px;
    border-top: 5px double #f99292;
    color: #444;
    background: #fff;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.25);
    font-size: 18px;
    line-height: 1.5;
}
/*ボックス(手順用)*/
.step-box{
    width: 85%;
    margin: 10px 10px 0px 10px;
    position: relative;
    padding: 10px 20px;
    border-left: 5px solid #67ceff;
    color: #757575;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.15);
    line-height: 1.5;
}
.step-box p{
    font-size: 15px;
    padding: 10px 0;
}
.step-box::after{
    content: "\f063";
    font-family: FontAwesome;
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translateX(-50%);
    color: #757575;
    width: 1.6em;
    height: 1.6em;
    font-size: 19px;
    text-align: center;
    line-height: 1.6em;
    border-radius: 50%;
}
.step-box:last-child::after,
.step-box:nth-child(4)::after{
    content: none;
}
.step-num{
    font-size: 34px;
    color: #67ceff;
    font-weight: bold;
    vertical-align: -5px;
}
.step-title{
    font-size: 17px;
    font-weight: bold;
    color: #454545;
}
/*ボックス(口コミ用)*/
.rev{
    width: 95%;
    margin: 10px auto 20px;
    background: #ffface;
    padding: 6px;
    border-radius: 15px;
}
.rev-main{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
}
.mes{
    position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
 	border: solid 3px #ffc295;
 	box-sizing: border-box;
    border-radius: 10px;
}
.mes::before{
    content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}
.mes::after{
    content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #ffc295;
 	z-index: 1;
}
.rev-icon{
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
}
.rev-icon img{
    width: 100%!important;
    height: 100%;
    border-radius: 50%;
}
.level{
    font-size: 17px;
    color: #f75252;
    text-shadow: 0 0 4px #fff;
    display: inline;
    padding: 0 5px;
}
.base{
    vertical-align: -1px;
}
.note{
    font-size: 12px;
    color: #888;
    display: block;
    text-align: right;
}
/*テーブル表*/
.tb-type1{
    border-collapse: collapse;
    width: 90%;
    margin: 25px auto;
}
/* タブレット用 */
@media(max-width:1024px){
    .tb-type1{
        width: 100%;
    }
}
.tb-type1 th,
.tb-type1 td{
    border: 1px solid #63a4f1;
    font-size: 17px;
    padding: 12px;
    width: calc(100%/3);
}
.head-td{
    font-weight: bold;
    background: #eaf4ff;
}
/*
.tb-type1 th{
    width: 20%;
}
*/
/*テーブルが2列の場合*/
.tb-type1.col2 th,
.tb-type1.col2 td{
    width: calc(100%/2);
}
/*テーブルが4列の場合*/
.tb-type1.col4 th,
.tb-type1.col4 td{
    width: calc(100%/4);
}
/*テーブルが5列の場合*/
.tb-type1.col5 th,
.tb-type1.col5 td{
    width: calc(100%/5);
}

.tb-type1 th{
    background: #bbddfb;
    color: #454545;
    text-align: center;
    vertical-align: middle;
}
.tb-type1 td{
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}
.tb-type1 td.td-img img{
    width: 100%;
    height: aute;
    max-width: 150px;
    max-height: 150px;
    margin: 0;
}
/*2列の場合の画像幅*/
.tb-type1.col2 td.td-img img{
    max-width: 200px;
    max-height: 200px;
}
td.left{
    text-align: left;
}
td.right{
    text-align: right;
}
.tb-type1 ul{
    list-style-type: none;
    text-align: left;
}
.tb-type1 ul li::before{
    content: "・";
}

/* 縦書き用 */
.tb-type1 th.stand_align,
.tb-type1 td.stand_align,
.tb-type1.col2 th.stand_align,
.tb-type1.col2 td.stand_align,
.tb-type1.col4 th.stand_align,
.tb-type1.col4 td.stand_align,
.tb-type1.col5 th.stand_align,
.tb-type1.col5 td.stand_align{
    width: 5%!important;
    line-height: 1;
}
/**/

.content-box{
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.content {
    margin: 0 auto 20px;
    position: relative;
    width: 90%;
    height: auto;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #ddd;
/*    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.3);*/
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.3);
}
.content:hover{
    transform: translateY(-4px);
    box-shadow: 0 6px 4px 2px rgba(0,0,0,0.1);
    transition: 0.4s;
}
.box-img{
    margin: 0;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 2px 4px #ccc;
}
.tag{
    display: block;
    color: #fff;
    background: #f99292;
    padding: 5px;
    position: absolute;
    width: auto;
    top: 10px;
    left: 10px;
    border-radius: 10px;
}

.new{
    display: block;
    color: #444;
    font-weight: bold;
    background: #f7d768;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    border-radius: 10px;
}
.title {
    margin:0;
    padding: 3px 4px;
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    
}
.desc {
    color: #444;
    padding: 4px;
    margin: 0;
    line-height: 1.6;
}
.date {
    padding: 4px 5px;
/*  background-color: #fff;*/
    color: #999;
    text-align: right;
    letter-spacing: 1px;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    margin: 0;
    background: #ffface;
    border-radius: 10px;
}
.date::before{
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    padding-right: 2px;
}
.scroll-list {
    max-height: 230px;
    overflow-y: auto;
    margin-bottom: 30px;
    list-style-type: none;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.15);
}
.scroll-list .scroll-item a {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-size: 0;
  transition: background-color 0.1s;
}
.scroll-list .scroll-item a .tag{
    position: static;
    display: inline-block;
    width: 8%;
    font-size: 11px;
    white-space: nowrap;
}
.scroll-list .scroll-item a .tag.c2{
    background: #61c359;
}
.scroll-list .scroll-item:nth-of-type(even) a {
  background: url('../images/bg-slash.gif');
}
.scroll-list .scroll-item a:hover {
  background-color: #fafaf8;
}
.scroll-list .date {
  display: inline-block;
  width: 19%;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.0rem;
}
.scroll-list .category {
  display: inline-block;
  width: 8%;
  border-radius: 5px;
  background-color: #d03c56;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.0rem;
  line-height: 16px;
}
.scroll-list .category.news {
  background-color: #2c3c53;
}
.scroll-list .title {
  display: inline-block;
  width: 73%;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
    vertical-align: middle;
}



/* --------------------------------
 * sidemenu
 * -------------------------------- */
#menu {
    float: right;
    width: 300px;
    padding: 0px;
}


.menu-box{
    width: 100%;
/*    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.10);*/
    border-radius: 8px;
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.c-name{
    font-size: 20px;
    text-align: center;
    padding: 8px 15px;
    position: relative;
    color: #f99292;
/*    font-weight: bold;*/
    display: inline-block;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #f99292;
    z-index: 2;
}

/*
#menu ul li.m-category{
    font-size: 16px;
    padding: 10px 15px;
    color: #f99292;
    font-weight: bold;
}
#menu ul li.m-category::before{
    content: none!important;
}
*/
.not-content{
    margin: 10px 15px;
    font-weight: bold;
    font-size: 15px;
    color: #666;
}
.ranking,
.side-content{
    margin-bottom: 30px;
    list-style-type: none;
    counter-reset: ranking;
    padding: 0;
    background: #fff;
}
.ranking .ranking-item,
.side-content li{
    padding:10px 0 10px;
    border-bottom: 1px dashed #f99292;
}
.ranking .ranking-item a,
.side-content li a{
    display: block;
    font-size: 0;
    transition: opacity 0.15s;
    position: relative;
}
.ranking .ranking-item a:hover,
.side-content li a:hover{
    opacity: 0.8;
}

.ranking .image,
.side-content .image{
    width: 75px;
    height: 70px;
    margin:0 5px;
}
/*
.ranking .order {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border: 1px solid #ccc;
  color: #aaa;
  vertical-align: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ranking .order::before {
  content: counter(ranking);
  display: inline-block;
  counter-increment: ranking;
  font-size: 1.0rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ranking .ranking-item:nth-of-type(1) .order,
.ranking .ranking-item:nth-of-type(2) .order,
.ranking .ranking-item:nth-of-type(3) .order {
  border: none;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
}
.ranking .ranking-item:nth-of-type(1) .order {
  background-color: #dab413;
}
.ranking .ranking-item:nth-of-type(2) .order {
  background-color: #6e7b84;
}
.ranking .ranking-item:nth-of-type(3) .order {
  background-color: #a0541a;
}
*/
.ranking .content-head,
.side-content .content-head{
    width: 70%;
    padding: 0 7px;
    display: inline-block;
    vertical-align: top;
}

.ranking .content-head .text,
.side-content .content-head .text{
    color: #63a4f1;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #536865;
    width: 100%;
}
#menu ul{
    list-style-type: none;
}
#menu ul li{
    padding: 10px 15px;
    font-size: 15px;
    border-bottom: 1px dashed #ddd;
}
#menu ul li::before{
    content: "└";
/*    font-family: 'Font Awesome 5 Free';*/
    padding-right: 4px;
    font-size: 15px;
    color: #f99292;
}
#menu ul li a{
    color: #757575;
}
#menu ul li a:hover {
    text-decoration: underline;
}
.menu-box.type2{
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.2);
}

#menu .mokuji{
    height: 300px;
    padding:35px 10px 10px;
    margin: 0;
    overflow-y: scroll;
/*
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
*/
    background: #fff;
}
/*スクロールバーの縦幅*/
#menu .type2::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
/*スクロールする範囲の背景*/
#menu .type2::-webkit-scrollbar-track-piece{
    background: #fff;
}
/*スクロールバー本体*/
#menu .type2::-webkit-scrollbar-thumb{
    background: rgba(150,150,150,0.8);
    border-radius: 25px;
    
}
#menu .mokuji li::before{
    content: none;
}

#menu .mokuji li a{
    font-size: 0.95em;
/*    color: #333;*/
    font-weight: bold;
    color: #63a4f1;
/*    font-weight: bold;*/
}
#menu .mokuji li a:hover{
    opacity: 0.8;
    text-decoration: underline;
    transition: all 0.3s;
}
/*目次を途中で固定する*/
.fixed{
	position:fixed;
	top:5%;
    width: 305px;
    max-width: 305px;
    height: 450px;
}
/* タブレット用 */
@media(max-width:1024px){
    #menu{
        width: 230px;
    }
    .fixed{
        width: 230px;
        max-width: 230px;
    }
    .ranking .content-head,.side-content .content-head{
        width: 60%;
    }
}
.menu-box.type2.fixed{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#menu .mokuji.fixed{
    padding-top: 30px;
}
/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  width: 100%;
  padding: 20px 0 30px;
  background: #f99292;
  color: #fff;
}
.horizontal-list {
  width: 970px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.horizontal-list .horizontal-item {
  display: inline-block;
  padding: 0 15px;
  letter-spacing: 1px;
}
.horizontal-list .horizontal-item + .horizontal-item {
  border-left: 1px solid #bbb;
}
.horizontal-list .horizontal-item a {
  color: #fff;
  font-size: 1.1rem;
  transition: color 0.15s;
}
.horizontal-list .horizontal-item a:hover {
  color: #ddd;
}
.copyright {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.ranking .ranking-item {
  position: relative;
}
.ranking .image {
  margin-right: 10px;
}
/*
.ranking .order {
  position: absolute;
  top: -5px;
  left: -12px;
  width: 25px;
  height: 25px;
  border: 1px solid #f99292;
  border-radius: 50%;
  background-color: #fff;
  color: #f99292;
  text-align: center;
  font-weight: bold;
  line-height: 23px;
}
.ranking .order::before {
  content: counter(ranking);
  counter-increment: ranking;
  font-size: 1.5rem;
}
.ranking .ranking-item:nth-of-type(1) .order,
.ranking .ranking-item:nth-of-type(2) .order,
.ranking .ranking-item:nth-of-type(3) .order {
  line-height: 23px;
}
*/
/*もくじボタン*/
#mokujibtn a{
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 60px;
    height: 60px;
/*    line-height: 50px;*/
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #f99292;
    border: 2px solid #f99292;
    font-size: 12px;
    padding-top: 8px;
    z-index: 2;
}
#mokujibtn a::before{
    content: "\f03a";
    font-family: FontAwesome;
    font-size: 30px;
}
/*ページトップボタン*/
#topbutton a{
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 9px 15px;
    background: #fff;
    color: #f99292;
    border-radius: 50%;
    border: 2px solid #f99292;
}
#topbutton a::after{
    content: "\f0d8";
    font-family: 'Font Awesome 5 Free';
    font-size: 40px;
    font-weight: bold;
}
#mokujibtn a:hover,
#topbutton a:hover{
/*
    background: #fff;
    color: #e08686;
*/
    transform: translateY(-6px);
    transition: all 0.4s;
/*    border-color: #e08686;*/
}

/*テキスト外部リンク（テーブル用）*/
/*
.item-link, 
a.item-link{
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #cc0000;
    border-radius: 10px;
    box-shadow: inset 0 5px 0 rgba(255,255,255,0.3), inset 0 -5px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 1px #66143d;
}
*/
.item-link {
	font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
	color: #fff!important;
    font-weight: bold;
	padding: 10px 10px;
	background: -moz-linear-gradient(
		top,
		#ff4c4c 0%,
		#cc0606);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff4c4c),
		to(#cc0606));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #de0000;
	-moz-box-shadow:
		0px 1px 5px rgba(000,000,000,0.7),
		inset 0px 0px 10px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 5px rgba(000,000,000,0.7),
		inset 0px 0px 10px rgba(255,255,255,1);
	box-shadow:
		0px 1px 5px rgba(000,000,000,0.7),
		inset 0px 0px 10px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,0,0,0.3);
}


.item-link:hover,
a.item-link:hover {
    opacity: 0.75;
    box-shadow: inset 0px -1px 4px 1px rgba(0,0,0,0.4);
    
}
.link-area{
    text-align: center;
    padding: 20px 0 30px;
    line-height: 1.8;
}
.link-area .item-link{
    font-size: 24px;
    padding: 10px 20px;
}