@charset "utf-8";
body {
    background-image: url(../img/body-back.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
h1, h2, h3, h4, h5 {
  font-family: vdl-logog, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2em;
}
h2 {
  padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
  color: #494949; /*文字色*/
  background-color: #FFFFFF; /*背景色*/
  border-left: solid 5px #7db4e6; /*左線*/
  border-bottom: solid 3px #d7d7d7; /*下線*/
  margin-bottom: 20px;
}
h3 {
  padding-bottom: 10px;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
h4 {
  position: relative;
  padding: 0.25em 0;
}
h4:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

h5:not(.not) {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
}
h5:not(.not):before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.mobile-h1{
    font-size: 26px;
}

.mobile h1 {
  font-size: 26px;
}
.mobile-h2 {
  font-size: 19px;
}
.mobile-h3 {
  font-size: 18px;
  font-weight: bolder;
}
.mobile-h4 {
  font-size: 17px;
}
.mobile-h5 {
  font-size: 13px;
}
.main p, .main li, .main dd {
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 180%;
}
.main p {
  margin-bottom: 35px;
}
h3, h4, h5 {
  margin-bottom: 1em;
  margin-top: 2em;
}
.fontsize {
    font-size: 25px;
    font-weight: 550;
    color: hsla(0,0%,30%,1.00);
    letter-spacing: 0.3em;
    display: inline-block;
    border-bottom: 2px solid hsla(0,0%,85%,1.00);
}
.fontsize-s {
  font-size: 20px;
}
.fontsize-m{
    font-size: 22px;
    font-weight: bolder;
}
.fontsize-l{
    font-size: 40px;
    font-weight: bolder;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, h2 {
  background-color: hsla(0, 0%, 0%, 0.00);
  -webkit-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
  border-bottom: 1px solid hsla(0, 0%, 42%, 1.00);
  color: hsla(0, 0%, 42%, 1.00);
}
.a {
  background-color: hsla(0, 0%, 0%, 0.00);
  -webkit-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
  border-bottom: 1px solid hsla(0, 0%, 42%, 1.00);
  color: hsla(0, 0%, 42%, 1.00);
}
/*導入h2用*/
.introduction {
  color: hsla(0, 0%, 0%, 1.00);
  border-width: 0px;
  border-color: hsla(0, 0%, 0%, 0.00);
  background-color: hsla(0, 0%, 0%, 0.00);
  -webkit-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
}
.introduction-mobile {
  color: hsla(0, 0%, 0%, 1.00);
  border-width: 0px;
  border-color: hsla(0, 0%, 0%, 0.00);
  background-color: hsla(0, 0%, 0%, 0.00);
  font-size: 22px;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}
/*カラー*/
.transparent {
  background-color: hsla(0, 0%, 0%, 0.00);
}
.red {
  color: hsla(359, 100%, 50%, 1.00);
}
.card-footer {
  background-color: hsla(0, 0%, 0%, 0.00);
}
.font-c-brown{
    color: hsla(326,75%,51%,1.00);
}
/*行間アキ*/
.line-height li {
  margin-bottom: 25px;
}
/*ぱんくず*/
.pan{
	font-size: 9pt;
	list-style-type: none;
	
}
.pan li{
	font-size: 9pt;
	display: inline;
	
}
.pan li:after{
	  content: '>';
  padding: 0 3px;
  color: #555;
}
.pan li:last-child:after{
	content: '';
}
/*リスト装飾用*/
.line-height-m li{
	margin-bottom: 20px;
}
.list-mark{
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.list-mark :before{
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: hsla(332,100%,79%,1.00);
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.list-mark-blue{
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.list-mark-blue :before{
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: hsla(239,100%,60%,1.00);
    position: relative;
    top: -1px;
    margin-right: 5px;
}
/*リストマーク消す*/
.list-none {
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.list-none li a {
  text-decoration: none;
  color: hsla(0, 0%, 18%, 1.00);
  font-size: 14px;
}
.list-none li {
  position: relative;
  padding-left: 20px;
}
.list-none li:hover {
  background-color: hsla(22, 100%, 50%, 0.09);
}
.list-none li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  top: 25%;
  left: -10px;
}

.subheading {
  border-left: 5px solid hsla(28, 10%, 26%, 1.00);
  padding-left: 10px;
}
.box-border {
  padding-top: 13px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 1px solid hsla(0, 0%, 42%, 1.00);
}
.breadcrumb li {
  font-size: 9pt;
}
.breadcrumb {
  background-color: hsla(0, 0%, 100%, 0.00);
}
.modified {
  font-size: 11pt;
}
/*ジャンボトロン*/
.f-color-w {
  color: hsla(0, 0%, 100%, 1.00);
  text-shadow: 1px 1px 1px hsla(0, 0%, 0%, 1.00);
}
.bg-color {
  background-color: hsla(0, 0%, 0%, 0.32);
}
/*罫線*/
.headline {
  border: 0;
  height: 3px;
  background: #333;
  background-image: -webkit-linear-gradient(0deg, rgba(50, 50, 50, 1.00) 0%, rgba(91, 90, 90, 1.00) 48.70%, rgba(241, 228, 228, 1.00) 100%, rgba(51, 51, 51, 1.00) 100%);
  background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
  background-image: linear-gradient(90deg, rgba(50, 50, 50, 1.00) 0%, rgba(91, 90, 90, 1.00) 48.70%, rgba(241, 228, 228, 1.00) 100%, rgba(51, 51, 51, 1.00) 100%);
}
.side-line {
  border-right: 1px solid hsla(0, 0%, 89%, 1.00);
}
/*引用*/
blockquote {
  position: relative;
  padding: 5px 10px 5px 32px;
  box-sizing: border-box;
  font-style: italic;
  background: #ffebcd;
  border-bottom: solid 3px #ffbe5d;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -15px;
  width: 40px;
  height: 30px;
  text-align: center;
  content: "\f10d";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  background: #ffbe5d;
  font-weight: 900;
}
blockquote:after {
  position: absolute;
  content: '';
  top: 40px;
  left: -15px;
  border: none;
  border-bottom: solid 8px transparent;
  border-right: solid 15px #daaa64;
}
blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
/*topnav*/
.navbar-color {
  background-color: hsla(28, 10%, 26%, 1.00);
}
.navbar a {
  font-size: 14px;
  color: hsla(28, 10%, 26%, 1.00);
}
.gnav {
  flex-direction: column;
}
/*記事間のマージン*/
.Headline {
  margin-bottom: 125px;
}
.title {
  border-bottom: 2px solid hsla(0, 1%, 28%, 1.00);
  padding-bottom: 10px;
}
/*記事用バナー*/
/*ジャンボトロンー*/
.jumbo-1 {
    background-image: url("../img/jumbo/photoshop-top.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.jumbo-2 {
    background-image: url(../../img/creation/calculation.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.jumbo-3 {
    background-image: url(../img/blogtop-photo/blog-topjpg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.jumbo-4 {
    background-image: url("../img/jumbo/bootstrap-jumbo.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.jumbo-5 {
    background-image: url(../img/illustrator-photo/illustrator-top.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.jumbo-6 {
    background-image: url("../img/jumbo/illustrator-jumbo.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.opa-0 {
  color: hsla(0, 0%, 0%, 0.00);
}
.row.mb-5 .col .side {
  font-family: vdl-logog, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2em;
}
/*目次*/
.mok {
    background-color: hsla(0, 0%, 100%, 1.00);
    -webkit-box-shadow: 2px 2px 0 hsla(0,0%,80%,1.00);
    box-shadow: 2px 2px 0 hsla(0,0%,80%,1.00);
    border-bottom: 0.5px solid hsla(0,0%,0%,1.00);
}
.mok a {
    color: hsla(0, 0%, 39%, 1.00);


}
.mok p {
  background-color: hsla(0, 0%, 45%, 1.00);
  color: hsla(0, 0%, 100%, 1.00);
}
.mok li a:hover {
  color: hsla(0, 0%, 100%, 1.00);
  background-color: hsla(0, 0%, 29%, 1.00);
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.mok li {
  line-height: 250%;
}
.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
/*フッター*/
.pc_footer li {
  list-style-type: none;
  display: inline;
  padding-left: 20px;
  border-right: 1px solid hsla(0, 0%, 75%, 1.00);
  padding-right: 10px;
  font-size: 13px;
}
.pc_footer li a {
  text-decoration: none;
  color: rgba(159, 159, 159, 1.00);
}
.footer_color {
  background-color: rgba(0, 0, 0, 0.74);
}
.mobile_footer li {
  list-style-type: none;
  display: inline;
  font-size: 13px;
}
.mobile_footer li a {
  text-decoration: none;
  color: rgba(159, 159, 159, 1.00);
}
.fixed-footer {
  background-color: hsla(0, 0%, 12%, 0.45);
}
/*ページUPボタン用CSS*/
.content {
  min-height: 5000px;
}
.pagetop {
  position: fixed;
  bottom: 0px;
  right: 30px;
}
.copy {
  color: hsla(0, 0%, 100%, 1.00);
  background-color: hsla(28, 10%, 26%, 1.00);
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 45px;
  border-radius: 50px;
  background-image: -webkit-repeating-linear-gradient(270deg, rgba(107, 107, 107, 1.00) 0%, rgba(182, 182, 182, 1.00) 49.22%, rgba(107, 107, 107, 1.00) 100%);
  background-image: repeating-linear-gradient(180deg, rgba(107, 107, 107, 1.00) 0%, rgba(182, 182, 182, 1.00) 49.22%, rgba(107, 107, 107, 1.00) 100%);
}


/*カテゴリー*/
.category p {
    font-size: 18pt;
    color: hsla(0, 0%, 100%, 1.00);
    padding-top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.category-1 p a {
  text-decoration: none;
  color: hsla(28, 10%, 26%, 1.00);
}
.category-1 p :hover {
  background-color: hsla(183, 100%, 84%, 1.00);
  color: hsla(0, 0%, 0%, 1.00);
}
/*サイドカラー*/
.side-color {
  /* [disabled]background-color: hsla(28,10%,26%,0.49); */
  background-image: -webkit-linear-gradient(5deg, rgba(182, 179, 176, 0.79) 0%, rgba(255, 255, 255, 1.00) 32.64%, rgba(145, 187, 237, 0.47) 53.37%, rgba(255, 255, 255, 1.00) 78.24%, rgba(176, 172, 170, 0.83) 100%);
  background-image: linear-gradient(85deg, rgba(182, 179, 176, 0.79) 0%, rgba(255, 255, 255, 1.00) 32.64%, rgba(145, 187, 237, 0.47) 53.37%, rgba(255, 255, 255, 1.00) 78.24%, rgba(176, 172, 170, 0.83) 100%);
}
/*関連記事*/
.small-btn a {
  font-size: 10px;
}
.text-border {
  font-weight: lighter;
}
/*見出し*/
.kanren{
    position: relative;
    color: black;
    background: #d0ecff;
    line-height: 1.4;
    padding: 0.25em 0.5em;
    margin: 2em 0 0.5em;
    border-radius: 0 5px 5px 5px;
    font-size: 26px;
}
.kanren:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}
.mok-bg{
    background-color: hsla(0,0%,56%,1.00);
    color: hsla(0,0%,100%,1.00);
}
/*囲み枠パターン１*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background-color: hsla(0,0%,100%,1.00);
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}
.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background-color: #AAEDFF;
    color: #48413B;
    display: inline-block;
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #AAEDFF;
    width: 0;
    height: 0;
}
.box24 p {
    margin: 0; 
    padding: 0;
}
.box24-1 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background-color: #AAEDFF;
    color: #48413B;
    display: inline-block;
}
/*ポイント*/
.point-color{
    color: hsla(332,100%,69%,1.00);
}
.bullseye-color{
    color: hsla(242,100%,66%,1.00);	
}
/*定義リスト*/
.dl-style dt{
    font-weight: 550;
    font-size: 19px;
    color: hsla(0,0%,40%,1.00);
    border-bottom: 2px solid hsla(0,0%,84%,1.00);
    display: inline-block;
    letter-spacing: 0.3em;
}
.dl-style dd{
    margin-bottom: 30px;
    margin-top: 10px;
    color: hsla(0,0%,16%,1.00);
}
.pre-color{
    border-width: 1px 1px 1px 5px;
    background-color: hsla(56,100%,95%,1.00);
    font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
    border-left-style: solid;
    border-left-color: hsla(25,7%,52%,1.00);
}
.back-w{
    background-color: hsla(0,0%,100%,1.00);
}
/*サイドバー固定*/
.sidebar_fixed {
  position: sticky;
  top: 60px;
 z-index: 1
}
.sidebar_content {
  margin-bottom: 100px;
}
/*手順見出し*/
 .process{
    position: relative;
    color: #333;
    text-shadow: 0 0 2px white;
    background: #e0f3ff;
    z-index: -4;
    border-radius: 0 10px 10px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 150px;
}
.process:before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.procedure p{
    margin-left: 20px;
    margin-bottom: 10px;
}