@charset "utf-8";
/* CSS Document */

.section_box{margin-bottom: 80px;}
.section_box img{width: 100%;}
.section_box h4{
	text-align: center;
	font-family: "Zen Old Mincho", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	color: #ce4186;
	font-size: 24px;
	margin-bottom: 20px;
}
.section_box h4::after{
	content: "";
	display: block;
	width: 180px;
	height: 1px;
	background: #ce4286;
	margin: 5px auto 0;
	line-height: 1;
}



#contents{
	padding: 0 25px 60px;
	text-align: left;
}

h3{
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 25px;
	color: #ce4186;
}

h3 span{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	background: #ce4186;
	line-height: 1;
	padding: 5px;
	margin: 0 auto 10px;
	width: 130px;
}

#contents01 img{width: 100%;}

#contents01 p{margin: 20px auto;}

#contents01 .txt_box a {
    background-color: #ce4186;
    border-radius: 50px;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
}
#contents01 .txt_box a::after {
    content: "";
    background: url(../img/pdf_icon.png) no-repeat;
    width: 20px;
    height: 23px;
    margin-left: 10px;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#contents01 .btn_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contents01 .btn_box a {
    width: 49%;
    height: 32px;
    border-radius: 50px;
    background-color: #eae7de;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
	color: #ce4186;
	margin-bottom: 10px;
}
#contents01 .btn_box a::after {
    content: "＞";
    margin-left: 5px;
    transform: rotate(90deg);
    font-size: 11px;
}




#contents03 .hyou_box{
	width: 100%;
	margin: 0 auto;
	background: #eae7de;
	border-radius: 5px;
	padding: 20px 30px;
	text-align: left;
}

#contents03 .flex_box{
	padding: 20px 0;
	border-bottom: 1px solid #d54288;
}
#contents03 .flex_box:last-child{border-bottom: 0;}
#contents03 .left_box {
	flex-shrink: 0; /* 縮まないように固定 */
	text-align: left;
	font-weight: bold;
	color: #d54288;
}

#contents03 .right_box p{
	padding-left: 1em;
	text-indent: -1em;
}


#contents04 ul{margin-top: 10px;}

#contents04 ul li{
	color: #d54288;
	background: #eae7de;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}

#contents04 li h5{font-size: 18px; line-height: 1; margin-top: 20px; font-weight: 900;}
#contents04 li p{padding: 10px 10px 20px; line-height: 1.5;}
#contents04 li p span{font-weight: bold;}
#contents04 li img{width: 100%;}

#contents04 a {
    background-color: #ce4186;
    border-radius: 50px;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
}
#contents04 a::after {
    content: "";
    background: url(../img/pdf_icon.png) no-repeat;
    width: 20px;
    height: 23px;
    margin-left: 10px;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#contents04 .event{
	background: #f9f1f5;
	border-radius: 5px;
	line-height: 1.5; 
	padding: 20px 30px;
	margin-top: 30px;
}

#contents04 .event h6{
	font-size: 17px; 
	font-weight: 900;
	color: #ce4186;
	margin-bottom: 10px;
}



#contents05 a {
    background-color: #ce4186;
    border-radius: 50px;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
}
#contents05 a::after {
    content: "";
    background: url(../img/pdf_icon.png) no-repeat;
    width: 20px;
    height: 23px;
    margin-left: 10px;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#contents06{margin-bottom: 0;}
#contents06 .bold {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}




/*モーダルを開くボタン*/
.modal-open{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	flex-direction: column;
	font-size: 14px;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(206,65,134,40%);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 10;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 800px;
	width: 90%;
	max-height: 90vh;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  font-size: 40px;
  color: #fff;
	background: #ce4186;
	border-radius: 50%;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 40px 30px 30px;
	border-radius: 20px;
}
.modal-content p{
	font-size: 24px;
	color: #ce4186;
	font-weight: 600;
	line-height: 1;
}
.modal-content div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.modal-open p{
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 5px;
}



@media screen and (max-width: 700px){

}







