@charset "utf-8";

.mein_visual_photo{
	z-index: 10;
	width: 100%;
	height: 145px;
	overflow: hidden;
	position: relative;
	margin:0;
	text-align: center;
	pointer-events: none; 
}

.title1{
	font-size: 140%;
	text-shadow: 0px 3px 5px white;
	color:  rgba(11,144,11,1.00);
	z-index: 11;
	position: absolute;
	top: 67%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: 550;
	padding: 30px 0 10px 0 ;
}

.sp-br {
  display: none; /* パソコン時は、brタグを表示しない＝改行しない */
}
  @media screen and (max-width: 659px) {
    .sp-br { /* 659px以下のときbrタグ表示＝改行する */
      display: inline; }
    }

.contents{
	width: 855px;
	height: auto;
	margin:auto;
	text-align: left;
	font-size: 95%;
}


.bigtittle{
	text-align: left;
	position: relative;
	padding: 0.2rem .5rem;
}

.bigtittle:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

.sub{
	padding: .8rem 1rem;
	border-left: 5px solid #00C096;
	background: #f4f4f4;
	margin: 1em 0;
	font-size: 110%;
	letter-spacing: 0.04em;
}

h3{
	margin: 0;
	padding: 0;
	font-size: 16px;
}

p{
	margin: 0;
	font-size: 16px;
	line-height: 1.6em;
}

.sample{
	display: flex;
}

.sample p{
	width: auto;
	height: auto;
	padding: 0 30px 0 0 ;
}

.sample_title{
	width: auto;
	text-align: center;
	font-weight: bold;
}

.yoko{
	display: flex;
}

.sample img{
	width: 155px;
	height: auto;
	outline: 1px solid gray;
	padding: 5px;
	margin: 5px;
}

.sample_img img{
	transition: .2s;
}

.sample_img img:hover{
	opacity: .7;
}

.sample_img p{
	font-size: 80%;
	margin: 0;
	padding: 0 0 0 6px;
}

.report_sample{
	display: flex;
}

.report_sample img{
	width: 125px; 
	height: auto;
	padding: 5px;
	outline: 1px solid gray;
	margin: 5px 60px 0 0;
}



.fkkt_g{
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}

.fkkt{
	width: 400px;
	padding:20px 0; 
}

.fkkt h3{
	padding: 0 0 5px 0;
}

.fkkt img{
	margin: 0 25px 0 10px;
	outline: 1px solid gray;
}

.tate img{
	width: 125px;
	height: auto;
}

.note {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

.note:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

table {
    border-collapse:  collapse; /* セルの線を重ねる */
}
 
tr{
	border-bottom: solid 1px;          /* 枠線指定 */
	border-top: solid 1px;
	
}

th {
	text-align: left;
    width:  250px;              /* 幅指定 */
    height: 85px;               /* 高さ指定 */
}

.kaigyou{
	line-height: 18px;
}

.affair{
	width: 100%;
	height: auto;
	text-align: left;
	margin: auto;
}

.strong_bar{
	border-bottom: solid 2px #0FBBC8;          /* 枠線指定 */
	border-top: solid 2px #0FBBC8;
}

.dotted_bar{
	border-bottom: dotted 1px #0FBBC8;
}

.white{
	width: 100vw;
	height: auto;
	background-color: white;
	overflow: hidden;
}
