.row1 {
    margin-bottom: 120px;
}
.row1 .img {
    margin-right: -20px;
}
.row1 .txt {
    font-size: 16px;
    margin-left: -20px;
    padding-right: 20px;
}
.row1 .title {
    font-size: 40px;
    margin-bottom: 30px;
    font-family: "Judson-Regular";
}
.row1 .title span {
    display: block;
    font-size: 26px;
    margin-bottom: 7px;
    font-family: "UTM-Androgyne";
}
.row1 .txt p {
    line-height: 2;
}
.row2 {
    padding-bottom: 90px;
    background: url(../images/bg-content.jpg) no-repeat;
    background-size: cover;
}
.row2 .title {
    font-size: 40px;
    line-height: 1.2;
    padding-top: 85px;
    position: relative;
    margin-bottom: 50px;
    font-family: "Judson-Italic";
}
.row2 .title::after {
    content: url(../images/bg-title.png);
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -45px;
    z-index: 1;
}
.row2 .title span {
    display: block;
}
.row2 .cats {
    background: white;
    padding: 60px 85px;
    margin-bottom: 45px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.row2 .items {
    margin-bottom: 50px;
}
.row2 .items::after {
    clear: both;
    content: "";
    display: table;
}
.row2 .items li {
    width: 25%;
    float: left;
    margin-bottom: 70px;
}
.row2 .items .item {
    padding: 0 20px;
    text-align: center;
}
.row2 .items .catname {
    height: 60px;
    font-size: 28px;
    margin: 0 0 15px;
    line-height: 1.2;
    font-family: "Judson-Italic";
}
.row2 .whys {
    display: flex;
}
.row2 .whys .txt p:first-child {
    font-size: 40px;
    margin: 0 0 10px;
    white-space: nowrap;
    font-family: "Judson-Regular";
}
.row2 .whys .txt p:last-child {
    font-size: 22px;
    margin: 20px 0 0;
    font-family: "Judson-Italic";
}
.row2 .whys .txt p:last-child strong {
    font-family: "Judson-Bold";
}
.row2 .whys .txt p:last-child span {
    display: flex;
}
.row2 .whys .img span {
    margin: -90px 0 0;
    position: absolute;
}
.row2 .whats {
    width: 100%;
    display: flex;
    padding-top: 50px;
    margin-bottom: 60px;
}
.row2 .whats .item {
    width: 33.3333333%;
    text-align: center;
}
.row2 .whats .item .img {
    height: 60px;
    position: relative;
    margin-bottom: 5px;
}
.row2 .whats .item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
.row2 .whats .item .txt {
    font-size: 20px;
    padding: 0 40px;
}
.row2 .whats .item:first-child {
    border-right: 1px solid #bdbdbd;
}
.row2 .whats .item:nth-child(even) {
    border-left: 1px solid white;
    border-right: 1px solid #bdbdbd;
}
.row2 .whats .item:last-child {
    border-left: 1px solid white;
}
.row2 .contact .div1 {
    color: #374a9f;
    font-size: 32px;
    margin-bottom: 20px;
}
.row2 .contact .div2 {
    text-align: center;
    margin-bottom: 20px;
}
.row2 .contact .div2 a {
    background: white;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    width: 440px;
    font-size: 22px;
    border-radius: 4px;
    height: 56px;
    line-height: 56px;
    color: #3a50b9;
}
.row2 .contact .div2 a:hover {
    color: white;
    background-color: #3a50b9;
}
.row2 .contact .div3 {
    font-size: 16px;
}
.row2 .contact .div3 span {
    display: block;
} /* entry */
.entry {
    padding-bottom: 90px;
}
.entry *,
.entry p {
    font-size: 16px;
}
.entry table[border="0"],
.entry table[border="0"] * {
    margin: 0;
    padding: 0;
    border: none;
}
.entry table[border="0"] {
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    .row1 {
        margin-bottom: 90px;
	}
    .row1 .txt {
        margin-left: 0;
        padding-right: 0;
	}
    .row1 .title {
        margin-top: 0;
	}
    .row1 .img {
        margin-right: 0;
	}
    .row2 {
        padding-bottom: 60px;
	}
    .row2 .title {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 40px;
	}
    .row2 .cats {
        padding: 40px 20px;
        margin-bottom: 40px;
	}
    .row2 .items .catname {
        font-size: 26px;
	}
    .row2 .items li {
        margin-bottom: 40px;
	}
    .row2 .items .item {
        padding: 0 20px;
	}
    .row2 .whys .txt p:first-child {
        font-size: 36px;
	}
    .row2 .whats {
        padding-top: 30px;
        margin-bottom: 40px;
	}
    .row2 .whats .item .txt {
        padding: 0 30px;
	}
}
@media screen and (max-width: 992px) {
    .box-title {
        margin-bottom: 40px;
	}
    .row1 .txt {
        margin-bottom: 20px;
	}
    .row1 .title {
        text-align: center;
        margin-bottom: 20px;
	}
    .row1 .title span {
        margin-bottom: 15px;
	}
    .row1 .txt p {
        line-height: 1.6;
	}
    .row1 .img img {
        width: 100%;
	}
    .row2 .items {
        margin-bottom: 0;
	}
    .row2 .items li {
        width: 50%;
	}
    .row2 .whys {
        display: block;
        text-align: center;
	}
    .row2 .whys .txt p:last-child span {
        display: initial;
	}
    .row2 .whys .img {
        display: none;
	}
}
@media screen and (max-width: 767px) {
    .box-title {
        padding: 180px 0 30px;
	}
    .row2 .title {
        font-size: 30px;
	}
    .row2 .cats {
        padding: 30px 15px;
        margin-bottom: 30px;
	}
    .row2 .items .catname {
        height: 44px;
        font-size: 20px;
	}
    .row2 .whys .txt p:first-child {
        font-size: 28px;
        white-space: normal;
        margin: 0 0 20px;
	}
    .row2 .whats {
        display: block;
	}
    .row2 .whats .item {
        width: 100%;
        margin-bottom: 20px;
	}
    .row2 .contact .div1 {
        font-size: 24px;
	}
    .row2 .whys .img {
        display: block;
	}
    .row2 .whys .img span {
        margin: auto;
        position: relative;
	}
    .row2 .contact .div2 a {
        width: 100%;
	}
}