@charset "UTF-8";

.wrap {
    width: 720px;
    margin: 0 auto;
}
.inner {
    width: 93%;
    margin: 0 auto;
}
.red {
    color: red;
}
.content_1 {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_1 h2 {
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
    width: 100%;
    font-weight: 600;
    margin: auto;
}
.content_1 h2 b {
    font-size: 40px;
}
.content_1 img {
    text-align: center;
    display: block;
    margin: 30px auto;
}
.content_1 .text_box {
    width: 90%;
    margin: auto;
}
.content_1 .text_box h3{
    font-size: 40px;
    font-weight: 600;
    color: #0087ff;
    border-bottom: 2px solid #0087ff;
    line-height: 1.5;
    text-align: center;
}
.content_1 .text_box ul  {
    padding: 30px 0px 0 0px;
}
.content_1 .text_box ul li{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.7;
}
.content_1 .text_box ul li .small{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
}
.content_1 .text_box p{
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
    font-weight: 500;
}

.content_1 table td  {
    border: 2px solid #b1b1b1db;
    border-collapse: collapse;
}
.content_1 td {
    border-style: inset;
    padding: 15px 20px;
    font-size: 25px;
    line-height: 1.7;
    font-weight: 600;
}
.content_1 td b, .content_2 td b{
    font-weight: 600;
    color: #0087ff;
    font-size: 26px;
}
.content_1 table tr td:nth-of-type(1)  {
    background: yellow;
    vertical-align: middle;
    text-align: center;
}
.content_2 {
    position: relative;
    margin: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #b1b1b1db;
    border-radius: 20px;
    padding: 50px 25px 30px; 
}
.content_2 h3{
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    background: #fff;
    width: 30%;
    text-align: center;
    text-decoration: ;
}
.content_2 table td  {
    border-top: 2px solid #b1b1b1db;
    border-collapse: collapse;
}
.content_2 td {
    border-style: inset;
    padding: 15px 20px;
    font-size: 25px;
    line-height: 1.7;
    font-weight: 600;
}
.content_2 table tr td:nth-of-type(1)  {
    background: aliceblue;
    border-right: 2px solid #b1b1b1db;
    vertical-align: middle;
    text-align: center;
}