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

@media screen and (min-width: 350px) { /*　画面サイズ 350pxから適用　*/
.text-container-01 {
font-size:   13px;
line-height: 21px;
color:       rgba(255,255,255,0.7);
margin:      30px 30px 30px 30px;
/*　文字両端揃　*/
 text-align:            justify;
 text-justify:          inter-ideograph;
 font-feature-settings: 'palt';
}
.text-container-02 {
font-size:   14px;
line-height: 24px;
color:       rgba(0,0,0,0.9);
margin:      30px 30px 30px 30px;
/*　文字両端揃　*/
 text-align:            justify;
 text-justify:          inter-ideograph;
 font-feature-settings: 'palt';
}
.text-container-03 {
font-size:   14px;
line-height: 21px;
color:       rgba(255,255,255,0.7);
margin:      0px 30px 0px 30px;
/*　文字両端揃　*/
 text-align:            justify;
 text-justify:          inter-ideograph;
 font-feature-settings: 'palt';
}
.text-container-04 {
font-size:   13px;
line-height: 21px;
color:       rgba(255,255,255,0.7);
margin:      0px 30px 0px 30px;
/*　文字両端揃　*/
 text-align:            justify;
 text-justify:          inter-ideograph;
 font-feature-settings: 'palt';
}
.text-container-05 {
font-size:   15px;
line-height: 21px;
color:       rgba(0,0,0,0.9);
margin:      30px 30px 0px 30px;
/*　文字両端揃　*/
 text-align:            justify;
 text-justify:          inter-ideograph;
 font-feature-settings: 'palt';
}
}
@media screen and (min-width: 768px) {/*　画面サイズ 500pxから適用　*/
.text-container-01 {
font-size:   14px;
line-height: 28px;
color:       rgba(255,255,255,0.7);
margin:      50px 30px 50px 30px;
/*　文字両端揃　*/
 text-align:            justify;
 text-justify:          inter-ideograph;
 font-feature-settings: 'palt';
}
.text-container-02 {
font-size:   15px;
line-height: 30px;
color:       rgba(0,0,0,0.9);
margin:      50px 100px 50px 100px;
/*　文字両端揃　*/
 text-align:            justify;
 text-justify:          inter-ideograph;
 font-feature-settings: 'palt';
}
.text-container-03 {
font-size:   16px;
line-height: 28px;
color:       rgba(255,255,255,0.7);
margin:      0px 30px 0px 30px;
/*　文字両端揃　*/
 text-align:            justify;
 text-justify:          inter-ideograph;
 font-feature-settings: 'palt';
}
.text-container-04 {
font-size:   14px;
line-height: 28px;
color:       rgba(255,255,255,0.7);
margin:      0px 30px 0px 30px;
/*　文字両端揃　*/
 text-align:            justify;
 text-justify:          inter-ideograph;
 font-feature-settings: 'palt';
}
.text-container-05 {
font-size:   17px;
line-height: 23px;
color:       rgba(0,0,0,0.9);
margin:      30px 30px 0px 30px;
/*　文字両端揃　*/
 text-align:            justify;
 text-justify:          inter-ideograph;
 font-feature-settings: 'palt';
}
}