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

/*===================================================
	モーヴィとは　ABOUT
====================================================*/
.sep {
width: 100%;
height: auto;
float: left;
clear: both;
margin-bottom: 0px;
}

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


.about_title {
width: 100%;
height: auto;
position: relative;
float: left;
margin: 30px 0;
text-align: center;
color: #208dcc;
font-size: 32px;
font-weight: bold;
padding: 30px 0;
}

.about_catch {
width: 100%;
height: auto;
position: relative;
float: left;
margin: 0px 0 30px 0;
text-align: center;
color: #000;
font-size: 24px;
font-weight: bold;
padding: 0px 0;
}

.text {
width: 100%;
float: left;
clear: left;
font-size: 14px;
line-height: 160%;
padding: 0 20px 0 35px;
margin-bottom: 30px;
}

.column_a {
width: 50%;
float: left;
clear: left;
font-size: 16px;
line-height: 200%;
padding: 20px 20px 20px 20px;
margin-bottom: 50px;
}

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

.column_b {
width: 50%;
float: right;
clear: right;
font-size: 16px;
line-height: 200%;
padding: 20px 20px 20px 20px;
margin-bottom: 50px;
}

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

.center {
width: 100%;
float: left;
clear: both;
font-size: 16px;
line-height: 160%;
padding: 0 20px 0 20px;
margin-bottom: 50px;
}

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

.subject_01 {
width: 100%;
height: 70px;
float: left;
clear: both;
font-size: 20px;
font-weight: bold;
line-height: 160%;
padding: 0 20px 0 90px;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: flex-start;
background-image: url(../images/about_n1.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 70px 70px;
}

.subject_02 {
width: 100%;
height: 70px;
float: left;
clear: both;
font-size: 20px;
font-weight: bold;
line-height: 160%;
padding: 0 20px 0 90px;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: flex-start;
background-image: url(../images/about_n2.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 70px 70px;
}

.subject_03 {
width: 100%;
height: 70px;
float: left;
clear: both;
font-size: 20px;
font-weight: bold;
line-height: 160%;
padding: 0 20px 0 90px;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: flex-start;
background-image: url(../images/about_n3.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 70px 70px;
}

/*--PC用　1000px以上　のスタイル END--*/
/* ================================================================================================== */
/* Tablet用　1000px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 1000px) {



}/*--Tablet用　1000px以下　専用のスタイル END--*/

/* ================================================================================================== */
/* SP用　768px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 768px) {

.about_title {
width: 100%;
height: auto;
position: relative;
float: left;
margin: 0px 0;
text-align: center;
color: #208dcc;
font-size: 22px;
font-weight: bold;
padding: 20px 0;
}

.about_catch {
width: 100%;
height: auto;
position: relative;
float: left;
margin: 0px 0 30px 0;
text-align: center;
color: #000;
font-size: 20px;
font-weight: bold;
padding: 0px 0;
}

.column_a {
width: 100%;
float: left;
clear: left;
font-size: 14px;
line-height: 160%;
padding: 20px 20px 20px 20px;
margin-bottom: 10px;
}

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

.column_b {
width: 100%;
float: right;
clear: right;
font-size: 14px;
line-height: 160%;
padding: 20px 20px 20px 20px;
margin-bottom: 10px;
}

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

.center {
width: 100%;
float: left;
clear: both;
font-size: 14px;
line-height: 160%;
padding: 0 20px 0 20px;
margin-bottom: 20px;
}

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

.subject_01 {
width: 100%;
height: 60px;
float: left;
clear: both;
font-size: 18px;
font-weight: bold;
line-height: 160%;
padding: 0 20px 0 70px;
margin-top: 20px;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: flex-start;
background-image: url(../images/about_n1.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 60px 60px;
}

.subject_02 {
width: 100%;
height: 60px;
float: left;
clear: both;
font-size: 18px;
font-weight: bold;
line-height: 160%;
padding: 0 20px 0 70px;
margin-top: 20px;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: flex-start;
background-image: url(../images/about_n2.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 60px 60px;
}

.subject_03 {
width: 100%;
height: 60px;
float: left;
clear: both;
font-size: 18px;
font-weight: bold;
line-height: 160%;
padding: 0 20px 0 70px;
margin-top: 20px;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: flex-start;
background-image: url(../images/about_n3.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 60px 60px;
}
}/*--SP用　768px以下　専用のスタイル END--*/

/* ================================================================================================== */
/* SP用　640px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 640px) {


}/*--SP用　640px以下　専用のスタイル END--*/
