:root {
  --Abel: Abel;
  --Noto_Sans: Noto_Sans;

  --text-gray: #3f4954;
  --text-h1gray:  #7B7B7B;
  --text-light: #686666da;
  --light-gray: #F7F7F7;
  --bg-color: #0f0f0f;
  --white: #ffffff;
  --midnight: #104f55;
  --skypeblue: #00AFF0;
  --twitterblue: #1DA1F2;
  --aliceblue: #f1f8ff;

  --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  --malibu_beach: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

/************** Global classes ********************/
h1 {
  font-family: var(--Abel);
  font-size: 2.5rem;
  font-weight: bold;
}

h2 {
  font-family: var(--Abel);
  font-size: 2rem;
}

h3 {
  font-family: var(--Noto_Sans);
  font-size: 1.3rem;
}

button.btn {
  border: none;
  border-radius: 2rem;
  padding: 1rem 3rem;
  font-size: 1rem;
  cursor: pointer;
}

.bcontainer {
  margin: 0.5vw;
}

/******x****** Global classes ********************/

.pts_blog {
  font-size: 17px;
  background: var(--aliceblue);
  box-shadow: 0px 0px 0px 10px var(--aliceblue);/*線の外側*/
  border: dashed 2px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

.pts_blog li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.h2_pts_blog {
  margin: 50px 0 30px 0;
  font-size: 29px;
  padding: 0.75em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #F8F8FF;
  border-left: solid 5px #01bacf;/*左線*/
}

.h3_pts_blog {
  margin: 55px 0 10px 15px;
  font-size: 21px;
  padding: 0.75em 0.5em;/*上下 左右の余白*/  
  color: #494949;/*文字色*/
  background: #F8F8FF;
  border-left: solid 5px #01bacf;/*左線*/
}

.pts_check {
  color: #6C9FCE;
  padding: 0 5px;
}

.pts_check_bad {
  color: #A9A9A9;
  padding: 0 5px;
}

.h4_pts_blog {
  margin: 20px 0 10px!important;
}

.p_pts_blog {
  margin-bottom: 10px!important;
}

.p_easylook {
  line-height: 2;
  font-size: 1.1rem;
  padding: 0 0.5rem;
  color: #333333;
}
.p_normallook {
  line-height: 1.5;
  font-size: 1.1rem;
  padding: 0 0.5rem;
  color: #333333;
}
.green_link {
  display: inline-block;
  font-size: 15px;
  background: #1abb9a;
  color: #fff;
  margin-top: 15px;
  padding: 12px 20px;
  text-align: center;
  border-radius: 4px;
  box-shadow: inset 0 -3px 0 rgb(0 0 0 / 25%);
  float: right;
  /*width: 25%;*/
}

.post_content .content .h2_sub_img {
  width: 85%;
}
.post_content .content .h3_sub_img {
  width: 70%;
}

.a_external_site {
  padding: 0.7rem 2rem;
  background: var(--malibu_beach);
  margin: 0.5rem;
}

.font_bold {
    font-weight: bold;
}

.title_underbar {
    border-bottom: solid 3px #01bacf;
}
.title_underbar_red {
    border-bottom: solid 3px #FF4500;
}
.a_color {
  color: var(--skypeblue);
}
.move_blog {
  background: var(--aliceblue);
  padding: 20px;
}
main .blog-content .btn-blog {
  padding: 0.7rem 2rem;
  background: var(--sky);
  margin: 0.5rem;
}
/*p {
  color: var(--text-light);
}*/
/***************  Site Starter  ********************/
main .site-content {
  display: grid;
  grid-template-columns: 70% 30%;
  margin: 0 25px;
}
main .site-starter {
  text-align: center;
}
main .site-starter .bcontainer {
  display: flex;
  padding-top: 5rem;
  justify-content: center;
}

/*main .site-starter .container img {
  width: 360px;
  height: 220px;
}*/

main .site-starter .bcontainer .starter-content {
  margin: 0.5rem;
  padding-bottom: 1.5rem;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .starter-content img {
  width: 360px;
  height: 220px;
}

main .starter-title {
  text-align: center;
}
main .starter-title h3 {
  width: 310px;
  margin: 1.5rem;
  overflow-wrap:  break-word;
}
main .starter-title button {
  background: var(--malibu_beach);
  
}
main .site-content .post-content > .post-image,
.post-title {
  padding: 1rem 2rem;
  position: relative;
}
main .post-content .post-title a {
  font-size: 1.5rem;
}

.site-content .post-content .post-title .post-btn {
  border-radius: 0;
  padding: 0.7rem 1.5rem;
  background: var(--sky);
}
.site-content .pagination {
  justify-content: center;
  color: var(--text-gray);
  margin: 4rem 0;
}

.site-content .pagination a {
  padding: 0.6rem 0.9rem;
  border-radius: 2rem;
  margin: 0 0.3rem;
}

.site-content .pagination .pages {
  background: var(--text-gray);
  color: var(--white);
}

main .site-content .post-content > .post-image .post-info {
  background: var(--sky);
  padding: 1rem;
  position: absolute;
  bottom: 0%;
  left: 23vw;
  border-radius: 3rem;
}

/****x**********  Site Starter  ***************x****/


/*****x***********  show.blade  *****************x****/
#post {
  background: var(--light-gray);
}

main .post_content {
  /*width: 1050px;*/
  background-color: var(--white);
  padding: 3rem;
  margin: 0 auto;
  border-radius: 1rem;
}
.breadcrumb_wrap {
  width: 1050px;
  margin: 0 auto; 
}

.spacer_half {
  width: 100%;
  height: 2rem;  
}

.spacer_h {
  width: 100%;
  height: 4rem;
}
.spacer_2h {
  width: 100%;
  height: 8rem;
}

.post_content header {  
  padding-top: 2rem;
}

.post_content header h1 {

  color: var(--text-h1gray);
  text-align: center;
  padding: 0 1rem;
}

.post_content .content {
    margin: 3rem 1rem;
}

.post_content .content img {
  width: 100%;  
}

.post_info {
  display: flex;
  justify-content: space-between;
}

.post_info .date_and_count {
  margin: 0.5rem;
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;  
  align-items: center;
}

.post_info .date_and_count .post_date {
  margin-right: 1rem;
  color: var(--text-gray);
}

.creator_img {
  display: flex;
  align-items: center;
  justify-items: center;
}

.creator_img img {
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  border-radius: 50%;
}

.creator_name {
  margin: 0;
}
.post_image {
  padding: 1rem 2rem;
}

.post_image img {
  width: 100%;
}

.blog-border {
  border: solid 2px #2563eb;
}
/*****x***********  show.blade  *****************x****/

/******************  Sidebar  **********************/

.site-content > .sidebar .category-list .list-items {
  background: var(--sky);
  padding: 0.4rem 1rem;
  margin: 0.8rem 0;
  border-radius: 3rem;
  width: 70%;
  display: flex;
  justify-content: space-between;
}

.site-content > .sidebar .category-list .list-items a {
  color: black;
}

.site-content .sidebar .popular-post .post-content {
  padding: 1rem 0;
}

.site-content .sidebar{
  margin-left: 20px;
}

.site-content .sidebar h2 {
  padding: 0 1.5rem;
}

.site-content .sidebar .popular-post h2 {
  padding-top: 2rem;
}

.site-content .sidebar .popular-post .post-info {
  padding: 0.4rem 0.1rem !important;
  bottom: 1rem !important;
  left: 1.5rem !important;
  border-radius: 0rem !important;
  background: white !important;
  font-size: 0.8rem;
}

.site-content .sidebar .popular-post .post-title {
  padding: 0.5rem 2rem;
}

.site-content .sidebar .popular-post .post-title a {
  font-size: 1rem;
}

.site-content .sidebar .newsletter {
  padding-top: 1rem;
}

.site-content .sidebar .newsletter .form-element {
  padding: 0.5rem 2rem;
}

.site-content .sidebar .newsletter .input-element {
  width: 80%;
  height: 1.9rem;
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
}

.site-content .sidebar .newsletter .form-btn {
  border-radius: 0;
  padding: 0.8rem 32%;
  margin: 1rem 0;
  background: var(--sky);
}

.site-content .sidebar .popular-tags {
  padding: 5rem 0;
}

.site-content .sidebar .popular-tags .tag {
  background: var(--sky);
  padding: 0.4rem 1rem;
  border-radius: 3rem;
  margin: 0.4rem 0.6rem;
  line-height: 2.6;
}
/****x*************  Sidebar  *****************x****/


/**************  Responsive  *******************/
@media only screen and (max-width: 1130px) {
  main .site-content {
    margin: 0 10px;
  }
  main .site-content .post-content > .post-image {
    padding: 0.5rem 1rem;
  }
  .site-content .sidebar .popular-post .post-title {
    padding: 0.5rem 1rem;
  }
  .site-content .sidebar{
    margin-left: 10px;
  }
  .site-content .sidebar h2 {
    padding: 0 1rem;
  }
  main .starter-content img {
    width: 260px;
    height: auto;
  }
  main .starter-title h3 {
    width: 210px;
    margin: 1rem;
    overflow-wrap:  break-word;
  }
  /*.site-content .post-content > .post-image .post-info {
    left: 2rem !important;
    bottom: 1.2rem !important;
    border-radius: 0% !important;
  }*/

  .site-content .sidebar .popular-post .post-info {
    display: none !important;
  }

  footer.footer .container {
    grid-template-columns: repeat(2, 1fr);
  }

  main .post_content {
    width: 90%;
    padding: 1rem 0.3rem;
　}
  .breadcrumb_wrap {
    width: 90%; 
  }
  
  .post_content header h1 {
    font-size: 2rem;    
  }

}

@media only screen and (max-width: 750px) {
  
  main .post_content { 
    padding: 1rem;
　}

  main .site-content {
    grid-template-columns: 100%;
    margin: 0;
  }

  .post_content header h1 {
    font-size: 1.5rem;    
  }

  footer.footer .container {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 520px) {
  main .blog {
    height: 125vh;
  }
  .site-content .sidebar{
    margin-left: 5px;
  }
  .site-content .sidebar h2 {
    padding: 0 1rem;
  }
  main .starter-content img {
    width: 360px;
    height: auto;
  }
  main .starter-title h3 {
    width: 310px;
    margin: 1.5rem;
  }

  .site-content .post-content > .post-image .post-info {
    display: none;
  }

  footer.footer .container > div {
    padding: 1rem 0.9rem !important;
  }

  footer .rights {
    padding: 0 1.4rem;
    text-align: center;
  }

  main .post_content {
    width: 100%;  
    padding: 0;
　}
  .breadcrumb_wrap {
    width: 100%; 
  }
  
  .post_content header h1 {
    font-size: 1.2rem;
    padding: 0 0.5rem;
    text-align: left;
  }

  .post_info .date_and_count {
    margin: 0.5rem;
    padding: 0;
    display: inline-block;
  }

  .creator_img {
    display: inline-block;
    text-align: center;
  }

  .post_info .date_and_count .post_date {
    margin-right: 0;
  }

  .post_content .content {
    margin: 1rem 0 2rem;
  }

  main .site-starter .bcontainer {
      display: inline-block;
      padding-top: 0;  
  }

  .bcontainer {
      padding: 0 0 2rem;
  }
  
  .post_image {
    padding: 0.2rem 0.2rem;
  }
  
  .pts_blog {
    padding: 0.5em 0.5em 0.5em 0.5em;
  }

  .pts_blog li {
    padding: 0.3em 0;
  }
  .h2_pts_blog {
    margin: 25px 0 15px 0;
    font-size: 23px;
    padding: 0.5em 0.25em;/*上下 左右の余白*/
  }
  .h3_pts_blog {
    margin: 0 0 10px 15px;
    font-size: 20px;
    padding: 0.5em 0.25em;/*上下 左右の余白*/  
  }
  .green_link {
    float: none;
  }

  .p_easylook {
  line-height: 1.8;
  font-size: 1rem;
  padding: 0 0.3rem;
  }

  /*nav .toggle-collapse {
    width: 80% !important;
  }*/
}