img.example1 {
width: 96px;
height: 65px;
}.gl-bg{
    background-color: #f5faff!important;
	border-top:80px #333 solid;
}
.report_title
{
    color: #333;
    font-size: 36px;
    text-align: left;
}

.gl-bg .section-relate-product__list{
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    align-items: flex-start!important;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 1%);
    box-shadow: 0 0 10px rgb(0 0 0 / 1%);
}
.gl-bg .section-relate-product__card{
	background-color:rgba(0,0,0,0)!important;
	padding: 50px 25px 25px;
}
.form-area{
	width: 100%;
	display: block;
}

.form-area .smpForm{
	padding: 0;
}
.ss_form_title,.ss_enquete_title{
	font-weight: bold;
}
.ss_user_notnull{
	color: #DD0000;
}
.ss_contents fieldset{
	padding: 10px;
    font-size: 85%;
}
.form-area .ss_required_field input{
	border: 1px solid #d4d4d4;
    width: 100%;
    padding: 0.3em;
    margin: 0.3em 0 0;
}
.ss_enquete_field .ss_input{
	line-height: 2em;
}
.ss_enquete_field input[type="radio"]{
	appearance: auto!important;
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-right: 0.3em;
}

.form-area span.ph,span.ss_rightComment{
	display: none;
}

.section-report__lead{
	width: 100%;
	font-size: 90%;
}
.section-report__lead span{
	display: block;
	color: #DD0000;
}
.section-report__lead li{
	display: inline-block;
	position: relative;
	padding-left: 1em;
}
.section-report__lead li::before{
	content: "・";
	position: absolute;
	left: 0;
}
.section-report__lead a{
	color: #0050f7;
}
.section-report__lead a:hover{
	opacity: 0.6;
	transition: 0.8s;
}
.section-report__source{
	width: 100%;
	font-size: 50%;
}
.section-column__title{
	width: 100%;
	font-size: 150%;
	font-weight: bold;
}
.section-column__title span{
	display: block;
	color: #DD0000;
}
.section-column__title li{
	display: inline-block;
	position: relative;
	padding-left: 1em;
}
.section-column__title li::before{
	content: "・";
	position: absolute;
	left: 0;
}
.section-column__title a{
	color: #0050f7;
}
.section-column__title a:hover{
	opacity: 0.6;
	transition: 0.8s;
}
.ss_btnArea{
	margin: 0.5em;
}
.ss_btnArea input[type="button"]{
	background: #333;
    border: none;
    padding: 0.5em 5em;
    font-size: 90%;
    letter-spacing: 0.15em;
}

.ss_btnArea input[type="button"]:hover{
	background: #007aff;
	transition: 0.8s;
}
@media screen and (min-width:768px){
fieldset#ss_name .ss_input:nth-last-of-type(2){
	margin-right: 0.5em;
}
}
@media screen and (max-width:1096px){
	.section-relate-product__title{
		padding: 4vw 40px 3.5vw;
	}
	.report_title{
    font-size: 24px;
}
.section-relate-product[data-inviewed] .section-relate-product__item:first-child,
.section-relate-product[data-inviewed] .section-relate-product__item:nth-child(2){
	width: 100%;
}
.section-relate-product[data-inviewed] .section-relate-product__item:first-child .section-relate-product__card{
	padding: 50px 25px 0;
	}
.section-relate-product[data-inviewed] .section-relate-product__item:nth-child(2) .section-relate-product__card{
	padding: 0px 25px 25px;
}
.ss_grid{
	display: block!important;
}
	fieldset#ss_name .ss_grid{
		letter-spacing: -1em;
	}
	fieldset#ss_name .ss_input{
		display: inline-block;
		letter-spacing:0em;
	}
fieldset#ss_name .ss_input:first-of-type{
	margin-right: 0.5%;	
	width: 49%;
}
fieldset#ss_name .ss_input:nth-of-type(2){
    width: 50%;
}
.section-relate-product__content{margin-top: 0;}
}
@media screen and (max-width: 767px){
	.gl-bg{
 	border-top:60px #333 solid;
}
	.section-relate-product__title{
		padding: 4vw 20px 3.5vw;
	}
fieldset#ss_name .ss_input:first-of-type,fieldset#ss_name .ss_input:nth-of-type(2){
	width: 100%;
}
}
