@charset "UTF-8";

/* message
===================================*/
#contents.message{
    background-color: #EBEBEB;
}

/* message
===================================*/

#message {
    width: 100%;
}

#message .inner {
    max-width: 680px;
	padding-top: 12em;
	padding-bottom: 12em;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
#message .inner{
	padding-top: 5em;
	padding-bottom: 5em;
}
}

#message .ttlbox{
    max-width: 600px;
    margin: 0 auto 8em;
}

@media screen and (max-width: 768px) {
#message .ttlbox{
    max-width: 90%;
    margin: 0 auto 5em;
}
}

#message .ttlbox img{
    max-width: 100%;
    height: auto;
}

#message p.ttl{
	font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 4em;
    position: relative;
}
@media screen and (max-width: 768px) {
#message p.ttl{
	font-size: 1.8rem;
    /*margin-bottom: 3em;*/
}
}
#message p.ttl::before{
	position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 30%;
    height: 1px;
    background-color: #000000;
}
#message p.ttl::after{
	position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30%;
    height: 1px;
    background-color: #000000;
}

#message h2{
	/*font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #072076;*/
    text-align: left;
    margin-bottom: 2em;
    /*text-shadow: 0px 3px 6px rgba(0,0,0,0.15);*/
}
@media screen and (max-width: 768px) {
/*#message h2{
	font-size: 2.0rem;
    margin-bottom: 1em;
}*/
}

#message p.msg{
	font-size: 1.6rem;
    line-height: 2.6;
    text-align: justify;
    letter-spacing: 0.05em;
    margin-bottom: 2em;
}

@media only screen and (min-width:1px) and (max-width:480px){
#message p.msg{
	font-size: 1.4rem;
    line-height: 2.0;
    letter-spacing: 0;
}
}

#message p.sign{
    float: right;
	margin-top: 2em;
}

#message p.sign img{
    max-width: 100%;
    height: auto;
}
