/* philosoly template */

.heading1 + .section {
  margin-top: 48px;
}

.logo {
  margin-top: 48px;
  margin-bottom: 48px;
  width: 220px;
  height: 50px;
}

.logo img {
  vertical-align: top;
}

ul.tag {
  margin-bottom: 20px;
}

ul.tag li {
  line-height: 2;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  background: #afdeef;
  display: inline-block;
  padding: 0 10px;
  margin-right: 20px;
}

ul.tag li a {
  color: #000000;
  text-decoration: none;
}

figure img {
  margin-bottom: 10px;
}

figure figcaption {
  color: #646464;
}

.mainVisual .photo img {
  width: 100%;
}

.mainVisual.hasMargin {
  margin-left: 100px;
  margin-right: 100px;
}

.section .btnBack {
  width: 40%;
  display: inline-block;
  margin-top: 48px;
}

.box .decs p:first-child {
  margin-top: 0;
}

.dynamic {
  margin-top: 48px;
}

.dynamic .imageLeft,
.dynamic .imageRight {
  width: 286px;
}

/*本文中の小見出し*/
.heading_s {
	color:#045FB4;
	font-size:20px;
}

/*導入事例質問*/
.question {
	color:#0000CC;
	margin-bottom:10px;
}

@media screen and (max-width: 736px) {
  .heading1 + .section {
    margin-top: 30px;
  }

  .logo {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .h2Box {
    margin-top: 36px;
  }

  .mainVisual.hasMargin {
    margin-left: 0;
    margin-right: 0;
  }

  .section .btnBack {
    width: 100%;
    margin-top: 24px;
  }

  .dynamic {
    margin-top: 30px;
  }

  .dynamic .imageWrap .imageLeft,
  .dynamic .imageWrap .imageRight {
    float: none;
    width: auto;
    margin-bottom: calc(24px - 0.5em);
    padding-left: 0;
    padding-right: 0;
  }

  .dynamic .imageWrap .imageLeft img,
  .dynamic .imageWrap .imageRight img {
    width: 100%;
    margin-bottom: calc(24px - 0.5em);
  }
  
  /*本文中の小見出し*/
  .heading_s {
	color:#045FB4;
	font-size:16px;
  }
}