@charset "UTF-8";
#konforte {
  font-size: 1.1em;
  margin-bottom: 5em;
}

#konforte img {
	width: 100%;
	vertical-align: top;
}
#konforte small {
	font-size: .8em;
}
#konforte .large {
	font-size: 1.2em;
}
#konforte .em {
	font-size: 1.3em;
	font-weight: bold;
}

#konforte .mainimg {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 5%;
}

#konforte h1 {
	font-size: 2.4em;
	border-bottom: 3px solid #000;
}
#konforte h1 rt {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .2em;
	text-align: center;
}
#konforte h2 {
    border-left: 10px solid #bc1a21;
    padding: 0.25em 0.5em;
    font-size: 140%;
    line-height: 150%;
    color: #333;
    margin: 0 0 1.5em 0;
    font-family: "Open Sans";
    margin-bottom: 15px;
}
#konforte .ttl {
 		font-size: 1.4em;
    color: #304154;
    margin: 0 0 10px 0;
    line-height: 1.5;
	text-align: center;
}
#konforte .ttl::before {
	content: "―";
	margin-right: .5em;
}
#konforte .ttl::after {
	content: "―";
	margin-left: .5em;
}
#konforte .subttl {
 		font-size: 1.2em;
    color: #304154;
    margin: 0 0 10px 0;
    line-height: 150%;
	border-bottom: solid 1px #333;
}

#konforte .box-outline {
	display: flex;
	position: relative;
	border: 1px solid #ccc;
	padding: 0 2em 0 0;
	box-sizing: border-box;
}
#konforte .box-outline.p2em {
	padding: 2em;
}
#konforte .rev.box-outline {
	padding: 0 0 0 2em;
}

#konforte .boxttl {
	position: absolute;
	top: -.75em;
	left: 1em;
	display: inline-block;
	padding: 0 1em;
	background: #fff;
}

#konforte .flex-2 {
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#konforte .ai-stretch {
	align-items: stretch;
}
#konforte .flex-2.half {
	flex-wrap: wrap;
}
#konforte .flex-2.half .img,
#konforte .flex-2.half .txt {
	width: 48%;
}
#konforte .flex-2 .img {
	width: 30%;
}
#konforte .flex-2 .txt {
	width: 60%;
}
#konforte .flex-2 .txt p {
	margin-bottom: 0;
}
#konforte .flex-2.rev {
    flex-direction: row-reverse;
}
#konforte .flex-2 .or,
#konforte .flex-2 .plus {
	font-size: xx-large;
	color: #787878;
}
#konforte #matching .flex-2 .img {
	width: 22%;
}
#konforte #matching .flex-2 .img img {
	width: 100%;
}
#konforte #matching .flex-2 .img span {
    display: block;
    text-align: left;
    padding: 0 2em;
    line-height: 1.3em;
    margin: 0 auto 0;
}
#konforte #matching .flex-2 .txt {
	width: 30%;
}
#konforte #matching .flex-2 .txt .note {
	margin-top: 2em;
}
#konforte #matching .flex-2 .set {
	display: flex;
    align-items: center;
	width: 47%;
}
#konforte .flex-half {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#konforte .flex-half > * {
	width: 49.5%;
	margin: 0 0 1em 0;
}
#konforte .flex-half > .box-outline {
	padding: 0 1em 0 0;
}
#konforte .rev.flex-half > .box-outline {
	padding: 0 0 0 1em;
}
#konforte .flex-half .flex-2 {
	margin: 0;
}
#konforte .flex-half .flex-2 .img {
	width: 42%;
}
#konforte .flex-half .flex-2 .txt {
	width: 54%;
}
#konforte .flex-half .flex-2 .txt p {
	margin: 0;
	padding: 1em 0;
}

#konforte .innerwrap {
	width: 100%;
	margin: 2em auto 0;
}
#konforte .narrow {
	width: 90%;
	margin: 0 auto;
}

#konforte .list li {
	margin: 0 0 .5em;
}
#konforte .bg-gray {
	padding: 20px 30px;
	border-radius: 10px;
	background: #f1f1f1;
}
#konforte .list {
	margin-bottom: 2em;
}

#konforte .video-wrap {
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* 3clumn
#konforte .video-box {
	width: 33%;
}
#konforte .video-box iframe {
	width: 363px;
	height: 204.1875px;
}
*/
#konforte .video-box {
	width: 50%;
	margin-bottom: 2em;
}
#konforte .video-box iframe {
	width: 540px;
	height: 303.75px;
}
#konforte .video-box span {
	display: block;
	width: 100%;
}

@media screen and (max-width: 800px){
	#konforte .mainimg {
		padding: 0;
	}
/*
	#konforte .mainimg .pic {
		height: 0;
		padding-bottom: 40%;
		position: relative;
	}
	#konforte .mainimg img {
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
		object-position: 0 50%;
		height: 100%;
		width: 100%;
	}
	#konforte h1 {
		font-size: 4vw;
	}
*/
	#konforte section {
		margin-bottom: 30px;
	}
	#konforte .em {
    font-size: 1.2em;
	}
	#konforte h1 {
		font-size: 4.7vw;
	}
	#konforte h1 rt {
		font-size: 2vw;
	}
	#konforte #about {
		padding-top: 20px;
	}
	#konforte .flex-half {
		justify-content: center;
	}
	#konforte .flex-half > * {
		width: 80%;
		min-width: 450px;
	}
	#konforte .flex-half > .box-outline {
		padding: 0;
	}
	#konforte .rev.flex-half > .box-outline {
		padding: 0;
	}

	#konforte .box-outline {
		padding: 0;
	}
	#konforte .box-outline .txt {
		padding: 0 1em;
	}
	#konforte .box-outline .txt .subttl {
		padding: 0 0 5px;
	}
	#konforte .rev.box-outline {
		padding: 0;
	}
	#konforte .box-outline.p2em {
		padding: 1.5em 2em;
	}
	#airbuster .video-box {
		margin-bottom: 1.5em;
	}
	#konforte .video-box .inner {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	#konforte .video-box iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	#konforte .video-box span {
		padding: .5em 0 0;
	}
	
}

@media screen and (max-width:480px){
	#konforte h1 {
		font-size: 8vw;
	}
	#konforte h1 rt {
		font-size: 2vw;
	}
	#konforte #about .item-img {
		text-align: center;
	}
	#konforte #about .item-img img {
		width: 70%;
	}
	#konforte .flex-2 {
		flex-wrap: wrap;
	}
	#konforte .flex-2 .img,
	#konforte #matching .flex-2 .img {
		width: 100%;
	}
	#konforte .flex-2 .txt,
	#konforte #matching .flex-2 .txt {
		width: 100%;
		margin-top: 1em;
	}
	#konforte .flex-half > * {
		width: 90%;
		min-width: auto;
	}
	#konforte .flex-half .flex-2 .img,
	#konforte .flex-half .flex-2 .txt {
		width: 100%;
		min-width: auto;
	}
	#konforte .flex-half .flex-2 .txt p {
		margin-bottom: 1em;
	}
	#konforte .flex-2.half .img, #konforte .flex-2.half .txt {
		width: 100%;
		margin: 0;
	}
	#konforte .flex-2.half .img-hood {
		text-align: center;
	}
	#konforte .flex-2.half .img-hood img {
		width: 70%;
	}
	#konforte .flex-2.half .txt-hood p:first-child {
		margin-bottom: 1em;
		text-align: right;
	}
	#konforte .video-box {
		width: 100%;
	}

/*
	#konforte .mainimg .pic {
		height: auto;
		padding: 0;
	}
	#konforte .mainimg img {
		position: static;
		object-fit: cover;
		object-position: 0 50%;
		height: 100%;
		width: 100%;
	}
	#konforte .mainimg .pic {
		height: 300px;
	}
	#konforte h1 {
		position: static;
		font-size: 1.6em;
		padding: .5em 1em 0;
		color: #000;
		transform: translateY(0);
	}
*/
}
