@charset "utf-8";

/*メイン画像の指定*/

#rwd-content .rwd-keyvisual {
	background-image: url("/company/img/20170914_001.jpg")!important;
}

@media print,
screen and (min-width:768px) and (max-width:1360px) {
	#rwd-content .rwd-keyvisual {
		background-position: center center;
	}
}

@media print,
screen and (min-width: 768px) {

.pc-style-p{
	padding-left: 21%;
    margin-top: 10px;}

}

@media screen and (max-width: 767px) {
	#rwd-content .rwd-keyvisual {
		background-image: url("/company/img/20170914_001.jpg")!important;
	}
	
	.sp-center{
		text-align:center;}
	.sp-style-p{
		 margin-top: 10px;}	
		
		
}

@media screen and (min-width: 1183px) {
.pc-width{
	width:34%!important;}
}
/*カードUI部のタイトル文字サイズ／改行時の行間調整*/

#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dt {
	font-size: 2.0rem!important;
	line-height: 1.2!important;
}


/*メイン画像内 Revs your heartの太字設定修正*/

#rwd-content .rwd-keyvisual-caption {
	font-family: 'Roboto';
	font-weight: 500;
}


/*---my css start---*/

/*.parts_01,
.parts_02,
.parts_03 {
	margin-bottom: 6rem;
}*/

.parts_03 li {
	line-height: 1.875;
}

fieldset {
	border: 1px solid #004EA2;
	border-right: none;
	border-left: none;
	/*margin: 1rem 0;*/
}

fieldset legend {
	margin-bottom: -2rem;
}



fieldset b {
	font-size: 2.5rem;
}

figcaption {
	display: block !important;
	text-align: center;
}

.right_title {
	padding: 0.5rem 2rem 0.5rem 2rem;
	background-color: #dae0ec;
	opacity: 0.8;
	color: #004EA2;
	position: relative;
	width: 88%;
	display: block;
	font-weight: bolder;
}

.rightblock p {
	padding-left: 1rem;
	margin: 1rem 1rem 2rem 1rem;
}

.right_title:after {
	content: "";
	display: block;
	width: 9px;
	height: 15px;
	position: absolute;
	right: 4%;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-image: url("/shared/img/rwd_icon_arrow_right01.svg");
	background-size: 9px 15px;
	background-position: right center;
}

.my_justify-center {
	width: 100%;
}

.oss {
	text-align: right;
	opacity: 0.5;
	margin-top: -2rem;
	margin-right: 2rem;
}

.table_type {
	color: #8D8EA0;
	font-weight: bold;
	line-height: 3rem;
	    white-space: nowrap;
}

.table_content {
	line-height: 3rem;
	width: 80%;
}

.parts_03 table {
	border-collapse: collapse;
}

.parts_03 tr {
	vertical-align: top;
	border: 1px solid #e4e6e6;
	border-left: none;
	border-right: none;
}

.parts_03 td {
	padding: 1rem;
}
	fieldset p {
	margin-left: 5.5rem;
	color: #004EA2;
	font-size: 2.5rem;
	margin-top:5px;

}
@media print,
screen and (min-width:768px) {

	.leftblock {
		margin-left: 0 !important;
		width: 46.9% !important;
	}
	.rightblock {
		margin-left: 9% !important;
		width: 44.1% !important;
	}
	.pc-pos{	
		position:relative;
		
	}
	.pc-pos legend{
		float: left;
	}
	.pc-img-pos{
		position:absolute;
		top:-18px;}	
	
	fieldset p {
		margin-left: 80px;
	}
   
}
.pc-only-p{
	   margin-left:40px!important;
	}

/*---my css end---*/

@media screen and (max-width: 767px) {
	/*カードUI部のタイトル文字サイズ調整*/
	#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dt {
		font-size: 1.8rem!important;
	}
	.sp-center{
		text-align:center;}
	
	details {
		padding-left: 0;
		margin: 2px;
	}
	fieldset {
		border: 1px solid #004EA2;
		border-right: none;
		border-left: none;
		margin: 1rem 0;
	}
	fieldset legend {
		display: block;
		float: left;
		margin: -1rem 1rem 0 0;
	}
	fieldset p {
		padding: 0;
		color: #004EA2;
		font-size: 1.8rem;
	}
	fieldset b {
		font-size: inherit;
	}
	h3 {
		margin: 20px auto 10px!important;
		text-align: center;
	}
	.rightblock {
		padding: 0;
		margin: 0 auto;
	}
	.parts_03 li {
		font-weight: bold;
	}
	.iso {
		margin: 0 auto !important;
		width: 80% !important;
		display: block;
		padding-bottom: 3rem !important;
	}
	.table_type {
		width: 30%;
		font-weight: bold;
		line-height: 3rem;
	}
	.table_content {
		line-height: 3rem;
	}
fieldset p {
	margin-left: 8.5rem;
	

}
}

@media screen and (max-width: 480px) {
	/*480px以下のボタン内文字改行における調整*/
	#rwd-content .rwd-button-link.icon-arrow {
		padding: 5px 35px 0 20px!important;
	}
	#rwd-content .rwd-button05 {
		height: 60px!important;
	}
	#rwd-content .rwd-button-inner {
		line-height: 1.5!important;
	}
}