@charset "UTF-8";

.content_inner h1 {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    margin: 50px 0 80px;
}

.message_head {
    max-width: 900px;
    margin: 0 auto 100px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.message_head_image {
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
}

.message_head_image img {
    width: 100%;
    height: auto;
}

.message_head h2 {
    width: 48%;
}

.message_contents {
    max-width: 900px;
    margin: 0 auto;
}

h3.message_main_title {
    display: block;
    font-size: 3rem;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

p.message_main_cap {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 30px;
}

h3.message_title span {
    display: block;
    font-size: 2.4rem;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    color: #007940;
}

.message_contents_inner {
    margin: 100px 0;
    border-radius: 20px;
}

h3.message_title {
    border-bottom: 3px solid #007940;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.message_contents_inner p {
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.message_graph {
    max-width: 70%;
    margin: 50px auto;
}

.message_name {
    display: block;
    text-align: right;
    font-size: 2rem;
    margin-top: 100px;
    margin-bottom: 100px;
}

.message_name span {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
.content_inner {
    padding: 0 5%;
}
	
.content_inner h1 {
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 0;
        margin: 0;
        padding: 120px 0 40px;
}

p.message_main_cap {
    font-size: 1.3rem;
    line-height: 24px;
}

.message_contents_inner p {
    font-size: 1.3rem;
    line-height: 23px;
}

h3.message_main_title {
    font-size: 2.4rem;
    margin-bottom: 20px;
}

h3.message_title span {
    font-size: 2rem;
}

h3.message_title {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #007940;
}

.message_contents_inner {
    margin: 50px 0;
}

.message_graph {
    max-width: 100%;
    margin: 30px auto 0;
}

.message_name {
    font-size: 1.8rem;
    margin: 30px 0 60px;
}

.message_name span {
    font-size: 1.3rem;
}

.message_head {
    display: block;
    margin: 0 auto 50px;
}

.message_head_image {
    width: 100%;
}

.message_head h2 {
    width: 90%;
    margin: 20px auto 0;
}
	
}