@charset "utf-8";
body {
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
    width: 100%;
}


.doing {
			max-width: 900px;
			width: 90%;
			margin: 150px auto;
            margin-bottom: 100px;
		}

        .event_img img{
            max-width: 100%;
        }

		.ttl_area h3 {
			margin: 1em auto;
			font-size: clamp(18px, 2.22vw, 20px);
			font-weight: 600;
            line-height: 2rem;
            letter-spacing: 0.06rem;
            font-feature-settings: "palt";
		}

        .ttl_area{
            margin-top: 50px;
        }
        .ttl_area p{
            width: 100%;
            font-size: clamp(16px,2vw,18px);
            line-height: 1.8rem;
            letter-spacing: 0.0rem;
            font-feature-settings: "palt";
        }

        .text_area{
            margin-top: 5.56%;
        }

        .text_area h3{
            font-size: 20px;
			font-weight: 600;
            line-height: 2rem;
            letter-spacing: 0.06rem;
            margin-bottom: 20px;
            font-feature-settings: "palt";
        }

		.text_area p {
			font-size: 16px;
            line-height: 2rem;
            letter-spacing: 0.06rem;
            font-feature-settings: "palt";
            text-align: justify;
		}

        .raizyou_btn{
            margin: 60px 0 110px 0;
            text-align: center;
        }
        .raizyou_btn a{
            display: inline-block;
            width: 100%;    
            max-width: 400px;
            padding: 20px 0;
            color: #ffff;
            background-color: #f98126;
            border-radius: 10px;
            text-decoration: none;
                }

         @media (max-width: 640px) {
            .doing {
			margin: 50px auto;
		}

        .ttl_area h3 {
			font-weight: 800;
		}

            .raizyou_btn{
            margin: 40px 0 70px 0;
        }

        .text_area h3{
			font-weight: 800;
        }

         .text_area p {
			font-size: 16px;
            line-height: 2rem;
            letter-spacing: 0.03rem;
		}
         }

         html, body {
  overflow-x: hidden;
}

img, iframe {
  max-width: 100%;
  height: auto;
}

/* * {
  box-sizing: border-box;
} */