@charset "utf-8";
/* CSS Document */
/*all*/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic";
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
p {
    line-height: 1.6;
    word-wrap: break-word;
	margin-bottom: 10px;
}
img{
    max-width: 100%;
	vertical-align: bottom;
}

#wrapper{
    width: 740px;
	margin:0 auto;
    overflow: hidden;
    color: #2b3135;
	box-shadow: rgb(238, 238, 238) 0px 0px 20px 10px;
}
#content {
    margin:0 auto;
    width: 95%;
    text-align: justify;
    background-color: #fff;
}
@media screen and (max-width:760px){
	#wrapper {
		width: 100%;
	}
}

.mb0 {
	margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
.fwB{
    font-weight: bold;
}
.fsS{
	font-size: 0.6rem;
}
.fsSM {
	font-size: 1.2em;
}
.fsL{
	font-size: 1.6rem;
}
.fcBl {
    color: #0285d1;
}
.fcR {
	color: #ff0000;
}
.fcP {
	color: #e7316c;
}
.fcY {
	color: #fff29b;
}
.fcG {
	color: #6F6F6F;
}
.fcO {
	color: #ffa500;
}
.marker {
	background: linear-gradient(transparent 60%, #fff29b 0%);
}
.bgY {
	background: #fff8ca;
}

/*hover*/
a.site_btn{
	cursor: pointer;
    cursor: hand;
}

/*pc・sp responsive*/
@media screen and (max-width:760px){
    .sp_ds{
        display: block;
    }
    .pc_ds{
        display: none;
    }
}
@media screen and (min-width:760px){
    .sp_ds{
        display: none;
    }
    .pc_ds{
		display: block;
    }
}

/*first*/
.fukidashi-l{
	display: flex;
	align-items: center;
}
.fukidashi-l img{
	max-width: 100px;
}
.fukidashi-r{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.fukidashi-r img{
	max-width: 100px;
}
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 10px 0 10px 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #c9eff0;
  border-radius: 10px
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 60%;
  left: -20px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #c9eff0;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 10px 15px 10px 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #f5deeb;
  border-radius: 10px;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 55%;
  right: -20px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid #f5deeb;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

/*point*/
.ttl01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
    padding: 3%;
    margin: 50px 0 20px 0!important;
    box-shadow: #ccc 4px 5px 5px;
    background: linear-gradient(to right, #b68ddb, #0285d1);
}
.cqpro .ttl01 {
     display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.ttl01 .logo {
    width: 40%;
}
.ttl01 p {
    margin-bottom: 0;
}
.point01 {
    border: solid 2px #6db6ef;
	border-radius: 10px;
}
.point_sub {
    font-weight: bold;
    color: #fff;
    background-color: #6db6ef;
	border-radius: 5px 5px 0 0;
    margin-top: 0;
    padding: 2%;
    position: relative;
    margin-bottom: 0!important;
}

.point_sub_f{
    font-weight: bold;
    color: #fff;
    background-color: #6db6ef;
	border-radius: 5px 5px 0 0;
    margin-top: 0;
    padding: 2%;
    position: relative;
}

.point_contents{
    margin: 3%;
    display: none;
}
.point_contents_f{
    margin: 3%;
}

.point_bg01{
	background: #ecf8ff;
	padding: 20px 20px 10px;
}
.point_bg02 {
	background: #f8f1ff;
	padding: 20px 20px 10px;
}

/* 矢印 */
.point_sub::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 43%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}
.point_sub.open::after {
    top: 43%;
    transform: rotate(-45deg);
  }


@media screen and (max-width:760px){
    .ttl01 .logo {
        width: 60%;
    }
}

.conclusion {
  margin: 20px auto;
  border: solid 5px #ea4283;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22); /* 影の色 */
}
.conclusion-title {
  background: #ea4283; /* タイトル背景色 */
  padding: 7px 0;
  text-align: center;
  color: #FFF; /* タイトル文字色 */
  font-weight: bold;
  letter-spacing: 0.05em;
}
.conclusion p {
  margin: 0;
  padding: 3%;
  line-height: 1.2;
}
.conclusion-txt {
  justify-content: center;
  align-items: center;
}

/*point02*/
table.item_info{
    width: 100%;
	border: 3px solid #e1e1e1;
}
table.item_info th {
    padding: 1%;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
    border-right: 2px dotted #fff;
    background: #e1e1e1;
    text-align: center;
    width: 25%;
    vertical-align: middle;
}
table.item_info td{
	border-right: 2px dotted #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    padding: 2%;
    font-size: 0.8em;
    width: calc(100% / 3);
    text-align: center;
    vertical-align: middle;
	line-height: 1.2;
}

/*cqpro*/
.comparison_box{
    width: 100%;
	border: 3px solid #6db6ef;
    overflow-x: scroll;
}
.comparison_box table {
    width: 1000px;
}
span.name {
    width: 100%;
}
span.name_img{
    width: 80%;
}
span.name_img01{
    width: 80%;
    margin-left: 4%;
}
.comparison_box th {
    padding: 1%;
    font-size: 1em;
	color: #fff;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    border-right: 1px dotted #fff;
    background: #6db6ef;
    text-align: center;
    width: 11%;
    vertical-align: middle;
}

.comparison_box td{
	border-right: 2px dotted #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
	line-height: 1.2;
}
.table_flex {
    display: flex;
    width: 174px;
    padding-left: 10%;
    align-items: center;
    padding-bottom: 2%;
}
.comparison_box td:last-child {
	border-right: none;
}
.comparison_box tr:last-child th, .comparison_box tr:last-child td{
	border-bottom: none;
}
.comparison_box td img {
	height: 90px;
	margin-top: 10px;
}
.comparison_box td a {
	color: #2b3135;
}
.comparison_box .ex {
	color: #ff0000;
	font-size: 2em;
}
.comparison_box .go {
	color: #aadaf6;
	font-size: 2em;
}
.comparison_box .so {
	color: #f5c132;
	font-size: 2em;
}
.comparison_box .bad {
	font-size: 2em;
}
.site_btn01{
    display: block;
    width: 90%;
    margin: 5px auto;
    line-height: 1.2;
    padding: 5px;
    border-radius: 5px;
    background-color: #ea4283;
    box-shadow: 2px 2px 0 #cb1751;
    color: #fff;
    font-weight: bold;
}
.site_btn02{
    display: block;
    width: 100%;
    margin: 5px auto;
    line-height: 1.2;
    padding: 5px;
    border-radius: 5px;
    background-color: #6F6F6F;
    box-shadow: 2px 2px 0 #484848;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width:760px){
	.comparison_box {
		overflow-x: scroll;
	}
	.comparison_box table{
		width: 850px;
	}
	.comparison_box .sticky {
        position: sticky;
		left: 0;
    }
}

/*evaluation*/
.cqpro table.evaluation .td_top{
    width: calc(100% / 4);
    padding: 1%;
}
.cqpro table.evaluation .td_bottom{
    width: calc(100% / 3);
    padding: 1%;
}
table.evaluation{
    width: 100%;
	margin: 0 auto;
	border: 3px solid #e1e1e1;
}
table.evaluation .th_top {
    padding: 1%;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #fff;
    background: #e1e1e1;
    text-align: center;
    width: 25%;
    vertical-align: middle;
}
table.evaluation .td_top{
	border-right: 2px dotted #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    padding: 2%;
    font-size: 0.8em;
    width: calc(100% / 4);
    text-align: center;
    vertical-align: middle;
	line-height: 1.2;
}
table.evaluation .th_bottom {
    padding: 1%;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #fff;
    background: #e1e1e1;
    text-align: center;
    width: 25%;
    vertical-align: middle;
}
table.evaluation .td_bottom{
	border-right: 2px dotted #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    padding: 2%;
    font-size: 0.8em;
    width: calc(100% / 3);
    text-align: center;
    vertical-align: middle;
	line-height: 1.2;
}
table.evaluation .ex {
	color: #ff0000;
	font-size: 2em;
}
table.evaluation .go {
	color: #aadaf6;
	font-size: 2em;
}
table.evaluation .so {
	color: #f5c132;
	font-size: 2em;
}
table.evaluation .bad {
	font-size: 2em;
}

/*evaluation02*/
.cqpro table.evaluation02 td{
    width: calc(100% / 4);
    padding: 1%;
}
table.evaluation02{
    width: 100%;
	margin: 0 auto;
	border: 3px solid #e1e1e1;
}
table.evaluation02 th {
    padding: 1%;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #fff;
    background: #e1e1e1;
    text-align: center;
    width: 25%;
    width: calc(100% / 5);
    vertical-align: middle;
}
table.evaluation02 td{
	border-right: 2px dotted #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    padding: 2%;
    font-size: 0.8em;
    width: calc(100% / 5);
    text-align: center;
    vertical-align: middle;
	line-height: 1.2;
}
table.evaluation02 .ex {
	color: #ff0000;
	font-size: 2em;
}
table.evaluation02 .go {
	color: #aadaf6;
	font-size: 2em;
}
table.evaluation02 .so {
	color: #f5c132;
	font-size: 2em;
}
table.evaluation02 .bad {
	font-size: 2em;
}

.eva_site_btn{
    display: block;
    width: 80%;
    margin: 5px auto;
    line-height: 1.2;
    padding: 5px;
    border-radius: 5px;
    background-color: #ea4283;
    box-shadow: 2px 2px 0 #cb1751;
    color: #fff;
    font-weight: bold;
}
.eva_site_btn02{
    display: block;
    width: 80%;
    margin: 5px auto;
    line-height: 1.2;
    padding: 5px;
    border-radius: 5px;
    background-color: #6F6F6F;
    box-shadow: 2px 2px 0 #484848;
    color: #fff;
    font-weight: bold;
}
.ttl02 {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 50px;/*リボンの高さ*/
    line-height: 50px;/*リボンの高さ*/
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    background: #f57a78;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  margin: 8% 0 4% 0!important;

}
.ttl02:before, .ttl02:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  
  .ttl02:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  .ttl02:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }
.ttl03{
	position: relative;
    line-height: 1.2;
    font-weight: bold;
    padding: 0.5rem 0;
    margin: 5% 0 4%;
}
.ttl03:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: linear-gradient(to right, #b68ddb, #0285d1);
}
.cqpro_point, .cqpro_use, .cqpro_good, .panasonic_point, .panasonic_use, .panasonic_cta, .icelady_point, .icelady_use, .icelady_cta {
	width: 90%;
	margin: 0 auto;
}
.cqpro_bgY {
	background: #fff29b;
	padding: 20px 20px 10px;
}
/*アニメーション*/
.shuffling {
    animation-duration: 1.4s!important;
    -webkit-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s!important;
    -webkit-animation-name: shuffling;
    -moz-animation-name: shuffling;
    -o-animation-name: shuffling;
    animation-name: shuffling;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-moz-keyframes shuffling {
    0% {-moz-transform: skewX(9deg);}
    10% {-moz-transform: skewX(-8deg);}
    20% {-moz-transform: skewX(7deg);}
    30% {-moz-transform: skewX(-6deg);}
    40% {-moz-transform: skewX(5deg);}
    50% {-moz-transform: skewX(-4deg);}
    60% {-moz-transform: skewX(3deg);}
    70% {-moz-transform: skewX(-2deg);}
    80% {-moz-transform: skewX(1deg);}
    90% {-moz-transform: skewX(0deg);}
    100% {-moz-transform: skewX(0deg);}
}
@-o-keyframes shuffling {
    0% {-o-transform: skewX(9deg);}
    10% {-o-transform: skewX(-8deg);}
    20% {-o-transform: skewX(7deg);}
    30% {-o-transform: skewX(-6deg);}
    40% {-o-transform: skewX(5deg);}
    50% {-o-transform: skewX(-4deg);}
    60% {-o-transform: skewX(3deg);}
    70% {-o-transform: skewX(-2deg);}
    80% {-o-transform: skewX(1deg);}
    90% {-o-transform: skewX(0deg);}
    100% {-o-transform: skewX(0deg);}
}
@-webkit-keyframes shuffling {
    0% {-webkit-transform: skewX(9deg);}
    10% {-webkit-transform: skewX(-8deg);}
    20% {-webkit-transform: skewX(7deg);}
    30% {-webkit-transform: skewX(-6deg);}
    40% {-webkit-transform: skewX(5deg);}
    50% {-webkit-transform: skewX(-4deg);}
    60% {-webkit-transform: skewX(3deg);}
    70% {-webkit-transform: skewX(-2deg);}
    80% {-webkit-transform: skewX(1deg);}
    90% {-webkit-transform: skewX(0deg);}
    100% {-webkit-transform: skewX(0deg);}
}
@keyframes shuffling {
    0% {transform: skewX(9deg);}
    10% {transform: skewX(-8deg);}
    20% {transform: skewX(7deg);}
    30% {transform: skewX(-6deg);}
    40% {transform: skewX(5deg);}
    50% {transform: skewX(-4deg);}
    60% {transform: skewX(3deg);}
    70% {transform: skewX(-2deg);}
    80% {transform: skewX(1deg);}
    90% {transform: skewX(0deg);}
    100% {transform: skewX(0deg);}
}
/*refrection*/
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 3s ease-in-out infinite;
}
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*footer*/
footer {
    padding: 10% 2% 10%;
    text-align: center;
    background-color: #e1e1e1;
	font-size: 13px;
}

footer a {
    color: #2b3135;
	text-decoration: none;
}
.fukidashi-l img,.fukidashi-r img {
    max-width: 30%!important;
}