@charset "UTF-8";
@import"https://www.sony.jp/share5/css/vendor/normalize.min.css";

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  margin: 0; }

a {
  color: #0068b7; }

a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

button, input, textarea {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }

.lead{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
}
.lead > p{
	margin: 0 0 1em;
}
.link{
	list-style: none;
	padding-left: 0;
}
.link > li{
	margin-bottom: 0.5em;
}
.link > li::before{
	content: "";
    width: 1em;
    height: 1em;
    padding-right: 1em;
    background: url(/support/share/images/arrow_black.png) no-repeat center;
}

/*ローディング画像*/
#loading_img_ai {
  width: 120px;
  height: 140px;
  margin: -80px 0 0 -80px;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1800;
  background-color: #ffffff;
  border-radius: 9px;
  border: solid 3px #e4e7ec;
  display: none; }
#cover_ai {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  width: 100%;
  height: 100%;
  background-color: #000000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  

/*AIページ共通スタイル*/

.aiStyle {
    max-width: 950px;
    width: 98%;
    margin: 30px auto 45px;
}
.titleArea{
	margin: 0 0 30px;
	overflow: hidden;
}
.titleArea .mainTitle{
	float: left;
}
.titleArea .logo_bellcloud{
	float: right;
}
.mainTitle {
    border-left: 5px solid;
    padding: 0 0 0 0.5em;
    font-size: 24px;
    margin: 0;
}
.logo_bellcloud{
	max-height: 36px;
}

.subTitle {
    padding: 0 0 0 30px;
    font-size: 20px;
    position: relative;
    margin: 45px 0 15px;
}

.subTitle::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    top: 2px;
    left: 0;
}
.required{
	background-color: #AD0000;
	padding: 0 0.5em;
	margin-right: 0.5em;
	color: white;
	border-radius: 4px;
}
.oftenList{
	border: 1px solid #ccc;
	margin: 15px 0 0;
	
}

.oftenList dt {
    padding: 10px;
    background: #e7e7e7;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

@media screen and (max-width: 640px) {
	.oftenList dt {
	    text-align: left;
	}
}

.oftenList dd{
    padding: 10px 20px;
	margin: 0;
	font-size: 14px;
}

.oftenList li { margin-bottom: 5px;}

.oftenList li a {
    color: #43677e;
    text-decoration: underline;
    line-height: 1.8;
    position: relative;
    padding: 0 0 0 1em;
}

.oftenList li a::before {
    content: "";
    display: block;
    position: absolute;
    background: #43677e;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: 0.6em;
    left: 0;
    margin-top: -4px;
}

.oftenList-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.oftenList-button .more{
    color: #43677e;
    text-decoration: underline;
    line-height: 1.8;
    cursor: pointer;
}

.productNameSec {
	margin: 45px 0 0;
	border: 1px solid #ccc;
	background: #f9f9f9;
}
	.productNameSec .subTitle,
	.captionListSec .subTitle,
	.qaListSec .subTitle {
		margin: 0;
		padding: 10px;
		background: #e7e7e7;
		font-size: 120%;
	}
		.productNameSec .subTitle::before,
		.captionListSec .subTitle::before,
		.qaListSec .subTitle::before {
			content: "【STEP1】";
			display: inline-block;
			position: static;
			width: auto;
			height: auto;
			margin-right: 8px;
			border: none;
		}
	.productNameForm{
		border: 1px solid #ccc;
		margin: 0;
		padding: 15px;
		background:#f9f9f9;
	}
	.productNameSec .productNameForm {
		border-right: none;
		border-left: none;
		border-bottom: none;
	}
	.productNameSec * + .subTitle {
		margin-left: 10px;
		padding: 0 0 0 30px;
		background: none;
	}
		.productNameSec * + .subTitle::before {
			content: "";
			display: block;
			position: absolute;
			border: 2px solid;
			height: 18px;
			width: 18px;
		}
	.productNameSec .captionList + .productNameForm {
		border-top: none;
	}

.productNameForm .inputSet {
    width: 100%;
    max-width: 500px;
}

.productNameForm .inputSet.typeRadio {
    width: 100%;
    max-width: inherit;
}

.productNameForm .inputSet.typeRadio li{ 
	display: inline-block;
    font-weight: bold;
    margin: 0 0 5px;
    letter-spacing: 1px;
    min-width: 10em;
    width: 30%;
}

.productNameForm .inputSet label{ 
	display: block;
    font-weight: bold;
    margin: 0 0 5px;
    letter-spacing: 1px;
}

.productNameForm .inputSet input[type="text"]{
    border:  #ADADAF 1px solid;
    padding: 5px 10px;
	width : 100%;
	box-sizing: border-box;
	overflow: hidden;
	color: #2f353d;
	font-weight: bold;
}
.productNameForm .inputSet input[type="text"]:focus{
	outline: 2px solid #2f353d;
}
.productNameForm .inputSet input[type="text"]::placeholder{
	color: #BFBFBF;
	font-weight: normal;
}
.productNameForm .inputSet input[type="text"]:-ms-input-placeholder{
	color: #BFBFBF;
	font-weight: normal;
}
.productNameForm .inputSet input[type="text"]::-ms-input-placeholder{
	color: #BFBFBF;
	font-weight: normal;
}

.productNameForm-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    max-width: 500px;
    margin: 5px 0 0;
}
.productNameForm-button a{
    color: #43677e;
    text-decoration: underline;
    line-height: 1.8;
    cursor: pointer;
    font-size: 14px;
}

.captionListSec {
	margin: 45px 0 0;
	border: 1px solid #ccc;
	background: #f9f9f9;
}
	.captionListSec .subTitle::before {
		content: "【STEP2】";
	}
	.captionListSec .questionForm label{ 
		display: block;
		font-weight: bold;
		margin: 0 0 5px;
		letter-spacing: 1px;
	}
	.captionList{
		font-size: 14px;
		margin: 0px 0 15px 30px;
		color: red;
	}
	.captionListSec .questionForm{
		padding: 15px;
		border-top: 1px solid #ccc;
	}
	.captionListSec .questionForm textarea {
		display: block;
		box-sizing: border-box;
		background: #FFF;
	}
	.captionListSec .questionForm textarea::placeholder{
		color: #BFBFBF;
		font-weight: normal;
	}
	.captionListSec .questionForm textarea:-ms-input-placeholder{
		color: #BFBFBF;
		font-weight: normal;
	}
	.captionListSec .questionForm textarea::-ms-input-placeholder{
		color: #BFBFBF;
		font-weight: normal;
	}

@media screen and (max-width: 640px) {
	.productNameSec .subTitle::before,
	.captionListSec .subTitle::before,
	.qaListSec .subTitle::before {
		display: block;
		font-size: 80%;
	}
	
	.captionList{ margin: 0px 0 15px 15px;}
}


.captionList li{
    line-height: 1.8;
    position: relative;
    padding: 0 0 0 1.1em;

}

.captionList li::before {
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.questionForm textarea{
    border:  #ADADAF 1px solid;
    padding: 5px 10px;
	width : 100%;
	height:150px;
	line-height: 1.8;
	font-weight: bold;
}
.questionForm textarea:focus{
	outline: 2px solid #2f353d;
}
@media screen and (max-width: 640px) {
	.questionForm textarea{
	    border:  #ADADAF 1px solid;
	    padding: 5px 10px;
		width : 100%;
		height: 100px;
		font-size: 14px;
	}
}



.questionForm-button {
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
    align-items: center;
}
.questionForm-button .grayButton{
	width: 176px;
	text-align: center;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.questionForm-button .grayButton{
		width: 48%;
	}
}

.qaListSec {
	margin-top: 45px;
}
	.qaListSec .subTitle::before {
		content: "【STEP3】";
	}

.answerList{
    border:  #ccc 1px solid;
}

.answerList dl{
    position: relative;
	padding: 20px 15px 10px;
	border-bottom: #ccc 1px solid;
	line-height:1.8;
	font-size: 14px;
    margin: 0;
	/*
    max-height: 18vh;
	*/
	max-height: inherit;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
	.answerList dl{
		padding: 10px 10px;
    	/*
		max-height: 30vh;
		*/
	}
}

.answerList dl:last-child{ border:none;}

.answerList dl dt{
	line-height: 1.3;
	padding: 0 0 0 2em;
    position: relative;
	font-weight: bold;
	font-size: 120%;
    margin: 0;
}

.answerList dl dt::before {
    content: "Q1.";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    color: #43677e;
    font-weight: bold;   
}
.answerList dl + dl dt::before {
    content: "Q2.";
}
.answerList dl + dl + dl dt::before {
    content: "Q3.";
}

.answerList dl dd{
	margin: 10px;
}
.answerList dl dd:not(.more){
	padding: 0 0 0 1.5em;
    position: relative;
    word-wrap: break-word;
}

.answerList dl dd:not(.more)::before {
    content: "A.";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    color: #ce4747;
    font-weight: bold;   
}

.answerList dl dd.more:before {
    position: absolute;
    display: block;
    top: -4em;
    left: 0;
    width: 100%;
    height: 4em;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    content: "";
}

.answerList dl dd.more {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1.8em;
    width: 100%;
    margin: 0;
    padding-right: 0.5em;
    background-color: #fff;
    text-align: right;
    cursor: pointer;
}

.answerList dl dd.more a{
    line-height: 1.8;
    font-size: 14px;
    color: #43677e;
    text-decoration: underline;
}

.answerList-button{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 60px;
}

.lastText{
	margin: 30px 0 0;
	padding: 20px 20px;
	line-height: 1.8;
	border: none;
	border-radius: 6px;
	background: #EEE;

}

.lastText-button{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 60px;
}

@media screen and (max-width: 640px) {

	 .lastText-button a,
	 .answerList-button a{
		    width: 48%;
		    text-align: center;
		    box-sizing: border-box;
		    display: flex !important;
		    align-items: center;
		    justify-content: center;
	}

}

a.deleteButton{
    color: #43677e;
    text-decoration: underline;
    cursor: pointer;
}


a.grayButton{
text-decoration: none;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
padding: 5px 15px;
display: block;
border: 1px solid #ccc;
color: #333;
text-shadow: -1px -1px 1px #fff;
    border-radius: 3px;
    cursor: pointer;
}

a.grayButton:hover{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+99 */
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.modalWrap {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color:  rgba(0,0,0,0.2);
    width: 100vw;
    height: 100vh;
}

.modalWin {

    max-width: 700px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 3% 5%;
    border: solid 1px #CCCCCC;
    background: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 10%;
    left: 0px;
    right: 0;
    z-index: 1096;
    line-height:1.8;

}

.btnBlue {
    display: block;
    background: #4289f2;
    padding: 14px 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin: 30px 0 0;
}

@media screen and (max-width: 640px) {
	.modalWin {  padding: 5%; }
	.btnBlue { font-size: 16px;}
}

#modalWin2{ font-size: 14px;}
#modalWin2 .title{
	display:flex;
	justify-content: space-between;
}


#modalWin2 .title p{
width: 100%;
background:#eee;
padding: 5px;
box-sizing: border-box;
text-align: center;
margin: 0 0 10px;
}

#modalWin2 #modalCloseButton{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #555;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #555;
    border-radius: 3px;
    font-size: 20px;
    line-height: 1;
    padding: 6px 0 0;
    box-sizing: border-box;
}



#modalWin2 .box {
    float: none;
    width: auto;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 15px 0;
    height: 30vh;
    overflow-y: scroll;
}

#modalWin2 .box ol{
    list-style: decimal;
    padding: 0 0 0 1.5em;

}
#modalWin2 .btn{
    display: block;
    background: #4289f2;
    padding: 10px 10px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0 0;
}

#modalWin2 #modalCloseButton:before{
		content:"";
		position:absolute;
		display:inline-block;
		top: 4px;
		left: 14px;
		width: 2px;
		height: 24px;
		border:0;
		margin:0;
		padding:0;
		background-color:white;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
#modalWin2 #modalCloseButton:after{
		content:"";
		position:absolute;
		display:inline-block;
		top: 4px;
		left: 14px;
		width: 2px;
		height: 24px;
		border:0;
		margin:0;
		padding:0;
		background-color:white;
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}

@media screen and (max-width: 640px) {
	#modalWin2 .title p{
		width: 90%;
	}


	#modalWin2 #modalCloseButton{
	    position: relative;
	    top: 0px;
	    right: 0px;
	    margin: 0 0 0 5px;
	}

	#modalWin2 .btn{
	    padding: 5px 10px;
	    font-size: 12px;
	}
	
}