@charset "UTF-8";
/* CSS Document */
/**************************************************
*制作：Shinichi Yamazaki
*Created Date：2022/07
*https://design-momonga.jp/
 レスポンシブレイアウトモバイルファーストでの記述。
***************************************************/
#container{
	padding:0 4% 30px 4%;
}
#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;
}
.text1{
	font-size:1.3rem;
	line-height:1.5;
	letter-spacing:0.1rem;
	color:#595757;
	margin:0 0 15px 0;
	text-align:justify;
}
.text2{
	color:#ff0000;
}
#tbl-input-frame{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#tbl-input-frame th,
#tbl-input-frame td{
	display:block;
	vertical-align:middle;
	text-align:left;
	line-height:2rem;
	letter-spacing:0.1rem;
	color:#595757;
}
#tbl-input-frame th{
	font-size:1.4rem;
	font-weight:500;
	padding:10px 0 0 0;
}
#tbl-input-frame td{
    font-size:1.3rem;
	font-weight:300;
    padding:10px 0 10px 0;
}
.radio-style1{
	margin-bottom:5px;
}
.radio-style1 p{
	float:left;
	width:20px;
	height:20px;
	text-align:center;
}
.radio-style1 p input[type=radio]{
	margin-top:-1px;
}
.radio-style1 label{
	display:block;
	padding-left:30px;
}
.hissu{
	color:#FF0000;
}
input[type=text]{
	padding:10px;
	width:100%;
	border:1px solid #CCC;
	font-size:1.3rem;
	color:#595757;
}
textarea{
	padding:10px;
	width:100%;
	border:1px solid #CCC;
	font-size:1.3rem;
	line-height:1.5;
	min-height:200px;
	color:#595757;
	letter-spacing:0.05rem;
}
input[type="submit"] {
    border: none;
    width: 200px;
    height: 50px;
    background: #0fb0c2;
    color: #FFF;
    font-size: 1.4rem;
}
input[type="text"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
.btn-submit	{
	text-align:center;
	padding-top: 30px;
}
/*********************************************
*タブレット（600px以上の場合）
**********************************************/
@media screen and (min-width:600px){
	
	
}
/*********************************************
*PC（960px以上の場合）
**********************************************/
@media screen and (min-width:960px){
	.contents-wrapper{
		max-width:1120px;
		margin: 0 auto;
		min-height:0;
	}
	#midashi1{
		max-width:1120px;
		margin:0 auto 20px auto;
	}
	#midashi1 .portlet-title-text::before {
		width:15%;
	}
	main{
		width:742px;
		margin:0 auto;
	}
	.text1{
		font-size:1.5rem;
        margin-bottom: 40px;
	}
	#tbl-input-frame th,
	#tbl-input-frame td{
		display:table-cell;
		font-size:1.4rem;
	}
	#tbl-input-frame th{
		width:170px;
        padding:10px 0 10px 0;
	}
	.radio-style1:last-child{
		margin-bottom:15px;
	}
}