@charset "UTF-8";
.section_naka {
  margin: 0 auto 15%;
}

.section_naka img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 741px) {
  .section_naka {
    width: 1000px;
    margin: 0 auto 130px;
  }
  .section_naka .main {
    float: left; 

    width: 775px;
  }
}

/*  Side
  *---------------------------------------------------------- */
aside.side {
  float: right; 

  width: 186px;
}

@media screen and (max-width: 740px) {
  aside.side {
    float: none;

    width: 90%;
    margin: 0 auto;
  }
}

/*---------------------------------------------------
   おすすめ吐き出し
  ---------------------------------------------------*/
.section_rank {
  width: 1000px;
  margin: 0 auto 60px;
}

.section_rank,
.section_rank div,
.section_rank dl,
.section_rank ul {
  opacity: 1.0;
}

.section_rank .box {
  position: relative;

  width: 100%;
  height: 160px;

  border: 1px solid #313131; 
  background: #fff;
}

.section_rank .box:first-child {
  position: relative; 

  height: 322px;
  margin-bottom: 40px;
}

.section_rank .box:nth-child(2) {
  float: left; 

  width: 487px;
}

.section_rank .box:nth-child(3) {
  float: right; 

  width: 487px;
}

.section_rank .box:nth-child(2) .txt_box,
.section_rank .box:nth-child(3) .txt_box {
  position: relative; 

  float: right;

  width: 240px;
  height: 100%;
}

.section_rank .box a {
  position: relative; 

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 14px;
}

.section_rank .box:first-child a {
  padding: 0;
}

.section_rank .box .ph {
  position: relative; 

  float: left;
  overflow: hidden;

  width: 200px;
  height: 129px;
}

.section_rank .box .ph.new:after {
  font-family: "Julius Sans One","dnp-shuei-gothic-kin-std",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 62px;

  position: absolute;
  top: 5px;
  left: 5px;

  display: block;

  width: 60px;
  height: 60px;

  content: "NEW";
  text-align: center;
  letter-spacing: 1px; 

  color: #fff;
  border-radius: 50%;
  background: #df0000;
}

.section_rank .box:first-child .ph {
  overflow: hidden; 

  width: 500px;
  height: 320px;
}

.section_rank .box .ph img {
  width: 100%;
}

.section_rank .box .txt_box {
  position: relative;

  float: right;

  width: calc(100% - 220px);

  text-align: left;
}

.section_rank .box .txt_box:after {
  position: absolute;
  z-index: 99; 
  right: 0px;
  bottom: 0px;

  display: block;

  width: 0;
  height: 0;
  margin-top: -3px;

  content: "";
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;

  border: 3px solid transparent;
  border-left: 5px solid #313131;
}

.section_rank .box:first-child .txt_box {
  position: absolute;
  top: 50%;
  right: 0;

  width: calc(100% - 500px);
  padding: 30px;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section_rank .box:first-child .txt_box:after {
  display: none;
}

.section_rank .box .title,
.section_plan_list .box .title {
  font-size: 18px;
  font-weight: 700; 
  line-height: 1.4;

  overflow: hidden;

  max-height: 72px;
}

.section_rank .box:first-child .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  max-height: 120px;
  margin-bottom: 20px;
  padding-bottom: 20px;

  border-bottom: 1px dotted #313131;
}

.section_rank .box:first-child .txt {
  overflow: hidden; 

  max-height: 90px;
  padding-top: 5px;
}

.section_rank .box:nth-child(2) .txt,
.section_rank .box:nth-child(3) .txt {
  font-size: 13px;

  overflow: hidden;

  height: 60px;
  margin-top: 10px;
}

.section_rank .box .txt_box .btn02 {
  display: none;
  float: right;

  margin-top: 20px;
}

.section_rank .box:first-child .txt_box .btn02 {
  display: block;
}

.section_rank .box .date {
  font-size: 13px;

  margin-bottom: 10px;

  color: #665b4f;
}

.main_fair .section_rank .box .icons {
  margin-bottom: 18px; 

  text-align: left;
}

.section_rank .box:nth-child(2) .title,
.section_rank .box:nth-child(3) .title {
  font-size: 16px;

  max-height: 60px;
  margin-top: 8px;
}

.main_fair .section_rank .box:nth-child(2) .txt,
.main_fair .section_rank .box:nth-child(3) .txt {
  display: none;
}

@media screen and (max-width: 740px) {
  .section_rank {
    width: 90%;
    margin: 0 auto 10%;
  }
  .section_rank .box:first-child {
    position: relative;

    height: auto;
    margin-bottom: 0;

    border: none;
  }
  .section_rank .box:nth-child(2),
  .section_rank .box:nth-child(3) {
    float: none; 

    width: auto;
  }
  .section_rank .box:nth-child(2) .txt_box,
  .section_rank .box:nth-child(3) .txt_box {
    float: none;

    width: auto;
    height: auto;
  }
  .section_rank .box .ph {
    float: none;

    width: 100%;
    height: 0;
    margin-bottom: 3%; 
    padding-bottom: 68%;
  }
  .section_rank .box .ph.new:after {
    font-size: 13px; 
    line-height: 40px;

    width: 40px;
    height: 40px;
  }
  .section_rank .box:first-child .ph {
    width: 100%;
    height: 0;
  }
  .section_rank .box .txt_box {
    float: none;

    width: 100%;
  }
  .section_rank .box .txt_box:after {
    position: absolute;
    z-index: 99; 
    right: 0px;
    bottom: 0px;

    display: block;

    width: 0;
    height: 0;
    margin-top: -3px;

    content: "";
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;

    border: 3px solid transparent;
    border-left: 5px solid #313131;
  }
  .section_rank .box:first-child .txt_box {
    position: relative;
    top: 0;
    right: 0;

    width: 100%;
    padding: 0;

    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .section_rank .box .title,
  .section_plan_list .box .title {
    font-size: 16px;

    max-height: 72px;
  }
  .section_rank .box:first-child .title {
    max-height: 80px;
    margin-bottom: 5%; 
    padding-bottom: 5%;
  }
  .section_rank .box:first-child .txt {
    overflow: hidden; 

    max-height: 60px;
    padding-top: 0;
  }
  .section_rank .box:nth-child(2) .txt,
  .section_rank .box:nth-child(3) .txt {
    font-size: 13px;

    overflow: hidden;

    height: 60px;
    margin-top: 2%;
  }
  .section_rank .box .txt_box .btn02 {
    float: none;

    margin-top: 5%;
  }
  .section_rank .box .date {
    margin-bottom: 2%;
  }
  .main_fair .section_rank .box .icons {
    margin-bottom: 4%;
  }
  .section_rank .box:nth-child(2) .title,
  .section_rank .box:nth-child(3) .title {
    font-size: 15px;

    max-height: 60px;
    margin-top: 2%;
  }
}

/*---------------------------------------------------
   カテゴリーアイコン
  ---------------------------------------------------*/
.icons {
  overflow: hidden;

  max-height: 26px;
  margin-bottom: 10px; 

  text-align: inherit;
}

.icons .icon {
  font-size: 13px;
  line-height: 1.1em;

  display: inline-block;

  width: auto;
  margin-right: 1px;
  padding: 6px 10px 6px;

  text-align: center;

  color: #fff;
  background: #ccc;
}

@media screen and (max-width: 740px) {
  .icons {
    max-height: 22px;
  }
  .icons .icon {
    font-size: 11px;

    margin-right: 0;
    margin-bottom: 2px; 
    padding: 4px 5px 4px;
  }
}

/*  Pager
   *---------------------------------------------------------- */
.pager {
  position: relative;
  z-index: 1;

  clear: both; 

  text-align: center;
}

.pager li.next,
section .pager li.before {
  position: relative;

  display: inline-block;
  float: none; 

  width: 240px;
  height: 36px;
  margin: 0 10px;

  text-align: center;
}

.pager li.next a,
section .pager li.before a {
  line-height: 36px;

  display: block; 

  text-decoration: none;

  color: #fff;
  background: #313131;
}

.pager li.next a:after {
  position: absolute;
  top: 50%;
  right: 10px;

  display: block;

  width: 0;
  height: 0;
  margin-top: -4px;

  content: "";
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms; 

  border: 4px solid transparent;
  border-left: 5px solid #fff;
}

.pager li.before a:after {
  position: absolute;
  top: 50%;
  left: 10px;

  display: block;

  width: 0;
  height: 0;
  margin-top: -4px;

  content: "";
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms; 

  border: 4px solid transparent;
  border-right: 5px solid #fff;
}

@media screen and (max-width: 740px) {
  .pager {
    margin-top: 5%;
  }
  .pager li.next,
  section .pager li.before {
    width: 46%;
    height: 36px;
    margin: 0 1%;
  }
}

/* ================================
 *
 * レポート
 *
 * ================================ */
/*---------------------------------------------------
 Report_index
---------------------------------------------------*/
.main_report {
  width: 100%;
  margin-right: auto; 
  margin-left: auto;
}

.main_report .container {
  width: 1000px;
  margin: 0 auto;
}

.section_report_list .report li.box {
  position: relative; 

  float: left;

  width: 310px;
  margin-right: 35px;
  margin-bottom: 35px;

  text-align: center;
}

.section_report_list .report li.box:nth-child(3n) {
  margin-right: 0;
}

.section_report_list .report li.box:nth-child(3n+1) {
  clear: left;
}

.case .section_report_list .report li.box {
  width: 480px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.case .section_report_list .report li.box:nth-child(3n) {
  margin-right: 40px;
}

.case .section_report_list .report li.box:nth-child(2n) {
  margin-right: 0;
}

.case .section_report_list .report li.box:nth-child(3n+1) {
  clear: none;
}

.case .section_report_list .report li.box:nth-child(2n+1) {
  clear: left;
}

.section_report_list .report li.box a .txt_wrapper {
  text-align: left;
}

.case .section_report_list .report li.box a .txt_wrapper {
  text-align: center;
}

.section_report_list .report li.box .ph {
  position: relative; 

  overflow: hidden;

  width: 100%;
  height: 320px;
  margin-bottom: 16px;
  padding-bottom: 60%;
}

@media screen and (max-width: 740px) {
.section_report_list .report li.box .ph {
  height: 240px;
}
 }


.section_report_list .report li.box .ph.new:after {
  font-family: "Julius Sans One","dnp-shuei-gothic-kin-std",sans-serif;
  font-size: 13px; 
  font-weight: 400;
  line-height: 42px;

  position: absolute;
  top: 5px;
  left: 5px;

  display: block;

  width: 40px;
  height: 40px;

  content: "NEW";
  text-align: center;

  color: #fff;
  border-radius: 50%;
  background: #df0000;
}

.section_report_list .report li.box .ph img {
  width: 100%;
}

.section_report_list .report li.box .date {
  font-size: 13px;
}

.section_report_list .report li.box .tit {
  font-size: 16px;

  overflow: hidden;

  margin-top: 2px; 

  white-space: nowrap;
     text-overflow: ellipsis;

  -o-text-overflow: ellipsis;
}

.section_report_list .report li.box .client {
  font-size: 16px;

  overflow: hidden;

  text-align: center; 
  white-space: nowrap;
     text-overflow: ellipsis;

  -o-text-overflow: ellipsis;
}

.section_report_list .report li.box .catch {
  font-size: 20px;

  overflow: hidden;

  margin-top: 6px; 

  white-space: nowrap;
     text-overflow: ellipsis;

  color: #df0000;

  -o-text-overflow: ellipsis;
}

.section_report_list .report li.box .icons.special {
  max-height: 28px;
  margin-bottom: 10px;
}
.section_report_list .report li.box .icons.special span {
  font-size: 16px;
}

@media screen and (max-width: 740px) {
  .main_report .container {
    width: 100%;
  }
  .section_report_list .report {
    margin: 0 5%;
  }
  .section_report_list .report li.box {
    float: left;

    width: 48%;
    margin-right: 4%;
    margin-bottom: 8%;
  }
  .section_report_list .report li.box:nth-child(3n) {
    margin-right: 4%;
  }
  .section_report_list .report li.box:nth-child(2n) {
    margin-right: 0;
  }
  .section_report_list .report li.box:nth-child(3n+1) {
    clear: none;
  }
  .section_report_list .report li.box:nth-child(2n+1) {
    clear: left;
  }
  .case .section_report_list .report li.box,
  .movie .section_report_list .report li.box {
    float: none;

    width: 100%;
    margin-right: 0;
    margin-bottom: 9%;
  }
  .case .section_report_list .report li.box:nth-child(3n),
  .movie .section_report_list .report li.box:nth-child(3n) {
    margin-right: 0;
  }
  .section_report_list .report li.box .ph {
    margin-bottom: 2%;
  }
  .section_report_list .report li.box .ph.new:after {
    font-size: 10px; 
    line-height: 30px;

    width: 30px;
    height: 30px;
  }
  .section_report_list .report li.box .movie {
    margin-bottom: 3%;
  }
  .section_report_list .report li.box .tit {
    font-size: 14px;
    font-weight: 500;
  }
  .section_report_list .report li.box .name {
    font-size: 20px;
  }
  .section_report_list .report li.box .client {
    font-size: 13px;
  }
  .section_report_list .report li.box .catch {
    font-size: 18px;

    margin-top: 0;
  }
}

/*---------------------------------------------------

 Report_detail

---------------------------------------------------*/
.section_case {
  margin-bottom: 130px;
}

.section_report_article {
  width: 1200px;
  margin: 0 auto 55px;
  padding: 64px; 

  border: 2px solid #df0000;
}

.section_report_article.detail .title_box {
  margin-bottom: 50px;
}
.section_report_article.detail .title_box .ph {
  float: left;
  overflow: hidden;

  width: 498px;
  height: 332px;
  margin-bottom: 0;
}
.section_report_article.detail .title_box .ph img {
  width: 100%;
}
.section_report_article.detail .title_box .txt_box {
  font-weight: 500;

  float: right; 

  width: 542px;

  text-align: left;
}
.section_report_article.detail .title_box .txt_box .client {
  font-size: 24px;
}
.section_report_article.detail .title_box .txt_box .tit {
  font-size: 32px;

  margin-bottom: 20px;
}
.section_report_article.detail .title_box .txt_box .catch {
  font-size: 38px; 

  color: #df0000;
}

.report_data {
  text-align: center;
}

.report_data .report_date {
  margin-bottom: 10px;
}

.report_data .icon li {
  display: inline-block;
}

.report_people {
  margin-bottom: 40px; 
  padding: 30px 0;

  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}

.tbl_report {
  font-size: 17px;
  font-weight: 500; 

  margin: 0 auto 10px;

  border-collapse: collapse;
}

.tbl_report dt {
  line-height: 100px;

  display: inline-block;

  width: 140px;
  height: 100px;
  padding: 3px 30px;

  text-align: center;
  vertical-align: top; 

  color: #fff;
  background: #313131;
}

.tbl_report dt.empty {
  display: none;
}

.tbl_report dd {
  display: inline-block;

  width: 415px;
  margin-left: 15px;
  padding-top: 10px;
  padding-right: 30px;

  text-align: left;
  vertical-align: top;
}

.tbl_report dd:last-child {
  width: 310px; 
  padding-right: 0;
}

.cnt_box.system_article p {
  font-size: 17px;
}

.recommend_block {
  margin: 60px 0;
  padding: 30px; 

  background: #fdf0f0;
}
.recommend_block h3 {
  font-size: 32px;
  line-height: 1.0; 

  margin-bottom: 20px;

  text-align: center;
}
.recommend_block h3 em {
  color: #df0000;
}
.recommend_block .box {
  padding: 34px 0;

  text-align: center; 

  background: #fff;
}
.recommend_block .box li {
  font-size: 20px;
  font-weight: 500;
  /* width: 404px; */

  margin: 6px 24px;
  padding-left: 34px;

  text-align: left; 
  /* display: inline-block; */
  vertical-align: top;

  background: url(../img/cmn/icon_check.svg) 0 3px no-repeat;
  background-size: 30px 25px;
}

.report_tit {
  font-size: 18px;

  margin-bottom: 30px; 

  text-align: center;
}

.report_name {
  font-size: 20px; 

  text-align: center;
}

.section_report_article .main_block {
  width: 1000px;
  margin: 40px auto;
}

.section_report_article p,
.section_report_article .photo01,
.section_report_article .photo02 {
  margin-bottom: 20px;
}

.section_report_article p {
  font-size: 17px;
  line-height: 2;

  text-align: center;
}

.section_report_article .photo01 {
  width: 80%;
  margin: 0 auto;
}

.section_report_article .photo01 img {
  display: block;

  max-width: 100%;
  margin: 0 auto;
}

.section_report_article .photo02 {
  *zoom: 1;
}

.section_report_article .photo02 {
  width: 80%;
  margin: 0 auto;
}

.section_report_article .photo02:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}

.section_report_article .photo02 li {
  overflow: hidden;

  width: 49%;
}

.section_report_article .photo02 li:first-child {
  float: left;
}

.section_report_article .photo02 li:last-child {
  float: right;
}

.section_report_article .photo02 li img {
  display: block;

  height: auto;
}

.section_report_article .unit_faq {
  margin-bottom: 50px;
}

.section_report_article .unit_faq dt,
.section_report_article .unit_faq dd {
  font-size: 14px;
  line-height: 2em;
}

.section_report_article .unit_faq dt {
  font-size: 15px;
  font-weight: 600;
}

.section_report_article .unit_faq dd:last-child {
  margin-bottom: 0;
}

.section_report_article .unit_data {
  margin-bottom: 70px;
}
.section_report_article .unit_data h3 {
  font-size: 32px;
  line-height: 1.0;

  margin-bottom: 30px;

  text-align: center;
}
.section_report_article .unit_data p {
  line-height: 2.2;

  margin-bottom: 0;

  text-align: left;
}

.section_report_article .unit_data table {
  font-weight: 500;

  width: 100%;

  border-collapse: collapse;

  border-top: 1px #313131 solid;
  border-bottom: 1px #313131 solid;
}

.section_report_article .unit_data tr {
  border-bottom: 1px #b3b3b3 solid;
}

.section_report_article .unit_data tr:last-child {
  border-bottom: none;
}

.section_report_article .unit_data th {
  font-size: 17px;
  font-weight: 500; 

  width: 258px;
  padding: 20px;

  text-align: center;

  background: #fcebeb;
}

.section_report_article .unit_data td {
  font-size: 17px;
  font-weight: 500; 

  padding: 20px;
}

.section_report_article.new {
  position: relative;
}

.section_report_article .btn.cv {
  width: 692px;
  height: 96px; 
  margin: 50px auto 32px;
}
.section_report_article .btn.cv a {
  font-size: 23px;
  font-weight: 600;
  line-height: 96px;

  border-radius: 50px;
}

@media screen and (max-width: 740px) {
  .section_case {
    margin-bottom: 18%;
  }
  .section_report_article {
    width: auto;
    margin: 0 5% 8%;
    padding: 0; 

    border: none;
  }
  .section_report_article.detail .title_box {
    margin-bottom: 3%;
  }
  .section_report_article.detail .title_box .ph {
    float: none;

    width: 100%;
    height: 0;
    margin-bottom: 5%; 
    padding: 0 0 65%;
  }
  .section_report_article.detail .title_box .txt_box {
    float: none; 

    width: auto;

    text-align: center;
  }
  .section_report_article.detail .title_box .txt_box .client {
    font-size: 14px;
  }
  .section_report_article.detail .title_box .txt_box .tit {
    font-size: 16px;

    margin-bottom: 1%;
  }
  .section_report_article.detail .title_box .txt_box .catch {
    font-size: 18px;
  }
  .report_people {
    margin-bottom: 10%; 
    padding: 5% 0 3%;
  }
  .tbl_report {
    font-size: 13px; 

    margin: 0 auto;

    border-collapse: collapse;
  }
  .tbl_report dt {
    line-height: 60px;

    width: 20%;
    height: 60px;
    margin-bottom: 2%; 
    padding: 0;
  }
  .tbl_report dd {
    font-size: 13px;

    width: 74%;
    margin-bottom: 2%; 
    margin-left: 3%;
    padding: 0;
  }
  .tbl_report dd:last-child {
    width: 74%;
  }
  .cnt_box.system_article p {
    font-size: 13px;
  }
  .recommend_block {
    margin: 10% 0;
    padding: 4%;
  }
  .recommend_block h3 {
    font-size: 20px;

    margin-bottom: 4%;
  }
  .recommend_block .box {
    padding: 5%;
  }
  .recommend_block .box li {
    font-size: 14px; 

    width: 100%;
    margin: 3px 0;
    padding-left: 28px;

    background: url(../img/cmn/icon_check.svg) 0 2px no-repeat;
    background-size: 24px 18px;
  }
  .report_tit {
    font-size: 15px;

    margin-bottom: 5%;
  }
  .report_name {
    font-size: 14px;
  }
  .section_report_article .main_block {
    width: 100%;
    margin: 8% auto;
  }
  .section_report_article .main_block .photo01,
  .section_report_article .main_block .photo02 {
    margin: 5px 0px;
  }
  .section_report_article p,
  .section_report_article .photo01.main {
    margin-bottom: 20px;
  }
  .section_report_article p {
    font-size: 17px;
    line-height: 2;

    text-align: center;
  }
  .section_report_article .photo01 img {
    display: block;

    width: 100%;
  }
  .section_report_article .photo01,
  .section_report_article .photo02 {
    width: 100%;
    margin: 0 0 5px;

    *zoom: 1;
  }
  .section_report_article .photo02:after {
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: " ";
  }
  .section_report_article .photo02 li {
    overflow: hidden;

    width: 49%;
  }
  .section_report_article .photo02 li:first-child {
    float: left;

    margin-right: 2%;
  }
  .section_report_article .photo02 li:last-child {
    float: right;
  }
  .section_report_article .photo02 li img {
    display: block;

    height: auto;
  }
  .section_report_article .unit_faq {
    margin: 20px 0 20px;
  }
  .section_report_article .unit_faq dt,
  .section_report_article .unit_faq dd {
    font-size: 13px;
    line-height: 1.6;
  }
  .section_report_article .unit_faq dt {
    font-size: 14px;
    font-weight: bold;
  }
  .section_report_article .unit_faq dd:last-child {
    margin-bottom: 0;
  }
  .section_report_article .unit_data {
    margin-bottom: 14%;
  }
  .section_report_article .unit_data h3 {
    font-size: 20px;

    margin-bottom: 4%;
  }
  .section_report_article .unit_data p {
    font-size: 13px;

    text-align: left;
  }
  .section_report_article .unit_data th {
    font-size: 13px; 

    width: 24%;
    padding: 4%;
  }
  .section_report_article .unit_data td {
    font-size: 13px;
    font-weight: 400; 

    padding: 4%;
  }
  .section_report_article .btn.cv {
    width: 100%;
    height: 64px; 
    margin: 0 auto 12%;
  }
  .section_report_article .btn.cv a {
    font-size: 13px;
    line-height: 64px;
  }
}

/* other_link
---------------------------------------------------*/
.other_link {
  position: relative; 

  width: 1200px;
  margin: 0 auto 40px;

  text-align: left;
}

.other_link .unit {
  position: relative; 

  float: left;

  width: 585px;
}

.other_link .unit:nth-child(2n+1) {
  clear: left; 

  margin-right: 30px;
}

.other_link .unit.out_of_range {
  display: none;
}

.other_link .unit a {
  display: block;

  padding: 12px;

  border: 2px solid #313131;
}

.other_link .unit .ph {
  float: left;
  overflow: hidden;

  width: 264px;
  height: 176px;
  margin-right: 12px;
}

.other_link .unit .ph img {
  width: 100%;
}

.other_link .unit .txt_box {
  position: relative; 

  float: left;

  width: 273px;
  height: 176px;
  padding: 10px 0;
}

.other_link .unit .txt_box:after {
  position: absolute;
  z-index: 99;
  right: 0px;
  bottom: 5px;

  display: block;

  width: 0;
  height: 0;
  margin-top: -3px;

  content: "";
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;

  border: 3px solid transparent;
  border-left: 5px solid #1f1f1f;
}

.other_link .unit .txt_box .tit {
  font-size: 16px;

  overflow: hidden; 

  max-height: 120px;
  margin-bottom: 5px;
}

.other_link .unit .txt_box .client {
  font-size: 13px;

  overflow: hidden;

  margin-bottom: 5px;

  white-space: nowrap; 
     text-overflow: ellipsis;

  -o-text-overflow: ellipsis;
}

.other_link .unit .txt_box .catch {
  font-size: 22px;
  line-height: 1.4;

  overflow: hidden;

  max-height: 75px; 

  color: #df0000;
}

.other_link .unit .txt_box .icon {
  text-align: left;
}

@media screen and (max-width: 740px) {
  .other_link {
    width: auto;
    margin: 0 5% 5%;
  }
  .other_link .unit {
    float: none; 

    width: 100%;
  }
  .other_link .unit:nth-child(2n+1) {
    margin-right: 0;
    margin-bottom: 5%;
  }
  .other_link .unit a {
    padding: 3%;
  }
  .other_link .unit .ph {
    width: 36%;
    height: 0;
    margin-right: 3%; 
    padding-bottom: 24%;
  }
  .other_link .unit .txt_box {
    width: 60%;
    height: 75px;
    padding: 0;
  }
  .other_link .unit .txt_box .tit {
    font-size: 13px;

    max-height: 75px; 
    margin-bottom: 5px;
  }
  .other_link .unit .txt_box .client {
    font-size: 11px; 

    margin-bottom: 5px;
  }
  .other_link .unit .txt_box .catch {
    font-size: 14px;

    max-height: 75px;
  }
  .other_link .unit .txt_box .icons {
    margin-bottom: 4px; 

    text-align: left;
  }
}

/* ================================
 *
 * 新着情報
 *
 * ================================ */
/* news_box
  --------------------------------------------------*/
@media print, screen and (min-width: 741px) {
  .news_block .main .news_list .box {
    position: relative;
    z-index: 9; 

    display: block;
    float: left;

    width: 237px;
    margin: 0 30px 30px 0;

    cursor: pointer;
  }
  .news_block .main .news_list .box:nth-of-type(3n) {
    margin: 0 0 30px 0;
  }
  .news_block .main .news_list .box:nth-of-type(3n+1) {
    clear: left;
  }
}

.news_block .main .news_list .box a {
  display: block;

  width: 100%;

  text-decoration: none; 

  color: #272727;
}

.news_block .main .news_list .box .ph {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 0;
  margin-bottom: 8px; 
  padding-bottom: 66%;
}

.news_block .main .news_list .ph.new {
  position: relative;
}

.news_block .main .news_list .ph.new:after {
  font-family: "Julius Sans One","dnp-shuei-gothic-kin-std",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 42px;

  position: absolute;
  top: 5px;
  left: 5px;

  display: block;

  width: 40px;
  height: 40px;

  content: "NEW";
  text-align: center;
  letter-spacing: 1px; 

  color: #fff;
  border-radius: 50%;
  background: #df0000;
}

.news_block .main .news_list .box .ph img {
  width: 100%;
  height: auto;
}

.news_block .main .news_list .box .tit {
  font-size: 15px;
  font-weight: 400; 
  line-height: 1.4;

  overflow: hidden;

  max-height: 45px;
  margin-bottom: 5px;
}

.news_block .main .news_list .box .date {
  font-size: 13px;

  letter-spacing: 1px;

  color: #737373;
}

.news_block ul.icon {
  overflow: hidden; 

  max-height: 22px;

  text-align: left;
}

.news_block ul.icon li {
  font-size: 14px;

  display: inline-block; 

  margin-right: 10px;
}

.news_block ul.icon li span::before {
  content: "#";

  color: inherit;
}

@media screen and (max-width: 740px) {
  .news_block .main .news_list .box {
    position: relative;

    display: block;
    float: left;

    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;

    cursor: pointer;
    text-align: left;
  }
  .news_block .main .news_list .box .ph {
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 0;
    margin-bottom: 6px; 
    padding-bottom: 66%;
  }
  .news_block .main .news_list .box:nth-of-type(2n) {
    margin: 0 0 15px 0;
  }
  .news_block .main .news_list .box:nth-of-type(2n+1) {
    clear: left;
  }
  .news_block .main .news_list .box .date {
    font-size: 11px;
  }
  .news_block .main .news_list .box .tit {
    font-size: 13px;
  }
}

/* side
  --------------------------------------------------*/
.side_tit {
  width: 100%; 
  padding: 12px 0;

  text-align: center;

  color: #fff;
  background: #313131;
}

.archive:first-child {
  margin-bottom: 5%;
}

.archive a {
  text-decoration: none;
}

.archive .nextback {
  position: relative;

  height: 34px;
  padding: 0;

  text-align: center;

  background: #fdf0f0;
}

.archive .nextback .back,
.archive .nextback .next {
  width: 30%;
}

.archive .nextback .back {
  float: left;
}

.archive .nextback .next {
  float: right;
}

.archive .nextback .back a,
.archive .nextback .next a {
  line-height: 34px;

  position: relative;

  display: block;

  width: 100%;
  height: 34px;
  padding: 0;

  letter-spacing: 1.0px; 

  color: #2d2d2d;
}

.archive .nextback .back a {
  padding-left: 5px;
}

.archive .nextback .next a {
  padding-right: 8px;
}

.archive .nextback .back a:hover,
.archive .nextback .next a:hover {
  text-decoration: none;
}

.archive .nextback .back a span,
.archive .nextback .next a span {
  font-size: 14px; 
  font-weight: 400;

  position: relative;

  display: block;
}

.archive .nextback .back a span:before {
  position: absolute;
  top: 50%;
  left: -5px;

  display: block;

  width: 0;
  height: 0;
  margin-top: -3px;

  content: "";
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms; 

  border: 4px solid transparent;
  border-right: 5px solid rgba(6, 31, 56, .8);
}

.archive .nextback .next a span:after {
  position: absolute;
  top: 50%;
  right: -5px;

  display: block;

  width: 0;
  height: 0;
  margin-top: -3px;

  content: "";
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms; 

  border: 4px solid transparent;
  border-left: 5px solid rgba(6, 31, 56, .8);
}

.archive .nextback p.yearbox {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;

  position: absolute;
  top: 0;
  left: 50%;

  width: 50%;
  height: 34px;
  margin-left: -25%;

  text-align: center;
  letter-spacing: 1px;
}

.archive ul li a {
  position: relative;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 9px 15px 8px 15px;

  text-align: left; 

  color: #333;
  border-bottom: 1px dotted #888;
}

.archive ul li a:before {
  position: absolute;
  top: 50%;
  left: 5px;

  display: block;

  width: 0;
  height: 0;
  margin-top: -5px;

  content: "";
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms; 

  border: 4px solid transparent;
  border-left: 5px solid rgba(6, 31, 56, .8);
}

/* section_detail
  --------------------------------------------------*/
@media print, screen and (min-width: 741px) {
  .section_detail {
    margin-bottom: 0px;
  }
  .section_detail .inner {
    width: 100%;
    margin-bottom: 30px; 
    padding: 0;

    border: 1px solid #e9e7e5;
    background: #fff;
  }
  .section_detail .inner.detail,
  .section_detail .inner.detail div,
  .section_detail .inner.detail ul {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; 

    opacity: 1.0;
  }
  .section_detail .unit .ph {
    position: relative;

    float: left; 
    overflow: hidden;

    width: 500px;
    height:333px
  }
  .section_detail .unit .ph img {
    width: 100%;
    height: auto;
  }
  .section_detail .unit .ph.new:after {
    font-family: "Julius Sans One","dnp-shuei-gothic-kin-std",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 62px;

    position: absolute;
    top: 5px;
    left: 5px;

    display: block;

    width: 60px;
    height: 60px;

    content: "NEW";
    text-align: center;
    letter-spacing: 1px; 

    color: #fff;
    border-radius: 50%;
    background: #df0000;
  }
  .section_detail .unit .txtbox {
    float: right;

    width: 475px;
    padding-top: 45px;
    padding-right: 45px;
  }
  .section_detail .cnt_box {
    padding: 50px;
  }
  .section_detail .unit .icon {
    margin-bottom: 18px;
  }
  .section_detail .unit .tit {
    font-size: 18px;
    line-height: 1.6;
  }
  .section_detail .unit .name {
    font-size: 16px;
    line-height: 1.6;

    margin-top: 10px;
  }
  .section_detail .unit .catch {
    font-size: 18px;
    line-height: 1.6;

    margin-top: 10px;
    margin-bottom: 10px; 

    color: #21b05c;
  }
  .section_detail .unit .date {
    font-size: 15px;

    margin-bottom: 18px;

    color: #5c5c5c;
  }
  .section_detail .btn a {
    background: #313131;
  }
}

@media screen and (max-width: 740px) {
  .section_detail {
    margin-bottom: 20px;
    padding: 0px 10px;

    background: #fff;
  }
  .section_detail .inner.detail,
  .section_detail .inner.detail div,
  .section_detail .inner.detail ul {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; 

    opacity: 1.0;
  }
  .section_detail .unit {
    margin-bottom: 30px;
  }
  .section_detail .unit .ph {
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 0;
    margin-bottom: 5%; 
    padding-bottom: 60%;
  }
  .section_detail .unit .ph img {
    width: 100%;
    height: auto;
  }
  .section_detail .unit .ph.new:after {
    position: absolute;
    top: 0;
    left: 0; 

    display: block;

    width: 45px;
    height: 45px;

    content: "";

    background: url(../img/cmn/icon_new.png) no-repeat;
    background-size: 45px 45px;
  }
  .section_detail .unit .txtbox {
    text-align: center;
  }
  .section_detail .cnt_box {
    padding: 10px;
  }
  .section_detail .unit .icon {
    margin-bottom: 10px;

    text-align: center;
  }
  .section_detail .unit .tit {
    font-size: 18px;
    line-height: 1.6;
  }
  .section_detail .unit .name {
    font-size: 16px;
    line-height: 1.6;
  }
  .section_detail .unit .catch {
    font-size: 14px;
    line-height: 1.6;

    color: #21b05c;
  }
  .section_detail .unit .date {
    font-size: 14px;

    margin-top: 15px;
    margin-bottom: 5px;

    color: #5c5c5c;
  }
  .section_detail .btn a {
    margin-top: 5%; 

    background: #313131;
  }
}

/* ================================
 *
 * システム吐き出し用CSS
 *
 * システムから出力されるテキスト全体を囲む<div>等に
 * class="system_article"を付与すること。
 *
 * ================================ */
/* 文字色・文字サイズなどのデフォルト設定 */
.system_article p,
.system_article ul,
.system_article ol {
  font-size: 17px;
  font-weight: normal !important;
  line-height: 1.8 !important;

  margin-bottom: .6em !important; 

  color: #313131;
}

/* リンクテキスト */
.system_article a {
  text-decoration: underline !important; 

  color: #37d !important;
}

.system_article a:hover {
  text-decoration: none !important;
}

.system_article a:active {
  text-decoration: underline !important;
}

/* 左揃え・中央揃え・右揃え */
.system_article p {
  min-height: 1.4em;

  *zoom: 1;
}

.system_article p::after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}

.alignleft {
  float: left;
  clear: both; 

  margin-right: 20px;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  clear: both; 

  margin-bottom: 20px;
  margin-left: 20px;
}

.system_article .aligncenter,
.system_article img.aligncenter {
  display: block !important;
  clear: both !important;

  margin: 0 auto !important;
}

/* 写真のキャプションの揃え */
.wp-caption-text {
  text-align: center;
}

/* 箇条書きリスト */
.system_article ul,
.system_article ol {
  padding-left: 1.5em !important;
}

.system_article ul {
  list-style: disc !important;
}

@media screen and (min-width: 768px) {
.system_article ul,.system_article p {
 font-size:17px;
  }
  }

@media screen and (max-width: 767px) {
.system_article ul,.system_article p {
 font-size:13px;
  }
  }
  
@media screen and (min-width: 768px) {
.system_article td,.system_article th {
 font-size:17px;
  }
  }

@media screen and (max-width: 767px) {
.system_article td,.system_article th {
 font-size:13px;
  }
  }  

.system_article p {
 text-align:left;
  }

.system_article ol {
  list-style: decimal !important;
}

/* 太字 */
.system_article strong {
  font-weight: bold !important;
}

/* 斜体 */
.system_article em {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  font-weight: normal; 
  font-style: italic !important;
}

/* 見出しの基本設定 */
.system_article h1,
.system_article h2,
.system_article h3 {
  font-weight: bold;
  line-height: 1.4; 

  clear: both;
}

.system_article h1:first-child,
.system_article h2:first-child,
.system_article h3:first-child {
  margin-top: 0;
}

.system_article h1 {
  font-size: 1.25em; 

  margin: 2.4em 0 1.2em;
}

.system_article h2 {
  font-size: 1.25em; 

  margin: 2em 0 1em;
}

.system_article h3 {
  font-size: 1.2em; 

  margin: 1.6em 0 .8em;
}

/* 表組み */
.system_article table {
  max-width: 100%;
  margin: 1em 0 1.4em;

  border-collapse: collapse;

  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.system_article th,
.system_article td {

  padding: .4em;

  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.system_article th {
  text-align: center;

  background-color: #eee;
}

.system_article img,
.system_article video {
  max-width: 100%;
}

figure {
  display: block;

  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.section_case .case_block h3 {
  margin-bottom: 30px; 
  margin-top: 30px; 
  padding: 10px 14px;

  border-top: 1px solid #df0000;
  border-bottom: 1px solid #df0000;
}
.section_case .case_block h3 span {
  font-size: 20px;
  line-height: 36px;

  padding-left: 20px;

  border-left: 3px solid #df0000;
}


.casedetail li{
margin-top:12px;
list-style:none;
background-repeat: no-repeat;
background-position: left 2px;
line-height: 30px;
padding-left: 35px;
}

.man{
background-image: url("../case/img/man.png");
}

.woman{
background-image: url("../case/img/woman.png");
}

.casedetail {
	display: flex;
	flex-wrap:wrap;
}


.balloon1,.balloon2  {
position: relative;
background-color: #fff;
padding: 0px 10px 0px 70px;
border: 2px solid #ffc4c4;
border-radius:10px;
color: #333;
height:9em;
display: flex;
align-items: center;
margin-right:20px;
margin-bottom:20px;
background-repeat: no-repeat;
background-position: left center;

}

.balloon1  {
background-image: url("../case/img/man.png");
}

.balloon2  {
background-image: url("../case/img/woman.png");
}

.balloon4 {
background-image: url("../case/img/man2.png");
}

.balloon4  {
position: relative;
background-color: #fff;
padding: 0px 10px 0px 85px;
border: 2px solid #79C6FF;
border-radius:10px;
color: #333;
height:8em;
display: flex;
align-items: center;
margin-right:20px;
margin-bottom:20px;
background-repeat: no-repeat;
background-position: left 2% center;
}




@media screen and (min-width: 768px) {
   .balloon1 {
    width: 48%;
  }
  }
  
@media screen and (min-width: 768px) {
   .balloon2 {
    width: 48%;
  }
  }  
  
@media screen and (min-width: 768px) {
  .balloon4 {
    width: 47%;
  }
  }  

@media screen and (max-width: 767px) {
  .balloon1,.balloon2,.balloon4 {
    width: 98%;
  }
  }


.balloon1::before,
.balloon1::after,
.balloon2::before,
.balloon2::after {
content: '';
position: absolute;
border: 12px solid transparent;
top: 100%;
left: 5%;
}

.balloon1::before,
.balloon2::before {
border-top: 12px solid #ffc4c4;
}

.balloon1::after,
.balloon2::after {
margin-top: -4px;
border-top: 12px solid #fff;
}

.balloon1 p,.balloon2 p {
text-align:left;
}


.balloon3{
  position: relative;
  padding: 10px 10px 0px 10px;
  margin-bottom:10px;
  margin-left:70px;
  background-color: #fff3ad;
  border-radius: 10px; 
  width:75%;
}
.balloon3::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 12px;
  border-right: 15px solid #fff3ad;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.imgs {
  float: left;
  width: 50px;
}
