@charset "utf-8";


/*
----------------------------------------------------------------------- */
.catch { padding: 10px 0; position: relative; text-align: center; color: #00607e; font-weight: bold; font-size: 2rem; }
.catch:before,
.catch:after { content: ""; position: absolute; right: 0; left: 0; height: 10px; background-repeat: no-repeat; background-size: contain; }

.catch:before { top: 0; background-position: center top; background-image: url(../img/catch-top.png); }
.catch:after { bottom: 0; background-position: center bottom; background-image: url(../img/catch-bottom.png); }

.box1,
.box3 { margin-right: auto; margin-left: auto; width: 100%; }

.box3 .col { margin-top: 1px; height: 440px; background: url(../img/pic4.jpg) 0 0 no-repeat; background-size: contain; position: relative; font-size: 10pt; }
.box3 .col div { width: 240px; margin: 20px 0 40px 20px; position: absolute; bottom: 0; }
.box3 .col div ul { margin: 1em 0 0 2em; }
.box3 .col div li { list-style-type: disc; }
