@charset "utf-8";

/*
===========================================
operation.css
===========================================
*/


.modVisual-box {
	background-color: #9297af;
}

.modService-item .videoWrapper {
  width: 495px;
  height: 315px;
  padding-bottom: 0;
}

.modService_add {
    margin: auto;
    max-width: 1240px;
}
.modService_add h2 {
    color: #191e42;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.modService_add .text {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .modService_add h2 {
        font-size: 22px;
    } 
}
.modService_add figure img {
    display: block;
    width: 100%;
}
br.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    br.sp {
        display: block;
    }
}