@charset "utf-8";

/* PC：style-qa-sp.css
 * おまかせプラン ver.6
 * 申請書ダウンロード
 * **************************************************
 * Content (Section)
 * Elements
 * **************************************************
 */

/*  Content (Section)
------------------------------------------------------------------ */
/* Media Queries 切替 */
#subPage #content .main > section {
}

/* Elements
------------------------------------------------------------------ */
/* Heading */
#subPage .main h2 {
	margin-bottom: 0;
	padding: 5px 0px 10px 50px!important;
	line-height:1.2;
}
#subPage .main section > h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
	font-size: 1.8em;
	cursor: pointer;
}

#subPage .main h2::before {
	position: absolute;
	content: "";
	left: 0px;
	top:-15px;
	width: 40px;
	height: 55px;
}

#subPage .main section > h2 span {
	display: inline-block;
	width: calc(100% - 3em);
	
}
#subPage .main section > h2 span.st {
  -ms-flex-item-align: end;
      align-self: flex-end;
	display: inline-block;
	margin: -3px 0 0 0;
	padding: 7px 15px 7px 15px;
	width: auto;
	min-width: 3.2em;
	background-color: #5ac6ff;
	border-radius: 20px;
	color: #ffffff;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 64%; /* 1.4em */
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}
#subPage .main section > h2 span.open {
}
#subPage .main section > h2 span.close {
}


/* List */
/* List：よくある質問 */
#subPage .main .faqCnt {
	margin: 0 0 20px 0;
	display: none;
}
#subPage .main .faqCnt dt {
	margin-left: 2.0em;
	padding: 12px 15px 12px 0;
	border-top: 1px dotted #cccccc;
	cursor: pointer;
	text-indent: -1.0em;
	font-size: 1.6em;
}
#subPage .main .faqCnt dt span {
	text-decoration: underline;
}
#subPage .main .faqCnt dt a:before {
	content: 'Q';
	position:relative; left:-0.2em;
	font-size: 136%; /* 3.0em */
	color: #50c0db;
	text-decoration: none;
}
#subPage .main .faqCnt dt:first-child {
	border-top: none;
}
#subPage .main .faqCnt dd {
	display: none;
	position:relative; top:-8px; left:0px;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
}
#subPage .main .faqCnt p {
	position: relative;
	padding: 10px 10px 15px 30px;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
	text-indent: -1.0em;
	font-size: 1.6em;
}
#subPage .main .faqCnt p:before {
	content: 'A';
	position:relative; left:-0.2em;
	font-size: 136%; /* 3.0em */
	color: #e50101;
	text-decoration: none;
}
#subPage .main .faqCnt p:after {
	z-index: 0;
	position: absolute;
	top: -38px;
	left: 20px;
	content: "";
	border: 20px solid transparent;
	border-bottom-color: #f5f5f5;
}
