.page-inner{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.boxContent_wrapper {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
}

.boxContent1{
	width:1000px;
	margin: 0 auto 50px;
}

.boxContent1 h1 {
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
	letter-spacing: 0.1rem;
	line-height: 2.7rem;
    position: relative;
}

.boxContent1 h1::before{
    font-size: 10px;
    content: "きょうか";
    position: absolute;
    top: 18px;
    left: 404px;
}

.boxContent2_wrapper{
    background-color:#fff8fb4d;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    padding:20px 0 50px;
}

.boxContent2{
    width:1200px;
    text-align: center;
	margin: 0 auto;
    display: flex;
    align-content: space-between;
}

.boxContent2 .boxContent_right, .boxContent2 .boxContent_left {
    width:  50%
}

.boxContent2 .boxContent_left {
    margin-right: 10px;
}

.boxContent2 .boxContent_right {
    margin-left: 10px;
}

.boxContent2 .boxContent_left h2 {
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 0.1rem;
    line-height: 1.4rem;
    color: #CC3456;
}

.boxContent2 .boxContent_left p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.1rem;
	line-height: 1.4rem;
    margin: 15px 0;
    text-align:left;
}

.boxContent2 .boxContent_left .button_area_wrapper{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-top: 50px;
}

.boxContent2 .boxContent_left .button_text_area{
    width: 45%;
}

.boxContent2 .boxContent_left .button_area{
    background-color: #0B8BBA;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
	height: 64px;
	position: relative;
    width: 52%;
}

.boxContent2 .boxContent_left .button_area a{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 26px;
    margin-left: -2px;
}

.boxContent2 .boxContent_left .button_area a img {
    margin-right: 12px;
    height: 36px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.boxContent2 .boxContent_left .button_text_area p{
    font-size: 13px;
}

.boxContent2 .boxContent_right .iframe_wrapper {
	aspect-ratio: 1 / 1;
    max-width: 100%;
    padding:20px 0;
}

.boxContent2 .boxContent_right .iframe_wrapper iframe{
	width: 100%;
    height: 100%;
}

.breadcrumb.kyoka {
  margin: 66px auto 0 !important;
}