<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*youtube用*/
.youtubeDS{
	width: 100%;
	max-width: 560px;
	padding: 0;
	box-sizing: border-box;
}
.youtubeDS .youtubeDSinner{
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.youtubeDS .youtubeDSinner iframe{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.movie{
	width: 640px;
	margin: 0 auto;
}
.VR{
	position: relative;
	width: 100%;
	max-width: 640px;
	display: block;
  margin: 0 auto;
}
.VR::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.VR iframe{
	width:100%;
	height:100%;
	top:0;
	right:0;
	position:absolute;
}
/*レスポンシブ*/
/*画像表示切替*/
.pcds{ display: block !important; } 
.spds{ display: none !important; } 
/*改行設定*/
.br-sp {display: none; }
/*スマホ用768px以下*/
@media screen and (max-width: 768px) {
	/*スマホ文字回り込み回避*/
  img.alignleft,
  .wp-caption.alignleft {
    float: none;
  }
  img.alignright,
  .wp-caption.alignright {
    float: none;
  }
	/*video*/
  video {
    width: 100%;
    height: auto;
		max-width: 300px;
  }
	/*表*/
	.Solution th,.Solution td{
	display: block;
	width: 100%; 
	}
	/*画像表示切替*/
	.pcds{ display: none !important; } 
	.spds{ display: block !important;}
	/*改行設定*/
	.br-pc {display: none; }
	.br-sp {display: block; }
}
/*表*/
.Solution th,.Solution td{
	border: none;
	text-align:center;
}
/*文字中央表示左寄せ*/
.wrapperDS {
    margin: 0 auto;
    text-align: center;
    background: #ffffff00;
}
.wrapperDS span {
    display: inline-block;
    text-align: left;
}
/*googlemapレスポンシブ*/
.googlemap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.googlemap iframe,
.googlemap object,
.googlemap embed {
position: absolute;
top: 0;
left: 0;
}
/*ボタン用*/
a.btn-ds01 {
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
	text-decoration: none;
	transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
	max-width: 300px;
	min-width: 250px;
	min-height: 75px;
	font-size: 20px;
}
a.btn-ds01:hover {
  background-position: right center;
  color: #fff;
}
a.btn-ds02{
  min-width: 130px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  background-size: 120% auto;
  background-image: linear-gradient(315deg, #43cea2 0%, #185a9d 75%);
}
a.btn-ds02:hover {
  background-position: right center;
}
a.btn-ds02:active {
  top: 2px;
}
/*右矢印*/
.arrow-buttonDS{
    background-color: #F39800;
    border-radius: 8px;
    box-shadow: 0 4px 0 #C62828;
    color: #fff;
    display: block;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
  	max-width: 350px;
  	margin: 20px auto;
}
.arrow-buttonDS::after{
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
.arrow-buttonDS:active{
  top: 4px;
    box-shadow: 0 0 0 #C62828;
}
/*文字囲み2*/
.boxD02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff6600;
}
.boxD02 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ff6600;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
/*タイトル非表示*/
.page-id-6223 .entry-title {
	display: none;}
.page-id-9288 .entry-title {
	display: none;}
.page-id-9290 .entry-title {
	display: none;}
.page-id-12378 .entry-title{
	display: none;}
.post-6223 header {
   margin :-3em;}</pre></body></html>