/* main style */

.tomoyuki {
    padding-top: 100px;
    padding-left: 200px;
    padding-right: 200px;
}


/* fonts style */

.fonts_h2 {
    border-bottom: solid 3px #000000;
}

.fonts_upper1 {
    padding: 30px 0px 30px 0px;
}

.fonts_h3 {
    padding: 20px 0px 20px 0px;
    font-size: 25px;
}

.fonts_bottom_p {
    padding-bottom: 20px;
}

.fonts_image {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5%;
}

.fi1 {
    width: 50%;
    height: auto;
}

.fi2 {
    width: 50%;
    height: auto;
}


/* border style */

.border_h2 {
    padding-top: 40px;
    border-bottom: solid 3px #000000;
}

.border_upper_p {
    padding-bottom: 20px;
    padding-top: 30px;
}

.border_h3 {
    padding: 20px 0px 20px 0px;
    font-size: 25px;
}

.border_bottom_p {
    padding-bottom: 20px;
}

.border_image {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5%;
}

.b1 {
    width: 50%;
    height: auto;
}

.b2 {
    width: 50%;
    height: auto;
}


/* margin style */

.margin h2 {
    padding-top: 40px;
    border-bottom: solid 3px #000000;
}

.margin_upper_p {
    padding-bottom: 20px;
    padding-top: 30px;
}

.margin_image {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 7%;
}

.m1 {
    width: 50%;
    height: auto;
}

.m2 {
    width: 50%;
    height: auto;
}


/* padding style */

.padding h2 {
    padding-top: 40px;
    border-bottom: solid 3px #000000;
}

.padding_upper_p {
    padding-bottom: 20px;
    padding-top: 30px;
}

.padding_list {
    margin-bottom: 30px;
}

.padding_image {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 7%;
}

.p1 {
    width: 50%;
    height: auto;
}

.p2 {
    width: 50%;
    height: auto;
}

.padding_hello {
    margin-top: 30px;
    display: inline-block;
    border-style: solid;
    border-width: medium;
    border-color: black;
}