/* =================================
 blog
================================= */
/* =================================
 common
================================= */
.case .c-key {
  background-image: url(../img/case/img_key.jpg);
  background-position: right;
  margin-bottom: 0 !important;
}

.news .c-key {
  background-image: url(../img/news/img_key.jpg);
  background-position: right;
  margin-bottom: 0 !important;
}

.report .c-key {
  background-image: url(../img/report/img_key.jpg);
  background-position: right;
  margin-bottom: 0 !important;
}

.page section {
    margin: 0;
	margin-bottom:30px;
}

/* main */

.case.archive .c-ttl_main,
.news.archive .c-ttl_main,
.report.archive .c-ttl_main {
    margin-bottom: 60px;
    text-align: center;
}

.case.archive .c-ttl_sub,
.news.archive .c-ttl_sub,
.report.archive .c-ttl_sub {
    border-top: 0;
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.p-blog_article_inner {
  margin-bottom: 60px;
}
.p-blog_article_ttl {
  margin-bottom: 20px;
  padding: 0 0 15px;
/*  color: #225da2;*/
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid #ccc;
}
.p-blog_article_update {
  display: block;
  position: relative;
  z-index: 0;
/*  margin-bottom: 10px;*/
  color: #5f4f2f;
  font-family: 'Century Gothic', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #225da2;
}

.p-blog_article_head {
  margin-bottom: 30px;
}
.p-blog_category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-blog_category li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  border: 1px solid #225da2;
  background-color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}
.p-blog_category li:last-child {
  margin-right: 0;
}
.p-blog_category li a {
  padding: 5px 10px;
  text-align: center;
    color: #225da2;
}
.p-blog_category li a:hover {
  opacity: .7;
}
.p-blog_article_txt {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}

.p-blog_article_detail::after{
    content: "";
    clear: both;
    display: block;
}

.p-blog_article_detail .c-btn {
  float: right;
}

.p-blog_article_detail .c-btn a{
  padding: 0 0;
  background: #fff;
    color: #225da2;
}

.p-blog_article_detail .c-btn a:hover{
  background: #225da2;
  color: #fff;
  opacity: 1;
}

.p-case_single a {
  display: inline;
  text-decoration: underline;
}

.p-blog_pager {
  text-align: center;
    padding-top: 40px;
}
.p-blog_pager_list li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
}
.p-blog_pager li .active,
.p-blog_pager li a {
  padding: 5px 12px;
  border: 1px solid #225da2;
  color: #333;
  transition: .4s;
}
.p-blog_pager li a:hover {
  background-color: #eaeef4;
}
.p-blog_pager li .active, .p-blog_pager li.current span{
  display: block;
  background-color: #225da2;
  color: #fff;
    padding: 5px 12px;
    border: 1px solid #225da2;
}

/* detail */
.p-blog_article_detail_txt {
  line-height: 2;
  text-align: justify;
}
.p-blog_pager_detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify; 	-ms-flex-pack: justify; 	justify-content: space-between;
}

/* side */
.p-blog_side_wrap {
  margin-bottom: 40px;
}
.p-blog_side_list li {
  display: flex;
  z-index: 0;
  margin-bottom: 20px;
  padding-right: 25px;
}

.p-blog_side_list li:last-child {
  margin-bottom: 0;
}
.p-blog_side_list li a {
  color: #333;
}
.p-blog_side_list li a:hover {
  text-decoration: underline;
}
.p-blog_side_ttl {
  margin-bottom: 20px;
  background-color: #eaeef4;
  font-weight: bold;
  color: #333;
}
.p-blog_side_ttl a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  color: #333;
}
.p-blog_side_ttl a:hover {
  opacity: .7;
}
.p-blog_side_ttl--en {
  line-height: 1;
  padding-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
    letter-spacing: -0.5px;
}
.p-blog_side_ttl--ja {
  display: block;
  line-height: 1;
  margin-top: 2px;
  font-size: 14px;
  font-size: 1.4rem;
    font-weight: 500;
}

.selectBox {
    position: relative;
}

.selectBox select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: medium none;
    box-sizing: border-box;
    font-size: 1.4rem;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #333;
    padding-right: 46px;
    color: #333;
    width: 100%;
    max-width: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 4px;
}

.selectBox::after {
    content: ">";
    font-family: "icomoon";
    pointer-events: none;
    font-size: 1rem;
    color: #333;
    height: 100%;
    width: 46px;
    
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Single*/

.case.single section,
.news.single section,
.report.single section {
    margin-bottom: 0;
}

.p-case_single_block {
    margin-bottom: 60px;
}

.p-case_single_block:last-child {
    margin-bottom: 0;
}

.p-case_single_header ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-case_single_header ul li {
  background: #16195c;
      color: #fff;
    width: 31%;
    text-align: center;
}
.p-case_single_header ul li:nth-child(2) {
  background: #cca42f;
}

.p-case_single_main ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.p-case_single_main ul li {
    width: 48%;
    text-align: center;
    margin-right: 4%;
    margin-bottom: 24px;
    position: relative;
}

.p-case_single_main ul li img {
    width: 100%;
}

.p-case_single_main.col3 ul li {
    width: 31%;
    text-align: center;
    margin-right: 3.5%;
    margin-bottom: 24px;
    position: relative;
}

.p-case_single_main ul li::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #abd2e4;
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translateY(-50%);
}

.c-tbl {
    width: 100%;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    text-align: left;
}

.c-tbl td, .c-tbl th {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    line-height: 1.3;
}

.c-tbl th {
    background: #16195c;
    color: #fff;
}

.c-tbl_sep th, .c-tbl_sep td{
        width: calc(100% / 4);
    text-align: center;
    }

.c-tbl_full {
    width: 100%;
}

.c-tbl_full th, .c-tbl_full td{
        width: 100%;
        display: block;
    }

.p-case_single_info td span {
    font-size: 0.8em;
}

.p-case_single_clinic th {
    width: 30%;
    text-align: left;
    padding-left: 20px;
}

.p-case_single_clinic td {
    width: 70%;
    text-align: left;
    padding-left: 20px;
}

.c-ttl_casesingle {
    color: #16195c;
    font-weight: bold;
}

.p-case_single_header {
        margin-bottom: 24px;
    padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }

.p-case_single_header li {
        color: #16195c;
        font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    
    }

.case.single .p-blog_pager_list,
.news.single .p-blog_pager_list,
.report.single .p-blog_pager_list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


/* =================================
 PC common
================================= */
@media screen and (min-width: 768px) {
  /* main */
  .p-blog_article {
    display: -ms-flexbox;
    display: flex;
  }
  .p-blog_article_wrap {
    width: 72%;
    max-width: 840px;
    margin-right: 5%!important;
  }

  /* side */
  .p-blog_side {
    max-width: 280px;
      width: 24%;
  }
    
    .case.single .c-ttl_main,
    .news.single .c-ttl_main,
    .report.single .c-ttl_main {
        padding-bottom: 10px;
        border-bottom: 1px #444 solid;
    }
    
    .case.single .p-blog_article_head,
    .news.single .p-blog_article_head,
    .report.single .p-blog_article_head {
        margin-bottom: 60px;
    }
    
    .c-ttl_casesingle {
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 20px;
}

.p-case_single_main ul li:nth-child(2n) {
    margin-right: 0;
}
    .p-case_single_main ul li:nth-child(2n)::after {
    content: none;
}
   
}

    .p-case_single_main.col3 ul li:nth-child(2n) {
    margin-right: 3.5%;
}
    .p-case_single_main.col3 ul li:nth-child(2n)::after {
    content: "";
}
    
    .p-case_single_main.col3 ul li:nth-child(3n) {
    margin-right: 0;
}
    .p-case_single_main.col3 ul li:nth-child(3n)::after {
    content: none;
}


/* =================================
  IE common
================================= */

_:-ms-input-placeholder, :root .p-blog_category li a {
  padding: 6px 10px 4px;
}
_:-ms-input-placeholder, :root .p-blog_pager li .active,
_:-ms-input-placeholder, :root .p-blog_pager li a {
  padding: 14px 15px 8px;
}

/* =================================
  TAB common
================================= */
@media only screen and (min-width: 768px) and (max-width: 1359px) {
  .p-blog_side_ttl--en {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

/* =================================
 SP common
================================= */
@media screen and (max-width: 767px) {
  /* main */
  .p-blog_article_ttl {
    margin-bottom: 15px;
    padding: 0 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
    
    .p-case_single_block {
    margin-bottom: 30px;
}
    
    .case.archive .c-ttl_main,
    .news.archive .c-ttl_main,
    .report.archive .c-ttl_main {
    margin-bottom: 30px;
        font-size: 18px;
    font-size: 1.8rem;
}

.case.archive .c-ttl_sub,
.news.archive .c-ttl_sub,
.report.archive .c-ttl_sub {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 8px;
    margin-bottom: 10px;
}
    
    .p-blog_article_inner {
        margin-bottom: 40px;
    }
    
    .p-blog_category li a {
    padding: 4px 8px;
    text-align: center;
    color: #225da2;
        font-size: 10px;
        font-size: 1rem;
}
    
  .p-blog_article_update {
    
    font-size: 14px;
    font-size: 1.4rem;
  }
  
  .p-blog_article_detail .c-btn {
    width: 60%;
  }
  .p-blog_pager {
    margin-bottom: 50px;
    padding-top: 16px;
  }
  .p-blog_pager li .active,
  .p-blog_pager li a {
    padding: 5px 10px;
  }

  /* side */
  .p-blog_side_ttl {
    margin-bottom: 20px;
  }
  .p-blog_side_ttl--en {
    padding-right: 3%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-blog_side_ttl--ja {
    font-size: 13px;
    font-size: 1.3rem;
  }

    .p-blog_article_detail .c-btn a{
        width: 100%;
    }
    .p-blog_article_txt{
        margin-bottom: 10px;
    }
    
    .p-blog_pager_list li {
        padding: 4px;
    }
    
/*    single*/
    .case.single .c-ttl_main,
    .news.single .c-ttl_main,
    .report.single .c-ttl_main {
        margin-top: 4px;
        line-height: 1.3;
        border-bottom: 1px #444 solid;
        padding-bottom: 10px;
    }
    
    .case.single .p-blog_article_head,
    .news.single .p-blog_article_head,
    .report.single .p-blog_article_head {
        border-bottom:40px;
    }
    
    .p-case_single_header ul li {
    width: 31%;
    text-align: center;
}

.p-case_single_main ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.p-case_single_main ul li {
    width: 48%;
    text-align: center;
    margin-right: 4%;
    margin-bottom: 24px;
    position: relative;
}
    
.p-case_single_main ul li:nth-child(2n) {
    margin-right: 0;
}

.p-case_single_main ul li::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #abd2e4;
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translateY(-50%);
}
    
    .p-case_single_main ul li:nth-child(2n)::after {
    content: none;
}


.c-tbl_sep th, .c-tbl_sep td{
        width: calc(100% / 4);
    text-align: center;
    }
    
.c-tbl_full th, .c-tbl_full td{
        width: 100%;
        display: block;
    }

.p-case_single_info td span {
    font-size: 0.8em;
}

.p-case_single_clinic th {
    padding-left: 16px;
}

.p-case_single_clinic td {
    padding-left: 16px;
}

.p-case_single_header {
        margin-bottom: 16px;
    padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }

.p-case_single_header li {
        font-size: 15px;
    font-size: 1.5rem;
    
    }
    
    .c-ttl_casesingle {
        margin-bottom: 16px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    
}

/* ==============================
  iphone SE common
============================== */
@media screen and (max-width: 320px) {
  /* side */
  .p-blog_side_ttl--en {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-blog_side_ttl--ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
