.nopaddingSideSP {
  padding: 0 0 40px 0; }

.kihon2Col__Q {
  display: block;
  padding: 0px; }
  .kihon2Col__Q--Box {
    width: 100%; }
    .kihon2Col__Q--Box p {
      font-weight: bold;
      font-size: 15px;
      margin: 5px 0; }
    .kihon2Col__Q--Box .qTxt {
      font-size: 20px; }

.fukidasi span {
  position: relative;
  background: #F7F7F7;
  padding: 20px;
  display: inline-block; }
  .fukidasi span::after {
    height: 20px;
    width: 20px;
    content: "";
    display: block;
    background: #F7F7F7;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%) rotate(45deg); }

.featureTitle {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold; }
  .featureTitle.mbLarge {
    margin-bottom: 40px; }
  .featureTitle span {
    line-height: 1;
    padding: 10px;
    display: inline-block;
    border: 1px solid #000;
    margin: 0 10px;
    margin-bottom: 10px; }
  .featureTitle + * {
    margin-top: 0; }

.theme__kihon--wrapImg {
  margin-bottom: 5px; }
  .theme__kihon--wrapImg.spMarginB40 {
    margin-bottom: 40px; }
  .theme__kihon--wrapImg img {
    max-width: 100%;
    vertical-align: bottom; }
  .theme__kihon--wrapImg2col {
    display: block;
    margin-bottom: 40px; }
    .theme__kihon--wrapImg2col img {
      line-height: 0;
      vertical-align: bottom;
      max-width: 100%;
      margin-bottom: 5px; }

@media (min-width: 768px) {
  .kihon2Col__Q {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px; }
    .kihon2Col__Q--Box {
      width: 48%; }
      .kihon2Col__Q--Box p {
        font-size: 17px;
        margin: 5px 0; }
      .kihon2Col__Q--Box .qTxt {
        font-size: 24px; }
  .featureTitle {
    margin-top: 40px;
    font-size: 24px; }
    .featureTitle.mbLarge {
      margin-bottom: 50px; }
    .featureTitle span {
      line-height: 1;
      font-size: 20px;
      padding: 15px;
      margin-bottom: 0px; }
  .theme__kihon--wrapImg {
    margin-bottom: 20px; }
    .theme__kihon--wrapImg.spMarginB40 {
      margin-bottom: 20px; }
    .theme__kihon--wrapImg img {
      max-width: 100%;
      vertical-align: bottom; }
    .theme__kihon--wrapImg2col {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 50px; }
      .theme__kihon--wrapImg2col img {
        max-width: calc(50% - 10px);
        margin-bottom: 0px; } }

/*ie css rewrite*/
.boxed-btn.wline > span {
  text-align: left;
  line-height: 1.4; }
