@charset "UTF-8";
/*
Theme Name: roof-partner
Theme URI:  https://roof-partner.com/
Description: Child theme for the Twenty Ten theme for WordPress
Author: バズ部
Author URI: http://buzubu.com/
Template: xeory_base
Version: 0.1.0
-------------------------------------------------- */
body.home #content, #content {
	overflow: hidden;
}

/* footer - fixed cta
--------------------------------------------------------- */
#footer {
	margin-bottom: 5rem;
}
.fixcta {
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 4;
  text-align: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: -3px 0 12px rgba(0, 0, 0, 0.05);
  justify-content: center;
  padding: 0.3rem;
  align-items: center;
}
@media (max-width: 767px) {
  .fixcta {
    padding: 0.3rem 0rem;
  }
}

.fixctaTitle {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}

.fixctaBox {
  opacity: 0.95;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fixctaBox a {
  display: block;
  padding: 12px 6px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .fixctaBox a {
    padding: 8px 4px;
  }
}

.fixctaCont {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .fixctaCont {
    display: block;
  }
}
@media (max-width: 380px) {
  .fixctaCont {
    width: 100%;
  }
}

.fixctaText {
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 767px) {
  .fixctaText {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .fixctaText span {
    display: none;
  }
}
.fixctaText img {
  width: 16px;
  margin-right: 4px;
}

.fixctaTell_text {
  font-weight: bold;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .fixctaTell_text {
    font-size: 19px;
    min-width: 180px;
    letter-spacing: 0;
  }
}
@media (max-width: 380px) {
  .fixctaTell_text {
    font-size: 17px;
  }
}
.fixctaTell_text span {
  color: #F09A0F;
  display: block;
  font-size: 11px;
  font-weight: bold;
}
.fixctaTell_text strong {
  display: block;
  color: #000;
  font-size: 11px;
  font-weight: normal;
}
.fixctaTell_text img {
  width: 35px;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .fixctaTell_text img {
    width: 24px;
  }
}

.fixctaClean,
.fixctaRelics {
  padding: 0rem 0.3rem;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .fixctaClean,
  .fixctaRelics {
    width: 100%;
  }
}
.fixctaClean:hover,
.fixctaRelics:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.fixctaClean {
  margin-right: 8px;
  color: #fff;
  background-color: #72bc78;
  border-bottom: 1px solid #72bc78;
}
.fixctaClean a {
  color: #fff;
}

.fixctaRelics {
  background-color: #E7F2F7;
  border-bottom: 1px solid #D4E9F2;
}

.fixctaTell {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .fixctaTell {
    margin-right: 0px;
    padding: 0 8px;
  }
}





/* 0616追記
--------------------------------------------------------- */
.marker{
	background: -webkit-linear-gradient(transparent 60%, #ffef5d 60%);
	background: linear-gradient(transparent 60%, #ffef5d 60%);
}

.orange{ color: #f60; }
.red{ color: #f00; }
.f08em{ font-size: .8em; }


/* text */
.txtlink{ text-align: right; }
.txtlink a{
	position: relative;
	padding-left: 20px;
}
.txtlink a:before, .txtlink a:after{
	position: absolute;
	content: "";
}
.txtlink a:before{
	top: 8px;
	left: 0;
	width: 10px;
	height: 2px;
	background: #036;
}
.txtlink a:after{
	top: 5px;
	left: 2px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #036;
	border-right: 2px solid #036;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



.arw:before, .arw:after{
	position: absolute;
	content: "";
}
.arw:before{
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	background: #036;
	border-radius: 100px;
}
.arw:after{
	top: 9px;
	left: 3px;
	width: 5px;
	height: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkbox, .arw{
	position: relative;
	padding-left: 20px;
}
.checkbox:before{
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	width: 5px;
	height: 10px;
	border-right: 3px solid #036;
	border-bottom: 3px solid #036;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



.question, .answer{
	position: relative;
	padding-left: 30px;
}
.question:before, .question:after,
.answer:before, .answer:after{
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
}
.question:before,
.answer:before{
	content: "";
	top: 2px;
	background: #eee;
}
.question:after,
.answer:after{
	top: 0;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.question:after{
	content: "Q";
	color: #f44336;
}
.answer:after{
	content: "A";
	color: #3455fc;
}


.flow-wrap .flow{
	position: relative;
	margin: 0 0 40px;
	padding: 10px;
	border: 2px solid #036;
	border-radius: 5px;
}
.flow-wrap .flow:after{
	position: absolute;
	content: "";
	left: 50%;
	bottom: -50px;
	border: 20px solid transparent;
	border-top-color: #fdd835;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow-wrap .flow:last-child:after{
	position: static;
	border: 0;
}



/* btn */
.btn-orange a, .btn-green a,
.btn-single a{
	position: relative;
	display: block;
	margin: 30px 0;
	padding: 1em 1em 1em .5em;
	border-bottom: 4px solid;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	-webkit-transition: .1s;
	transition: .1s;
}
.btn-orange a:after, .btn-green a:after,
.btn-single a:after{
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 3px solid;
	border-right: 3px solid;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.btn-orange a{
	background: #ea6100;
	border-bottom-color: #c66826;
	-webkit-animation: 1s push infinite;
	animation: 1s push infinite;
}
@-webkit-keyframes push{
	50%{
		margin-top: 33px;
		border-bottom-width: 1px;
	}
}
@keyframes push{
	50%{
		margin-top: 33px;
		border-bottom-width: 1px;
	}
}
.btn-green a{
    background: #009a41;
    border-bottom-color: #1f834a;
}
.btn-single a{
	background: #1565c0;
	border-bottom-color: #064b90;
}
.btn-green{ position: relative; }
.btn-green:after{
	position: absolute;
	content: "";
	bottom: 0;
	right: 20px;
	background: url(images/icon_cursor.png) 0 0 no-repeat;
	-webkit-animation: cursor 3s infinite;
	animation: cursor 3s infinite;
}
@-webkit-keyframes cursor{
	25%, 35%, 45%{ bottom: 0; }
	30%, 40%{ bottom: 5px; }
}
@keyframes cursor{
	25%, 35%, 45%{ bottom: 0; }
	30%, 40%{ bottom: 5px; }
}
.btn-green a:before{
	position: absolute;
	content: "";
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 75%);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 75%);
	-webkit-animation: shiny 3s infinite;
	animation: shiny 3s infinite;
}
@-webkit-keyframes shiny{
	100%{ left: 100%; }
}
@keyframes shiny{
	100%{ left: 100%; }
}



@media (max-width: 750px){
	.pc{ display: none; }
	.sp{ display: block; }
	.btn-green:after{
		width: 8.5vw;
		height: 8.5vw;
	    background-size: 8.5vw auto;
	}
	table.swipe{
		position: relative;
		display: block;
		width: calc(100vw - 3.0rem);
		font-size: 0;
		overflow-x: scroll;
	}
	table.swipe:before{
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		width: 90px;
		height: 75px;
		background: url(images/tbl_slide.png) 0 0 no-repeat;
		background-size: 90px 75px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 2;
	}
	table.swipe.close:before{
		opacity: 0;
		-webkit-transition: .3s;
		transition: .3s;
	}
	table.swipe thead, table.swipe tbody{
		display: block;
		width: -webkit-max-content;
		width: max-content;
	}
	table.swipe th, table.swipe td{
		width: 100px;
		font-size: .8rem;
	}
	table.swipe tbody th{
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		line-height: 1.4;
		z-index: 1;
	}
	table.swipe thead th.blank{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 1;
	}
	table.swipe tbody th:before, table.swipe thead th.blank:before,
	table.swipe tbody th:after, table.swipe thead th.blank:after{
		position: absolute;
		content: "";
		top: 0;
		width: 1px;
		height: 100%;
		background: #ccc;
	}
	table.swipe tbody th:before, table.swipe thead th.blank:before{
		left: -1px;
	}
	table.swipe tbody th:after, table.swipe thead th.blank:after{
		right: -1px;
	}
	table.swipe::-webkit-scrollbar{ height: 10px; }
	table.swipe::-webkit-scrollbar-track{ background: #f1f1f1; }
	table.swipe::-webkit-scrollbar-thumb{ background: #bcbcbc; }
}

/* 追記
--------------------------------------------------------- */

#side .sideAbout{
	margin-bottom:20px;
}
#side .sideAbout_bn .sideAbout_bn__img{
	text-align:center;
	margin:0 0 20px;
}
@media (max-width: 768px){
	#side .sideAbout_bn{
		display:flex;
		justify-content:center;
	}
	#side .sideAbout_bn .sideAbout_bn__img{
		width:100%;
	}
}