@charset "UTF-8";
*{word-break: normal;}
/*基本事項*/
html {
  font-size: 62.5%;
}
body{
  font-family: "YuGothic","游ゴシック体","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","ＭＳ Ｐゴシック","Noto Sans JP", sans-serif;
  font-size: 1.6em;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  color: #333;
  background: #fafafa;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  padding-top:64px;
}

.content-area-l a {
  color: #0693E3;
}

.content-area-l a:hover {
  text-decoration: underline;
}

.content-area-l .article-index a, .content-area-l .breadcrumb a, .content-area-l .comments a, .pagination a.page-numbers {
  color: #333333;
}

.content-area-l .article-li-cate a, .content-area-l a.article-li-cate {
  color: #f53248;
}

.content-area-l .article-li-cate a:hover, .content-area-l a.article-li-cate:hover {
  color: #fff;
  text-decoration: none;
}

.content-area-l .trial-free .trial-free-btn-wrapper a {
  color: #fff;
}

.content-area-l .trial-free .trial-free-btn-wrapper a:hover {
  color: #f53248;
  text-decoration: none;
}

.trial-free .note a:hover {
  text-decoration: underline;
}

.pagination a.page-numbers:hover {
  text-decoration: none;
}



/* .trial-free .note a:hover {
  text-decoration: underline;
} */

/* blockquote {
  background-color: hsl(0deg 0% 96%);
  border-radius: 8px;
  padding: 30px;
}

cite {
  font-style: normal;
  position: relative;

}

cite::before {
  position: absolute;
  top: -30px;
  left: -18px;
  content: url("./quote-left-solid.svg");
  width: 30px;
  height: 30px;
}

cite::after {
  position: absolute;
  bottom: -15px;
  right: -35px;
  content: url("./quote-right-solid.svg");
  width: 30px;
  height: 30px;
} */

blockquote {
  background-color: hsl(0deg 0% 96%);
  border-radius: 8px;
  padding: 45px;
  position: relative;
  margin-bottom: 1.5em;
}

cite {
  font-style: normal;
}

blockquote::before {
  position: absolute;
  top: 10px;
  left: 10px;
  margin-top: 5px;
  margin-left: 10px;
  content: url("assets/images/icon/quote-left-solid.svg");
  width: 20px;
  height: 20px;
  opacity: 40%;
}

blockquote::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin-bottom: 5px;
  margin-right: 10px;
  content: url("assets/images/icon/quote-right-solid.svg");
  width: 20px;
  height: 20px;
  opacity: 40%;
}



.content-area .content-area-l figcaption, .content-area .content-area-l a {
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  body{padding-top: 45px;}
}
h2,h3,h4,p{color:#333;}
p{
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 22px;
}
p.p-text{ 
  color:#000;
}
p.p-last{ 
  margin-bottom: 40px;
}
p.p-imgcaption{
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
p.p-text-bold{font-weight:600;}
/*テキストマーカー装飾*/
p.p-text > span.marker,
p.p-text > code,
p > code{
  background: linear-gradient(transparent 60%, #ffc6c6 60%);
}

sup { top: -0.5em;}
strong{font-weight:600 !important;}
a{text-decoration: none;}

a.bnr-link:hover{transition:0.3s;}
a.bnr-link:hover{opacity:0.7;}
a.bnr-link:not(:last-of-type) img{
  margin-bottom:35px;
}
time{
  color:#999;
  font-size:14px;
  padding: 0 15px 0 0;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
img {
  max-width: 100%;
  height: auto;
}
#main{
    width:100%;
    max-width:1340px;
    background: #fff;
    margin:0 auto;
}
.article-li-cate{
  color:#f53248;
  border:1px solid #f53248;
  background:#fff;
  padding:0.15em 0.75em 0;
  border-radius:30px;
  font-size:14px;
  display:inline-block;
  margin-bottom:8px;
  margin-right:8px;
  z-index:2;
  position:relative;
  transition:0.3s;
  pointer-events: all;
}
.article-li-cate:hover{
  color:#fff;
  background:#f53248;
}
@media screen and (max-width : 768px){
  #main{padding-top:45px;}
}

/*------------conent------------*/
.content-area,.content-area-page{
    width:95%;
    max-width:1140px;
    margin:0 auto;
    padding:55px 0 45px;
    justify-content:space-between;
}
.content-area{
  display:flex;
}
.content-area .content-area-r .content-wrapper-r{margin-bottom:60px;}
.content-area .content-area-l{
  width:65%;
  max-width:700px;
}
.content-area .content-area-l a{
  word-wrap: break-word;
  word-break: break-all;
}
.content-area .content-area-l > ol,
.content-area .content-area-l > ul{
  padding-left: 1.3em;
  margin-bottom: 1em;
}
.content-area .content-area-l > ol > li{list-style-type: decimal;}
.content-area .content-area-l > ul > li{list-style-type: disc;}

.content-area .content-area-r{max-width:345px;}

/*エラー404ページ*/
.content-area .content-area-error{
  width:100%;
  max-width:700px;
  margin:0 auto;
}

@media screen and (max-width : 768px){
    .content-area,.content-area-page{display:block;}
    .content-area .content-area-l,
    .content-area .content-area-r,
    .content-area .content-area-error{
        width:100%;
        padding:0 10px;
        box-sizing: border-box;
    }
    .content-area .content-area-l{max-width: 100%;}
    .content-area .content-area-r{
        width:100%;
        max-width:355px;
        margin:0 auto;
    }
    .content-area .content-area-r .content-wrapper-r{margin-bottom:40px;}

    .content-area .content-area-l > ol{
      padding-left:1.75em;
    }
    .content-area .content-area-l > ul{
      padding-left:1.5em;
    }
    .content-area .content-area-l > ul > li{
      padding-left:0.25em;
    }

}
@media screen and (max-width : 500px){
  .content-area,.content-area-page{
    width:100%;
    padding:10px 10px 30px;
    box-sizing: border-box;
  }
  .content-area:first-of-type{
    margin-top:-25px;
  }
}
/*---------------
  h-title
---------------*/
.title-h1{
  font-weight:600;
  font-size:27px;
  line-height:1.5em;
  margin:10px auto 20px;
}
.category-title-h1,
.tag-title-h1,
.search-title-h1{
  font-weight:600;
  font-size:27px;
  line-height:1.5em;
  margin:10px auto 20px;
}
.title-h2,.title-h3-sub,.title-h4-sub,.title-p-sub,.top-title-h2,
.content-area-l > h2,.content-area-l > h3,
.content-area-l > h4{
  font-weight:bold;
  box-sizing:border-box;
}
.title-h2,
.content-area-l > h2{
    font-size: 26px;
    line-height: 1.6em;
    background:#F5F5F5;
    border-left: 6px solid #f53248;
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 15px 20px;
}
.top-title-h2{
    font-size: 26px;
    line-height: 1.6em;
    background:#F5F5F5;
    border-left: 6px solid #f53248;
    margin-bottom: 30px;
    padding: 15px 20px;
}

.title-p-sub{
  font-size: 20px;
  border-bottom: 1px solid #f53248;
  margin-bottom: 20px;
}
.title-h3-sub,.content-area-l > h3{
  font-size:22px;
  font-weight: 700;
  line-height: 1.6em;
  border-bottom:2px solid #f53248;
  padding-bottom: 10px;
  margin-top: 50px;
  margin-bottom:20px;
}
.title-h4-sub, 
.content-area-l > h4{
  font-size:20px;
  font-weight:700;
  line-height:1.6em;
  color:#DB2727;
  margin-bottom:15px;
  display:block;
  padding-right:15px;
  position:relative;
  z-index:1;
}

@media screen and (max-width : 768px){
  p{
    margin-bottom: 30px;
  }
  .title-h1{
    font-size:18px;
    margin:10px auto 20px;
  }
  .category-title-h1,
  .tag-title-h1,
  .search-title-h1{
    font-size:18px;
    margin:10px auto 20px;
  }
  .title-h2,.top-title-h2,
  .content-area-l > h2{
    font-size:20px;
    font-weight:700;
    line-height:1.6em;
    padding:15px 20px;
    margin-top:50px;
  }
  .title-h3-sub,.title-p-sub,
  .content-area-l > h3{
    font-size:18px;
  }
  .title-h4-sub, 
  .content-area-l > h4{
    font-size:18px;
  }
  .content-area-r form.serch-form{
   display: none;
  }
}
/*---------------
  flex_box
---------------*/
.flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex-wrap: wrap;
}
/*---------------
  header
---------------*/
#header{
    width:100%;
    max-width:1340px;
    margin:0 auto;
    height:64px;
    background:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow: 0px 0px 15px 2px rgba(99, 78, 78, 0.15);
    position:fixed;
    z-index: 100;
    top:0;
    right:0;
    left:0;
}
#header a.logo-header{
  height:35px;
  margin-left:40px;
  transition:opacity 0.3s;
}
#header a.logo-header:hover{
opacity:0.6;
}
#header a.logo-header img{
    height:100%;
}
#header a.btn-cv-common{
    height:64px;
    padding:0 40px 0 20px;
    margin-right: 10px;
    box-sizing: border-box;
    position:relative;
}
#header button.btn-cv-common{
    height:45px;
    padding:0 40px 0 20px;
    margin-right: 10px;
    box-sizing: border-box;
    border-radius: 30px;
    position:relative;
}
#header > .category{
  display: none !important;
}
@media only screen and (max-width: 768px){
  #header{
    height:45px;
    box-shadow: 0px 0px 10px 2px rgba(99, 78, 78, 0.15);
    position: fixed;
    z-index:3;
  }
  #header a.btn-cv-common{
    display:none;
  }
  #header button.btn-cv-common{
    display:none;
  }
  #header a.logo-header{
    height:28px;
    margin:0 auto;
  }
}
/*---------------
  ヘッダーオーバーレイ
---------------*/
.header-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.header-overlay-content {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  max-width: 800px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.50);
}

/* 閉じるボタンのスタイル */
.header-close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-right: 10px;
  cursor: pointer;
}

.header-close-btn:hover {
  color: #333;
}

@media only screen and (max-width: 768px){
  .header-overlay-content {
    max-width: 350px;
  }
}
/*---------------
  ハンバーガー
---------------*/
.hamburger{
  display: none;
}
@media only screen and (max-width: 768px){
  .hamburger{
    display:block;
    width:27px;
    height:27px;
    position:absolute;
    left:9px;
    top:9px;
  }

  .hamburger .ham-bar{
    background: #333;
    width: 27px;
    height: 4px;
    border-radius: 2px;
    display: block;
    position: absolute;
    transition:0.3s;
  }
  .hamburger .ham-bar#ham-bar-t{
    top:0;
    margin:auto;
  }
  .hamburger .ham-bar#ham-bar-m{
    top:0;
    bottom:0;
    margin:auto;
  }
  .hamburger .ham-bar#ham-bar-b{
    bottom:0;
    margin:auto;
  }

  .hamburger.ham-op .ham-bar#ham-bar-t{
    top:0;
    bottom:0;
    transform: rotate(45deg);
  }
  .hamburger.ham-op .ham-bar#ham-bar-m{
    opacity:0;
  }
  .hamburger.ham-op .ham-bar#ham-bar-b{
    top:0;
    bottom:0;
    transform: rotate(-45deg);
  }
}

/*---------------
  検索窓
---------------*/
.header-search{
  display: none;
}
@media only screen and (max-width: 768px){
  .header-search{
    display:block;
    width:27px;
    height:27px;
    position:absolute;
    right:9px;
    top:9px;
  }
  .header-search .ham-bar{
    background: #333;
    width: 27px;
    height: 4px;
    border-radius: 2px;
    display: block;
    position: absolute;
    transition:0.3s;
  }
  .header-search .ham-bar#ham-bar-t{
    display: none;
  }

  .header-search .ham-bar#ham-bar-b{
    display: none;
  }
  .header-search.ham-op .ham-bar#ham-bar-t{
    display:block;
    top:10px;
    bottom:0;
    transform: rotate(45deg);
  }
  .header-search.ham-op .ham-bar#ham-bar-b{
    display:block;
    top:10px;
    bottom:0;
    transform: rotate(-45deg);
  }
  .search-container {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
}

/*---------------
  パンくずリスト
---------------*/
.breadcrumb{
  width: 100%;
  max-width:100%;
  height: 35px;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size:14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}

.breadcrumb > span:last-of-type{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
  color:#f53248;
}
.breadcrumb > span a{
  line-height:2em;
  text-decoration: none;
}
.breadcrumb > span a:hover{
  text-decoration:underline;
  opacity:0.7;
}
.breadcrumb > span:last-of-type a:hover{
  text-decoration:none;
  opacity:1;
}
@media only screen and (max-width: 468px){
  .breadcrumb{
    margin-top:0;
  }
.breadcrumb{
  max-width:468px;
}
.breadcrumb > span:last-of-type{
  width:100%;
}
}
@media only screen and (max-width: 400px){
}

/*---------------
  pickup-area
---------------*/
.pickup-area {
  width:95%;
  max-width:1140px;
  margin: 0 auto;
  background-color: #fffafa;
  position: relative;
  border-radius: 10px;
}

.pickup-article-half-width {
  display: flex;
  gap: 10px;
  padding: 10px 30px 10px;
}

.pickup-article {
  flex: 1 1 calc(33% - 20px);
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 10px;
  position: relative;
  cursor: pointer;
}

.pickup-article:hover{
  box-shadow: 0px 0px 15px 2px rgba(99, 78, 78, 0.15);
}

.pickup-article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.pickup-article a {
  text-decoration: none;
}

.pickup-article h3 {
  font-size:18px;
  font-weight: bold;
  line-height:24px;
  padding: 10px 0px 10px;
  height: 80px;
}

.pickup-article-info {
  padding-top: 10px;
}

.pickup-article-image-content{
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 240px;
}

.pickup-article img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 6px;
  border: solid #e9ebed;
}

.pickup-link {
  display: block;
  pointer-events: none; /* 親のonclickを優先 */
}

.ribbon {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 600;
  background: #ffd2e2;
  color: #333;
  box-sizing: border-box;
  border-radius: 10px 0 0 0;
}

.ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fffafa transparent transparent;
  border-style: solid;
}

@media (max-width: 1000px) {
  .pickup-article h3 {
    height: 110px;
  }
}

@media (max-width: 768px) {
  .pickup-article-half-width {
    flex-direction: column;
    padding: 20px 15px;
  }

  .pickup-article:not(:last-of-type){
    flex: 1 1 100%;
    height: auto;
    padding: 15px 10px;
    border-bottom: 1px solid #e7eaed;
  }

  .pickup-article h3 {
    padding: 10px 0px 10px;
    height: auto;
  }

  .pickup-article-image-content{
    height: 100%;
  }

  .pickup-article img {
    width: 90%;
  }
}

@media (max-width: 468px) {
  .ribbon {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .ribbon:after {
    border-width: 15px 15px 15px 0px;
  }

  .pickup-article h3 {
    height: auto;
  }

  .pickup-article img {
    max-width: 256px;
  }
}

/*---------------
  kv
---------------*/
.kv-area {
  width: 100%;
  background-image: url(assets/images/kv/kv_pc_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  height: 110px;
  margin-bottom: 20px;
}
.kv-area .kv-inner{
  width:95%;
  max-width:1140px;
  margin:0 auto;
  padding: 40px 0;
}
.kv-area .kv-inner h1,
.kv-area .kv-inner p{
  line-height:1.5em;
}
.kv-area .kv-inner h1{
  font-size:36px;
  margin-bottom:40px;
}
.kv-area .kv-inner p{
  font-size:19px;
  font-weight: 600;
  color: #777;
}
@media screen and (max-width : 768px){
  .kv-area{
    margin-top: -45px;
    margin-bottom: 10px;
  }
  .kv-area .kv-inner {
    width:100%;
    padding:0 20px;
    box-sizing: border-box;
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
  }
  .kv-area .kv-inner h1,
  .kv-area .kv-inner p{
    width:48%;
    text-align: left;
  }
}
@media screen and (max-width : 468px){
.kv-area {
  background-position: center top;
  background-image: url(assets/images/kv/kv_sp_02.png);
}
.kv-area .kv-inner{
  height:80px;
}
.kv-area .kv-inner p{
  width: 69%;
  font-size:13px;
  text-align: left;
  padding-top: 10px;
}
}
/*---------------
  注意喚起メッセージ
---------------*/
.emergency-message{
  background: #fff;
  width: 100%;
  margin: 30px auto 0px;
}
.emergency-message .eme-messa-box{
  width: 95%;
  max-width: 1140px;
  display:flex;
  margin: 0 auto;
  background: #fff;
  box-sizing:border-box;
  border:1px solid #f53248;
}
.emergency-message .eme-messa-box .eme-messa-title{
  background: #f53248;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 20%;
}
.emergency-message .eme-messa-box .eme-messa-p{
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
}
.emergency-message .eme-messa-box .eme-messa-li{
  padding: 30px;
  width: 100%;
}
.emergency-message .eme-messa-box .eme-messa-li ul li time{
    color: #999;
    width: 30%;
    max-width: 110px;
}
.emergency-message .eme-messa-box .eme-messa-li ul li{
  display:flex;
  align-items:center;
  justify-content: center;
  margin-bottom:1em;
}
.emergency-message .eme-messa-box .eme-messa-li ul li:last-of-type,
.emergency-message .eme-messa-box .eme-messa-li ul li p:last-of-type{
  margin-bottom:0;
}
.emergency-message .eme-messa-box .eme-messa-li ul li a:hover{
  color:#f53248;
  text-decoration: underline;
  text-decoration-color: #f53248;
}
@media screen and (max-width : 768px){
  .emergency-message{
    margin-top: 25px;
    padding:0 10px;
  }
  .emergency-message .eme-messa-box{
    flex-direction: column;
  }
  .emergency-message .eme-messa-box .eme-messa-title{
    font-size:16px;
    padding:10px;
    width: 100%;
  }
  .emergency-message .eme-messa-box .eme-messa-p{
    font-size: 16px;
  }
  .emergency-message .eme-messa-box .eme-messa-li{
    padding:15px;
  }
  .emergency-message .eme-messa-box .eme-messa-li ul li time{
    display:block;
  }
}

/*---------------
  btn
---------------*/
.btn-cv-common{
    background: #f53248;
    color:#fff;
    border:1px solid #f53248;
    transition:0.3s;
    text-decoration: none;
    display: flex;
    align-items:center;
    justify-content:center;
}
.btn-cv-common:before,
.btn-cv-common:after{
  display:inline-block;
  position:absolute;
  width:11px;
  height:19px;
  right:15px;
  top:0;
  bottom:0;
  margin:auto;
  transition:opacity 0.3s;
}
.btn-cv-common:before{
  content:url(assets/images/icon/arrow-trial-btn.png);
  opacity:1;
}
.btn-cv-common:after{
  content:url(assets/images/icon/arrow-trial-btn-hover.png);
  opacity:0;
}
@media screen and (max-width : 468px){
  .btn-cv-common:before,
  .btn-cv-common:after{
    right:10px;
  }
}
@media screen and (min-width : 768px){
.btn-cv-common:hover:before{opacity:0;}
.btn-cv-common:hover:after{opacity:1;}
.btn-cv-common:hover{
  background:#fff;
  color:#f53248;
  cursor: pointer;
}
}

/*TOPに戻るボタン----------------*/
.btn-top{
  display:none;
  background: #fff;
  border:2px solid #f53248;
  border-radius: 50%;
  width:60px;
  height:60px;
  position:fixed;
  bottom:20px;
  right:20px;
  transition:0.3s;
  z-index:3;
}
.btn-top img{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform: rotate(-90deg);
}
/*---------------
  追従バナー
---------------*/
.btn-cv-sp{
  width:100%;
  display:none;
  border:none;
}
@media screen and (max-width : 468px){
  .btn-cv-sp{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 0;
    display:none;
  }
}
/*---------------
  article-list
---------------*/
.article-li-new{
    width:100%;
    margin-bottom:70px;
}
.article-li-new .article-new-one{
    position: relative;
    padding: 15px 20px 30px;
    box-sizing: border-box;
    transition: all 0.3s;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none;
    min-width: 250px;
    height: 180px;
    border-bottom: 1px solid #e7eaed;
    overflow: hidden;
}
.article-li-new .article-new-one:hover{
    box-shadow: 0px 0px 15px 2px rgba(99, 78, 78, 0.15);
}
.article-li-new .article-new-one > a.article-link:after{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:1;
  content:'';
}
.article-li-new .article-new-one img{
    width: 210px;
    height: auto;
    max-height: 140px;
    margin-top: 15px;
    border-radius: 6px;
    display: block;
    object-fit: cover;
}
.article-li-new .article-new-one .article-new-txt{
    width:60%;
    margin-left: 20px;
}
.article-li-new .article-new-one .article-new-txt h3{
    font-size:18px;
    font-weight: bold;
    line-height:24px;
}
.article-li-new .article-new-one .article-new-txt p{
  margin-bottom:0;
}
.article-li-new .article-new-one .article-new-txt > div{
    display: block;
    margin:10px 0 0;
}

.article-li-new .article-new-one .article-new-txt > div time{
    margin-right:10px;
}
@media screen and (max-width : 1000px){
  .article-li-new .article-new-one{
    flex-direction: column;
    height: auto;
  }
  .article-li-new .article-new-one img{
    width: 100%;
    height: 100%;
    max-height: 210px;
    margin:0 auto;
  }
  .article-li-new .article-new-one .article-new-txt{
    width:100%;
    margin-left:0;
    margin-top:20px;
  }
}
@media screen and (min-width : 768px) and (max-width : 1000px){
  .article-li-new{width:95%;}
}
@media screen and (max-width : 768px){
  .article-li-new{width:100%;}
  .article-li-new .article-new-one{
    padding: 20px 10px;
    height: 100%;
    background: #fff;
    margin-bottom: 10px;
  }
}
@media screen and (max-width : 500px){
  .article-li-new .article-new-one .article-new-txt h3{font-size:16px;}
  .article-li-new .article-new-one .article-new-txt p{
    font-size:14px;
    color:#000;
    line-height:1.75em;
  }
  .article-li-new .article-new-one img{
    height: 100%;
    max-width: 256px;
  }
}

/*ページネーション*/
.article-li-new .nav-links{
  display:flex;
  justify-content:center;
}
.article-li-new .nav-links .page-numbers{
  width:35px;
  height:35px;
  border-radius:50%;
  transition:0.3s;
  background:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 2px;
}
.article-li-new .nav-links .page-numbers img{
  width:8px;
}

.article-li-new .nav-links > ul .page-numbers:hover{
  background: #fff7f7;
  color:#f53248;
}
.article-li-new .nav-links .page-numbers .pagenation-prev,
.article-li-new .nav-links .page-numbers .pagenation-next{display:block;}
.article-li-new .nav-links .page-numbers:hover .pagenation-prev,
.article-li-new .nav-links .page-numbers:hover .pagenation-next{
  display:none;
}
.article-li-new .nav-links .page-numbers .pagenation-prev-hover,
.article-li-new .nav-links .page-numbers .pagenation-next-hover{
  display:none;
}
.article-li-new .nav-links .page-numbers:hover .pagenation-prev-hover,
.article-li-new .nav-links .page-numbers:hover .pagenation-next-hover{
  display:block;
}
.article-li-new .nav-links .page-numbers .pagenation-next,
.article-li-new .nav-links .page-numbers .pagenation-next-hover{
  transform:rotate(180deg);
}
.article-li-new .nav-links .page-numbers.current{
  background: #f53248;
  color:#fff;
}
@media screen and (max-width : 768px){
  .article-li-new .nav-links .page-numbers{
    width:30px;
    height:30px;
    margin:0 1px;
  }
}
/*---------------
同じカテゴリの人気記事
-----------------*/
.same-category-article{
  padding:40px 20px;
  margin-bottom:50px;
  box-sizing:border-box;
  border-radius:8px;
  background: hsl(0deg 0% 96%);
}
.same-category-article-image-content{
  display: flex;
  align-items: center;
  height: 150px;
  margin-bottom: 10px;
  overflow: hidden;
}
.same-category-article > p.same-category-article-title{
  padding-left:10px;
  font-weight: 600;
  font-size:24px;
  margin-bottom:20px;
}
.same-category-article .same-category-article-list{
  display:flex;
  flex-wrap:wrap;
}
.same-category-article .same-category-article-list .same-category-article-one{
  width: calc(100% / 3);
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.same-category-article .same-category-article-list .same-category-article-one time{
  text-align: right;
  display: block;
  margin-top: auto;
  margin-right: 3px;
}
.same-category-article .same-category-article-list .same-category-article-one{
  text-decoration: none;
}
.same-category-article .same-category-article-list .same-category-article-one img{
  margin-bottom: 10px;
  transition: opacity 0.3s;
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
}
.same-category-article .same-category-article-list .same-category-article-one span{
  font-size:14px;
  line-height:1.5em;
  color:#333;
}
.same-category-article .same-category-article-list .same-category-article-one:hover span{
  color:#f53248;
  text-decoration:underline;
}
.same-category-article .same-category-article-list .same-category-article-one:hover img{
  opacity:0.7;
}
@media screen and (max-width : 1100px){
  .same-category-article-image-content{
    height: 110px;
  }
}
@media screen and (max-width : 768px){
  .same-category-article{
    margin-bottom:40px;
  }
}
@media screen and (max-width : 468px){
  .same-category-article > p.same-category-article-title{
    padding-left:0px;
    text-align: center;
    font-size:18px;
    margin-bottom:20px;
  }
  .same-category-article{
    padding:30px 5px 10px;
  }
  .same-category-article .same-category-article-list .same-category-article-one{
    width:50%;
    padding:0 5px;
    margin-bottom:20px;
  }
  .same-category-article .same-category-article-list .same-category-article-one span{
    line-height:1.25em;
  }
}
/*---------------
  無料体験版
---------------*/
.trial-free{
  background: #fff7f7;
  border-radius:8px;
  padding:40px 30px;
  box-sizing: border-box;
  margin-bottom:50px;
}
.trial-free .title-p-trial{
  font-size:28px;
  line-height:2em;
  margin-bottom:30px;
  position:relative;
  font-weight:600;
  text-align:center;
}
.trial-free .title-p-trial:after{
  content:'';
  display:block;
  position:absolute;
  width:38px;
  height:4px;
  border-radius:2px;
  background: #f53248;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.trial-free p{
  font-size:18px;
  line-height:2em;
  text-align:center;
  margin-bottom:10px;
}
.trial-free .trial-free-btn-wrapper{
  display:flex;
  justify-content:space-between;
  width:90%;
  max-width:380px;
  margin:0 auto 40px;
  align-items: center;
}
.trial-free .microsoft .trial-free-btn-wrapper{
  justify-content:center;
  margin-bottom: 25px;
}
.trial-free .trial-free-btn-wrapper .trial-free-btn{
  width:180px;
  transition:0.3s;
}
.trial-free .trial-free-btn-wrapper .trial-free-btn:hover{
  opacity:0.6;
}
.trial-free .trial-free-btn-wrapper .trial-free-btn img{width:100%;}
.trial-free .trial-free-btn-wrapper a.btn-cv-common{
  width:100%;
  height:60px;
  border-radius:30px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
}
.trial-free .microsoft{
  margin-bottom: 50px;
}
.trial-free ul.note{
  padding-left:30px;
  padding-right:10px;
}
@media screen and (max-width : 468px){
  .trial-free{
    padding:30px 10px;
    margin-bottom:30px;
  }
  .trial-free .title-p-trial{
    font-size:22px;
    line-height:2.5em;
  }
  .trial-free .trial-free-btn-wrapper{
    width:100%;
  }
  .trial-free .trial-free-btn-wrapper .trial-free-btn{
    width:49%;
  }
  .trial-free .trial-free-btn-wrapper a.btn-cv-common{
    font-size:14px;
  }
  .trial-free p{
    font-size:16px;
    line-height:1.65em;
  }
}
.trial-free .trademark {
  margin-top: 20px;
  letter-spacing: 0;
  font-size: 14px;
  padding: 0 10px 0 8px;
}
.trial-free .trademark li:not(:first-of-type){
  text-indent: -8px;
}
/*---------------
  SNSシェア
---------------*/
.sns-share{
  width: 100%;
  border-radius: 5px;
  padding: 20px 0 40px;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}
.sns-share .sns-btn-list{
  display:flex;
  justify-content:center;
  align-items: center;
}
.sns-share .sns-btn-list div{
  margin:0 5px;
}
.sns-share .sns-btn-list li{
  width: 170px;
  height: 40px;
  margin: 0px 5px;
  border-radius: 5px;
  transition: 0.3s;
}
.sns-share .sns-btn-list li a,
.sns-share .sns-btn-list li button{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.sns-share .sns-btn-list li a span,
.sns-share .sns-btn-list li button span{
  position: relative;
  padding: 0 5px 0 25px;
  height: 1.5em;
}
.sns-share .sns-btn-list li.copy-url{
  border:3px solid #777;
}
.sns-share .sns-btn-list li.copy-url button{
  background: none;
  color:#777;
}
.sns-share .sns-btn-list li.copy-url button:hover{
  cursor:pointer;
}
.sns-share .sns-btn-list li.copy-url button span:before{
  position:absolute;
  content:'';
  display:inline-block;
  background-image:url(assets/images/icon/icon-copy-url.png);
  background-repeat: no-repeat;
  background-size:cover;
  width:20px;
  height:auto;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
  opacity:0.65;
}

.sns-share .sns-btn-list li.line{
  border:3px solid #00B900;
}
.sns-share .sns-btn-list li.line a{
  color:#00B900;
}
.sns-share .sns-btn-list li.line a span:before{
  position:absolute;
  content:'';
  display:inline-block;
  background-image:url(assets/images/icon/icon-line-author.png);
  background-repeat: no-repeat;
  background-size:cover;
  width:20px;
  height:20px;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}

.sns-share .sns-btn-list li.tw{
  border:3px solid #00acee;
}
.sns-share .sns-btn-list li.tw a{
  color:#00acee;
}
.sns-share .sns-btn-list li.tw a span:before{
  position:absolute;
  content:'';
  display:inline-block;
  background-image:url(assets/images/icon/icon-twitter-author.png);
  background-repeat: no-repeat;
  background-size:cover;
  width:20px;
  height:20px;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}

.sns-share .sns-btn-list li.x{
  border:3px solid #000000;
}
.sns-share .sns-btn-list li.x a{
  color: #000000;
}
.sns-share .sns-btn-list li.x a span:before{
  position:absolute;
  content:'';
  display:inline-block;
  background-image:url(assets/images/icon/icon-x-author.png);
  background-repeat: no-repeat;
  background-size:cover;
  width:20px;
  height:20px;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}

.sns-share .sns-btn-list li.fb{
  border:3px solid #1877F2;
}
.sns-share .sns-btn-list li.fb a{
  color:#1877F2;
  /*color:#3b5998;*/
}
.sns-share .sns-btn-list li.fb a span:before{
  position:absolute;
  content:'';
  display:inline-block;
  background-image:url(assets/images/icon/icon-facebook-author.png);
  background-repeat: no-repeat;
  background-size:cover;
  width:20px;
  height:20px;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}

.sns-share .sns-btn-list li:hover{
  opacity:0.65;
  text-decoration: none;
}


@media screen and (max-width : 900px){
  .sns-share .sns-btn-list{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sns-share .sns-btn-list li{
    width: 49%;
    height: 45px;
    margin: 5px 0px;
  } 
}

@media screen and (max-width : 768px){
  .sns-share{
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 35px;
  }
  .sns-share .sns-btn-list li a img{
    height: 100%;
  }
  .sns-share .sns-btn-list li.copy-url button#copy-page img{
    opacity:0.65;
  }
}
/*---------------
記事コンテンツ
-----------------*/
.wp-block-image{
  display: block;
  margin:10px auto 40px;
  text-align: center !important;
}
.wp-block-image a img{
  transition:opacity 0.3s;
}
.wp-block-image a img:hover{
  opacity:0.6;
}

.wp-block-image img{
  border-radius:8px !important;
}

.article-content time{
  margin-right:10px;
}
.article-content .article-content-image{
  border-radius: 8px;
  display: block;
  margin: 40px auto 40px;
}
/*fieldsetは、目次の新しいタグ*/
.article-index,
fieldset{
  padding:16px 30px 0px;
  width: 100%;
  margin-top: 10px;
  border-radius:8px;
  background: hsl(0deg 0% 96%);
  position:relative;
  overflow: hidden; /* 初期状態のグラデーション */
  display: inline-block;
}
.article-index h2,
fieldset h2{
  font-size:24px;
  font-weight:600;
  text-align: center;
}
.article-index h2 + p,
fieldset h2 + p{
  margin-bottom: 0;
}

/*目次アコーディオンボタン*/
.article-index .btn-accordion,
fieldset .btn-accordion{
  width: 100%;
  background: #F5F5F5A6;
  color: #3392A3;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  top: -25px;
  padding-top: 30px;
}
.article-index .btn-accordion:hover,
fieldset .btn-accordion:hover{
  cursor:pointer;
}

/* 初期状態で4行のみ表示 */
.article-index > ol {
  margin-top: 9px;
  max-height: 8em; /* 約4行分 */
  overflow: hidden;
  line-height: 1.75em;
}

.article-index.expanded .btn-accordion,
fieldset.expanded .btn-accordion {
  top: 0px;
  margin-bottom: 20px;
  background: #F5F5F5; /* 目次が開いた時の背景色 */
}

/* 全表示時のスタイル */
.article-index.expanded ol {
  max-height: none; /* 高さ制限を解除 */
}

/* 全表示時のスタイル */
.article-index > ol.expanded {
  max-height: none;
}

.article-index > ol > li:not(:first-of-type){
  margin-top: 10px;
}

.ac-open{
  transform:rotate(-180deg);
}

.arrow-mark{
  margin-left: 5px;
}

@media screen and (max-width: 468px) {
  .article-index > ol,
  fieldset > ol{
    margin-top: 0;
    line-height: 1.6em;
  }
  .article-index .btn-accordion,
  fieldset .btn-accordion{
    top: -35px;
    padding-top: 55px;
  }

  .article-index.expanded .btn-accordion,
  fieldset.expanded .btn-accordion {
    padding-top: 30px;
    margin-bottom: 25px;
  }

  .article-index .btn-accordion:hover,
  fieldset .btn-accordion:hover{
    cursor:default;
    opacity:1;
  }
}

.article-index > ol > li,
.article-index > ol > ol > li,
fieldset > ol > li,
fieldset > ol > ol > li{
  box-sizing: border-box;
  position:relative;
  padding-left:1em;
}
/*h2-title*/
.article-index > ol > li:before,
fieldset > ol > li:before{
  content:'';
  background:#f53248;
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:50%;
  position:absolute;
  left:0;
  top:8px;
}
/*h3-title*/
.article-index > ol > ol > li:before,
fieldset > ol > ol > li:before{
  content:'';
  background:rgba(245, 50, 72, 0.4);
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  position:absolute;
  left:1.25em;
  top: 15px;
}
.article-index > ol > ol > li,
fieldset > ol > ol > li{
  padding-top: 5px;
  padding-left:2em;
}
.article-index > ol > li a:hover,
.article-index > ol > ol > li a:hover,
fieldset > ol > li a:hover,
fieldset > ol > ol > li a:hover{
  text-decoration:underline;
  color: #f53248;
}
.article-index strong,
fieldset strong {
  font-weight: normal !important;
}
/*記事本文内のリンク*/
.article-link-box{
  margin-bottom: 40px;
  font-size: 14px;
}
.article-link-box p{
  margin-bottom:0;
  font-weight:600;
}
.article-link-box p > small,
.article-link-box p > a{font-weight:300;}
.article-link-box p.p-link-text{
  margin-bottom:1em;
}
.article-link-box a{
  text-decoration:underline;
}
.article-link-box a:hover{
  color:#f53248;
}
.article-content .article-link-box img.article-content-image{
  margin-bottom:0;
  transition:opacity 0.3s;
}
.article-content .article-link-box img.article-content-image:hover{
  opacity:0.7;
}
.article-content a img{
  transition:opacity 0.3s; 
}
.article-content a img:hover{
  opacity:0.7; 
}

.article-link-box .trial-free-btn-wrapper{
  display:flex;
  justify-content:space-between;
  width:90%;
  max-width:380px;
}
.article-link-box .trial-free-btn-wrapper .trial-free-btn{
  width:180px;
  transition:0.3s;
}
.article-link-box .trial-free-btn-wrapper .trial-free-btn:hover{
  opacity:0.6;
}
.article-link-box .trial-free-btn-wrapper .trial-free-btn img{width:100%;}
.article-link-box .trial-free-btn-wrapper a.btn-cv-common{
  width:100%;
  height:60px;
  border-radius:30px;
  margin:20px auto 40px;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
}
@media screen and (max-width : 468px){
  .article-link-box .trial-free-btn-wrapper{
    width:100%;
  }
  .article-link-box .trial-free-btn-wrapper .trial-free-btn{
    width:49%;
  }
  .article-link-box .trial-free-btn-wrapper a.btn-cv-common{
    font-size:14px;
  }
  .article-link-box p{
    font-size:16px;
    line-height:1.65em;
  }

  .article-index > ol > li:before,
  fieldset > ol > li:before{
   top:7px;
  }
}

/*記事本文内のアコーディオン（ベタ打ち）*/
.ac-btn-txt{
  font-weight:bold;
  margin-bottom:15px;
  transition:0.3s;
  display:inline-block;
}
.ac-btn-txt:hover{
  opacity:0.6;
  cursor:pointer;
}
.ac-btn-txt + div{display:none;}

/*記事本文内のアコーディオン(プラグイン使用)*/
.content-area-l .ark-block-accordion{
  margin:25px 0;
}

/*文章中の箇条書き装飾*/
.content-area-l .is-style-simple.ark-block-notice{
  margin-bottom:1.5em;
}

.content-area-l .ark-block-notice.is-style-stronger {
    margin-bottom: 1.5em;
}

.ark-block-notice.-video.wp-embed-aspect-16-9.wp-has-aspect-ratio{
  margin-bottom:1.5em;
}

/* iframeタグ */
/*アンケートフォームのみサイズを固定*/
main .content-area .content-area-l iframe[data-src*="https://survey.alchemer.com"] {
  width: 100%;
  height: 1050px;
  display: block;
  margin: 0 auto;
  margin-left: -30px;
}
/*Youtube埋め込み動画にのみ適用*/
main .content-area .content-area-l iframe[data-src*="https://www.youtube.com"]{
  margin: 20px auto;
  display: block;
  width: 700px !important;
  height: 394px !important;
}

main .content-area .content-area-l iframe form {
  width: 100%;
}

@media screen and (max-width : 1100px){
  /*アンケートフォームのみ適用*/
    main .content-area .content-area-l iframe[data-src*="https://survey.alchemer.com"]{
        margin-left: -10px;
    }
    /*Youtube埋め込み動画にのみ適用*/
    main .content-area .content-area-l iframe[data-src*="https://www.youtube.com"]{
    margin: 10px auto;
    width: 500px !important;
    height: 281px !important;
  }
}

@media screen and (max-width : 960px){
  /*アンケートフォームのみサイズを固定*/
  main .content-area .content-area-l iframe[data-src*="https://survey.alchemer.com"]  {
    margin-left: 0;
    height: 1040px;
  }
  /*Youtube埋め込み動画にのみ適用*/
    main .content-area .content-area-l iframe[data-src*="https://www.youtube.com"]{
    width: 400px !important;
    height: 225px !important;
  }
}

@media screen and (max-width : 768px){
  /*アンケートフォームのみサイズを固定*/
  main .content-area .content-area-l iframe[data-src*="https://survey.alchemer.com"]  {
    height: 1020px;
  }
}

@media screen and (max-width : 540px){
  /*アンケートフォームのみサイズを固定*/
  main .content-area .content-area-l iframe[data-src*="https://survey.alchemer.com"]  {
    height: 400px;
  }
  /*Youtube埋め込み動画にのみ適用*/
  main .content-area .content-area-l iframe[data-src*="https://www.youtube.com"]{
    width: 100% !important;
  }
}

/*記事についてるタグ*/
.article-tag-list{
  border-top:2px solid #e6e6e6;
  padding:30px 0;
}
.article-tag-list li:first-of-type{
  display:inline-block;
  font-weight:600;
  margin-right:10px;
  line-height:1.5em;
}

.article-tag-list li:not(first-of-type){
  margin-right:5px;
}

.content-area-l .article-tag-list .cat-item a{
  color: #3392a3;
}

.content-area-l .article-tag-list .cat-item a:hover{
  color: #fff;
  text-decoration: none;
}


@media only screen and (max-width: 768px){
  .article-content .article-content-image{
    margin-bottom:40px;
  }
}
@media only screen and (max-width: 468px){
  .article-index,
  fieldset{
    padding:20px 15px 0px;
  }
  .article-index h2,
  fieldset h2{
    font-size:20px;
    margin-bottom:20px;
  }

  .article-index > ol > li a,
  .article-index > ol > ol > li a,
  fieldset > ol > li a,
  fieldset > ol > ol > li a{
    font-size:14px;
  }

  .article-tag-list{
    padding:20px 0;
  }
  .article-tag-list li:first-of-type{
    display:block;
    margin-bottom:10px;
  }
  .article-index > ol > ol > li:before,
  fieldset > ol > ol > li:before{
    top:0.8em;
  }
}


/*記事コメント欄*/
#comments .comment-respond > p{margin-bottom: 10px;}
#comments .comment-respond > p{font-weight: 400;}
#comments .comment-respond > p a{font-size: 14px;}
#comments .comment-respond > p a span{
  font-weight:600;
  text-decoration: underline;
}
#comments .comment-respond > p a:hover,
#comments .comment-respond > p a:hover span{
  color:#f53248;
}
#comments .comment-respond .comment-form .comment-form-comment{
  margin-bottom:15px;

}
#comments .comment-respond .comment-form .comment-form-comment label span.required{
  display:none;
}
#comments .comment-respond .comment-form .comment-form-comment textarea#comment{
  max-width: 700px;
  width: 100%;
  height: 100px;
  resize: none;
  padding: 8px;
  /* border: none; */
  border-radius: 5px;
  border: 2px solid #e6e6e6;
  line-height: 1.75em;
  font-family: '游ゴシック';
}
#comments .comment-respond .comment-form .comment-form-author{margin-bottom:20px;}
#comments .comment-respond .comment-form .comment-form-author #author{
  width: 100%;
  max-width: 700px;
  height: 2.5em;
  padding: 8px;
  box-sizing: border-box;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
}


#comments .comment-respond .comment-form .comment-form-cookies-consent{
  font-size:14px;
  margin-bottom:15px;
}
#comments .comment-respond .comment-form .form-submit{
  margin-bottom:55px;
  text-align:right;
}
#comments .comment-respond .comment-form .form-submit input[name="submit"]{
  color: #fff;
  border: none;
  background: #f53248;
  padding: 5px 25px;
  text-align: right;
}
.comment-form-comment label{
  font-size: 0 !important;
}
.comment-form-comment label::before{
  font-size: 16px;
  content: "コメント ※承認されたコメントのみが表示されます。";
}


/*rss*/
.content-area .content-area-r .rss-wrpper{
  border-top: solid 1px #aaa;
  padding-top: 20px;
  margin-bottom:20px;
}
.content-area .content-area-r .rss-wrpper:nth-of-type(2){
  margin-bottom:60px;
}
@media only screen and (max-width: 768px){
  .content-area .content-area-r .rss-wrpper:nth-of-type(2){
    margin-bottom:40px;
  }
}
.rss-link {
  display: block;
  padding: 8px 5px;
}
.rss-link:hover {
  background: #fff7f7;
  color: #f88993;
}
.rss-link > img {
  width: 30px;
  margin-right: 10px;
}

/*---------------
利用規約
-----------------*/
.content-area-page{
  display: block;
}
.content-area-page .license-content{
  width:100%;
  margin-bottom:45px;
}
.content-area-page > .title-h1{
  margin-bottom:35px;
}
@media only screen and (max-width: 768px){
  .content-area-page .license-content{
    margin-bottom:30px;
  }
  .content-area-page > .title-h1{
    margin-bottom:15px;
    font-size:21px;
  }
}

/*---------------
執筆者欄
-----------------*/
.author-end{
  background: hsl(0deg 0% 96%);
  border-radius: 8px;
  padding:30px;
  width: 100%;
  margin: 0px auto 60px;
  box-sizing: border-box;
}
.author-end .flex_box{
  align-items:center;
  justify-content:space-between;
}
.author-end .author-name{
  margin-bottom:0px;
  font-weight: 600;
  font-size:18px;
}
.author-end h2{
  font-weight: 600;
  font-size:22px;
  margin-bottom: 20px;
}

.author-icon{
  background: #bec3c8;
  border-radius: 50%;
  display:flex;
  align-items: center;
  justify-content:center;
}
.author-icon > img{
  width:100%;
  margin:0 auto;
}
.author-end .author-icon{
  width:65px;
  height:65px;
}
.author-end > .flex_box > div.author-contents{width: calc(100% - 95px);}
.author-end > .flex_box > div.author-contents > p.author-description{
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
.author-end > .flex_box > div.author-contents > p.author-description a{
  color:#0693E3;
}
.author-end > .flex_box > div.author-contents > .flex_box{
  justify-content: space-between;
  margin-bottom: 20px;
}
.author-end > .flex_box > div.author-contents > .flex_box ul.author-sns{
  display: flex;
  align-items:center;
}
.author-end > .flex_box > div.author-contents > .flex_box ul.author-sns li{
  margin:0 5px;
  width:30px;
}
.author-end > .flex_box > div.author-contents > .flex_box ul.author-sns li:first-of-type{
  margin-left:0;
}
.author-end > .flex_box > div.author-contents > .flex_box ul.author-sns li:last-of-type{
  margin-right:0;
}
.author-end > .flex_box > div.author-contents > .flex_box ul.author-sns li a:hover{
  opacity:0.65;
}
@media only screen and (max-width: 768px){
  .author-end{
    padding: 25px 10px;
  }
  .author-end h2{
    text-align: center;
    font-size:20px;
    margin-bottom:15px;
  }
  .author-end .author-name{
    font-size:16px;
    margin:10px auto;
    text-align: center;
  }
  .author-end .flex_box{
    flex-direction: column;
  }
  .author-end .author-icon{
    width:55px;
    height:55px;
  }
  .author-end > .flex_box > div.author-contents{width:100%;}
  .author-end > .flex_box > div.author-contents > .flex_box ul.author-sns li{
    width:45px;
  }
}

/*---------------
404ページ
-----------------*/
.content-area .content-area-error{
  margin-bottom:65px;
}
.content-area .content-area-error h1.title-h1,
.content-area .content-area-error p{
  text-align: center;
}
.content-area .content-area-error h1.title-h1{margin-bottom:20px;}
.content-area .content-area-error h1.title-h1 span.error404{
  display:block;
  text-align: center;
  line-height:1.5em;
  color: #f53248;
  font-size:18px;
  margin-bottom:5px;
}
.content-area .content-area-error p{margin-bottom:30px;}
.content-area .content-area-error .btn-back-top{
  display:flex;
  justify-content:center;
  width:90%;
  max-width:380px;
  margin:0 auto;
}
.content-area .content-area-error .btn-back-top{
  width:200px;
  height:46px;
  border-radius:32px;
  position:relative;
}
@media screen and (max-width : 768px){

}
@media screen and (max-width : 468px){
  .content-area .content-area-error{
    margin-bottom:15px;
  }
  .content-area .content-area-error h1.title-h1,
  .content-area .content-area-error p,
  .content-area .content-area-error h1.title-h1 span.error404{
    text-align:left;
  }
  .content-area .content-area-error .btn-back-top{
    width:auto;
    max-width:250px;
  }
  .content-area .content-area-error p{margin-bottom:20px;}
}
/*---------------
検索フォーム
-----------------*/
form.serch-form{
  width:100%;
  margin-bottom:30px;
  height:40px;
  display:flex;
}
form.serch-form input[type='text']{
  width:300px;
  height:40px;
  font-size:16px;
  padding:5px 10px;
  box-sizing: border-box;
  border:2px solid #e9ebed;
  flex:1;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "YuGothic","游ゴシック体","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","ＭＳ Ｐゴシック","Noto Sans JP", sans-serif;
}
form.serch-form button[type='submit']{
  display:block;
  width:40px;
  height:40px;
  background: #f53248;
  position:relative;
  border:1px solid #f53248;
  box-sizing: border-box;
  transition:0.3s;
}
form.serch-form button[type='submit'] img{
  width:20px;
  height:20px;
  display:inline-block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
form.serch-form button[type='submit']:hover{
  opacity:0.6;
  cursor:pointer;
}

/*---------------
カテゴリ
-----------------*/
.category > .menu-category-container ul.menu > li.menu-item{
  height:3em;
  border-bottom:1px solid #e7eaed;
}
.category > .menu-category-container ul.menu > li.menu-item a{
  display:block;
  height:100%;
  display:flex;
  align-items:center;
  transition:all 0.3s;
  box-sizing:border-box;
  padding-left:45px;
  position:relative;
}
.category > .menu-category-container ul.menu > li.menu-item a:hover{
  background: #fff7f7;
  color:#f53248;
}
.category > .menu-category-container ul.menu > li.menu-item > a:before{
  content: '';
  background-size: contain;
  height: auto;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
}

.category > .menu-category-container ul.menu > li.menu-item:nth-of-type(1) > a:before{
  background:url(assets/images/icon/cate-mail.png);
  background-size: contain;
}
.category > .menu-category-container ul.menu > li.menu-item:nth-of-type(2) > a:before{
  background:url(assets/images/icon/cate-fraud.png);
  background-size: contain;
}
.category > .menu-category-container ul.menu > li.menu-item:nth-of-type(3) > a:before{
  background:url(assets/images/icon/cate-password.png);
  background-size: contain;
}
.category > .menu-category-container ul.menu > li.menu-item:nth-of-type(4) > a:before{
  background:url(assets/images/icon/cate-virus.png);
  background-size: contain;
}
.category > .menu-category-container ul.menu > li.menu-item:nth-of-type(5) > a:before{
  background:url(assets/images/icon/cate-hacker.png);
  background-size: contain;
}
.category > .menu-category-container ul.menu > li.menu-item:nth-of-type(6) > a:before{
  background:url(assets/images/icon/cate-privacy.png);
  background-size: contain;
}
.category > .menu-category-container ul.menu > li.menu-item:nth-of-type(7) > a:before{
  background:url(assets/images/icon/cate-user.png);
  background-size: contain;
}
.category > .menu-category-container ul.menu > li.menu-item:nth-of-type(8) > a:before{
  background:url(assets/images/icon/cate-rooter-security.png);
  background-size: contain;
}
.category > .menu-category-container ul.menu > li.menu-item:nth-of-type(9) > a:before{
  background:url(assets/images/icon/cate-other.png);
  background-size: contain;
  left: 8px;
}

@media screen and (min-width : 768px){
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(1) > a:hover:before{
    background:url(assets/images/icon/cate-mail-hover.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(2) > a:hover:before{
    background:url(assets/images/icon/cate-fraud-hover.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(3) > a:hover:before{
    background:url(assets/images/icon/cate-password-hover.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(4) > a:hover:before{
    background:url(assets/images/icon/cate-virus-hover.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(5) > a:hover:before{
    background:url(assets/images/icon/cate-hacker-hover.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(6) > a:hover:before{
    background:url(assets/images/icon/cate-privacy-hover.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(7) > a:hover:before{
    background:url(assets/images/icon/cate-user-hover.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(8) > a:hover:before{
    background:url(assets/images/icon/cate-rooter-security-hover.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(9) > a:hover:before{
    background:url(assets/images/icon/cate-other-hover.png);
    background-size: contain;
    left: 8px;
  }
}
@media screen and (max-width : 768px){
  .content-area-r > .category{
    z-index: 3;
    display: none;
    width: 100%;
    height: calc(100vh - 45px);
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255,255,255,0.96);
    padding: 25px 10px 20px;
  }
  .category > .menu-category-container ul.menu > li.menu-item a:hover{
    background: none;
    color:#333333;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(1) > a:hover:before{
    background:url(assets/images/icon/cate-mail.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(2) > a:hover:before{
    background:url(assets/images/icon/cate-fraud.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(3) > a:hover:before{
    background:url(assets/images/icon/cate-password.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(4) > a:hover:before{
    background:url(assets/images/icon/cate-virus.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(5) > a:hover:before{
    background:url(assets/images/icon/cate-hacker.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(6) > a:hover:before{
    background:url(assets/images/icon/cate-privacy.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(7) > a:hover:before{
    background:url(assets/images/icon/cate-user.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(8) > a:hover:before{
    background:url(assets/images/icon/cate-rooter-security.png);
    background-size: contain;
  }
  .category > .menu-category-container ul.menu > li.menu-item:nth-of-type(9) > a:hover:before{
    background:url(assets/images/icon/cate-other.png);
    background-size: contain;
    left: 8px;
  }
  .category > .menu-category-container ul.menu > li.menu-item{
    height:clamp(42px, 7.5vh, 50px);
    border-bottom:none;
  }
  .category .title-h3-sub,
  .category .title-p-sub{
    border-bottom:none;
    font-size:21px;
    padding-left:0.5em;
    margin-bottom:10px;
  }
}


/*---------------
人気のある記事
-----------------*/
.popular-article .popular-article-list li .popular-article-one{
  display:flex;
  justify-content:space-between;
  position:relative;
  margin-bottom:20px;
  transition:all 0.3s;
}
.popular-article .popular-article-list li .popular-article-one p{
  font-size:14px;
  margin-left:15px;
  margin-bottom:0;
  line-height:1.5em;
  position:relative;
  flex:1;
}
.popular-article li a.popular-article-one:before{
  display:inline-block;
  position:absolute;
  width:30px;
  height:30px;
  border-radius:5px;
  font-weight:bold;
  text-align:center;
  top:0;
  bottom:0;
}
.popular-article .popular-article-list .popular-article-one:hover p{
  color:#f53248;
  text-decoration: underline;
}
.popular-article .popular-article-list .popular-article-one:hover{
  opacity:0.7;
}
.popular-article li:nth-of-type(1) a.popular-article-one:before,
.popular-article li:nth-of-type(2) a.popular-article-one:before,
.popular-article li:nth-of-type(3) a.popular-article-one:before{
  color:#fff;
  background:#f53248;
}
.popular-article li:nth-of-type(4) a.popular-article-one:before,
.popular-article li:nth-of-type(5) a.popular-article-one:before{
  color:#f53248;
  background:#fff0f0;
}
.popular-article li:nth-of-type(1) a.popular-article-one:before{content:'1';}
.popular-article li:nth-of-type(2) a.popular-article-one:before{content:'2';}
.popular-article li:nth-of-type(3) a.popular-article-one:before{content:'3';}
.popular-article li:nth-of-type(4) a.popular-article-one:before{content:'4';}
.popular-article li:nth-of-type(5) a.popular-article-one:before{content:'5';}

.popular-article .popular-article-one p time{
  display:block;
  position:absolute;
  bottom:0;
}

.popular-article .popular-article-one img{
  width: 120px;
  border-radius: 5px;
  display: block;
  object-fit: cover;
}
.popular-article-image-content{
  display: flex;
  align-items: center;
  height: 90px;
  margin-bottom: 10px;
  overflow: hidden  ;
}

/*---------------
人気のあるタグ
-----------------*/
.tag-list .cat-item,
.tag-list .tag-one{
  display:inline-block;
  margin-bottom:10px;
  margin-right:5px;
  color:#3392a3;
  background: #eff7fa;
  padding:0.25em 0.65em 0.1em;
  border-radius:20px;
  font-size:14px;
  transition:0.15s;
}
.tag-list .cat-item:hover{
  background:#3392a3;
  color: #eff7fa;
}
/*---------------
ブログカード
-----------------*/
#main .content-area .content-area-l .linkcard .lkc-internal-wrap{
  background-color: #fff;
  transition: 0.3s;
  box-sizing: border-box;
  border: solid 1px #e6e6e6;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap:hover{
  opacity:0.8;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card{
  margin:10px;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-info{
  display:none !important;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content .lkc-url{
  color: #999;
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0 15px;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content .lkc-title .lkc-title-text{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    word-break: break-all;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap:hover .lkc-link .lkc-card .lkc-content .lkc-title .lkc-title-text{
  text-decoration: underline;
  color:#f53248;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content{
  height: auto;
  margin: 10px 0;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content .lkc-excerpt{
  margin: 0px;
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content .lkc-thumbnail{
  max-width: 180px;
  max-height: 200px;
  padding: 0;
  margin: 0px 20px 0px 0px;
  float: left;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content .lkc-thumbnail .lkc-thumbnail-img{
  width: 100%;
  max-height: 100%;
}
.lkc-external-wrap,#main .lkc-internal-wrap, .lkc-this-wrap{
  position: relative;
  margin: 0;
  padding: 10px;
  max-width: 100%;
  border-radius: 5px;
}
#main .content-area .content-area-l .linkcard{
  margin:20px 0;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap{
  margin:0px 0;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap:not(:first-of-type){
  margin-top: 0;
}


@media screen and (max-width : 600px){
  #main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content .lkc-thumbnail{
    height: auto;
    padding: 0;
    margin: 0px 12px 0px 0px;
    max-width: 120px;
  }
  #main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content .lkc-excerpt{
    font-size: 14px;
    line-height: 21px;
  }
    #main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content .lkc-thumbnail .lkc-thumbnail-img{
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width : 480px){
  #main .content-area .content-area-l .linkcard .lkc-internal-wrap{
    max-width:100%;
    padding:5px;
  }
  #main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content .lkc-thumbnail .lkc-thumbnail-img{
    max-width: 100%;
    max-height: 100%;
  }
  #main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content .lkc-title .lkc-title-text{
    font-size: 15px;
    line-height: 22px;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content .lkc-excerpt{
  display:none;
}
#main .content-area .content-area-l .linkcard .lkc-internal-wrap .lkc-link .lkc-card .lkc-content .lkc-url{
  margin: 5px 0 0px;
}
}

/*---------------
  注釈
---------------*/
ul.note{
  font-size:14px;
}
ul.note li{
  padding-left:1.5em;
  margin-left:-1.5em;
  position:relative;
}
ul.note .note-mark{
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px){
  ul.note li{
    margin-bottom:1em;
  }
  ul.note li:last-of-type{
    margin-bottom:0;
  }
}

/*---------------
  footer
---------------*/
footer {
  width: 100%;
  height:175px;
  background:#333;
  color:#fff;
  padding:20px 0;
  box-sizing: border-box;
}
footer .footer-wrapper{
    width:calc(100% - 80px);
    max-width:1140px;
    height:135px;
    margin:0 auto;
    position:relative;
}
footer .footer-wrapper img.footer-logo{
  width:auto;
  height:35px;
}
footer .footer-wrapper .footer-content{
    display:flex;
    justify-content:space-between;
    margin: 15px auto;
}
footer .footer-wrapper .footer-content .footer-menu,
footer .footer-wrapper .footer-content .footer-sns-list{
    display:flex;
    align-items:center;
}
footer .footer-wrapper .footer-content .footer-menu li{
  margin-right:30px;
  font-size:14px;
}
footer .footer-wrapper .footer-content .footer-menu li a:hover{
  text-decoration:underline;
}
footer .footer-wrapper .footer-content .footer-sns-list p{
  font-size:14px;
  color:#fff;
  font-weight:600;
  margin-bottom:0;
}
footer .footer-wrapper .footer-content .footer-sns-list a{
  margin-left:15px;
  transition:opacity 0.3s;
}
footer .footer-wrapper .footer-content .footer-sns-list a:hover{
  opacity:0.6;
}
footer .footer-wrapper .copywrite{
  position:absolute;
  bottom:0;
  left:0;
  font-size:12px;
}

@media only screen and (max-width: 768px){
  footer,
  footer .footer-wrapper{
    height:auto;
    margin:0 auto;
  }
  footer .footer-wrapper{
    position:relative;
  }
footer .footer-wrapper .footer-content,
footer .footer-wrapper .footer-content .footer-menu{
  flex-direction: column;
}
footer .footer-wrapper .footer-content .footer-menu,
footer .footer-wrapper .footer-content .footer-sns-list{
  justify-content: center;
}
footer .footer-wrapper .footer-content .footer-menu{
  border-bottom:1px solid rgba(255,255,255,0.2);
  margin-bottom:40px;
  padding-bottom:15px;
}
footer .footer-wrapper .footer-content .footer-sns-list{
  flex-direction: column;
  margin-bottom:10px;
}
footer .footer-wrapper .footer-content .footer-menu li{
  margin-right:0px;
  margin-bottom:1em;
}
footer .footer-wrapper .footer-content .footer-sns-list p{margin-bottom: 10px;}
footer .footer-wrapper .footer-content .footer-sns-list a:first-of-type{margin-left:0;}
footer .footer-wrapper .copywrite{
  position:relative;
  display:block;
  text-align: center;
  font-size:10px;
}
footer .footer-wrapper img.footer-logo{
  margin:15px auto;
}
}
@media only screen and (max-width: 468px){
  footer,
  footer .footer-wrapper{width:100%;}
  footer{padding:20px;}
}
/*---------------
  Cookie表示
---------------*/
@media only screen and (min-width: 1024px){
  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
    margin: auto;
    width: 45%;
  }
  #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateY(-50%);
  }
}
#onetrust-banner-sdk .ot-sdk-row, #onetrust-pc-sdk .ot-sdk-row, #ot-sdk-cookie-policy .ot-sdk-row{
  font-size: 16px;
}
#onetrust-banner-sdk #onetrust-policy{
  margin: 1em 0 0.5em 2em;
}

/*---------------
  display
---------------*/
.dis-pc{display: block;}
.dis-sp{display: none;}
@media screen and (max-width : 768px){
  .dis-pc{display: none;}
  .dis-sp{display: block;}
}
/*---------------
  br
---------------*/
.br-pc{display: block;}
.br-sp{display: none;}
@media screen and (max-width : 768px){
  .br-pc{display: none;}
  .br-sp{display: block;}
}
/*---------------
  wp-block-table
---------------*/
.wp-block-table{
  margin-bottom: 1.5em;
}

/*---------------
  playbook
---------------*/
.playbook, .bosagi {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5); 
}

.playbook-content, .bosagi-content {
  background-color: #fefefe;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #888;
  width: 610px;
  padding: 20px 30px;
}
.bosagi-content{
  padding: 0;
}

.playbook-content img, .bosagi-content img {
  width: 100%;
}

.playbook-overlay, .bosagi-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.bosagi-content .label_textbox-bosagi{
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  z-index: -1;
}

.bosagi-content .label_textbox-bosagi p{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.bosagi-content .label_textbox-bosagi img.label_arrow_right{
  width: 20px;
  margin-right: 10px;
}

.bosagi-content .label_textbox-bosagi img.label_arrow_left{
  width: 20px;
  margin-left: 4px;
}



.headline {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.risk-check-1,
.risk-check-2 {
  font-size: 21px;
  font-weight: bold;
}

.risk-check-1{
  margin-bottom: 0px;
}

.button-container{
  display: flex;
}

.cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 15px;
  background-color: #c00000;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  width: 158px;
}

.cta-button:hover {
  background-color: #a00000;
}

.deal-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
  background-color: #e9dfdf;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  width: 158px;
}

.deal-button:hover {
  background-color: #ccc4c4;
}

.close-button, .close_button-bosagi {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 1;
}

.close-button:hover,
.close-button:focus,
.close_button-bosagi:hover,
.close_button-bosagi:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width : 768px){
  .playbook-content {
      width: 335px;
      padding: 10px 20px;
  }
  .bosagi-content{
    width: 335px;
  }
  .bosagi-content .label_textbox-bosagi{
    padding-top: 10px;
  }
  .bosagi-content .label_textbox-bosagi p{
    font-size: 16px;
  }
  .bosagi-content .label_textbox-bosagi img.label_arrow_right{
    width: 16px;
    margin-right: 6px;
  }
  .bosagi-content .label_textbox-bosagi img.label_arrow_left{
    width: 16px;
    margin-left: 0px;
  }
  .close-button, .close_button-bosagi {
    justify-content: center;
    max-width: 300px;
  }

  .button-container{
  justify-content: center;
  }

  .deal-button {
    font-size: 15px;
  }

  .cta-button {
    font-size: 15px;
  }
}
