@charset "utf-8";
/* CSS Document */

.content_title {
    margin: 0;
}

.main {
    background-image: url("../images/business/main.webp");
    background-position: center;
}

.content.business {
    width: 100%;
    margin: 100px 0;
    padding: 0;
}

.content.business .content_inner {
    width: 90%;
	max-width: 1360px;
    margin: 0 auto;
    padding: 0;
}

.content.business h2 {
    width: 90%;
    margin: 1em 5% 50px;
    padding: 0;
    float: left;
    text-align: justify;
    color: #241c8b;
}

.content.business h2 span {
    font-size: 16px;
    font-weight: 400;
    margin-right: 1em;
    color: #000;
    font-style: italic;
}

.content.business h2 span span {
    font-size: 28px;
    font-weight: 700;
    margin-right: 0;
    color: red;
}

.content.business .message {
    width: 80%;
    margin: 0 10% 50px;
    padding: 0;
    float: left;
    text-align: center;
    color: #241c8b;
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
	line-height: 1.7em;
}

.content.business .business {
    width: 100%;
    margin: 0 0 50px;
    padding: 0;
    float: left;
}

.content.business .business .glid {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}

.content.business .business .glid img {
    width: 100%;
    margin: 0;
    border-radius: 20px;
}

.content.business .business .glid.right {
    float: right;
}

.content.business .business .box {
    width: 90%;
    margin: 0 5%;
    padding: 0;
    float: left;
    line-height: 30px;
}



/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 880px */
/* **************************************************************** */

@media only screen and (max-width: 880px) {

.content.business .message {
    text-align: justify;
}
.content.business .business .glid {
    width: 100%;
}

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 780px */
/* **************************************************************** */

@media only screen and (max-width: 780px) {



}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 580px */
/* **************************************************************** */

@media only screen and (max-width: 580px) {

.content.business .business .glid img {
    width: 90%;
    margin: 0 5%;
}

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 480px */
/* **************************************************************** */

@media only screen and (max-width:480px) {



}





