@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
#contents-wrap sup {
	font-size: 50%!important;
	vertical-align: super;
	margin: 0!important;
	display: inline!important;
		
}
.notes-area {
margin: 0% auto 0;
}
#pageWrap {
padding: 0px 0 0;
}

#titWrap {
	padding: 5% 0;
}
#titWrap h2 {
	font-size: 36px;
	padding-bottom: 0.5em;
	color: #004097;
	letter-spacing: 0.1em;
}
#titWrap p.lead {
	font-size: 24px;
	letter-spacing: 0.1em;
}
.forPc{
    display: block;
}

/* **************** PageTop ↓↓↓↓↓**************** */
section#pageTop div{
    position: relative;
}
section#pageTop .meritTitle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 500px;
    height: auto;
}

/* **************** PageTop ↑↑↑↑↑**************** */


/* **************** PageWrap ↓↓↓↓↓**************** */
#pageWrap{
    background-color: #ffffff;
}
/* **************** PageWrap ↑↑↑↑↑**************** */


/* **************** meritBox ↓↓↓↓↓**************** */
.meritBox{
    background-color: #e5e8f1;
    position: relative;
    padding: 30px 50px;
    width: 95%;
    margin: 4% auto;
}
.meritRbn{
    position: absolute;
    left: -2%;
    top: 5%;
    width: 20%;
    min-width: 120px;
}
.meritWrap{
    display: flex;
    justify-content: space-between;
}
.meritWrap .meritTxt{
    width: 55%;
    text-align: left;
    padding-top: 6%;
    line-height: normal;
    font-size: clamp(16px, 1.9vw, 20px);
    display: flex;
    flex-direction: column;
}
.meritWrap .meritTxt p:nth-child(2){
    margin-top: 3%;
}
.meritWrap .meritTxt .meritboxTitle{
    font-size: clamp(24px, 6.4vw ,30px);
    color: #0B305C;
}
.meritWrap .meritImg{
    width: 42%;
    display: flex;
    align-items: center;
}
.meritWrap .simuBtn a{
    background-color: #942532;
    padding: 2% 20%;
    display: flex;
    align-items: center;
    margin-top: 2%;
    position: relative;
}
.meritWrap .simuBtn a::before{
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 12px;
    margin: auto;
    position: absolute;
    right: 40px;
    top: 0;
    transform: rotate(45deg);
    width: 12px;
}
/* **************** meritBox ↑↑↑↑↑**************** */


/* **************** PageTop ↓↓↓↓↓**************** */

/* **************** PageTop ↑↑↑↑↑**************** */


/* **************** PageTop ↓↓↓↓↓**************** */

/* **************** PageTop ↑↑↑↑↑**************** */


/* **************** PageTop ↓↓↓↓↓**************** */

/* **************** PageTop ↑↑↑↑↑**************** */

@media screen and (max-width: 959px) {
	#titWrap h2 {
		font-size: clamp(24px, 3.3vw, 26px);
	}
	#titWrap p.lead {
		font-size: clamp(18px, 2.5vw, 20px);
	}

}
@media screen and (max-width: 810px) {
    .forPc{
    display: none;
}
.meritBox{
    padding: 5%;
    margin: 8% auto;
}
.meritRbn{
    /* position: absolute; */
    left: -3%;
    top: 3%;
    /* width: 20%; */
}
.meritWrap{
    /* display: flex;
    justify-content: space-between; */
    flex-direction: column;
}
.meritWrap .meritTxt{
    width: 100%;
    /* text-align: left;
    padding-top: 6%;
    line-height: normal;
    font-size: clamp(16px, 1.9vw, 20px);
    display: flex;
    flex-direction: column; */
}
.meritWrap .meritTxt p:nth-child(2){
    /* margin-top: 3%; */
}
.meritWrap .meritTxt .meritboxTitle{
    /* font-size: clamp(24px, 6.4vw ,30px);
    color: #0B305C; */
}
.meritWrap .meritImg{
    width: 100%;
    margin-top: 5%;
    /* display: flex;
    align-items: center; */
}
}
@media screen and (max-width: 599px) {
	#titWrap h2 {
		font-size: 6vw;
	}
		#titWrap p.lead {
		font-size: 4vw;
	}
	.meritWrap .meritTxt{
    padding-top: 9%;
}
	.meritWrap .simuBtn a::before{
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 0;
    content: "";
    height: 9px;
    margin: auto;
    position: absolute;
    right: 40px;
    top: 0;
    transform: rotate(45deg);
    width: 9px;
}
}





