body.modal_on {
  overflow: hidden;
}

section .shokai .box .img .video_link,
section .shokai .box .img .iframe_link {
  width: 256px;
  background: none;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transform-style: preserve-3d;
  transition: all 180ms cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}

#modal.on {
  visibility: visible;
  opacity: 1;
}

.modal_inner .video_wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.modal-alert {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-alert-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  max-width: 450px;
  width: 80%;
  height: auto;
}

.modal-alert-body {
  padding: 15px;
  background-color: #fff;
}

.modal-alert-close {
  position: absolute;
  top: 3px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/material/btn_close.png) no-repeat center center;
  background-size: cover;
}

.modal-alert-closeBox {
  position: relative;
  height: 48px;
}

@media screen and (min-width: 768px) {
  .modal_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 768px;
    height: 480px;
  }
  .modal_inner video {
    width: 100%;
  }
  .modal_inner iframe {
    width: 100%;
    height: 100%;
  }
  .close_wrap {
    position: relative;
    height: 48px;
  }
  .close_wrap .btn_close {
    position: absolute;
    top: 3px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("../img/material/btn_close.png") no-repeat center center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .modal_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92vw;
    height: calc(57.5vw + 32px);
  }
  .modal_inner video {
    width: 100%;
  }
  .modal_inner iframe {
    width: 100%;
    height: 100%;
  }
  .modal-alert-closeBox {
    position: relative;
    height: 32px;
  }
  .modal-alert-close {
    position: absolute;
    top: 3px;
    right: 0;
    width: 23px;
    height: 23px;
    background: url(../img/material/btn_close.png) no-repeat center center;
    background-size: cover;
  }
  .close_wrap {
    position: relative;
    height: 32px;
  }
  .close_wrap .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 23px;
    background: url("../img/material/btn_close_sp.png") no-repeat center center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
  .PageHeader{
    position: relative;
  }
  .PageHeader::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-right: 24px solid #ffffff;
    border-bottom: 24px solid #ffffff;
  }
  #material{
    width: 100%;
    padding: 48px 0 34px 0;
  }
  #material h2, #material h3{
    color: #000000;
  }
  #material .content_width{
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #material p{
    margin: 0;
  }

  #subnavi {
    margin-bottom: 72px;
  }

  #subnavi ul {
    line-height: 24px;
    margin: auto;
  }
  #subnavi ul li {
    line-height: 24px;
    display: inline-block;
    width: 232px;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 24px;
  }
  #subnavi ul li:last-child {
    margin-right: 0;
  }
  #subnavi ul li a {
    color: inherit;
    text-decoration: none;
    background: url(../img/material/pc_bullet_anchor.png) no-repeat 6px 4px;
    padding-left: 20px;
    font-size: 13px;
  }
  #subnavi ul li a:hover {
    text-decoration: underline;
  }

  section .content_width {
    width: 928px;
    margin: auto;
  }
  section h2 {
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    line-height: 48px;
    padding: 22px 0;
    text-align: center;
    margin-bottom: 72px;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  section h2 div {
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4em;
  }
  section .shokai {
    text-align: center;
    align-items: baseline;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  section .shokai .box {
    padding: 0 30px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
  }
  section .shokai .box .img{
    margin-bottom: 15px;
  }
  section .shokai .box .img img{
    width: 256px;
  }
  section .shokai .box h3{
    line-height: 24px;
    font-size: 17px;
    height: 48px;
    margin-bottom: 13px;
    text-align: center;
  }
  section .shokai .box .link{
    padding: 8px 0;
  }
  section .shokai .box a{
    background: url(../img/material/base_192.png) no-repeat;
    display: block;
    width: 192px;
    line-height: 32px;
    margin: 0 auto;
    color: inherit;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
  }
  section .shokai .box a:hover{
    text-decoration: none;
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .PageHeader.is-highlight:after{
    display: none;
  }
  .PageHeader:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right: 8px solid #ffffff;
    border-bottom: 8px solid #ffffff;
  }
  #material h2, #material h3{
    color: #000000;
  }
  #material{
    width: 100%;
  }
  #material h3{
    padding-top: 120px;
    background: url('/assets/img/what_is_kintone/sp/h3_mark.png') no-repeat center 40.5px;
    background-size: 64px auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
  }
  #material p{
    padding: 24px 16px;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }

}


@media (max-width: 767px) {

  .check {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0.5;
  }

  .SiteHeader {
    display: none;
  }

  .PageHeader {
    height: 72px;
    padding: 0 16px;
  }

  .PageHeader h1 {
    font-size: 18px;
    line-height: 72px;
    letter-spacing: 0.08em;
  }
  .PageHeader h1.request{
    padding: 5px 0 0;
    line-height: 30px;
  }

  #material {
    letter-spacing: 0.04em;
    padding: 0 0 25px 0;
  }

  #introduction {
    margin-bottom: 71px;
    padding-top: 49px;
  }
  #introduction p {
    font-size: 16px;
    letter-spacing: 0.11em;
  }

  #subnavi {
    margin-bottom: 48px;
    padding: 0 15px;
  }
  #subnavi ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    line-height: 24px;
    margin: auto;
    padding: 0;
  }

  #subnavi ul li {
    width: 54%;
  }
  #subnavi ul li:nth-child(2n) {
    width: 46%;
  }
  #subnavi ul li:last-child {
    margin-right: 0;
  }
  #subnavi ul li a {
    color: inherit;
    text-decoration: none;
    background: url(../img/material/pc_bullet_anchor.png) no-repeat 4px 50%;
    padding-left: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    line-height: 14px;
    height: 48px;
  }
  #subnavi ul li a:hover {
    text-decoration: underline;
  }

  section {
    padding: 0 15px;
  }
  section h2 {
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    line-height: 20px;
    padding: 12px 0;
    text-align: center;
    margin-bottom: 49px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
  }
  section h2 div {
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.18em;
  }
  #material h3 {
    padding-top: 0;
    background: none;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
  }
  #material .shokai .box {
    margin-bottom:69px;
  }
  #material .shokai .img {
    text-align: center;
    margin-bottom: 10px;
  }
  #material .shokai .img img {
    width: 256px;
  }

  section .shokai .box .link,
  section .shokai2 .link,
  #department .box .link,
  #industry .box .link,
  #yotobetsu .box .link,
  #refine .link,
  #guidebook .box .link {
    padding: 9px 0;
  }
  section .shokai .box a,
  section .shokai2 a,
  #department .box a,
  #industry .box a,
  #yotobetsu .box a,
  #refine .text a,
  #guidebook .box a,
  #in-house .box a,
  #comic .box a {
    background: url(../img/material/sp_base.png) no-repeat;
    background-size: cover;
    display: block;
    width: 232px;
    line-height: 40px;
    margin: 0 auto;
    color: inherit;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  section .shokai2 a {
    letter-spacing: 0;
  }

  section .shokai .box a:hover,
  section .shokai2 a:hover,
  #department .box a:hover,
  #industry .box a:hover,
  #yotobetsu .box a:hover,
  #refine .text a:hover,
  #guidebook .box a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  section .shokai2 {
    margin-bottom: 127px;
  }
  section .shokai2 .img {
    text-align: center;
    margin-bottom: 15px;
  }
  section .shokai2 .img img,
  #department .box .img img,
  #industry .box .img img,
  #yotobetsu .box .img img {
    width: auto;
  }

  #department {
    /* padding: 0 15px 1px 15px; */
    padding: 48px 15px 1px 15px;
    background: #fafafa;
    margin-bottom: 48px;
  }
  #department h2 {
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    line-height: 20px;
    padding: 17px 0 7px 0;
    text-align: center;
    margin-bottom: 49px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
  }
  #department h2 div {
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.18em;
  }
  #department .box .img {
    text-align: center;
    margin-bottom: 25px;
  }
  #department .box {
    margin-bottom: 79px;
  }
  #department .box h3 {
    margin-bottom: 7px;
  }

  #industry {
    /* padding: 0 15px 1px 15px; */
    padding: 48px 15px 1px 15px;
    background: #fafafa;
    margin-bottom: 48px;
  }
  #industry h2 {
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    line-height: 20px;
    padding: 17px 0 7px 0;
    text-align: center;
    margin-bottom: 49px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
  }
  #industry h2 div {
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.18em;
  }
  #industry .box .img {
    text-align: center;
    margin-bottom: 25px;
  }
  #industry .box {
    margin-bottom: 79px;
  }
  #industry .box h3 {
    margin-bottom: 7px;
  }

  #yotobetsu {
    /* padding: 0 15px 1px 15px; */
    padding: 48px 15px 1px 15px;
    /* background: #fafafa; */
    margin-bottom: 48px;
  }
  #yotobetsu h2 {
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    line-height: 20px;
    padding: 17px 0 7px 0;
    text-align: center;
    margin-bottom: 49px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
  }
  #yotobetsu h2 div {
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.18em;
  }
  #yotobetsu .box .img {
    text-align: center;
    margin-bottom: 25px;
  }
  #yotobetsu .box {
    margin-bottom: 79px;
  }
  #yotobetsu .box h3 {
    margin-bottom: 7px;
  }

  #refine {
    padding: 0 15px;
  }
  #refine h2 {
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    line-height: 20px;
    padding: 17px 0 7px 0;
    text-align: center;
    margin-bottom: 49px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
  }
  #refine h2 div {
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.18em;
  }
  #refine .beginner,
  #refine .beginner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 78px;
  }
  #refine .beginner .text,
  #refine .beginner2 .text {
    order: 2;
    width: 100%;
  }
  #refine .beginner .img {
    order: 1;
    width: 100%;
    margin-bottom: 27px;
    display: flex;
  }
  #refine .beginner .img div:nth-child(2) {
    padding: 0 0 0 16px;
}
  #refine .beginner2 .img {
    order: 1;
    width: 232px;
    margin-bottom: 39px;
  }
  #refine .beginner .text .target,
  #refine .beginner2 .text .target {
    font-size: 13px;
    font-weight: bold;
    width: 288px;
    line-height: 24px;
    text-align: center;
    background: #fff9c4;
    color: #424242;
    margin: auto;
    letter-spacing: 0.04em;
  }
  #refine .beginner2 .text .target {
    width: 262px;
  }
  #refine .beginner .text h3,
  #refine .beginner2 .text h3 {
    font-size: 17px;
    line-height: 24px;
    padding: 24px 0 7px 0;
    letter-spacing: 0.04em;
    margin-bottom: 0;
  }
  #refine .beginner .text .title,
  #refine .beginner2 .text .title {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
  }

  #guidebook {
    padding: 48px 15px 1px 15px;
    background: #fafafa;
    margin-bottom: 48px;
  }
  #guidebook h2 {
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    line-height: 20px;
    padding: 17px 0 7px 0;
    text-align: center;
    margin-bottom: 49px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
  }
  #guidebook h2 div {
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.18em;
  }
  #guidebook .box .img {
    text-align: center;
    margin-bottom: 25px;
  }
  #guidebook .box {
    margin-bottom: 79px;
  }
  #guidebook .box h3 {
    margin-bottom: 7px;
    text-align: left;
  }
  #guidebook .box .img {
    width: 184px;
    margin: auto;
    margin-bottom: 37px;
  }

  #guidebook .catalog .img{
    width: 288px;
    margin: 0 auto 17px auto;
  }
  #guidebook .catalog .areaTxt .tit{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
  }

  #guidebook .catalog .areaTxt .txt{
    margin-bottom: 8px;
    padding: 0;
    font-size: 17px;
    letter-spacing: 0.04em;
  }

  #guidebook .catalog .areaTxt .link{
    padding: 9px 0;
  }

  #guidebook .catalog .areaTxt .link a{
    background: url(../img/material/sp_base.png) no-repeat;
    background-size: cover;
    display: block;
    width: 232px;
    line-height: 40px;
    margin: 0 auto;
    color: inherit;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

  #movie {
    padding: 0 15px;
  }
  #movie h2 {
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    line-height: 20px;
    padding: 17px 0 7px 0;
    text-align: center;
    margin-bottom: 49px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
  }
  #movie h2 div {
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.18em;
  }
  #movie .movie01wrap a {
display: block;
  }
  #movie .movie01wrap iframe {
    width: 288px;
    height: 162px;
  }
  #movie .movie01wrap + .movie01wrap {
    margin-top: 64px;
  }
  #movie .movie01wrap > * {
    margin-top: 15px;
  }
  #movie .movie01wrap > *:nth-child(1) {
    margin-top: 0;
  }
  #movie .movie01wrap .link {
    padding: 8px 0;
  }
  a.moviePlayer {
    width: 300px;
    margin: 0 auto;
    max-width: 100%;
}
  .movieLink {
    background: url(../img/material/base_192.png) no-repeat;
    display: block;
    width: 192px;
    line-height: 32px;
    color: inherit;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
  }
  .movieLink:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  #movie h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
  }
  #movie p {
    padding: 0;
    font-size: 17px;
    letter-spacing: 0.04em;
  }
  #request .inner{
    margin: 30px 0;
    padding: 0 10px;
  }

  #request .inner .doc_content_left .list{
    overflow: hidden;
    margin: 0 0 30px;
  }
  #request .inner .doc_content_left .list .item{
    float: left;
    width: 48%;
  }
  #request .inner .doc_content_left .list .item:nth-child(2n){
    float: right;
    width: 48%;
  }
  #request .inner .doc_content_left .list .item img{
    border: solid 1px #ccc;
  }
  #request .inner .doc_content_right .satori_form{
    padding: 10px;
    border: solid 1px #ccc;
  }
  #request .inner .doc_content_right .caution{
    margin: 20px 0 0;
    text-align: right;
  }
  #request .content_width .thanks_txt{
    padding: 20px 10px;
    font-size: 16px;

  }
}

@media screen and (min-width: 768px) {
  #in-house .content_width {
    width: 928px;
    margin: auto;
  }
  #in-house h2 {
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    line-height: 48px;
    padding: 22px 0;
    text-align: center;
    margin-bottom: 72px;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  #in-house h2 div {
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4em;
  }
  #in-house .usage {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
  #in-house .usage .box {
    width: 288px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  #in-house .usage .box:nth-child(n+4) {
    margin-top: 71px;
  }
  #in-house .usage .box:nth-child(2) {
    margin-left: 32px;
    margin-right: 32px;
  }
  #in-house .usage .box:nth-child(3n+5){
    margin-left: 32px;
    margin-right: 32px;
  }
  #in-house .usage .box .img {
    margin-bottom: 20px;
    text-align: center;
  }
  #in-house .usage .box h3 {
    line-height: 24px;
    font-size: 17px;
    height: 48px;
    margin-bottom: 13px;
    text-align: center;
  }
  #in-house .usage .box:nth-child(4) h3 {
    height: 55px;
    margin-bottom: 0;
  }
  #in-house .usage .box:nth-child(5) h3,
  #in-house .usage .box:nth-child(6) h3 {
    height :60px;
    margin-bottom: 0;
  }
  #in-house .usage .box:nth-child(7) h3,
  #in-house .usage .box:nth-child(8) h3 {
    height: 60px;
    margin-bottom: 0;
  }
  #in-house .usage .box .title {
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
  }
  #in-house .usage .box .link {
    padding: 8px 0;
  }
  #in-house .usage .box a {
    background: url(../img/material/base_192.png) no-repeat;
    display: block;
    width: 192px;
    line-height: 32px;
    margin: 0 auto;
    color: inherit;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
  #in-house .usage .box a:hover {
    text-decoration: none;
    opacity: 0.5;
  }

  #comic .content_width {
    width: 928px;
    margin: auto;
  }
  #comic h2 {
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    line-height: 48px;
    padding: 22px 0;
    text-align: center;
    margin-bottom: 72px;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  #comic h2 div {
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4em;
  }
  #comic .usage {
    display: flex;
    flex-wrap: wrap;
  }
  #comic .usage .box {
    width: 288px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  #comic .usage .box:nth-child(n+4) {
    margin-top: 71px;
  }
  #comic .usage .box:nth-child(2) {
    margin-left: 32px;
    margin-right: 32px;
  }
  #comic .usage .box:nth-child(3n+5){
    margin-left: 32px;
    margin-right: 32px;
  }
  #comic .usage .box .img {
    margin-bottom: 20px;
    text-align: center;
  }
  #comic .usage .box h3 {
    line-height: 24px;
    font-size: 17px;
    height: 48px;
    margin-bottom: 13px;
    text-align: center;
  }
  #comic .usage .box:nth-child(4) h3 {
    height: 55px;
    margin-bottom: 0;
  }
  #comic .usage .box:nth-child(5) h3,
  #comic .usage .box:nth-child(6) h3 {
    height :60px;
    margin-bottom: 0;
  }
  #comic .usage .box:nth-child(7) h3,
  #comic .usage .box:nth-child(8) h3 {
    height: 60px;
    margin-bottom: 0;
  }
  #comic .usage .box .title {
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
  }
  #comic .usage .box .link {
    padding: 8px 0;
  }
  #comic .usage .box a {
    background: url(../img/material/base_192.png) no-repeat;
    display: block;
    width: 192px;
    line-height: 32px;
    margin: 0 auto;
    color: inherit;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
  #comic .usage .box a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}

@media (max-width: 767px) {

  #in-house {
    /* padding: 0 15px 1px 15px; */
    padding: 48px 15px 1px 15px;
    /* background: #fafafa; */
    margin-bottom: 48px;
  }
  #in-house h2 {
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    line-height: 20px;
    padding: 17px 0 7px 0;
    text-align: center;
    margin-bottom: 49px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
  }
  #in-house h2 div {
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.18em;
  }
  #in-house .box .img {
    width: 184px;
    text-align: center;
    margin: 0 auto 25px;
  }
  #in-house .box {
    margin-bottom: 79px;
  }
  #in-house .box h3 {
    margin-bottom: 7px;
  }

  #comic {
    /* padding: 0 15px 1px 15px; */
    padding: 48px 15px 1px 15px;
    /* background: #fafafa; */
    margin-bottom: 48px;
  }
  #comic h2 {
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    line-height: 20px;
    padding: 17px 0 7px 0;
    text-align: center;
    margin-bottom: 49px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
  }
  #comic h2 div {
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.18em;
  }
  #comic .box .img {
    width: 184px;
    text-align: center;
    margin: 0 auto 25px;
  }
  #comic .box {
    margin-bottom: 79px;
  }
  #comic .box h3 {
    margin-bottom: 7px;
  }
}
