@charset "utf-8";
/* CSS Document */
.pc { display: block;}
.sp { display: none;}

.text_01	{font-size:48px;color:#42b0cf;}
.text_02	{font-size:48px;color:#f39800;}
.bld	{font-weight:bold;}
.mat20	{margin-top:0px;}
.mat40	{margin-top:40px;}
.mab40	{margin-bottom:40px;}
.mabm50	{margin-bottom:-80px !important;}
.matm80	{margin-top:-80px !important;}
.matm50	{margin-top:-50px !important;}

.img_size	{width:80%;text-align:center !important;}

@media screen and (max-width: 420px) {
.pc { display: none;}
.sp { display: block;}

.text_01	{font-size:32px;color:#42b0cf;}
.text_02	{font-size:32px;color:#f39800;}
.mat20	{margin-top:20px;}
.mabm50	{margin-bottom:-50px !important;}
.matm80	{margin-top:-30px !important;}
.matm50	{margin-top:-20px !important;}

.img_size	{width:100%;text-align:center !important;}


}

