@charset "UTF-8";
.trimming {
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  margin-bottom: 5px;
}
.photo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* マーターポート */
.matter_area {  
  padding-bottom: 5%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.method_ttl2 {
    font-size: 20px;
    margin-top: 30px;
	margin-bottom: 20px;
    line-height: 1.4;
    color: #333333;
    border: 1px solid #000000;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: center;
	font-weight: 500;
}
.method_tx {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 2;
    color: #333333;
    border-bottom: 1px solid #920783;
    font-weight: 500;
		text-align: left;
}
.method_tx2 {
		font-size: 16px;
		padding: 10px;
		line-height: 1.6;
		color: #333333;
		font-weight: 500;
		text-align: left;
}