
p{
	text-align:center;
}

a{
	text-decoration:none;
}

/* main */
.max-img img {
    width: 100%;
}

.content {
    margin: 0 5%;
}

.content h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
}

.content p {
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
}

.content_box {
    position: relative;
    padding: 0.25em 1em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_box:before,
.content_box:after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}

.content_box:before {
    border-left: solid 2px #063b66;
    border-top: solid 2px #063b66;
    top: 0;
    left: 30%;
}

.content_box:after {
    border-right: solid 2px #063b66;
    border-bottom: solid 2px #063b66;
    bottom: 0;
    right: 30%;
}

.content_box p {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {

    .content h2 {
        text-align: center;
        font-size: 20px;
    }

    .content_box:before {
        left: 0;
    }

    .content_box: after {
        right: 0;
    }

    .content p {
        font-weight: 500;
        font-size: 14px;
    }
}

/* main */

.flex_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex_item {
    width: 25%;
    align-self: stretch;
    background-color: #c5d5ea;
    padding: 10px;
    margin: 20px;
    border-radius: 10px;
}

.flex_item-bg {
    text-align: center;
}

.flex_item-title {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.5em;
    color: #063b66;
}

.flex_item-text {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
    line-height: 1.5em;

}

@media screen and (max-width: 767px) {
    .flex_container {
        display: flex;
        flex-direction: column;
    }

    .flex_item {
        width: 90%;
        align-self: auto;
        margin: 10px 0;

    }
}

/* contents_1 */
.contents_1 {
    background-color: #f5fbfe;
    margin: 50px 0;
}

.contents_1 h2 {
    text-align: center;
    font-size: 30px;
    padding: 50px 0;
}

.contents_1 h2 .under {
    font-size: 16px;
    font-weight: 600;
}

.contents_1 img {
    margin: 0 auto;
    display: block;
}

.contents_1 p {
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .contents_1 h2 {
        font-size: 24px;
        padding: 20px 0;
    }

    .contents_1 img {
        width: 100%;
        display: block;
    }

    .contents_1 p {
        font-weight: 500;
        padding-left: 5%;
        padding-right: 5%;
        font-size: 14px;
    }

}

/* contents_1 */

/* contents_2 */
.contents_2 {
    margin: 50px 0;
}

.contents_2 h2 {
    text-align: center;
    font-size: 30px;
    padding: 50px 0;
}

.contents_2 h2 .under {
    font-size: 16px;
    font-weight: 600;
}

.contents_2 img {
    margin: 0 auto;
    display: block;
}

.contents_2 p {
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .contents_2 h2 {
        font-size: 24px;
        padding: 20px 0;
    }

    .contents_2 img {
        width: 100%;
        display: block;
    }

    .contents_2 p {
        font-weight: 500;
        padding-left: 5%;
        padding-right: 5%;
        font-size: 14px;
    }
}

/* contents_2 flex and button */
.flex_contents_2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex_item_2 {
    width: 20%;
    align-self: stretch;
    margin: 20px;
    border-radius: 10px;
}

.flex_item_2 img {
    width: 100%;
}

.flex_item_2-bg {
    text-align: center;
}

.flex_item_2-title {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.5em;
    color: #063b66;
}

.flex_item_2-text {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
    line-height: 1.5em;
}

*,
*:before,
*: after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.btn_center {
    text-align: center;
}

.btn,
a.btn,
button.btn {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-tag {
    padding: 1.25rem 3rem 1.25rem 80px;
    color: #fff;
    background: #053962;
}

a.btn-tag:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 50px;
    height: 100%;

    content: "";

    border-radius: 0.5rem 0 0 0.5rem;
    background: rgba(0, 0, 0, 0.07);
}

a.btn-tag:hover {
    color: #fff;
    background: #bb0000;
}

a.btn-tag i {
    font-size: 120%;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;
    padding: 1.5rem 0;

    text-align: center;
    letter-spacing: 0;
}


@media screen and (max-width: 767px) {
    .flex_contents_2 {
        display: flex;
        flex-direction: column;
    }

    .flex_item_2 {
        width: 90%;
        align-self: auto;
        margin: 10px 0;

    }

    .btn,
    a.btn,
    button.btn {
        font-size: 20px;
    }
}

/* contents_2 flex and button */