@charset "euc-jp";
/* CSS Document */

.mainCont .messageBox{
	padding-left: 3.5%;
}
.mainCont .messageBox .Img{
	float:left;
	width:44%;
	margin-right:3%;
}
.mainCont .messageBox .Img img{
	border-radius: 4px;
}
.mainCont .messageBox .Txt{
	float:left;
	width:53%;
}
.mainCont .messageBox .midashi {
    font-size: 27px;
    font-weight: bold;
    color: #333;
    padding-top: 30px;
    font-family: 'Noto Sans JP', sans-serif;
}
.mainCont .messageBox .point {
    display: inline-block;
    width: 160px;
    text-align: center;
    background-color: #ea8342;
    color: #fff;
    font-size: 20px;
		line-height:34px;
    font-family: 'Noto Sans JP', sans-serif;
		border-radius: 4px;
		margin-bottom:10px
}
.mainCont .messageBox .point span {
display: inline-block;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /* margin: 0; */
    /* margin-top: 5px; */
    /* margin-right: 20px; */
    float: none;
    position: relative;
    top: -4px;
}
.mainCont .messageBox .pointTxt{
	font-size:15px;
}
.mainCont .messageBox .pointTxt span{
	font-size:12px;
}
.classBox {
    padding-left: 3.5%;
}
.classBox .midashi{
	margin-bottom: 5px;
    color: #fff;
    background-color: #ea8342;
    padding: 0.5%;
    padding-bottom: 1%;
    padding-left: 1%;
    width: 49%;
    line-height: 25px;
    border-radius: 4px;
}


.dataBox {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 9px;
    display: inline-block;
    width: 100%;
    line-height: 145%;
		margin-left: 3.5%;
}
.dataBox .half {
    display: inline-block;
    width: 49%;
		vertical-align: top;
}
.dataBox .half.r{
	margin-left: 1.5%;
}

.dataTables{
width: 100%;
    margin-right: auto;
		margin-bottom:10px;
}
.dataTables td{
	border: 1px solid #ea8342;
	text-align:center;
	vertical-align:middle;
	    padding: 4px;
			padding-top: 8px;
    padding-bottom: 8px
		
}
.dataTables th {
		background: #FFC107;
    color: #333;
    font-size: 14px;
    border: 1px solid #ea8342;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
}
.dataBox .b td, .dataBox .b th{ font-weight:bold}
.dataBox td.b{ font-weight:bold}
.dataBox .w { background: rgb(249 243 194);}
.dataBox .g { background: rgb(250 224 184 / 8%);}
.dataBox .x { background: rgb(240 159 79 / 8%);}
.dataBox .y { background: rgb(246 197 148 / 11%);}
.dataBox .z { background: rgb(249 212 143 / 58%);}
.dataBox .f11{ font-size:11px;}
.dataBox .f12{ font-size:12px;}
.dataBox .f13{ font-size:13px;}
.dataBox .f14{ font-size:14px;}
.dataBox .f16{ font-size:16px;}
.dataBox .f18{ font-size:18px;}

.dataBox p.m{
	    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 10px;
    font-weight: bold;
}
.dataBox p.s{
	font-size:12px;
	float:right;
	color:#666;
	margin-top: -22px;
}


.dataBox .bx {
    font-size: 14px;
    font-weight: bold;
}
.dataBox .bx.ye { background-color: #f7d03d;}
.dataBox .bx.bl { background-color: #74deec;}
.dataBox .bx.gr { background-color: #e0ec72;}

.boxWw {
    position: relative;
    min-height: 320px;
		margin-left: 33px;
		width: 100%;
}
.boxWw .wt {
    position: absolute;
    left: 0;
    top: 0;
}
.boxWw .ww {
    position: absolute;
    left: 56%;
    top: 52px;
}

.xSize{ border-bottom: 1px dotted #ccc;padding-bottom: 12px;font-size: 22px !important; margin-bottom:15px!important;color: #3fa907;}
.xRed{ color:#F00}

h3.titleBar{
		color: #333;
    background-image: url(/img/renew2023/shinkyu/titleTic.gif);
}
h3.titleBar:after {
    left: 50px;
    background-color: rgba(105,106,107,.69);
    background: -webkit-gradient(linear,left top,right bottom,from(#ea8342),to(#fff));
    background: -moz-linear-gradient(left,#ea8342,#fff);
    background: linear-gradient(left,#ea8342,#fff);
}

@media screen and (max-width: 640px) and (orientation:portrait){
	h3.titleBar span{
		font-size:21px;
	}
	.mainCont .messageBox .midashi {
    font-size: 19px;
	}
	.dataBox p.s{
		margin-top:-5px;
	}
	.mainCont .messageBox{
		width:100%;
		padding-left: 0.5%;
	}
	
	.mainCont .messageBox .Img {
    width: 98%;
    margin-right: 0.5%;
	}
	.mainCont .messageBox .Txt {
    width: 98%;
	}
	.pvBoxInner {
    width: 93%;
	}
	.dataBox{
		margin-left: 0.5%;
	}
	.dataBox .half {
    width: 97%;
	}
	.dataTables{
		margin-left: 0.5%;
	}
	.dataBox .half.r {
    margin-left: 0.5%;
	}
	.dataTables td{
		padding: 4px;
	}
	.classBox{
		padding-left: 0.5%;
	}
	.classBox .midashi {
    width: 95%;
	}
	.boxScl{
		display: block;
		width: 100%;
		overflow-x: auto;
	}
	.boxWw{
		width: 96%;
        margin-left: 0;
	}
	.boxWw .ww {
    position: relative;
        left: 56%;
        top: -127px;
	}
	.boxWw .ww img{
    width: 45%;
	}
}



/* iPHone4,iPhone5,iPhone5s*/
@media screen and (min-width: 320px) and (max-width: 374px){

}

/* iPhone6*/
@media screen and (min-width: 375px) and (max-width: 413px){
}
@media only screen
and (min-device-width:569px)
and (max-device-width:667px)
and (orientation:landscape) {
	
}

/* iPhoneXr */
@media only screen and (-webkit-min-device-pixel-ratio: 3) {

}

/* iPhone6 Plus */
@media screen and (min-width: 414px) and (max-width: 500px){

}

/* iPhone12 */
@media screen and (min-width: 390px) and (max-width: 844px){

}

/* tablet(iPad)  */
@media only screen and (min-width: 641px) and (max-width: 960px) {

}
/* tablet(iPad Pro)  */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

	
}