*,
::after,
::before {
    box-sizing: border-box;
}
#school_bag{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background-image: url(../../../img/usr/free/campaign_schoolbag/2027/bg.jpg);
    background-size: 100%;
    font-family: "M PLUS Rounded 1c";
}

#school_bag img {
    width: 100%;
}

#school_bag {
    font-weight: bold;
}
#school_bag .c_white{
    color: #fff;
}
#school_bag a{
	text-decoration: none;
}
#school_bag a:hover{
	text-decoration: none;
	opacity: 1;
	cursor: pointer;
}

#school_bag .pc {
    display: block;
}
#school_bag .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    #school_bag{
        max-width: 750px;
    }
    
    #school_bag .pc {
        display: none;
    }

    #school_bag .sp {
        display: block;
    }
}

#school_bag .mv{
    margin-top: 0;
}

/* ここから下テスト用コード */
#categoryListDiv {
    height: 80vh;
}
/* ここから上テスト用コード */


/* ここから記載してます */
/* #school_bag p {
    margin: 0;
} */
#school_bag a:hover {
    cursor: pointer;
    opacity: .9;
}

/* ここから下上部 */

/* ボタン */
#school_bag .btn {
    display: block;
}
#school_bag .btn a {
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    color: #E73449;
    transition: 0.3s ease-in-out;
	font-size: clamp(1.125rem, 2.5vw, 1.25rem);
	border: 3px solid #23B0BA;
	box-shadow: 0px 8px 0px -2px #23B0BA, inset 0 0 0 4px #fff;
	 background-color: #fff;
}
#school_bag .btn ::after {
	content: "";
	position: absolute;
	background-image: url(../../../img/usr/free/campaign_schoolbag/2027/arrow01.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	top: 80%;
}
#school_bag .btn a:hover {
	opacity: 1;
    transform: translateY(.4rem);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}


/* ________ lead ________ */

#school_bag .lead {
    width: 90%;
    margin: 2rem auto;
}
#school_bag .lead_text {
    background-color: #fff;
    border: 3px solid #E73449;
    border-radius: 20px;
    padding: 1.5rem 0;
    line-height: 1.8;
    text-align: center;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
}
#school_bag .lead_text  span{
    font-size: clamp(1rem, 2.5vw, 2.375rem);
    line-height: 1.4;
}
#school_bag .lead_anc ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 900px;
	margin: 4rem auto ;
}
#school_bag .lead_anc li {
    width: 32%;
}
#school_bag .btn._target a {
    line-height: 1.2;
}
#school_bag .btn._procedure a {
	border: 3px solid #FCCC00;
	box-shadow: 0px 8px 0px -2px #FCCC00, inset 0 0 0 4px #fff;
    padding: 1.782rem 0;
}
#school_bag .btn._privilege a {
	border: 3px solid #4BA136;
	box-shadow: 0px 8px 0px -2px #4BA136, inset 0 0 0 4px #fff;
        padding: 1.782rem 0;
}
#school_bag .btn._procedure ::after {
	background-image: url(../../../img/usr/free/campaign_schoolbag/2027/arrow02.png);
}
#school_bag .btn._privilege ::after {
	background-image: url(../../../img/usr/free/campaign_schoolbag/2027/arrow03.png);
}

/* ________ sec01 ________ */

#school_bag .sec01{
    background-color: rgba(35, 176, 186, .1);
    padding: 0 0 4rem;
}
#school_bag .sec_ttl{
    background-color: rgb(35, 176, 186);
    padding: 0.5rem 0;
}
#school_bag .sec_ttl h2{
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, .6);
    border-bottom: 1px dashed rgba(255, 255, 255, .6);
    padding: 2rem 1rem; 
}
#school_bag .sec01_itemBox{
    width: 90%;
    margin: 2rem auto;
    text-align: center;
}
#school_bag .sec01_itemBox ul{
    display: flex;
    justify-content: center;
    gap: 1.25rem;
}

#school_bag .sec01_itemBox_li{
    width: 50%;
    background-color: #fff;
    border-radius: 24px;
    border: 3px solid #1d50a2;
}
#school_bag .sec01_itemBox_li._02{
    border: 3px solid #E73449;
}

#school_bag .sec01_itemBox h3{
    background-color: #1d50a2;
    border-radius: 20px 20px 0 0;
    padding: 0.875rem 0;
    line-height: 1.5;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    margin: -1px;
}
#school_bag .sec01_itemBox_li._02 h3{
    background-color: #E73449;
}

#school_bag .sec01_item{
    width: 95%;
    margin: 1rem auto;
}
#school_bag .sec01_item h4{
    background-color: #1d50a2;
    border-radius: 50px;
    width: 50%;
    margin: 0 auto;
    padding: 0.5rem 0;
    font-size: 1.25rem;
}
#school_bag .sec01_itemBox_li._02 h4{
    background-color: #E73449;
}

#school_bag .sec01_item p{
    font-size: 1rem;
    margin-top: 0.5rem;
    line-height: 1.5;

}
#school_bag .sec01_item p span{
    font-size: 1.5rem;
}
#school_bag .sec01_itemBox_botom{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #fff;
    align-items: center;
    border-radius: 14px;
    border: 3px solid #23B0BA;
    text-align: center;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
}
#school_bag .sec01_itemBox_botom ._left{
    background-color: #23B0BA;
    width: 40%;
    border-radius: 10px 0 0 10px;
    padding: 1.2rem;
    line-height: 1.5;
}
#school_bag .sec01_itemBox_botom ._right{
    border-radius: 0 10px 10px 0;
    width: 60%;
    padding: 1.5rem;
    line-height: 1.5;
}

/* ________ sec02 ________ */
#school_bag .sec02{
    background-color: rgb(237, 192, 0, .1);
    padding: 0 0 4rem;
}
#school_bag .sec_ttl._02{
    background-color: rgb(237, 192, 0);
}
#school_bag .sec02_itemBox{
    width: 90%;
    margin: 2rem auto;
    text-align: center;
}
#school_bag .sec02_itemBox ul{
    display: flex;
    justify-content: center;
    gap: 1.25rem;
}

#school_bag .sec02_itemBox_li{
    width: 50%;
}

#school_bag .sec02_item {
    margin: 1rem auto;
}
#school_bag .sec02_item p{
    background-color: #1d50a2;
    padding: 2rem 0;
    line-height: 1.5;
    border-radius: 20px;
    font-size: clamp(1rem, 1.5vw, 1.125rem);
}
#school_bag .sec02_item._02 p{
    background-color: #fff;
    border: 3px solid #1d50a2;
    color: #1d50a2;
}
#school_bag .arrow{
    width: 10%;
    margin: 1rem auto;
}
#school_bag .detail{
    font-size: 0.875rem;
    color: #000;
}
/* red */
#school_bag .sec02_item._red p{
    background-color: #E73449;
}
#school_bag .sec02_item._02._red p{
    background-color: #fff;
    border: 3px solid #E73449;
    padding: 1.5rem 0;
    color: #E73449;
}
#school_bag .sec02_itemBox_botom{
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid rgb(237, 192, 0);
    border-radius: 20px;
    text-align: center;
    padding: 1.2rem 0;
}
#school_bag .sec02_itemBox_botom p {
    border-radius: 20px;
    line-height: 1.8;
    text-align: center;

}
#school_bag .sec02_itemBox_botom .txt_highlight{
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    line-height: 1.2;
    color: #FF9000;
}
#school_bag .sec02_itemBox_botom span{
    font-size: clamp(2rem, 2.5vw, 2.375rem);
}


/* ________ sec03 ________ */

#school_bag .sec03{
    background-color: rgba(75, 161, 54, .1);
    padding: 0 0 4rem;
    border-bottom: 12px solid #4BA136;
}
#school_bag .sec_ttl._03{
    background-color: rgb(75, 161, 54);
}
#school_bag .sec03_itemBox{
    width: 90%;
    margin: 2rem auto;
    text-align: center;
    margin-top: 4rem;
}
#school_bag .sec03_itemBox h3,
#school_bag .sec04_itemBox h3{
    font-size: clamp(1.5rem, 2.5vw, 1.75rem);
    position: relative;
    text-align: center;
}
#school_bag .sec03_itemBox h3::after,
#school_bag .sec03_itemBox h3::before,
#school_bag .sec04_itemBox h3::after,
#school_bag .sec04_itemBox h3::before {
    content: "";
    background-image: url(../../../img/usr/free/campaign_schoolbag/2027/starR.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    position: absolute;
}
#school_bag .sec03_itemBox h3::after,
#school_bag .sec04_itemBox h3::after{
    bottom: -18px;
    right: 30%;
}
#school_bag .sec03_itemBox h3::before,
#school_bag .sec04_itemBox h3::before{
    background-image: url(../../../img/usr/free/campaign_schoolbag/2027/starL.png);
    bottom: -18px;
    left: 30%;
}
#school_bag .sec04_itemBox h3._contact::before{
    bottom: -14px;
    left: 26%;
}
#school_bag .sec04_itemBox h3._contact::after{
    bottom: -14px;
    right: 26%;
}

#school_bag .sec03_item {
	text-align: center;
	margin-top: 2rem;
	padding: 1.5rem;
	background-color: #fff;
	border-radius: 20px;
}
#school_bag .sec03_item h4{
	background-color: #E5F6D4;
	border-radius: 50px;
	display: inline-block;
	padding: 0.625rem 1.25rem;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
    margin-bottom: 0.5rem;
}
#school_bag .sec03_item p{
	font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.8;
}
#school_bag .sec03_item .txt_highlight{
	font-size: 1.5rem;
    color: #4BA136;
    line-height: 1.2;
}
#school_bag .sec03_item span{
	font-size: clamp(2rem, 2.5vw, 2.375rem);
}
#school_bag .sec03_item span{
	font-size: 42px;
}
/* acc */
#school_bag .acc_btn{
	position: relative;
	width: 100%;
	background: #E5F6D4;
	padding: 4% 5%;
	border-radius: 20px;
	color: #1d50a2;
	text-align: center;
	font-size: clamp(1.125rem, 2.5vw, 1.25rem);
	margin: 5% auto 0;
	border: 3px solid #4BA136;
}
#school_bag .acc_btn::after{
	content: "";
	background-image: url(../../../img/usr/free/campaign_schoolbag/2027/btn_open.png);
	background-repeat: none;
	background-size: cover;
	position: absolute;
	transition: all 0.2s ease-in-out;
	width: 40px;
	height: 40px;
    top: 26%;
    right: 4%;
}
#school_bag .acc_btn img:first-of-type {
	width: 60%;
}
#school_bag .aco_img {
	position: absolute;
	width: 30%;
	right: 8%;
	bottom: 5%;
}
#school_bag .acc_btn:hover{
	cursor: pointer;
}

#school_bag .acc_box{
	display: none;
	margin-top: -0.2%;
    background-color: #FFFEF9;
    border: 3px solid #4BA136;
    border-radius: 20px;
    padding: 0 2rem 2rem;
}
  /* 矢印 */
#school_bag .acc_btn.open:after {
	content: "";
	background-image: url(../../../img/usr/free/campaign_schoolbag/2027/btn_close.png);
	background-repeat: none;
	background-size: cover;
	position: absolute;
	transition: all 0.2s ease-in-out;
	width: 40px;
	height: 40px;
    top: 26%;
    right: 4%;
}

#school_bag .detil_txt {
    display: block;
	font-size: 0.875rem;
    text-align: center;
	line-height: 1.5;
	margin: 2rem auto 0;
	font-weight: 400;
}
#school_bag .detil_txt p{
    text-align: left;
    display: inline-block;


}
#school_bag .detil_rink {
	color: #014099;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1rem;
}

/* ________ sec04 ________ */
#school_bag .sec04{
    padding-bottom: 4rem;
}
#school_bag .sec04_itemBox{
    width: 90%;
    border-radius: 20px;
    margin: 2rem auto;
    text-align: center;
    margin-top: 4rem;
}
#school_bag .sec04_item {
    text-align: left;
    margin-top: 2rem;
    padding: 2.25rem;
    background-color: #fff;
    border: 3px solid #CCCCCC;
    border-radius: 20px;
}
#school_bag .sec04_item._note p {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: lighter;
}

#school_bag .sec04_item._contact {
    text-align: center;
    border: 3px solid #E73449;
}
#school_bag .sec04_item._contact h4{
    font-size: 1.25rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}
#school_bag .sec04_item._contact p{
    font-size: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
    line-height: 1.4;
}
#school_bag .sec04_item._contact span{
    font-size: 1rem;
}
#school_bag .sec04_item._contact ._tell {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
#school_bag .sec04_item._contact .tell_icon{
    width: 4%;
}
#school_bag .form_btn a{
    justify-content: center;
    width: 48%;
    margin: 1.5rem auto 0;
    padding: 1.782rem 0;
    color: #E73449;
	border: 3px solid #E73449;
	box-shadow: 0px 8px 0px -2px #E73449, inset 0 0 0 4px #fff;
}
#school_bag .form_btn a::after{
    content: none;
}



@media screen and (max-width: 768px) {

/* ボタン */
#school_bag .btn a {
	box-shadow: 0px 6px 0px -2px #23B0BA, inset 0 0 0 4px #fff;
}
#school_bag .btn ::after {
	content: "";
	position: absolute;
	background-image: url(../../../img/usr/free/campaign_schoolbag/2027/arrow01.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	top: 80%;
}
/* lead */
#school_bag .lead_text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
}
#school_bag .lead_text  span{
    font-size: clamp(2rem, 2.5vw, 2.375rem);
    line-height: 1.4;
}
#school_bag .lead_anc ul {
		width: 100%;
        margin: 2rem auto 4rem;
	}
#school_bag .lead_anc a {
		padding: 20px 10px;
		border-radius: 100vw;
		aspect-ratio: 1 / 1;
		padding: 1%;
		width: 100%;
		line-height: 1.4;
		text-align: center;
	}
#school_bag .lead_anc a::after {
	width: 30px;
	height: 30px;
	top: 84%;
}
#school_bag .btn._procedure a {
	box-shadow: 0px 6px 0px -2px #FCCC00, inset 0 0 0 4px #fff;
}
#school_bag .btn._privilege a {
	box-shadow: 0px 6px 0px -2px #4BA136, inset 0 0 0 4px #fff;
}


/* ________ sec01 ________ */

#school_bag .sec01_itemBox ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
}
#school_bag .sec01_itemBox_li{
    width: 100%;
}
#school_bag .sec01_item{
    width: 100%;
        margin: 1rem auto 1.5rem;
}
#school_bag .sec01_item h4{
    width: 60%;

}
#school_bag .sec01_itemBox_botom ._left{
    padding: 1rem 0;
    line-height: 1.5;
}
#school_bag .sec01_itemBox_botom ._right{
    font-size: 1.25rem;
    padding: 1rem 0;
}


/* ________ sec02 ________ */
#school_bag .sec02_item {
    margin: 1rem auto;
}
#school_bag .sec02_itemBox {
    margin: 2rem auto 0;
}
#school_bag .sec02_itemBox ul{
    gap: 0.625rem;
}
#school_bag .sec02_item p{
    padding: 1.25rem 0;
    letter-spacing: -1;
}
#school_bag .sec02_item._02 p{
    padding: 2rem 0;
    letter-spacing: -1;
}
#school_bag .sec02_item._red p{
    padding: 1.25rem 0;
    letter-spacing: -1;
}
#school_bag .arrow{
    width: 10%;
    margin: 1rem auto;
}
/* red */
#school_bag .sec02_item._02._red p{
    padding: 0.75rem 0.5rem;
}


/* ________ sec03 ________ */
#school_bag .sec03_itemBox{
    margin: 2rem auto 0;
    margin-top: 3rem;
}
#school_bag .sec03_itemBox h3::after,
#school_bag .sec03_itemBox h3::before,
#school_bag .sec04_itemBox h3::after,
#school_bag .sec04_itemBox h3::before {
    width: 48px;
    height: 48px;
    position: absolute;
}
#school_bag .sec03_itemBox h3::after,
#school_bag .sec04_itemBox h3::after{
    bottom: -14px;
    right: 14%;
}
#school_bag .sec03_itemBox h3::before,
#school_bag .sec04_itemBox h3::before{
    bottom: -14px;
    left: 14%;
}
#school_bag .sec04_itemBox h3._contact::before{
    bottom: -14px;
    left: 8%;
}
#school_bag .sec04_itemBox h3._contact::after{
    bottom: -14px;
    right: 8%;
}

#school_bag .sec03_item {
	text-align: center;
	margin-top: 2rem;
	padding: 1.5rem;
	background-color: #fff;
	border-radius: 20px;
}
#school_bag .sec03_item p{
	font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.8;
}
#school_bag .sec03_item span{
	font-size: clamp(2rem, 2.5vw, 2.375rem);
}
#school_bag .sec03_item span{
	font-size: 42px;
}
/* acc */
#school_bag .acc_box_btn {
	width: 100%;
}

	#school_bag .acc_btn:after {
		width: 25px;
		height: 25px;
		top: 28%;
	}

	#school_bag .acc_btn.open:after {
		width: 25px;
		height: 25px;
		top: 28%;
	}

	#school_bag .acc_btn {
		padding: 6% 9%;
		margin: 1.5rem auto 0;
		border: 3px solid #8CC94F;
		text-align: left;
	}
  /* 矢印 */
#school_bag .acc_btn.open:after {
	height: 25px;
    top: 28%;
    right: 4%;
}


/* ________ sec04 ________ */
#school_bag .sec04_itemBox{
    margin-top: 3rem;
}
#school_bag .sec04_item {
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
}

#school_bag .sec04_item._contact .tell_icon{
    width: 8%;
}
#school_bag .form_btn a{
    width: 90%;
    margin: 1rem auto 0.5rem;
    padding: 1.5rem 0;
	box-shadow: 0px 6px 0px -2px #E73449, inset 0 0 0 4px #fff;
}
#school_bag .form_btn a::after{
    content: none;
}
} 
