blockquote {
    position: relative;
    padding: 20px 20px 20px 45px; 
    box-sizing: border-box;
    font-style: "Yu Mincho", "Hiragino Mincho Pro", "MS PMincho", serif;
    background: #f4f4f4;
    color: #555;
    margin-top: 30px;
    margin-bottom: 20px; 
    border-left: 6px solid rgb(55 173 234 / 70%); 
    box-shadow: 6px 7px 8px rgba(0, 0, 0, 0.1)
}

blockquote:before {
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: 3px; 
    content: "\201C";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
	color: rgba(207, 207, 207, 0.5);
}
ol,
ul,
dl {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
ul li, ol li {
  line-height: 28px;
}
.qa-list dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}

.qa-list dt::before,
.qa-list dd::before {
    margin-right: .4em;
}

.qa-list dt::before {
    content: "Q.";
    color: #007acd;
    font-size: 20px;
    font-weight: bold;
}

.qa-list dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f4f4f4;
    color: #333333;
}

.qa-list dd::before {
    content: "A.";
    color: #ff0068;
    font-size: 20px;
    font-weight: bold;
}

.body-box {
  font-family:Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Noto Sans JP",sans-serif;
}

.pickup {
    background: linear-gradient(to bottom, transparent 70%, #b8e0f5 50%) !important;
    font-weight: bold;
}

.float-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: none;
  z-index: 11;
  background-color: #fff;
}

.float-box {
  width: 1110px;
  height: 90px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  border-radius: 6px;
}

.float-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0;
}

.float-box .float-sub {
  font-size: 12px !important;
  color: #7ab969;
  margin: 4px 0 0;
}

.float-box p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.float-box h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 90px;
  padding: 28px;
}

.buy_redbtn {
  height: 54px;
  width: 220px;
  color: #ffffff;
  border-radius: 54px;
  background-color: #ff6550;
}

.buy_redbtn:hover {
  background-color: #d04f3e;
}

.buy_orgbtn {
  height: 54px;
  width: 220px;
  color: #ffffff;
  border-radius: 54px;
  background-color: #ff9a00;
}

.buy_orgbtn:hover {
  background-color: #d88300;
}

.btn:hover {
  color: #ffffff;
}

.cp_line {
  border-color: #e5e5e5;
  margin: 50px 0;
}

.artDet-title {
  margin-top: 20px;
  padding: 0;
}

.artDet-title .artDet-top-nav {
  margin-left: 3px;
  font-size: 15px;
}

.artDet-title span {
  font-size: 14px;
}

.artDet-title label {
  margin-bottom: 0;
  color: #555;
}

.artDet-title .faq-cut-active {
  color: #219aea;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
}

.artDet-content-box {
  padding: 0;
  margin: 50px 0;
}

.artDet-content-box a {
  color: #219aea;
}

.artDet-content-box .green-btn, .artDet-content-box .blue-btn {
  color: #fff;
}

.artDet-content-box h1 {
  color: #000;
  font-size: 32px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 2px solid #ebebeb;
  font-weight: 600;
}

.artDet-content-box h2 {
  position: relative;
  padding: 20px 0;
  font-size: 26px;
  margin: 20px 0;
  font-weight: 600;
}

.artDet-content-box h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #219aeb;
  bottom: 0;
  width: 10%;
}

.artDet-content-box h3 {
  position: relative;
  padding: 20px 0;
  margin: 20px 0;
  font-size: 22px;
  font-weight: 600;
}

.artDet-content-box h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #219aeb;
  bottom: 0;
  width: 5%;
}

.artDet-content-box h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
}

.artDet-content-box h5 {
  font-size: 18px;
  font-weight: 600;
	margin-top: 30px;
    margin-bottom: 20px;
}

.artDet-content-box p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 28px;
}

.artDet-content-box ol li, .artDet-content-box ul li {
  margin-bottom: 10px;
  line-height: 28px;
}

.artdet-imgs-box {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.artdet-imgs-box img {
  display: inline-block;
  max-width: 100%;
}

.feature_box {
  margin: 60px 0 40px 0;
  position: relative;
  padding: 0.25em 1em;
  border: solid 2px #ebebeb;
  border-radius: 20px;
}

.feature_box h5 {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0;
}

.feature_box ul,
.feature_box ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.feature_box ul li,
.feature_box ul li {
  margin-top: 20px;
}

.feature_box ul li span,
.feature_box li span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #555;
  margin: 0 15px 3px 0;
}

.feature_box img {
  max-width: 100%;
}

.feature_box .btn {
  color: #FFF;
}

.tb_guide {
	width:100%;
	border-collapse:collapse;
	margin:30px 0;
}
.tb_guide th {
	padding:10px 8px;
	text-align:left;
	color:#333;
	background-color:#eee;
	border:1px solid #b9b9b9;
	font-weight:bold;
}
.tb_guide td {
	padding:10px 8px;
	background-color:#fff;
	border:1px solid #b9b9b9;
}

.directory {
  position: relative;
  margin: 92px 0 40px 0;
  padding: 0.5em 1em;
  border: solid 1px #ebebeb;
}

.directory .box-title {
    position: absolute;
    display: inline-block;
    top: -32px;
    left: -1px;
    padding: 3px 15px;
    height: 32px;
    width: 116px;
    line-height: 25px;
    font-size: 16px;
    background: #219aeb;
    color: #FFF;
    font-weight: 500;
    border-right: 18px double #ffffff;
}

.directory ul li {
  margin-top: 15px;
  color: #219aeb;
}

.directory ul li span {
  color: #219aeb;
}

.directory ul li a {
  color: #000;
}

.step {
  background-color: #219aeb;
  padding: 3px 8px;
  color: #FFF;
  border-radius: 10px;
  margin-right: 5px;
}

.line01 {
  border-right: 1px solid #ebebeb;
}

.artDet-features-box {
  margin-top: 42px;
}

.artDet-features-box h5 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.artDet-features-box ul,
.artDet-footer-box ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.artDet-features-box ul li,
.artDet-footer-box ul li {
  margin-top: 15px;
}

.artDet-features-box ul li span,
.artDet-footer-box ul li span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #555;
  margin: 0 15px 3px 0;
}

.artDet-availability {
  margin-top: 40px;
}

.btn span {
  line-height: 22px
}

.artDet-step-one {
  margin-top: 40px;
	margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.artDet-step-one ul, .artDet-step-one ol {
  margin-top: 1rem;
}

.artDet-step-one ul li, .artDet-step-one ol li {
  margin-bottom: 10px;
  line-height: 28px;
}

.artDet-step-one img {
  max-width: 100%;
}

.artDet-step-one .artDet-step-title {
  padding-top: 10px;
}

.circle-step {
  display: inline-block;
  color: #FFF;
  background: #219aeb;
  margin-right: 20px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  padding: 3px 5px;
  border-radius: 5px;
}

.artDet-step-one .artDet-step-title .artDet-step-title-box {
  align-self: center;
  padding: 0;
  margin: 0;
}

.artDet-step-img {
  padding: 0 0 0 15px;
  margin-left: 70px;
}

.artDet-step-img img {
  display: inline-flex;
  align-self: center;
}

.artDet-step-one .artDet-step-title h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.artDet-step-one .artDet-step-title h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.artDet-step-one .artDet-step-title p {
  color: #555;
  margin-top: 30px;
}

.artDet-step-one .artDet-step-title p span {
  font-weight: bold;
}

.artDet-iframe {
    margin: 40px 0;
}

.artDet-download {
  margin-top: 30px;
}

.try {
  position: relative;
  padding: 0 .5em .5em 1.7em;
}

.try:after {
  position: absolute;
  top: .1em;
  left: .4em;
  z-index: 2;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #219aeb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.artDet-download-buttons {
  margin-top: 30px;
}

.artDet-download-buttons a{
  color: #FFF;
}

.artDet-download-buttons .normal-btn{
  color: #000;
}

.artDet-download-buttons .download-type {
  color: #000;
  font-size: 16px;
}

.artDet-buttons {
  margin-top: 30px;
}

.artDet-footer-box {
  margin-top: 50px;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #e5e5e5;
}

.artDet-footer-box h5 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.artDet-features-box ul li,
.artDet-footer-box ul li a {
  color: #333;
}

.artDet-btn-box {
  margin-top: 35px;
}

.pad20 {
  padding: 20px;
}

.mrg20 {
  margin: 20px 0;
}

.note {
  color: #F00;
  font-weight: bold;
}

.artDet-menu-one{
  margin: 30px 10px;
  padding: 15px 20px 15px 15px;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.artDet-menu-img{
  display: inline-block;
  width: 70px;
  flex-grow: 1000;
  margin-right: 15px;
}

.artDet-menu-content{
  display: inline-block;
  flex-grow: 0;
}
.re_title {
  padding:2px 5px;
  height: 25px;
  background: #FFC107;
  color: #ffffff;
  font-weight: 600;
  margin-right:10px;
  border-radius:5px;
}
/* related products */
.tb.motto {max-width: 100%;background:#aedef9;}
.tb.motto .tc {text-align: center;font-size: 17px;}
.tc {display: table-cell;vertical-align: middle;}
.tc h3 {position: relative;display: inline-block;padding: 0 55px;border-left:none;color:#1c83c4;}
.tc h3:before, .tc h3:after {content: '';position: absolute;top: 50%;display: inline-block;width: 45px;height: 1px;background-color:#1c83c4;}
.tc h3:before {left:0;}
.tc h3:after {right: 0;}
.tb.motto .bl {display: inline-block;position:relative;padding:15px 20px;color:#0e6faf;font-weight:700;}
.bl {display: block;}
.tb.motto a {display: inline-block;color: #fff;font-weight: 700;background: #f89175;border-bottom: solid 4px #cd7259;padding: .7em;border-radius: 5px;text-decoration: none;}
.goformore {display: inline-block;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

@media (min-width: 350px) {
  .artDet-menu-one{
    display: inline-flex;
    margin: 10px 0;
  }

  .btn span span {
      font-size: 12px;
  }

  .btn span {
      line-height: 16px
  }

  .artDet-content-box h2 {
      font-size: 24px;
  }

  .artDet-content-box h3 {
      font-size: 20px;
  }

  .artDet-content-box h4 {
      font-size: 18px;
  }

  .artDet-content-box h5 {
      font-size: 17px;
  }

  .artDet-step-img {
      margin-left: 0;
  }
  .tc img {
      display: none;
  }
}

@media (min-width: 768px) {
  .artDet-menu-one{
      display: inline-flex;
  }

  .btn span span {
      font-size: 16px;
  }

  .btn span {
      line-height: 22px;
	  font-size:16px;
  }

  .float-box {
      width: 768px;
      height: 100%;
      margin: auto;
  }

  .artDet-title .artDet-top-nav {
      margin-left: 10px;
  }

  .float-box p {
      font-size: 20px;
  }
	
  .float-box h4 {
      font-size: 22px;
  }

  .feature_box .btn {
      height: 40px;
      width: 160px;
  }

  .artDet-content-box h2 {
      font-size: 24px;
  }

  .artDet-content-box h3 {
      font-size: 22px;
  }

  .artDet-content-box h4 {
      font-size: 20px;
  }

  .artDet-content-box h5 {
      font-size: 18px;
  }

  .artDet-step-img {
      margin-left: 0;
  }
  .tc img {
      display: block;
  }
}

@media (min-width: 992px) {
  .btn span span {
      font-size: 16px;
  }

  .btn span {
      line-height: 22px;
	  font-size:18px;
  }

  .artDet-footer-box {
      margin-top: 50px;
      padding: 30px;
  }

  .float-box {
      width: 992px;
      height: 100%;
      margin: auto;
  }

  .float-box p {
      font-size: 20px;
  }
	
  .float-box h4 {
      font-size: 22px;
  }

  .artDet-btn-box {
      margin-top: 0;
  }

  .feature_box .btn {
      height: 54px;
      width: 220px;
  }

  .artDet-step-img {
      margin-left: 50px;
  }
}

@media (min-width: 1200px) {
  .btn span span {
      font-size: 16px;
  }

  .float-box {
      width: 1110px;
      height: 100%;
      margin: auto;
  }

  .float-box p {
      font-size: 20px;
  }
	
  .float-box h4 {
      font-size: 22px;
  }
	
  .feature_box .btn {
      height: 54px;
      width: 220px;
  }
}

.guide {
  padding-left: 120px;
  position: relative;
	margin: 50px 20px;
}
.guide::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.guide > li {
  position: relative;
	list-style: none;
}
.guide > li:not(:last-child) {
  margin-bottom: 30px;
}
.guide > li .icon {
  color: #fff;
  background: rgb(33 154 235);
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
	font-weight: 600;
}
.guide > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #219aeb;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.guide > li dl {
  padding-left: 70px;
  position: relative;
}
.guide > li dl::before,
.guide > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.guide > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 5px;
  background: #6b90db;
  border-radius: 50%;
  left: 14px;
}
.guide > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 23px;
	top: 23px;
}
.guide > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0 136 227);
  margin-bottom: 10px;
	padding:10px;
}
.stepbar {
  margin: 0 auto;
	width: 95%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
}

.stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 1em;
  font-size: 1em;
  color: #333;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
}

.stepbar .stepbarwrap .steptxt .title {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 1em;
}

.stepbar .stepbarwrap .steptxt .img {
  max-width: 100%;
	margin-top: 30px;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 0.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}
.video-container {
    max-width: 640px;
    margin: 30px 0;
}
.video-container .video {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-click {
    cursor: pointer;
}
.alert_box {
margin: 2em auto;
padding:1em;
background-color:#f4f4f4;
position:relative;
}

.alert_box:after{
position: absolute;
content: '';
right: 0px;
top: 0px;
border-width: 0 15px 15px 0;
border-style: solid;
border-color: #ccc #fff  #ccc;
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.proscons {
    margin-top: 30px;
}
.proscons-header,
.proscons-content {
    display: flex;
    width: 100%;
}

.proscons-header > div,
.proscons-content > div {
    display: flex;
    width: 50%;
}

.proscons-header {
    color: white;
    font-weight: bold;
}

.proscons-header > div {
    padding: .5em 1em;
}

.proscons-header .pros {
    background: #3bafde;
}

.proscons-header .cons {
    background: #a5a5a5;
}

.proscons ul {
    list-style-type: none;
    padding-right: 20px;
    padding-left: 20px;
}
.proscons li:before {
    font-size: 16px;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.check li:before {
    color: #00b300;
    content: "○";
}
.cross li:before {
    color: red;
    content: "×";
}
.p-authorBox {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 5vw;
}
.p-authorBox .avatar {
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100px;
}
.p-authorBox__l {
    margin: 1em;
    text-align: center;
}
.p-authorBox__r {
    width: 100%;
}
.p-authorBox__name {
    color: inherit;
    display: block;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
    text-decoration: none;
}
.p-authorBox__position {
    display: block;
    font-style: italic;
    line-height: 1.2;
    margin-top: 4px;
}
.p-authorBox__desc {
    width: 100%;
}
@media (min-width: 600px) {
    .p-authorBox {
        align-content: stretch;
        display: flex;
        justify-content: space-between;
        padding: 1.5em;
    }

    .p-authorBox__l {
        width: 160px;
    }

    .p-authorBox__r {
        border-left: 1px solid #e5e5e5;
        display: flex;
        flex-direction: column;
        padding-left: 1.5em;
        width: calc(100% - 160px - 1.5em);
    }
}

@media not all and (min-width: 600px) {
    .p-authorBox {
        text-align: center;
    }
}
.related-articles {
  background-color: #f9f9f9;
  border-left: 4px solid #2996e6;
  padding: 10px 20px;
  margin: 24px 0;
  font-family: "Helvetica Neue", sans-serif;
  border-radius: 6px;
}

.related-articles .title {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 5px;
  color: #333;
}

.related-articles ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.related-articles li {
  margin-bottom: 6px;
}

.related-articles a {
  color: #0073e6;
  text-decoration: none;
  transition: color 0.3s;
}

.related-articles a:hover {
  color: #005bb5;
  text-decoration: underline;
}

.article-card {
  padding: 20px;
}

.article-card-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  overflow: hidden;
}

.article-card-img {
  flex: 0 0 40%;
  text-align: center;
}

.article-card-img img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px 0 0 8px;
}

.article-card-content {
  flex: 1;
  padding: 20px;
}

.article-card-content h5 {
  font-size: 1em;
}

.article-card-content p {
  margin: 5px 0;
  line-height: 1.6;
}

.article-card-content a {
  color: #0073e6;
  text-decoration: none;
}

.article-card-content a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .article-card-inner {
    flex-direction: column;
    text-align: center;
  }

  .article-card-img img {
    border-radius: 8px 8px 0 0;
  }

  .article-card-content {
    padding: 15px;
  }
}

.editor-pick {
  padding: 18px;
  background: #eef6ff;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #cde1ff;
}