@charset "shift_jis";
/*==============================================
common
============================================= */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');


#header {
border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn{
width: 930px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed;}
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

span.caution{
    font-size: 11px;
    display: block;
    margin-top: 10px;
    color: #A0A0A0;
}

sup{
vertical-align:super;
font-size:9px;
}



/*==============================================
看板
============================================= */
.mainTitleWrap {
width: 100%;
}
.mainTitle {
width: 930px;
margin: 0 auto;
padding: 0;
}
h1 {
width: 930px;
height: 460px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/07_google/hero_02.jpg) center top no-repeat;
text-indent: -999em;
font-size: 0;
z-index: 1;
}

.lead{
	font-size: 15px;
	line-height: 1.8;
	margin-top: 30px;
}



/*==============================================
.anchor
============================================= */

.anchor_wrapper {
    width: 930px;;
    margin: 50px auto 0;
	border: #AFAFAF dotted 1px;
	padding: 25px 50px;
	box-sizing: border-box;
}

.anchor_wrapper .inBox{
}
.anchor_wrapper p {
    font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	margin-bottom: 20px;
}
.anchor {
    text-align: left;
}

.anchor li {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/07_google/icon_arrow01.png) no-repeat left center;
    height: 20px;
    display: block;
    ms-transition: all .2s;
    transition: all .2s;
    letter-spacing: 0.05em;
    margin: 10px 0;
	padding-left: 20px;
}
.anchor li a {
	color: #0047C5;
    font-size: 15px;
    font-weight: 100;
    ms-transition: all .2s;
    transition: all .2s;
}

.anchor li:hover {
    opacity: 0.5;
}


/*==============================================
 #mainContents
============================================= */
#mainContents{
font-family: 'Noto Sans JP', sans-serif;
  font-weight: nomal;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}


.paragraph{
	border-top: #BBBBBB solid 1px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/07_google/bg_h2.png) no-repeat center top;
	padding-bottom: 100px;
}
.paragraphIn{
    width: 930px;
    margin: 0 auto;
}

.paragraph p{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.paragraph h2 {
	width: 930px;
	margin: 100px auto 50px;
    font-size: 26px;
    line-height: 1.8em;
    font-weight: bold;
    text-align: center;
}

.paragraph h3{
	font-size: 21px;
	border: dotted #757575;
border-width: 1px 0 1px 0;
	text-align: center;
	padding: 15px 0;
	margin-top: 100px;
	font-weight: bold;
	margin-bottom: 40px;
}
.paragraph h3 br,
.paragraph h2 br{
	display: none;
}

#article01{
	margin-top: 80px;
}


.wrap_txt{
	overflow: hidden;
	zoom:1;
	margin-bottom: 40px;
}

.wrap_txt p{
	width: 370px;
	float: left;
	font-size: 16px;
	line-height: 1.8;
	
}

.wrap_txt img{
	width: 500px;
	float: right;
}

/*==============================================
banner
============================================= */

.bnr a{
    display: block;
    width: 930px;
    margin: 80px auto 0;
    background: #000;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	height: 64px;
	line-height: 64px;
	border-radius: 6px;
	 ms-transition: all .2s;
    transition: all .2s;
}
.bnr a span{
	display: inline-block;
	width: 786px;
	margin: 0 22px;
	border-right: #ACACAC 1px solid;
	border-left: #ACACAC 1px solid;
	height: 24px;
	line-height: 24px;
	
}

.bnr a:hover{
    background-color: #1b79c0;
}



.bnr img.animated_01 {
  animation: move-y .4s infinite alternate ease-in-out;
  display: inline-block;
vertical-align: 2px;
}
.bnr img.animated_02 {
  animation: move-y .4s infinite alternate ease-in-out;
  display: inline-block;
vertical-align: 2px;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(5px);
  }
}


/*==============================================
.profile
============================================= */

.profile{
	width: 930px;
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 32px 37px 32px 240px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.p_01{
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/07_google/profile_01.png) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 208px;
	margin-top: 60px;
}

.p_02{
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/07_google/profile_02.png) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 208px;
}

.p_03{
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/07_google/profile_03.png) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 208px;
}

.profile dl{}

.profile dt{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.profile dd.note{
	overflow: hidden;
	zoom:1;
	margin-top: 15px;
}
.profile dd.note span{
	font-size: 11px;
	float: left;
	display: inline-block;
	margin: 10px 0 0 0;
	
}

.profile dd.note .txt{
	width: 586px;
	float: right;
	margin: 5px 0 0 0 ;
	border-left: #A2A2A2 solid 1px;
	padding-left: 17px;
	box-sizing: border-box;

}
.profile dd.note .txt p{
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
}
.profile dd.note .txt p.sns{
	font-size: 	12px;
	margin-top: 10px;
	font-weight: bold;
}

.p_01 p.sns a{
	display: inline-block;
	text-indent: -999em;
	z-index: 1;
	width: 22px;
	height: 22px;
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/07_google/icon_youtube.png) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 22px;
	margin-left: 7px;
}
.p_02 p.sns a{
	display: inline-block;
	text-indent: -999em;
	z-index: 1;
	width: 22px;
	height: 22px;
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/07_google/icon_insta.png) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 22px;
	margin-left: 7px;
}
.p_03 p.sns a{
	display: inline-block;
	text-indent: -999em;
	z-index: 1;
	width: 22px;
	height: 22px;
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/07_google/icon_twitter.png) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 22px;
	margin-left: 7px;
}

/*==============================================
balloon
============================================= */

.balloon{
	overflow: hidden;
	zoom:1;
	margin-top: 30px;
	position: relative;
}
.balloon_02{
	overflow: hidden;
	zoom:1;
	margin-top: 40px;
	position: relative;
	padding-top: 22px;
}
.balloon_02 .icon_influencer{
	margin-top: 30px;
}
.once{
	background-color: #424242;
	text-align: center;
	padding: 7px 20px;
	display: inline-block;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top:0;
	left: 0;
	
}

.icon_influencer{
	width: 130px;
	float: left;
	text-align: center;
}
.icon_influencer p.name{
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: normal;
}
.icon_influencer img{
	width: 120px;
	height: 120px;
}
.comment{
	width: 760px;
	float: right;
	background-color: #f7f7f7;
	border: #B8B8B8 solid 1px;
	border-radius: 15px;
	padding: 30px 30px 30px 0;
	box-sizing: border-box;
}
.comment p{
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/07_google/icon_comment.png) left top no-repeat;
	margin-left: -22px;
	padding-left: 60px;
	box-sizing: border-box;
	margin-bottom: 0;
}

.balloon_02 .comment p{
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/07_google/icon_comment.png) left top 20px no-repeat;
}

.balloon + p{
	margin-top: 50px;
}

/*==============================================
 .productBox
============================================= */

.productBox{
    background-color: #f7f7f7;
    padding: 90px 0;
}

.productBoxIn{
    width: 930px;
	overflow: hidden;
	zoom:1;
    margin: 0 auto 30px;
}

p.tit_prd{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
}
p.tit_prd br{
	display: none;
}

.productBoxIn:nth-of-type(1) .prd_box{
	height: 576px;
}

.prd_box{
	width: 300px;
	background-color: #FFF;
	box-shadow: 0px 0px 9px -6px #777777;
border-radius: 10px;
	padding: 35px 25px;
	box-sizing: border-box;
	text-align: center;
	float: left;
}
.prd_box:first-child{
	margin-right: 	15px;
}
.prd_box:last-child{
	float: right;
}
.productBoxIn:nth-of-type(2) .prd_box:last-child{
	float: left;
}
p.prd_name{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-bottom: #565656 dotted 1px;
	text-align: center;
	padding-bottom: 18px;
	width: 240px;
	margin: 0 auto 30px;
}

.prd_box img{
	width: 200px;
	margin: 0 auto;
	
}

.wrap_btn{
	margin-top: 30px;
}

.wrap_btn a{
	display: block;
	width: 240px;
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/07_google/icon_prd.png);
	background-repeat: no-repeat;
    background-size: 7px;
    background-position: right 10px center;
	border-radius: 4px;
	height: 42px;
	line-height: 42px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin: 12px auto 0;
	letter-spacing:0.05em;
}

.wrap_btn a span{
	font-size: 13px;
	margin-right: 2px;
}

.wrap_btn a.bk{
	background-color: #000;
}
.wrap_btn a.kakaku{
	background-color: #000797;
}

.wrap_btn a:hover{
	opacity: 0.6;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 11px; 
color: #333;
width: 930px; 
margin: 100px auto 30px; 
text-align: right;
letter-spacing: normal;}

/*==============================================
アンケート
============================================= */

/*----　カラー変更　----*/
.questionnaire {
color: #2e2e2e;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*----　文字強調　----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*----　ベースデザイン　----*/
.questionnaire {
padding: 100px 0;
background-color: #f2f2f2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 25px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}
