@charset "UTF-8";

/************************************************************
 * info_zenkoku_09.html(労働基準法改正概要)
 ************************************************************/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.my_side_holder, .res14-contents-sub {
	display: none;
}
.res14-contents {
	background-color: #fff;
	color: #444444;
	letter-spacing: 0.06em !important;
}

#backgroundcolor{ background-color: white; }

.res14-contents-inner{ padding-top: 0; }

.centering{
	padding: 15px 20px 30px 0 !important;
}  

/*PC_Parts
----------------------------*/
@media screen and (min-width: 641px) {
	.nets_modules__box-type1{
		border-radius: 4px;
		border: 1px solid #e6e6e6;
	}
	.main{
		margin: 15px 0 20px;
		display: block;
	}
	.main h1{
		font-size: 28px;
		color: #696969;
	}
	.main_img{
		float: right;
	}
	.main_txt{
		background-color: #E1F1FA;
		padding: 20px;
		width: 480px;
		height: 310px;
		float: left;
	}
	h2{
		font-size: 28px;
		color: #68B7E6;
    padding-bottom: 5px;
    border-bottom: 1px solid #68B7E6;
	}
	h3{
    background: #68B7E6;
    color: #fff;
		text-align: left;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;	
		margin-top: 40px;
	}
	h3 > span{
    display: block;
    line-height: 1.5;
    margin-left: 4px;
    padding: 5px 10px;
    border-left: 2px solid #fff;		
	}
	ul.note{
		font-size: 12px;
    margin-top: 20px;
	}
	p.note{
		font-size: 12px;
		margin-top: 10px;
	}	
	.point1_txt{
		font-size: 14px;
		margin-top: 20px;
	}
	.point2_txt{
		font-size: 13px;
		margin-top: 20px;
	}
	.wrap_chart{
		margin-top: 20px;
	}
	.chart_old{
		width: 293px;
		padding: 20px;
		background-color: #F0F8FC;
		float: left;
		text-align: center;
	}
	.chart_old > img{
		width: 260px;
	}
	.wrap_chart_ttl{
		background-color: #fff;
		border: #A4D4F0 2px solid;
		border-radius: 4px;
		padding: 10px 20px;
		margin-bottom: 20px;
		font-size: 13px;
	}
	.wrap_chart_ttl > span{
		text-align: center;
		display: block;
		margin-bottom: 5px;
	}
	.wrap_arrow{
		position: relative;
	}
	.arrow{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 35px 0 35px 20px;
		border-color: transparent transparent transparent #a4d4f0;
		float: left;
    position: absolute;
    top: 126px;
    left: 301px;
	}
	.chart_new{
		width: 583px;
		padding: 20px;
		background-color: #F0F8FC;
		float: right;
	}
	.wrap_chart_new{
		width: 100%
	}
	.wrap_chart_sub1{
		width: 260px;
		float: left;
	}
	.wrap_chart_sub2{
		width: 260px;
		float: right;
	}
	.chart_sub_ttl1{
		background-color: #7FC3EA;
		font-size: 13px;
		color: #fff;
		font-weight: bold;
		border-radius: 25px;
    width: 260px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;		
	}
	.chart_sub_ttl2 {
		position: relative;
		background: #ffffff;
		border: 2px solid #FF9687;
		border-radius: 25px;
		-webkit-filter:drop-shadow(0 2px 0 rgba(0,0,0,0.16));
		width: 260px;
    font-size: 13px;
    color: #FF6959;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
	}
	.chart_sub_ttl2:after, .chart_sub_ttl2:before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.chart_sub_ttl2:after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 6px;
		margin-left: -6px;
	}
	.chart_sub_ttl2:before {
		border-color: rgba(255, 150, 135, 0);
		border-top-color: #FF9687;
		border-width: 9px;
		margin-left: -9px;
	}
	.wrap_chart_sub1 > img, .wrap_chart_sub2 > img{
		width: 260px;
	}
	h4{
    border-left: 4px solid #68B7E6;
    padding-left: 10px;
		color: #696969;
		font-weight: bold;
		font-size: 16px;
		margin: 20px 0 10px;
	}
	.question{
		line-height: 2.5em;
	}
}

/*SP_Parts
----------------------------*/
@media screen and (min-width: 0) and (max-width:640px) {
	.res14-txt-msg-01 {
		margin:10px 5px;
		padding: 10px 12px 4px 12px;
		border-radius: 4px;
		border: #ddd solid 1px;
		background-color: #FFF;
	}
	.res14-contents-inner{
		letter-spacing: 0.1em;
	}
	.main_img > img {
		width: 100%;
	}	
	h1{
    font-size: 5.5vw;
    color: #696969;
	}
	.main_txt{
		background-color: #E1F1FA;
		padding: 20px 10px;
		font-size: 4.0vw;
	}
	.nets_modules__box-type1--inner{
		margin-top: 20px;
	}
	h2{
		font-size: 5vw;
		color: #68B7E6;
    padding-bottom: 5px;
    border-bottom: 1px solid #68B7E6;
		font-weight: bold;
	}
	h3{
    background: #68B7E6;
    color: #fff;
		text-align: left;
    font-size: 4.0vw;
    line-height: 1.5;
    font-weight: bold;	
		margin-top: 30px;
	}
	h3 > span{
    display: block;
    line-height: 1.5;
    margin-left: 4px;
    padding: 5px 10px;
    border-left: 2px solid #fff;		
	}
	ul.note{
		font-size: 3.4vw;
    margin-top: 20px;
	}
	p.note{
		font-size: 3.4vw;
		margin-top: 10px;
	}	
	.point1_txt, .point2_txt{
		font-size: 4vw;
		margin-top: 10px !important;
	}
	.wrap_chart{
		margin-top: 20px;
	}
	.chart_old{
		width: 100%;
		padding: 10px;
		background-color: #F0F8FC;
		text-align: center;
	}
	.chart_old > img{
		width: 100%;
	}
	.wrap_chart_ttl{
		background-color: #fff;
		border: #A4D4F0 2px solid;
		border-radius: 4px;
		padding: 10px;
		margin-bottom: 20px;
		font-size: 13px;
	}
	.wrap_chart_ttl > span{
		text-align: center;
		display: block;
		margin-bottom: 5px;
	}
	.wrap_arrow{
		margin: 10px;
		text-align: center;
	}
	.arrow{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 60px 0 60px;
		border-color: #a4d4f0 transparent transparent transparent;
		margin: 10px auto !important;
	}
	.chart_new{
		width: 100%;
		padding: 10px;
		background-color: #F0F8FC;
	}
	.wrap_chart_new{
		width: 100%
	}
	.wrap_chart_sub1{
		width: 100%;
	}
	.wrap_chart_sub2{
		width: 100%;
	}
	.chart_sub_ttl1{
		background-color: #7FC3EA;
		font-size: 4vw;
		color: #fff;
		font-weight: bold;
		border-radius: 25px;
    width: 100%;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;		
	}
	.chart_sub_ttl2 {
		position: relative;
		background: #ffffff;
		border: 2px solid #FF9687;
		border-radius: 25px;
		-webkit-filter:drop-shadow(0 2px 0 rgba(0,0,0,0.16));
		width: 100%;
    font-size: 4vw;
    color: #FF6959;
    padding: 5px;
    text-align: center;
		margin-top: 10px !important; 
    margin-bottom: 5px;
    font-weight: bold;
	}
	.chart_sub_ttl2:after, .chart_sub_ttl2:before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.chart_sub_ttl2:after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 6px;
		margin-left: -6px;
	}
	.chart_sub_ttl2:before {
		border-color: rgba(255, 150, 135, 0);
		border-top-color: #FF9687;
		border-width: 9px;
		margin-left: -9px;
	}
	.wrap_chart_sub1 > img, .wrap_chart_sub2 > img{
		width: 100%;
	}
	h4{
    border-left: 4px solid #68B7E6;
    padding-left: 10px;
		color: #696969;
		font-weight: bold;
		font-size: 16px;
		margin: 20px 0 10px;
	}
	.question{
		margin-bottom: 20px;
	}
	.question > a{
		display: inline-block;
		margin-top: 10px;
		font-size: 3.7vw;
	}	
	.question > p{
		margin: 15px 0;
		font-size: 4vw;
	}
}

