.post_footer_author_title {
	background-color:#0000cd;
	color:#fff;
}
.widget .single_title {
    margin: -10px;
    margin-bottom: 0px;
		margin-top:10px;
}
@media screen and (min-width: 769px){
  #logo {
    
  }
#logo img {
    height: 120px !important;
    margin:0;
    padding:0;
  }
}
@media only screen and (min-width: 321px) and (max-width: 768px) { 
   #logo img {
    height: 120px !important;
    margin:0;
    padding:0;
  }
}
@media only screen and (max-width: 320px) {
  #logo {
    padding-left: 45px;
    padding-right: 45px;
  }
  #logo img {
    width: 380px !important;
  }
}
.yyi-rinker-contents{
   margin-top: 0 !important;
}
.button-rinker-top {
  padding-bottom:unset !important;
  text-align: center;
  
}
.sc_getpost {
  margin-top:0;
}
.content h2  {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
	}

.content h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}
  /************************************
  ** 比較表
  ************************************/
  /* 比較表全体 */
  .compare-box {
    display:-webkit-box;/* 配置 */
    display:-ms-flexbox;/* 配置 */
    display:flex;/* 配置 */
    max-width:600px;/* 横幅 */
    margin: 0 auto 2rem;/* 余白 */
    border-radius:4px;/* 角丸 */
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2); /* 影 */
    background: #fef9ed; /* 背景色 */
  }
  /* 左のボックス、右のボックス */
  .compare-box .compare-left-wrap, .compare-box .compare-right-wrap{
    width:50%;/* 横幅半分ずつ */
    overflow:hidden;/* はみ出さないように*/
  }
  /* 左のタイトル、右のタイトル */
  .compare-box .compare-left-head, .compare-box .compare-right-head{
    background: #fdc44f; /* 背景色 */
    text-align: center;/* 中央寄せ */
    color: #FFF; /* 文字色 */
    font-weight: bold;/* 文字太さ */
/*    padding:0em 1em;余白 */
    font-size:15px;/* 文字大きさ */
    line-height:1.5;/* 行間 */
    height:65px;/* 縦幅 */
    display:table-cell;/* 形式 */
    vertical-align:middle;/* 高さ中央寄せ */
    width:1000px;/* 横幅 */
  }
  /* 左のタイトル */
  .compare-box .compare-left-head{
    border-radius:4px 0 0 0;/* 角丸 */
  }
  /* 右のタイトル */
  .compare-box .compare-right-head{
    border-radius:0 4px 0 0;/* 角丸 */
  }
  /* 左のコンテンツ、右のコンテンツ */
  .compare-box .compare-left, .compare-box .compare-right{
    padding:1.5em;/* 余白 */
    font-size:15px;/* 文字大きさ */
    line-height:2;/* 行間 */
    text-align: justify;/* 段落両端 */
    text-justify: inter-ideograph;/* 段落両端 */
  }
  /* 文章 */
  .compare-box p {
    padding: 0;/* 余白 */
    margin: 0 0 20px 0;/* 余白 */
  }
  /*スマホで見たとき*/
  @media screen and (max-width: 480px){
    /* 左のタイトル、右のタイトル */
    .compare-box .compare-left-head, .compare-box .compare-right-head{
    font-size:12px;/* 文字大きさ */
    height:50px;/* 高さ */
    }
    /* 左のコンテンツ、右のコンテンツ */
    .compare-box .compare-left, .compare-box .compare-right {
      padding: 1.2em;/* 余白 */
      font-size: 12px;/* 文字大きさ */
     }
  }
  /************************************
  ** 比較表 箇条書き(記号)
  ************************************/
  /* 箇条書き(記号) */
  .compare-box .list{
     list-style: none !important;/* 行頭記号リセット */
     padding:0 !important;/* 余白リセット */
     margin:0 !important;/* 余白リセット */
     border:none !important;/* 線リセット */
  }
  /* 箇条書き 行 */
  .compare-box .list li { 
     border-bottom:1px dashed #cdcdcd;/* 線(太さ 種類　色) */
     position: relative;/* 配置 */
     margin:0.5em 0 !important;/* 余白 */
     max-width:500px;/* 横幅 */
     padding: 0 0 0.7em 1.4em !important;/* 余白 */
     line-height:1.8;/* 行間 */
  }
  /* 箇条書き 行最後 */
  .compare-box .list li:last-child{ 
     border:none;
  }
  /* 箇条書き 行頭記号 */
  .compare-box .list li:before {
     background-color:  #ffa952; /* 色 */
     position: absolute;/* 配置 */
     content: '';/* 空文字 */
     top: 10px;/* 上からの距離 */
     left: 7px;/* 下からの距離 */
     width: 7px;/* 横幅 */
     height: 7px;/* 縦幅 */
     border-radius: 4px;/* 角丸 */
  }
  /*スマホで見たとき*/
  @media screen and (max-width: 480px){
    /* 箇条書き 行頭記号 */
    .compare-box .list li:before {
    top: 9px;/* 上からの距離 */
    left: 3px;/* 下からの距離 */
    width:5px;/* 横幅 */
    height:5px;/* 縦幅 */
    }
  }
  /************************************
  ** 比較表　箇条書き(番号)
  ************************************/
  /* 箇条書き(番号) */
  .compare-box .list-number{
     counter-reset:number; /* 番号リセット */
     list-style: none !important;/* 行頭番号削除) */
     padding:0 !important;/* 余白リセット */
     margin:0 !important;/* 余白リセット */
     border:none !important;/* 線リセット */
  }
  /* 箇条書き(番号) 行 */
  .compare-box .list-number li {
     position: relative;/* 配置 */
     margin:0.5em 0 !important;/* 余白 */
     max-width:500px; /* 横幅 */
     padding: 0 0 0.5em 1.8em !important;/* 余白 */
     line-height:1.8;/* 行間 */
    border-bottom:1px dashed #cdcdcd;/* 線(太さ 種類　色) */
  }
  /* 箇条書き 行最後 */
  .compare-box .list-number li:last-child{ 
     border:none;
  }
  /* 箇条書き(番号) 行頭番号 */
  .compare-box .list-number li:before {
     counter-increment: number;/* 番号 */
     content: counter(number);/* 番号 */
     background-color: #fdc44f; /* 背景色 */
     color: #fff; /* 番号色 */
     position: absolute;/* 配置 */
     font-weight:bold;/* 文字太さ */
     font-size: 12px;/* 文字大きさ */
     border-radius: 50%;/* 角丸 */
     left: 0;/* 左からの距離 */
     top:5px;/* 上からの距離 */
     width: 18px;/* 横幅 */
     height: 18px;/* 縦幅 */
     line-height: 18px;/* 行間 */
     text-align:center;/* 中央寄せ */
  }
  /* 箇条書き 行頭記号リセット */
  .compare-box .list-number li:after{
    content:'';
  }
  /*スマホで見た時*/
  @media screen and (max-width: 480px){
    /* 箇条書き(番号) 行 */
    .compare-box .list-number li{
     padding: 0 0 0.5em 1.8em !important;/* 余白 */
    }
    /* 箇条書き(番号) 行頭番号 */
    .compare-box .list-number li:before {
    font-size:10px;/* 文字大きさ */
    width: 16px;/* 横幅 */
    height: 16px;/* 縦幅 */
    line-height: 16px;/* 行間 */
    top:2px;/* 上からの距離 */
    }
  }
    /************************************
  ** 比較表ブルー
  ************************************/
  /* 全体 */
  .compare-box-blue{
  background:#f2fbff !important;
  }
  /* タイトル */
  .compare-box-blue .compare-left-head,.compare-box-blue .compare-right-head{
  background:#00bfff !important;
  }
  /* 箇条書き(記号) 行頭番号 */
  .compare-box-blue .list li:before {
  background:#00bfff !important;
  }
  /* 箇条書き(番号) 行頭番号 */
  .compare-box-blue .list-number li:before {
  background:#00bfff !important;
  }

/************************************
** アイコンつきリスト
************************************/
/* ボックス全体 */
.iconbox{
  margin: 0 auto 2em; /* 余白 */
  background: #fef9ed; /* 背景色 */
  border-radius:4px; /* 角丸 */
  max-width:600px; /* 横幅 */
  padding: 0; /* 余白 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2); /* 影 */
}
/* ボックスタイトル */
.iconbox .box-title {
  font-size: 18px; /* 文字サイズ */
  background: #fdc44f; /* 背景色 */
  text-align: center; /* 文字配置 */
  color: #fff; /* 文字色 */
  font-weight: bold; /* 文字太さ */
  letter-spacing: 0.05em; /* 文字間隔 */
  border-radius:4px 4px 0 0; /* 角丸 */
  line-height:1.5; /* 行間 */
  padding:1em 2em; /* 余白 */
}
/* 段落の余白リセット */
.iconbox p {
  margin: 0;/* 文字の余白リセット */
  padding: 0; /* 文字の内側余白リセット*/
}
/* ボックス 中 */
.iconbox .iconbox-wrap{
  display:-webkit-box; /* 配置 */
    display:-ms-flexbox; /* 配置 */
  display:flex; /* 配置 */
  padding:1.3em 2em; /* 余白 */
}
/* コンテンツ */
.iconbox .iconbox-wrap .box-content{
   width: 97%;/*横幅 */
   margin: 0 3% 0 0 !important;/* 余白 */
   line-height:1.8;/* 行間 */
  -ms-flex-item-align: center;/* 中央寄せ */
   align-self: center;/* 中央寄せ */
}
/* コンテンツ段落 */
.iconbox .iconbox-wrap .box-content p{
  margin-bottom:1em;/*余白 */
}
/* アイコン&吹き出し */
.iconballoon{
  -ms-flex-item-align: end; /* 下部に配置 */
  align-self: flex-end; /* 下部に配置 */
}
/* アイコン */
.iconballoon .icon{
  text-align:center;/* 位置を中央へ */
}
/* アイコン画像 */
.iconballoon .icon img{
  width: 120px; /* 横幅 */
  margin:0; /* 余白 */
}
/* アイコン画像 (amp)*/
.iconballoon amp-img{
  max-width: 120px !important; /* 横幅 */
  margin:0; /* 余白 */
}
/* 吹き出し文字 */
.iconballoon .balloon p{
  line-height:1.4; /* 行間 */
}
/* 吹き出し */
.iconballoon .balloon{
  position:relative; /* 配置 */
  width:140px; /* 横幅 */
  background:#fff; /* 背景色 */
  padding:10px; /* 余白 */
  text-align:center; /* 中央寄せ */
  border:2px solid #999;/* 線(太さ 種類　色) */
  color:#555555;/* 文字色 */
  font-size:14px;/* 文字サイズ */
  font-weight:bold;/* 文字太さ */
  border-radius:10px;/* 角丸 */
  margin-bottom:10px;/* 余白 */
  line-height:1.5; /* 行間 */
}
/* 吹き出し(三角) */
.iconballoon .balloon:after,.balloon:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  position:absolute;
  top:100%;
  left:50%;
}
.iconballoon .balloon:after{
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
}
.iconballoon .balloon:before{
   border-color:"rgba(153, 153, 153, 0)";
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-top: 1px;
    border-top-color:#999999;
}
/*スマホ*/
@media screen and (max-width: 480px){
/* ボックスタイトル */
.iconbox .box-title {
  font-size: 14px; /* 文字サイズ */
}
/* ボックス 中 */
.iconbox .iconbox-wrap {
    padding: 1em 1em 1em 1.5em;/* 余白 */
}
/* コンテンツ */
.iconbox .iconbox-wrap .box-content{
  font-size:12px;/*文字サイズ */
}
/* アイコン画像 */
.iconballoon .icon img{
  width:80px;/* 横幅 */
  margin-top:5px;/* 余白 */
}
/* アイコン画像(amp) */
.iconballoon amp-img{
  max-width:80px !important;/* 横幅 */
  margin-top:5px;/* 余白 */
}
/* 吹き出し */
.iconballoon .balloon{
  width:80px;/* 横幅 */
  font-size:10px;/* 文字サイズ */
  padding: 1em 0;/* 余白 */
  border: 1px solid #999;/* 線(太さ 種類 色) */
}
/* 吹き出し(三角) */
.iconballoon .balloon:after {
    border-top-width: 12px;
    border-bottom-width: 10px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-left: -11px;
    border-top-color: #FFFFFF;
}
}
/************************************
** 箇条書き(点)
************************************/
/* 箇条書き */
.iconbox .list {
  list-style: none;/* 行頭記号削除  */
  padding: 0 !important;/* 余白リセット */
  margin: 0 !important;/* 余白リセット */
  border:none;/* 線リセット */
}
/* 箇条書き 行 */
.iconbox .list li { 
  position: relative;/* 行頭記号の配置  */
  margin: 0 0 0.5em 0 !important;/* 余白  */
  padding: 0 0 0.5em 1.4em !important;/* 余白 */
  line-height:1.8;/* 行間 */
}
/* 箇条書き 行頭記号 */
.iconbox .list li:before {
  background-color: #ffa952; /* 記号色 */
  position: absolute; /* 行頭記号の配置 */
  content: ''; /* 空文字 */
  top:13px; /* 上からの距離 */
  left: 0; /* 左からの距離 */
  width: 7px; /* 横幅 */
  height: 7px; /* 縦幅 */
  border-radius: 4px; /*角丸 */
}
/* 箇条書き 行頭記号リセット */
.iconbox .list-number li:after{
  content:'';
}
/*スマホ*/
@media screen and (max-width: 480px){
  /* 箇条書き 行頭記号*/
   .iconbox .list li:before{
     top:8px;/* 上からの距離 */
   }
}
/************************************
** 箇条書き(番号)
************************************/
/* 箇条書き(番号) */
.iconbox .list-number{
   counter-reset:number; /* 番号リセット */
   list-style: none !important;/* 行頭番号削除) */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き(番号) 行 */
.iconbox .list-number li {
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em !important;/* 余白 */
   line-height:1.8;/* 行間 */
}
/* 箇条書き(番号) 行頭番号 */
.iconbox .list-number li:before {
   counter-increment: number;/* 番号 */
   content: counter(number);/* 番号 */
   background-color: #fdc44f; /* 背景色 */
   color: #fff; /* 番号色 */
   position: absolute;/* 配置 */
   font-weight:bold;/* 文字太さ */
   font-size: 14px;/* 文字大きさ */
   border-radius: 50%;/* 角丸 */
   left: 0;/* 左からの距離 */
   top:4px;/* 上からの距離 */
   width: 22px;/* 横幅 */
   height: 22px;/* 縦幅 */
   line-height: 22px;/* 行間 */
   text-align:center;/* 中央寄せ */
}
/*スマホ*/
@media screen and (max-width: 480px){
  /* 箇条書き(番号) 行 */
  .iconbox .list-number li{
     padding: 0 0 0.5em 2em !important;/* 余白 */
  }
  /* 箇条書き(番号) 行頭番号 */
  .iconbox .list-number li:before {
    font-size:10px;/* 文字大きさ */
    width: 18px;/* 横幅 */
    height: 18px;/* 縦幅 */
    line-height: 18px;/* 行間 */
    top:2px;/* 上からの距離 */
  }
}

/************************************
** アイコンフキダシボックス(ピンク)
************************************/
/* ボックス全体 */
.iconbox-pink{
  background: #fdf1f1 !important; /* 背景色 */
}
/* ボックスタイトル */
.iconbox-pink .box-head-pink{
  background: #f7bcbc !important; /* 背景色 */
}
/* 箇条書き(番号) 行頭番号 */
.iconbox .list-number li:before {
  background: #f7bcbc !important; /* 背景色 */
}
/************************************
** アイコンフキダシボックス(ブルー)
************************************/
/* ボックス全体 */
.iconbox-blue{
  background: #f2fbff !important; /* 背景色 */
}
/* ボックスタイトル */
.iconbox-blue .box-head-blue{
  background: #00bfff !important; /* 背景色 */
}

/************************************
/************************************
** スマホで見やすい比較表
************************************/
.comparison-table-wrap{
  width:100%;
  max-width:600px;
  margin: 0 auto 2em;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.comparison-table-title{
  background : linear-gradient(90deg, rgba(71, 206, 255, 1) 0%, rgba(56, 224, 248, 1) 100%);
  text-align: center;
   color: #fff;
   font-weight: bold;
   padding: 1em;
   letter-spacing: 1px;
  margin: 0;
  font-size:14px;
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
}
.comparison-table{
  background:#f8f9fb;
  margin:0;
  padding:0.3em 1em;
}
.comparison-table table{
  border-collapse: separate;
  border-spacing:5px 10px;
  border:none;
  margin-bottom: 0;
}
.comparison-table table th,.comparison-table table td {
  width:50%;
}
.comparison-table table thead th{
  background : #d1d1d1;
  border:none;
  color:#fff;
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
  padding: 0.8em 0.5em;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 14px;
}
.comparison-table table tbody th{
  background : linear-gradient(90deg, rgba(71, 206, 255, 1) 0%, rgba(56, 224, 248, 1) 100%);
  text-align: center;
  color:#fff;
  border:none;
  border-radius:30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  padding: 0.4em 1em;
  font-size: 14px;
  line-height: 1.3;
}
.comparison-table table tbody td{
  background:#fff;
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
  border-radius:3px;
  border:none;
  padding:1.2em;
  color: #555;
  line-height: 1.8;
  text-align:justify;
  vertical-align:top;
}
.comparison-table table tbody td p{
  margin:0;
  padding:0;
  margin-bottom:1em;
  font-size: 14px;
}
.comparison-table table tbody td .td-h{
  text-align:center;
  font-weight:bold;
  color:#33ccff;
  font-size: 16px;
  margin-bottom:7px;
}
@media screen and (max-width: 768px){
  .comparison-table{
    padding:7px;
  }
  .comparison-table table{
    border-spacing:3px 10px;
  }
  .comparison-table table thead th{
    position: -webkit-sticky;
    position: sticky;
    top:0px;
    z-index:100;
  }
}

/************************************
** スマホで見やすい比較表(画像比較)
************************************/
/* 比較名背景 */
.comparison-table-img .comparison-table table thead th{
  box-shadow:none !important;
  padding:0;
  margin:0;
}
.comparison-table-img .comparison-table table thead tr{
  background:none !important;
}
.comparison-table-img .comparison-table table thead th img{
  display:block;
}
.comparison-table table thead th p{
  margin:0;
}
/* 画像タイトル */
.comparison-table-img .comparison-table table thead th .th-h{
  color:#fff;
  padding-top:10px;
  margin-bottom:10px;
  font-size:14px;
}

/*********************************
* タイムライン
*********************************/
.ptimeline-wrap{
    margin:0 auto 2rem;
}
.ptimeline-wrap .ptimeline{
    padding:0 !important;
    list-style:none !important;
}
.ptimeline-wrap .ptimeline-label {
    padding: 3px 0 0 2px;
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
}
.ptimeline-wrap .ptimeline-title {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    color:#00bfff;
}
.ptimeline-wrap .ptimeline-main {
    margin-top: 0.5em;
    padding: 0 0 1.5em;
    font-size: 0.9em;
    line-height: 1.8;
    border-bottom: dashed 1px #ddd;
    color:#555;
}
.ptimeline-wrap .ptimeline-main img{
  display:block;
  margin:1em auto;
}
.ptimeline-wrap .ptimeline-item {
    position: relative;
    padding: 0 0 1em 1.5em !important;
    margin-bottom:0 !important;
    border:none;
}
.ptimeline-wrap .ptimeline .ptimeline-item:before {
    content: "";
    width: 3px;
    background: #eee !important;
    display: block;
    position: absolute;
    top: 25px;
    bottom: -3px;
    left: 5px;
}
.ptimeline-wrap .ptimeline-item:last-child:before{
    content:none;
}
/*********************************
* タイムライン マーカー
*********************************/
.ptimeline-wrap .ptimeline-marker{
    display: block;
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 3px #00bfff;
}
.ptimeline-wrap .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .ptimeline-item:last-child .ptimeline-marker{
    background:#00bfff;
}

/*イエロー*/
.ptimeline-wrap .yellow .ptimeline-title{
    color:#fdc44f !important; /* タイトル色 */
}
.ptimeline-wrap .yellow .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .yellow .ptimeline-marker{
    border: solid 3px #fdc44f !important; /* マーカー色 */
    color:#fdc44f; /* アイコン色 */
}
.ptimeline-wrap .yellow .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .yellow .ptimeline-item:last-child .ptimeline-marker{
    background:#fdc44f; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .yellow .ptimeline-item .ptimeline-marker:before{
    color:#fdc44f !important; /* アイコン色 */
}

/************************************
** ボックスナビ
************************************/
.p-nav{
margin:2em 0;/* 全体外余白 */
padding:0;/* 全体内余白 */
}
.p-nav ul{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style:none;
margin:0;
padding:0;
border:none;
}
.p-nav ul li{
-ms-flex-preferred-size: calc(100%/4);/* 4列 */
flex-basis: calc(100%/4);/* 4列 */
margin:0;
padding:0;
text-align:center;
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;/* 罫線 */
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
min-height:100px;/* 最低の高さ */
cursor:pointer;
background:#fff;/* 背景色 */
}
.p-nav ul li:hover{
z-index:2;
box-shadow: inset 2px 2px 0 0 #0000cd, 2px 2px 0 0 #0000cd, 2px 0 0 0 #0000cd, 0 2px 0 0 #0000cd;/* 罫線(マウスホバー) */
transition: 0.35s ease-in-out;
}
.p-nav ul li:before{
content:unset !important;
}
.p-nav ul li a{
display:block;
padding: 0.5em 1em;/* 内余白 */
text-decoration:none;
width:100%;
}
.p-nav ul li a:hover{
background:none;
opacity:1;
}
.p-nav ul li a img{
max-width:50% !important;/* 画像横幅 */
height: auto !important;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1));/* 画像影 */
display: inline-block;
}
.p-nav .p-nav-title{
display: block;
color: #666;/* 文字色 */
font-size: 0.7em;/* 文字大きさ */
letter-spacing: 1px;
font-weight: 600;/* 文字太さ */
text-align: center;
line-height: 1.5;/* 文字行間高さ */
}
/* サイドバー */
#sidebar .p-nav ul li{
-ms-flex-preferred-size: calc(100%/2);/* 2列 */
flex-basis: calc(100%/2);/* 2列 */
}
/* スマホ */
@media screen and (max-width: 559px) {
  .p-nav ul li{
    -ms-flex-preferred-size: calc(100%/2);/* 2列 */
    flex-basis: calc(100%/2);/* 2列 */
  }
}
/* fontawesome */
.p-nav ul li a i,.p-nav ul li a svg{
font-size: 40px;/* アイコン大きさ */
padding: 10px 0;/* アイコン余白 */
color: #0000cd;/* アイコン色 */
display:inline-block;
}
/* fontawesome(2番目) */
.p-nav ul li:nth-of-type(2) a i,.p-nav ul li:nth-of-type(2) a svg{
color:#0000cd;/* アイコン色 */
}
/* fontawesome(3番目) */
.p-nav ul li:nth-of-type(3) a i,.p-nav ul li:nth-of-type(3) a svg{
color:#0000cd;/* アイコン色 */
}
/* fontawesome(4番目) */
.p-nav ul li:nth-of-type(4) a i,.p-nav ul li:nth-of-type(4) a svg{
color:#0000cd;/* アイコン色 */
}
.box5-blue {
  position: relative; /* 配置に関するもの(ここを基準に) */
  max-width:600px; /* ボックスの横幅 */
  margin: 0 auto 2em auto;
  padding: 20px 20px 0px 20px;
  border: 1px solid #0e7ac4;  /* ボックスの線 (太さ　線の種類　線の色)*/
  border-radius: 4px; /* ボックスの角丸 */
  background: #e6f1f9; /* ボックス背景色 */
}
.box5-blue .box-title {
  position: absolute; /* 配置に関するもの(ここを動かす) */
  top: -18px; /* 上から（-18px）移動*/
  left: 27px; /* 左から(27px)移動 */
  background: #0e7ac4; /* タイトル背景色 */
  color: #fff; /* タイトル文字色 */
  padding: 0.6em 1em;/* タイトルの内側余白 */
  line-height: 1;/* タイトルの行の高さ */
  font-size: 17px;/* タイトル文字の大きさ */
  font-weight: bold;/* タイトル文字の太さ */
  border-radius:4px;/* タイトルの角丸 */
}
.box5-blue p {
  margin: 0; /* 文字の外側余白リセット*/
  padding: 0; /* 文字の内側余白リセット*/
}

.box5-yellow {
  position: relative; /* 配置に関するもの(ここを基準に) */
  max-width:600px; /* ボックスの横幅 */
  margin: 0 auto 2em auto;
	padding: 20px 20px 0px 20px;
  border: 1px solid #fdc44f;  /* ボックスの線 (太さ　線の種類　線の色)*/
  border-radius: 4px; /* ボックスの角丸 */
  background: #fef9ed;/* ボックス背景色 */
}
.box5-yellow .box-title {
  position: absolute; /* 配置に関するもの(ここを動かす) */
  top: -18px; /* 上から（-18px）移動*/
  left: 27px; /* 左から(27px)移動 */
  background: #fdc44f; /* タイトル背景色 */
  color: #fff; /* タイトル文字色 */
  padding: 0.6em 1em;/* タイトルの内側余白 */
  line-height: 1;/* タイトルの行の高さ */
  font-size: 17px;/* タイトル文字の大きさ */
  font-weight: bold;/* タイトル文字の太さ */
  border-radius:4px;/* タイトルの角丸 */
}
.box5-yellow p {
  margin: 0; /* 文字の外側余白リセット*/
  padding: 0; /* 文字の内側余白リセット*/
}
/************************************
** CVボタン
************************************/
.p-cv-btn-wrap *{
  padding:0 !important;
  box-sizing: border-box;
}
.p-cv-btn-wrap{
  background:#f7f7f7;
  padding:1.5em !important;
  margin: 0 0 2em !important;
  font-size:16px;
  line-height:1.8;
}
.p-cv-btn-wrap ul,.p-cv-btn-wrap a,.p-cv-note{
  max-width:350px;
  margin: auto !important;
  border:none;
}
.p-cv-btn-wrap ul li{
  font-weight:500;
  list-style:none;
  font-size:0.9em;
  position:relative;
  padding-left:1.5em !important;
}
.p-cv-btn-wrap ul li:before{
  font-family: "FontAwesome";
  content: "\f00c" !important;
  font-weight:600;
  color:#1d89b5;
  position:absolute;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.p-cv-btn a{
  color:#fff;
  text-decoration:none !important;
  background:#90c231;
  border-bottom: solid 4px #61841f;
  padding: 0.5em 1em !important;
  border-radius: 7px;
  margin: 0.3em auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-cv-btn:hover{
  opacity:0.9;
}
.p-cv-btn a:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.p-cv-btn .p-cv-em{
  font-size:0.9em;
  line-height: 1.3;
  text-align:center;
  font-weight:600;
  display:block;
  color:#90c231;
  background:#fff;
  padding: 5px 10px !important;
  margin: 2px 10px 0px 0 !important;
  border-radius: 30px;
  min-width: 55px;
  max-width: 80px;
}
.p-cv-btn .p-cv-text{
  font-size:0.9em;
  font-weight: 600;
  color:#fff;
  letter-spacing: 1px;
  border-left: 1px solid #fff;
  line-height: 25px;
  margin: 0.6em auto 0.6em 0 !important;
  padding: 0 0.6em 0 1em !important;
}
.p-cv-btn i,.p-cv-btn svg{
  color:#fff;
  min-width:22px;
}
.p-cv-url-wrap{
  font-size: 0.8em !important;
  max-width: 350px;
  margin: 0 auto 0.5em !important;
  display: block;
}
.p-cv-url-wrap a{
  color: #1a0dab !important;
  text-decoration:underline !important;
}
.p-cv-btn-wrap .p-cv-note{
  font-size:0.9em;
  border: 1px solid #90c231;
  margin-top:0.5em !important;
  padding:0.5em 1em !important;
}
.sidebar .p-cv-btn-wrap{
  background:#fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
/*320px以下*/
@media screen and (max-width: 320px){
  .p-cv-btn-wrap{
    padding:1em !important;
  }
}
.box5-pink {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	max-width:600px; /* ボックスの横幅 */
	margin: 0 auto 2em auto;
	padding: 20px 20px 0px 20px;
	border: 1px solid #f27398;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
	background: #fdf1f4; /* ボックス背景色 */
}
.box5-pink .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -18px; /* 上から（-18px）移動*/
	left: 27px; /* 左から(27px)移動 */
	background: #f27398; /* タイトル背景色 */
	color: #fff; /* タイトル文字色 */
	padding: 0.6em 1em;/* タイトルの内側余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 17px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
	border-radius:4px;/* タイトルの角丸 */
}
.box5-pink p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}
/*CVボタン微調整*/
.p-cv-btn {
	margin-top: 0.5em !important;
}
.p-cv-btn-wrap > p {
  margin-bottom: 0.5em !important;
}
.p-cv-btn-wrap .p-cv-note {
	margin-top: 1.0em !important;
}
#toc-widget-2{
	max-height: 390px;/* 縦の幅 */
	overflow-y: auto;
}
.widgettitle {
	text-align:center;
}
.reviewBox {
	display: block;
	max-width: 500px;
	background: #eff9ff;
	margin: 20px auto;
	padding: 0;
	border-radius: 10px;
}

.reviewBox .reviewBox_content {
	padding: 30px;
}

.reviewBox .reviewBox_title1 {
	margin: 0;
	padding: 12px;
	background: #54b3fc;
	text-align: center;
	font-size: 15px !important;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	line-height: 1.3em;
	color: #fff !important;
}

.reviewBox .reviewBox_title1:before {
	font-family: "Font Awesome 5 Free";
	content: "\f005";
	font-weight: 600;
	padding-right: 5px;
	font-size: .9em !important
}

.reviewBox p{
	margin: 0;
	padding: 0;
	letter-spacing:0;
}

.reviewBox .reviewBox_title2 {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 16px !important;
	margin-bottom: 10px;
	font-weight: bold;
}

.reviewBox .reviewBox_title2:before {
	content: none !important;
}

.reviewBox .reviewBox_top {
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.reviewBox .reviewBox_top p {
	margin: 0;
	line-height: 1.7em;
	font-size: 15px !important;
}

.reviewBox .reviewBox_top p:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 600;
	padding-right: 5px;
	font-size: .8em;
}

.reviewBox .reviewBox_top .reviewBox_left,
.reviewBox .reviewBox_top .reviewBox_right {
	width: 50%;
}

.reviewBox .reviewBox_top .reviewBox_right img {
	display: block;
	margin: auto;
	width: 160px;
}

.reviewBox .reviewBox_center {
	margin-top: 10px;
}

.reviewBox .reviewLink {
	ddisplay: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reviewBox .reviewLink a {
	font-size: 15px !important;
	padding: .6em 2em;
	margin: 5px;
	width: 40%;
	text-align: center;
	margin-top: 30px;
	text-decoration: none;
	background: #54b3fc;
	color: #fff !important;
	border: 2px solid #54b3fc;
}

.reviewBox .reviewLink a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 600;
	padding-right: 5px;
}

.reviewBox .reviewBox_center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px 0;
}

.reviewBox .reviewBox_center .progress-circle {
	width: 25%;
	margin: auto;
}

.reviewBox .progress-circle {
	font-size: 12px !important;
	margin: 20px;
	position: relative;
	/* so that children can be absolutely positioned */
	padding: 0;
	width: 5em !important;
	height: 5em !important;
	background-color: #c8e8fe;
	border-radius: 50%;
	line-height: 5em;
}

.reviewBox .reviewBox_score {
	font-size: 13px !important;
	text-align: center;
	line-height: 1em;
	z-index: 4;
	padding-top: 5em;
	display: block;
	font-weight: 600;
}

.reviewBox .reviewBox_score p {
	margin: 0;
	font-size: 12px !important;
}


.reviewBox .progress-circle:after {
	border: none;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	text-align: center;
	display: block;
	border-radius: 50%;
	width: 4em;
	height: 4em;
	background-color: #eff9ff;
	content: " ";
}

.reviewBox .progress-circle .progress-text {
	position: absolute;
	line-height: 2.6em;
	width: 2.6em;
	text-align: center;
	display: block;
	color: #444 !important;
	font-size: 23px !important;
	z-index: 2;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

.reviewBox .left-half-clipper {
	border-radius: 50%;
	width: 5em;
	height: 5em;
	position: absolute;
	/* needed for clipping */
	clip: rect(0, 5em, 5em, 2.5em);
	/* clips the whole left half*/
}

.reviewBox .progress-circle.over50 .left-half-clipper {
	clip: rect(auto, auto, auto, auto);
}

.reviewBox .value-bar {
	position: absolute;
	/*needed for clipping*/
	clip: rect(0, 2.5em, 5em, 0);
	width: 5em !important;
	height: 5em !important;
	border-radius: 50%;
	border: 0.45em solid #54b3fc;
	box-sizing: border-box;

}

.reviewBox .progress-circle.over50 .first50-bar {
	position: absolute;
	/*needed for clipping*/
	clip: rect(0, 5em, 5em, 2.5em);
	background-color: #54b3fc;
	border-radius: 50%;
	width: 5em;
	height: 5em;
}

.reviewBox .progress-circle:not(.over50) .first50-bar {
	display: none;
}


.reviewBox .progress-circle.p0 .value-bar {
	display: none;
}

.reviewBox .progress-circle.p1 .value-bar {
	transform: rotate(4deg);
}

.reviewBox .progress-circle.p10 .value-bar {
	transform: rotate(36deg);
}

.reviewBox .progress-circle.p20 .value-bar {
	transform: rotate(72deg);
}

.reviewBox .progress-circle.p30 .value-bar {
	transform: rotate(108deg);
}

.reviewBox .progress-circle.p40 .value-bar {
	transform: rotate(144deg);
}

.reviewBox .progress-circle.p50 .value-bar {
	transform: rotate(180deg);
}

.reviewBox .progress-circle.p60 .value-bar {
	transform: rotate(216deg);
}

.reviewBox .progress-circle.p70 .value-bar {
	transform: rotate(252deg);
}

.reviewBox .progress-circle.p80 .value-bar {
	transform: rotate(288deg);
}

.reviewBox .progress-circle.p90 .value-bar {
	transform: rotate(324deg);
}

.reviewBox .progress-circle.p100 .value-bar {
	transform: rotate(360deg);
}


@media screen and (max-width:480px) {
	.reviewBox .reviewBox_content {
		padding: 15px;
	}
	
	.reviewBox .reviewBox_top .reviewBox_right img {
	width: 220px;
  }
	
	.reviewBox .reviewBox_top p {
	font-size: 13px !important;
  }
  
  .reviewBox .reviewBox_top p:first-child {
	font-size: 15px !important;
  }

	.reviewBox .reviewBox_center {
		padding: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.reviewBox .reviewLink a {
		padding: .5em;
	}

	.reviewBox .reviewBox_top {
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.reviewBox .reviewBox_top .reviewBox_left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		width: 90%;
		margin: auto;
		margin-top: 20px;
	}

	.reviewBox .reviewBox_top .reviewBox_right {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		width: 100%;
	}

	.reviewBox .reviewLink a {
		font-size: 13px !important;
	}

	.reviewBox .progress-circle .progress-text {
		line-height: 2.2em;
		width: 2.2em;
		font-size: 23px !important;
	}

	.reviewBox .progress-circle {
		font-size: 10px !important;
	}

	.reviewBox .reviewBox_score p{
		font-size: 10px !important;
	}
}
	.box_no_line_blue {
    padding: 1em 1em 0em;
    color: #2c2c2f;
    background: #DCF6FF;/*背景色*/
}
	/*線なしボックス*/
.box_no_line_blue p {
    margin: 0; 
    padding: 0;
	}
	.box_no_line_gray {
    padding: 1em 1em 0em;
    color: #2c2c2f;
    background: #F7F7F7;/*背景色*/
}
	/*線なしボックス*/
.box_no_line_gray p {
    margin: 0; 
    padding: 0;
	}
	.smartBox{
    padding: 0em 1em;
    margin: 0em 0 1em;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.smartBox p {
    margin: 0; 
    padding: 0;
}