@charset "utf-8";
body {
  margin: 0;
  color: #6B6B6B;
}

.text {
  display: inline-block;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 100;
}

header>div {
  max-width: 900px;
  margin:6px auto 10px auto;
  position: relative;
}

header h1 {
  width: 154px;
  height: 47px;
  text-indent: -9999px;
  background: url(/supscneo/resource/img/logo.png) no-repeat center top;
  background-size:154px;
}

header ul {}

section {
  margin-top: 40px;
  text-align: center;
}

h2 {
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
}

@media only screen and (max-width: 650px) {
  h2 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 500px) {
  h2 {
    font-size: 1.5em;
  }
}

img {
  width: 100%;
  max-width: 900px;
}

a {
  color: #003752;
}

textarea {
  border: 2px solid #ccc;
}

input:focus, select:focus, textarea:focus {
  border: 2px solid #608BBE;
  outline: 0;
}

.bright50 {
  filter: brightness(50%);
}

.btn a {}

.btn a:hover {}

.send_btn {
  max-width: 524px;
  height: 86px;
  background: #E0931E;
  margin: 50px auto;
  display: table;
}

.send_btn a {
  width: 524px;
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
  font-size: 1.6em;
}
@media only screen and (max-width: 650px) {
  .send_btn a {
    font-size: 1.4em;
  }
}

.send_btn a:hover {
  background: #E8B856;
  text-decoration: none;
}

.right_txt {
  text-align: right;
}

.bule_txt {
  color: #225799;
}


/*-----------------------------------------
	ハンバーガー
-----------------------------------------*/

#menu-box {
  /*	position:relative;
	width:100%;
	max-width:900px;
	margin:0 auto;
	*/
}

#menu {
  position: absolute;
  right: 0;
  bottom: 5px;
}

#menu li {
  display: inline;
}

#menu li a {}

#menu li:last-child a {
  border: none;
}

#menu li a:hover {
  position: relative;
  top: 3px;
}

#toggle {
  display: none;
}


/* 画面サイズが480px以下の場合に適用 */

@media only screen and (max-width: 650px) {
  #menu {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 41px;
  }
  #menu li a {
    border-bottom: 1px solid #FFF;
    padding: 20px 0 20px;
    background-color: #608BBE;
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 1.3em;
  }
  #menu li a:hover {
    position: relative;
    top: 0;
    background: #45AED8;
    text-decoration: none;
  }
  #toggle {
    display: block;
    position: absolute;
    width: 50px;
    border: 3px solid #608BBE;
    border-radius: 5px;
    right: 5px;
    top: -8px;
  }
  #toggle a {
    display: block;
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #608BBE;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    color: #608BBE;
    font-size: 10px;
  }
}

#Box1 {
  background: url(/supscneo/resource/img/img01.jpg) no-repeat center top #e4e4e4;
}

#Box1 section {
  max-width: 900px;
  height: 530px;
  margin: 40px auto 0 auto;
  position: relative;
}

#Box1 h1 {
  text-transform: uppercase;
  font-size: 3.3em;
  line-height: 1.5em;
  font-weight: 1000;
  text-shadow: 0px 0px 10px #FFF;
  color: #225799;
  text-align: center;
  position: relative;
  top: 150px;
}


/*幅 以下で適用されるスタイル*/

@media only screen and (max-width:650px) {
#Box1 {
  background: url(/supscneo/resource/img/img01.jpg) no-repeat center bottom #e4e4e4;
  background-size:195%;
}
}
@media only screen and (max-width:810px) {
  #Box1 h1 {
    font-size: 2.8em;
  }
}

@media only screen and (max-width:700px) {
  #Box1 h1 {
    font-size: 2.3em;
	top: 40px;
  }
}

@media only screen and (max-width:600px) {
  #Box1 h1 {
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: 0.2em;
  }
}

#Box1 ul {
  position: relative;
  top: 180px;
}

#Box1 li {
  display: table;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  margin: 0 5%;
  width: 40%;
  font-size: 1.5em;
}
@media only screen and (min-width:650px) {
  #Box1 li:hover {
    margin-top: 5px;
  }
}

#Box1 li a {
  width: 100%;
  height: 64px;
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}

#Box1 li.btn_send a {
  background: #E0931E;
}

#Box1 li.btn_send a:hover {
  background: #E8B856;
  text-decoration: none;
}

#Box1 li.btn_myp a {
  background: #608BBE;
}

#Box1 li.btn_myp a:hover {
  background: #5ABAE0;
  text-decoration: none;
}

@media only screen and (max-width:650px) {
  #Box1 ul {}
  #Box1 li {
    float: none;
    margin: 15px auto;
    width: 90%;
    font-size: 1.2em;
  }
  #Box1 li:first-child {
    /*ポップアップお知らせがある時だけ使用する*/
    margin-bottom: 50px;
  }
  #Box1 ul {
    top: 40px;
  }
  #Box1 li a {
    display: table-cell;
    color: #fff;
    vertical-align: middle;
    text-align: center;
  }
}


/*キャンペーン用*/

.pop_info {
  width: 200px;
  height: auto;
  position: absolute;
  bottom: -135px;
  left: 220px;
  animation: fluffy1 3s ease infinite;
}

.pop_box {
  position: relative;
  width: 524px;
  height: 175px;
  margin: 0 auto;
}

.pop_box .pop_info {
  width: 200px;
  height: auto;
  position: absolute;
  bottom: 18px;
  left: auto;
  right: 0;
  animation: fluffy1 3s ease infinite;
}

@media only screen and (max-width:650px) {
  .pop_info {
    width: 160px;
    height: auto;
    position: absolute;
    top: 50px;
    left: auto;
    right: 10px;
  }
  .pop_box {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto 40px auto;
  }
  .pop_box .pop_info {
    width: 160px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    top: 70px;
    animation: fluffy1 3s ease infinite;
  }
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0)
  }
  5% {
    transform: translateY(0)
  }
  10% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-5px)
  }
  25% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(-5px)
  }
  50% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}

.pop_agreetxt {
  position: absolute;
  right: 20px;
  font-size: 90%;
  color: #666;
}

@media only screen and (max-width:650px) {
  .pop_agreetxt {
    font-size: 80%;
  }
}


/*吹き出し*/

.ballon {
  max-width: 900px;
  height: auto;
  min-height: 360px;
  margin: 0 auto;
  background: url(/supscneo/resource/img/bg_topimg.png) no-repeat center top;
  background-size: cover;
  position: relative;
  padding: 20px;
}

.ballon p {
  color: #FFF;
  font-size: 1.7em;
  width: 33%;
  float: left;
  text-align: center;
  padding: 10px;
  position: relative;
}

.ballon p:nth-child(1) {
  top: 30px;
}

.ballon p:nth-child(2) {
  top: 100px;
}

.ballon p:nth-child(3) {
  top: 30px;
}

@media only screen and (max-width: 550px) {
  .ballon {
    max-width: 320px;
    height: auto;
    padding: 20px 0 0 0;
    background: none;
  }
  .ballon p {
    color: #FFF;
    font-size: 1.4em;
    width: 240px;
	height: 145px;
    float: none;
	line-height: 1.3em;
    position: relative;
    padding: 25px 0px 0px 0px;
	box-sizing:border-box;
	}
  .ballon p:nth-child(1), .ballon p:nth-child(3) {
	background: url(/supscneo/resource/img/bg_topimg_l.png) no-repeat center top;
	background-size:240px;
  }
  .ballon p:nth-child(2) {
    top: 10px;
	left:100px;
	background: url(/supscneo/resource/img/bg_topimg_r.png) no-repeat center top;
	background-size: 240px;
  }
  .ballon p:nth-child(3) {
    top: -10px;
  }
}

.BGgray {
  background: #EEE;
  padding: 80px 0 50px 0;
  margin-top: 100px;
}

@media only screen and (max-width: 650px) {
  .BGgray {
    padding: 50px 0 50px 0;
    margin-top: 50px;
  }
}

#Box2 {
  max-width: 900px;
  margin: 0 auto;
}

#Box2 section {
  background: #FFF;
  border: 2px solid #608BBE;
  border-radius: 10px;
  max-width: 750px;
  margin: 10px auto 80px 110px;
  position: relative;
  padding: 40px;
}

#Box2 section h3 {
  position: absolute;
  left: -100px;
  top: -50px;
}

#Box2 section p {}

#Box2 .txtread {
  font-size: 2.2em;
  color: #225799;
  padding: 10px 0 20px 80px;
  text-align: left;
}

@media only screen and (max-width:650px) {
  #Box2 section {
    margin: 10px 10px 50px;
    position: relative;
    padding: 20px;
  }
  #Box2 section h3 {
    position: absolute;
    left: 50%;
    top: -70px;
    margin-left: -50px;
  }
  #Box2 h3 {
    width: 100px;
  }
  #Box2 .txtread {
    font-size: 1.4em;
    padding: 10px 0 20px 20px;
  }
}


/*STEP1*/

#Step1 {}

#Step1 .ballonbox {
  overflow: auto;
  padding: 20px 0 10px 0;
}

#Step1 .ballonbox p {
  width: 46%;
  height: 105px;
  border-radius: 20px;
  background: #608BBE;
  color: #FFF;
  font-size: 1.5em;
  display: table;
  float: left;
  margin: 20px 2%;
  position: relative;
}

#Step1 .ballonbox p span {
  display: table-cell;
  vertical-align: middle;
}

#Step1 .left_box::after {
  content: "";
  position: absolute;
  right: -220px;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #608BBE transparent transparent transparent;
  border-width: 20px 1px 0 20px;
}

#Step1 .right_box::after {
  content: "";
  position: absolute;
  right: 220px;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #608BBE transparent transparent transparent;
  border-width: 20px 20px 0 1px;
}

@media only screen and (max-width:650px) {
  /*STEP1*/
  #Step1 {}
  #Step1 .ballonbox {
    overflow: auto;
    padding: 0px 0 10px 0;
  }
  #Step1 .ballonbox p {
    width: 90%;
    height: 50px;
    float: left:none;
    margin: 0px 2% 30px;
  }
  #Step1 .ballonbox p span {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8em;
  }
  #Step1 .left_box::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #608BBE transparent transparent transparent;
    border-width: 20px 1px 0 20px;
  }
  #Step1 .right_box::after {
    content: "";
    position: absolute;
    right: 150px;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #608BBE transparent transparent transparent;
    border-width: 20px 20px 0 1px;
  }
}


/*STEP2*/

#Step2 .plan {
  overflow: auto;
}

#Step2 .plan div {
  width: 31%;
  float: left;
  padding: 5px;
  border-radius: 22px;
  margin: 5px 1%;
}

#Step2 .plan div.plan1 {
  background: #57B6E3;
}

#Step2 .plan div.plan2 {
  background: #608BBE;
}

#Step2 .plan div.plan3 {
  background: #1C7AA8;
}

#Step2 .plan .planimg img {
  border-radius: 20px 20px 0 0 / 20px 20px 0 0;
}

#Step2 .plan .planimg .pc {
  display: block !important;
}

#Step2 .plan .planimg .sp {
  display: none !important;
}

#Step2 .plan .txtbox {
  color: #FFF;
  padding: 15px 0;
}

#Step2 .plan .txtbox span {
  font-weight: 900;
  font-size: 1.2em;
}

@media only screen and (max-width:650px) {
  #Step2 .plan div {
    width: 90%;
    float: none;
    margin: 10px auto;
  }
  #Step2 .plan .planimg img {}
  #Step2 .plan .txtbox {
    color: #FFF;
    padding: 0;
  }
  #Step2 .plan .planimg .pc {
    display: none !important;
  }
  #Step2 .plan .planimg .sp {
    display: block !important;
  }
}


/*FAQ*/

#Faq {
  max-width: 900px;
  margin: 0 auto;
}

#Faq>div {
  border-top: 2px dotted #999999;
}

#Faq>div:last-child {
  border-bottom: 2px dotted #999999;
}

#Faq p {
  font-size: 1.8em;
  padding: 10px 0 15px 80px;
  background: url(/supscneo/resource/img/icon_A.png) no-repeat 10px top;
  margin: 20px;
}

#Faq .question {
  color: #179AD5;
  font-weight: 900;
  background: url(/supscneo/resource/img/icon_Q.png) no-repeat 10px top;
}

@media only screen and (max-width:650px) {
  #Faq p {
    font-size: 1.2em;
    padding: 5px 0 15px 70px;
    background-size: 50px auto;
    margin: 20px;
  }
  #Faq .question {
    background-size: 50px auto;
  }
}


/*その他ページ用*/

section.infopage {
	width:90%;
  text-align: left;
  max-width: 900px;
  margin: 70px auto;
}

section.infopage h1 {
  border-bottom: 1px solid #608BBE;
  border-left: 5px solid #608BBE;
  padding: 3px 0px;
  margin-bottom: 20px;
  color: #608BBE;
  text-indent: 10px;
}
section.infopage h1.m_t_70{
	margin-top:70px;
}

@media only screen and (max-width:650px) {
section.infopage {

width:95%; 
}
}

section.infopage p {
  font-size: 1.2em;
}

.infopage dl {
  border-bottom: 1px dotted #CCCCCC;
}

.infopage dt {
  font-size: 1.1em;
  font-weight: bold;
  border-top: 1px dotted #CCCCCC;
  padding: 20px 0;
}

.infopage dd {
  padding-left: 10px;
  padding-bottom: 10px;
}
.infopage dd ul li{
	margin-left: 2em;
}

/*フォーム・受付*/

.cunseling_post {
  padding: 120px 100px 30px;
  font-size: 140%;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 650px) {
  .cunseling_post {
    padding: 80px 20px 30px;
    font-size: 120%;
  }
}

.cunseling_post p {
  padding-top: 1em;
}

.cunseling_post p.title {
  font-weight: bold;
  padding-top: 30px;
}

.cunseling_post ul {
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  padding: 20px;
}

.cunseling_post li {
  list-style: inside;
}

.cunseling_post span {
  font-weight: bold;
}

.cunseling_post input {
  padding: 10px;
  border: 2px solid #169fda;
  border-radius: 5px;
  font-size: 140%;
}

.cunseling_post input.btn {
  background: linear-gradient(to bottom, #169fda 5%, #167ED9 100%);
  color: #FFF;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 20px;
}

.cunseling_post input.btn:hover {
  background: linear-gradient(to bottom, #167ED9 5%, #169fda 100%);
}


/*テキストページ用*/

#TextPage {
  font-size: 150%;
  text-align: center;
  padding: 170px 0;
}

#TextPage input {
  padding: 10px;
  border: 2px solid #608BBE;
  border-radius: 5px;
  font-size: 140%;
}

#TextPage input.btn {
  background: #608BBE;
  border: 2px solid #608BBE;
  color: #FFF;
  font-size: 90%;
  border-radius: 10px;
  font-weight: bold;
  margin: 20px 0 20px;
  padding: 10px 50px;
}

#TextPage input.btn:hover {
  background: #FFF;
  border: 2px solid #608BBE;
  color: #608BBE;
}

#TextPage p.mtp_20 {
  margin-top: 20px;
}

@media only screen and (max-width: 650px) {
  #TextPage {
    font-size: 120%;
    padding: 100px 0;
  }
}


/*ビデオ出し分け*/

.PC_video {
  display: block;
  width: 640px;
  margin: 40px auto 20px;
}

.SP_video {
  display: none;
}

@media only screen and (max-width: 650px) {
  .PC_video {
    display: none;
  }
  .SP_video {
    display: block;
    margin: 40px auto 20px;
    width: 180px;
  }
}


/*フッター*/

#FooterLink {
  background:#608BBE;
  padding: 15px 0;
  overflow: auto;
  margin: 30px 0;
}

#FooterLink>div {
  max-width: 900px;
  margin: 0 auto;
}

#FooterLink .box {
  width: 30%;
  float: left;
  margin: 0 1%;
  padding: 1px;
}

#FooterLink dd {
  color: #EEE;
  font-size: 11px;
}

#FooterLink dt {
  font-size: 1.3em;
  color: #FFF;
  font-weight: 900;
  padding-top: 15px;
}

#FooterLink dl dl dt {
  font-size: 1.2em;
  padding-top: 1px;
}

#FooterLink dl dl dt {
  padding-top: 1px;
}

#FooterLink dl dl dl {
  margin-left: 20px;
}

@media only screen and (max-width:650px) {
  #FooterLink .box {
    width: 95%;
    float: none;
    margin: 0 auto;
    padding: 1px;
  }
  #FooterLink .box dl {
    padding-bottom: 15px;
  }
  #FooterLink .box dl dl {
    border-bottom: 1px dotted #B3B3B3;
    padding-bottom: 5;
    margin-left: 10px;
  }
  #FooterLink .box dl dl dl {
    border-bottom: none;
    padding-bottom: 5;
  }
}

p.footinfo {
  text-align: center;
  font-size: 1.0em;
}

@media only screen and (max-width:650px) {
  p.footinfo {
    font-size: 1.0em;
  }
}

.footmenu {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  width: 98%;
  margin: 30px auto 10px auto;
  padding: 10px;
}

.footmenu ul {
  max-width: 900px;
  margin: 0 auto;
  display: table;
}

.footmenu li {
  display: table-cell;
  padding: 10px;
}

@media only screen and (max-width:650px) {
  .footmenu ul {
    display: block;
  }
  .footmenu li {
    display: block;
    padding: 5px;
  }
}


/*フッターメニュー*/

address {
  letter-spacing: 0.3em;
  text-align: center;
  font-style: normal;
  padding: 50px 0
}

@media only screen and (max-width:650px) {
  address {
    letter-spacing: 0.1em;
    background: #666;
    color: #FFF;
  }
}


/*上部に戻るボタン*/


/*上部へ移動ボタン

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0.9;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 40px;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  background: #608BBE;
  color: #fff;
  position: relative;
}

#pageTop:after {
  position: absolute;
  content: "";
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 25px;
  top: 28px;
  z-index: 1000;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (max-width:500px) {
  #pageTop a {
    width: 50px;
    height: 50px;
  }
  #pageTop:after {
    right: 15px;
    top: 20px;
  }
}
*/

/*セレクトへ移動ボタン*/

#selectPage {
  position: fixed;
  bottom: 15px;
  right: 15px;
  opacity: 0.9;
  z-index:10000;
}

#selectPage img {
  display: block;
  z-index: 999;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  position: relative;
}

#selectPage img:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*移動ここまで*/




.line{ border: none; background-color: #fff; border-top: 2px solid #e5e5e5;}
@media only screen and (max-width:650px) {
.line{ display:none;}
}


.btn_next {
  text-align: center;
}
.btn_next button {
    width: 80%;
    height: 50px;
    background: #608BBE;
    border: 2px solid #608BBE;
    color: #FFF;
    border-radius: 10px;
    font-weight: bold;
    font-size: 110%;
    margin: 0 auto;
}

/*トップページ画像切り替え*/

#MainFade{
  position: relative;
  max-width:600px;
  margin:0 auto;
  background:#5d84b5;
padding-bottom: 110%;}
#MainFade:before {
/*    content: "";
    display: block;
    padding-top: 110%;*/
}
.readbox{
	position:absolute;
	width:100%;
	margin:0 auto;
	top:25px;
	left:0;
	z-index:2;
	text-align:center;
}

.readbox h1{
	color:#5D84B5;
	font-size:32px;
	font-weight:bold;
}
.readbox .read02{
	color:#003752;
	font-size:20px;
	margin-top:20px;
}
.readbox .read03 {
    color: #003752;
    font-size: 15px;
    margin: 0 0 0 100px;
    text-align: left;
}
.icon_no1{
	position: absolute;
    width: 27%;
    top: 32%;
    right: 10px;
    z-index: 10;
}
@media only screen and (max-width:570px) {
	.icon_no1{
    top: 40%;
  }
}

@media only screen and (max-width:450px) {
.readbox{
	top:20px;
}
.readbox h1{
	font-size:23px;
	line-height: 1.3em;
}
.readbox .read02{
	font-size:16px;
	margin-top:8px;
	}
.readbox .read03 {
    font-size: 14px;
    margin: 0 0 0 30px;
    text-align: left;
}
.icon_no1{
    top: 35%;
}

}

#MainImg{
	position:absolute;
	width:100%;
	top:0;
	z-index:1;
}

#MainImg div{
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
    -webkit-animation: bgAnime 8s infinite;
    animation: bgAnime 8s infinite; 
/*animation-timing-function:ease-in;  */
	opacity:0;
	width:100%;
	padding-bottom:110%;
	}


@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
 100% { opacity: 0; }
}
#MainImg .fadeimg01{
	background:url(/supscneo/resource/img/main_img01.png) no-repeat center bottom;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	background-size:cover;
}
#MainImg .fadeimg02{
	background:url(/supscneo/resource/img/main_img02.png) no-repeat center bottom;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	background-size:cover;
}
#MainImg .fadeimg03{
	background:url(/supscneo/resource/img/main_img03.png) no-repeat center bottom;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	background-size:cover;
}
#MainImg .fadeimg04{
	background:url(/supscneo/resource/img/main_img04.png) no-repeat center bottom;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	background-size:cover;
}

/*よくある質問*/
.faq{
	padding:25px 0 100px 0;
}
.FAQ_Box {
    padding-bottom: 100px;
	text-align:left;
	padding:10px 0;
	max-width:600px;
	margin:10px auto;
    border-bottom: 1px solid #EEE;
}

.FAQ_Box .Answer {
    display: none;
}

.FAQ_Box p {
	color:#608BBE;
	font-size:15px;
    cursor: pointer;
    padding: 20px;
}

.FAQ_Box .Answer {
    padding: 0px 20px 20px 20px;
}


.dottitle:after {
    content: "";
    background: url(/supscneo/resource/img/dotto.png) no-repeat center;
    width: 4em;
    box-sizing: border-box;
    background-size: contain;
    display: block;
    margin: 10px auto;
    height: 1em;
}
/*
     FILE ARCHIVED ON 02:04:49 Apr 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:42:32 Jul 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.472
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.013
  esindex: 0.009
  cdx.remote: 19.551
  LoadShardBlock: 104.47 (3)
  PetaboxLoader3.datanode: 120.652 (4)
  load_resource: 169.64
  PetaboxLoader3.resolve: 113.338
*/