@charset "UTF-8";
/* CSS Document */
/**************************************************
*制作：Shinichi Yamazaki
*Created Date：2022/07
*https://design-momonga.jp/
 レスポンシブレイアウトモバイルファーストでの記述。
***************************************************/
#container{
	padding:0 4% 30px 4%;
	font-size:1.4rem;
	line-height:2.3rem;
}
.contents-wrapper{
	min-height:0px;
}
#midashi1{
	font-size:2.2rem;
	color:#595757;
	margin:0 0 20px 0;
}
#midashi1 .portlet-title-text{
	display: block;
	white-space: normal;
	font-weight: normal;
	letter-spacing:0.05em;
	position:relative;
	background:transparent;
	overflow:visible;
	max-width:100%;
	margin: 0 0 0 0;
	padding: 32px 0 16px 0;
	border-bottom: 2px solid #143468;
	z-index: 1;
}
#midashi1 .portlet-title-text::before{
	content: "";
    width:25%;
    height: 2px;
    display: block;
    background: #0fb0c2;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
}
.pm1{
	font-size:1.7rem;
	font-weight:500;
	color:#143468;
	margin-bottom:17px;
}
.ind1{
	padding-left:1em;
	text-indent:-1em;
}
.block-box{
	margin-bottom:30px;
}
.block-box p,
.block-box ul,
.block-box ol{
	margin-bottom:17px;
	text-align:justify;
}
.block-box p:last-child{
	margin-bottom:0;
}
.block-box li{
	margin-bottom:1px;
}
.block2-1,
.block3-1{
	width:90%;
	margin:0 auto;
}
.pm2{
	font-size:1.5rem;
	font-weight:500;
	margin-bottom:10px;
}
.pm3{
	font-size:1.5rem;
	font-weight:600;
	margin-bottom:10px;
}
.block5-1{
	margin-bottom:17px;
}
.block5-1:last-child{
	margin-bottom:0;
}
/*********************************************
*タブレット（600px以上の場合）
**********************************************/
@media screen and (min-width:600px){
	#container{
		font-size:1.5rem;
		line-height:2.5rem;
	}
	main{
		width:90%;
		margin:0 auto;
	}
	.pm1{
		font-size:1.9rem;
		margin-bottom:17px;
	}
}
/*********************************************
*PC（960px以上の場合）
**********************************************/
@media screen and (min-width:960px){
	
	.contents-wrapper{
		max-width:1120px;
		margin: 0 auto;
	}
	#midashi1{
		max-width:1120px;
		margin:0 auto 20px auto;
	}
	#midashi1 .portlet-title-text::before {
		width:15%;
	}
	.text1{
		font-size:1.4rem;
	}
	main{
		width:860px;
	}
	
}