@charset "utf-8";
/* CSS Document */
/* 旧フォーマット調整用 */
ol.default02 {
  padding: 0 0 5px 3em;
  font-size: 0.9rem;
}
p.site {
  padding-left: 1.5em;
}
/* ガイド共通メニュー */
.guideHeader {
  max-width: 1198px;
  min-width: 960px;
  width: 99.9%;
  height: 70px;
  margin-top: -20px;
  background-color: #4b4a42;
  position: absolute;
  z-index: 2;
}
body * {
  zoom: 1;
}
a {
  color: #f3468c;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}
a:hover {
  color: #f0166e;
  text-decoration: underline;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
sup {
	font-size: 0.7rem;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.guideMenu a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: -1px;
}
.menu_s:hover {
  background: #7a786b;
}
.guideMenu .child {
  display: none;
  background: #4b4a42;
}
.guideMenu .child .menu {
  background: #eaeaea;
  color: #5e5e5e;
}
.guideMenu .child .menu:hover {
  background: #d0d0d0;
}
.guideMenu .child > li {}
.guideMenu .child > li:last-child {
  border-bottom: 0;
}
.switch .menu:after {
  position: absolute;
  top: 50%;
  right: 2%;
  margin-top: -1.4rem;
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
}
.switch .menu.active:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-size: 2rem;
  right: 2.5%;
  margin-top: -1rem;
}
.switch .menu_s:after {
  position: absolute;
  top: 60%;
  right: 30px;
  margin-top: -1.4rem;
  content: '＋';
  font-size: 1.4rem;
  font-weight: bold;
}
.switch .menu_s.active:after {
  content: '－';
}
.child01 {}
.child02 {
  color: #fff;
  font-size: 1.2rem;
}
.child02 li {
  padding: 0 20px 5px 20px;
}
.child02 li:hover {
  background: #7a786b;
}
.menu {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 10px;
}
.menu_s {
  position: relative;
  padding: 8px 20px;
  font-size: 1.3rem;
  border-top: solid 1px #aaa;
}
.source {
  margin: 0;
  padding: 30px 0 0;
}
.guide_title {
  font-size: 2rem;
  padding: 0.8rem 1rem 0.8rem 6.5rem;
  font-weight: bold;
  background: url(/sic-front/static/contents/images/guide/common/guide_title.png) 2% 0 no-repeat;
  background-size: contain;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  background: #a5a49c;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 35px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guideHeader {
    max-width: 960px;
    width: 960px;
    min-width: 960px;
    height: 72px;
    margin-top: -20px;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .guideHeader {
    max-width: 640px;
    width: 100%;
    min-width: 320px;
    height: 52px;
    background-size: contain;
  }
  .guide_title {
    padding: 0.7rem 0.8rem 0.6rem 4.5rem;
    font-size: 1.4rem;
  }
  .menu_s {
    padding: 7px 15px;
    font-size: 1.1rem;
  }
  .child02 {
    font-size: 1rem;
  }
  .child02 li {
    right: 15px;
    top: 60%;
    padding: 5px 20px 5px 20px;
  }
  .switch .menu:after {
    top: 54%;
    font-size: 2.5rem;
  }
  .switch .menu_s:after {
    right: 15px;
    top: 60%;
  }
}
/* メニューここまで */
/* コンテンツ用 基本 */
.contentsArea #contentsInnerArea {
  float: none;
  width: 100%;
  padding-top: 50px;
  margin-bottom: 0;
}
.mainTitle {
  margin: 1% 3% 1% 3%;
  padding: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #4b4a42;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.contentsArea {
  overflow: visible;
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.guid_container {
  font-size: 1.1rem;
  line-height: 1.7;
}
.guid_container p {
  margin: 0.8rem auto;
  width: 95%;
}
.guid_container a {
  color: #4b4a42;
  text-decoration: underline;
}
.guid_container a:hover {
  color: #969488;
}
.guide_submenu{
width: 49%;
    border-radius: 8px;
    border: solid 2px #4b4a42;
    font-size: 1.2rem;
    background: #4b4a42;
}
.guide_submenu:hover{
    border: solid 2px #716f63;
    background: #716f63;
    cursor: pointer;
}

.guide_submenu a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 15px;
    text-decoration: none;
    font-weight: 500;
    color:#fff;
}

.guide_submenu a:hover{
    color:#fff;
}


.bg_border {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 2rem;
  display: flex;
  /*background-color: #e2e1dc;*/
  background-color: #e1dfd4;
}
.fa-dot-circle {
  color: #dc6d9c;
  margin: 0 10px 0 0;
}
.fa-circle {
  margin: 0 10px 0 0;
}
.fa-chevron-right {
  margin: 0 10px 0 0;
}
.fa-caret-right {
  margin: 0 7px 0 0;
}
.fa-exclamation-triangle {
  margin: 0 10px 0 0;
  color: #dc6d9c;
}
.caption li{
    font-size:0.9rem;
    text-indent: -1rem;
    padding:0 2rem;
}

.linkList {
  margin: 20px 10px;
  font-size: 1rem;
  line-height: 160%;
}
.linkList li {
  background: none;
}
.title {
  font-size: 1.4rem;
  font-weight: bold;
  text-indent: -1rem;
  padding-left: 2rem;
  line-height: 140%;
}
.title_s {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 140%;
}
.title_no {
  font-size: 1.4rem;
  font-weight: bold;
  width: 30px;
  height: 30px;
  background: #4b4a42;
  color: #fff;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  margin: -25px 0 0 -30px;
}
.guide_col {
  display: flex;
  width: auto;
  background: #fff;
  padding: 1.8rem 1.5rem 1.5rem 1.5rem;
  margin: 0.8rem auto;
  border-radius: 13px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guide_col1 {
  display: flex;
  width: 96%;
  background: #fff;
  padding: 1.8rem 1.5rem 1.5rem 1.5rem;
  margin: 0.8rem auto;
  border-radius: 13px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide_col2 {
  width: 45%;
  background: #fff;
  padding: 1.2rem 1.5rem 1.5rem 1.5rem;
  margin: 0.8rem 0;
  border-radius: 13px;
}
.guide_col3 {
  width: 27%;
  background: #fff;
  padding: 1rem 1.8rem 1rem 1.8rem;
  margin: 0.8rem 0;
  border-radius: 13px;
}

.guide_col3_blank {
  width: 27%;
  padding: 1rem 1.8rem 1rem 1.8rem;
  margin: 0.8rem 0;
  border-radius: 13px;
}

.guide_col4 {
    width: 21%;
    background: #fff;
    padding: 1rem;
    margin: 0.8rem 0;
    border-radius: 13px;
}
/*flexbox用*/
.flbox {
  display: flex;
}
.flbox2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0 1.7rem;
}
.flbox .title {
    position: absolute;
    width: auto;
    max-width: 500px;
    text-indent: -1rem;
    padding-left: 2rem;
    line-height: 140%;
}
@media screen and (max-width: 640px) {
  .flbox .title {
    width: 75%;
  }
.flbox2 {
  margin: 0 auto;
}
}
/*//flexbox用*/
.guide_annot {
    padding: 1.5rem 1.5rem;
    color: #67665e;
    font-size: 0.9rem;
    background: #f5f4f1;
    margin: 0;
}
.guide_annot .annot_t {
  width: auto;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 0 0.5rem 0.5rem 0.5rem;
  text-align: center;
}
.guide_about {
  display: flex;
  flex-wrap: nowrap;
  width: 90%;
  margin: 2.5rem auto;
  border-radius: 15px;
  border: solid 4px #4b4a42;
  background: #fff;
  padding: 1.5rem 1.5rem 0.8rem 1.5rem;
  font-size: 1.2rem;
  line-height: 200%;
}
.guide_about .about_t {
  position: absolute;
  background: #4b4a42;
  color: #fff;
  width: auto;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.5rem;
  margin: -45px 15px 15px 15px;
  padding: 0.4rem 1.5rem;
}
.guide_t_l {
  width: 90%;
  text-align: center;
  margin: 0.5rem auto;
  font-size: 1.9rem;
  font-weight: 500;
}
.guide_t_m {
  width: 100%;
  text-align: center;
  margin: auto;
  font-size: 1.8rem;
  font-weight: 500;
}

.w20 {
  display: flex;
  width: 20%;
  padding: 1rem;
  align-items: center;
}
.w30 {
  width: 30%;
  padding: 1rem;
}
.w50{
  width: 50%;
  padding: 1rem 0.5rem;
}
.w75 {
  width: 75%;
  padding: 1rem 0.5rem;
}
.w80 {
  width: 80%;
  padding: 1rem 0.5rem;
}
.w90 {
  width: 90%;
  padding: 1rem 0.5rem;
  margin: 0 auto;
}
.w100 {
  width: 100%;
}
.guide_inner {
  width: 95%;
  margin: 1rem auto 2.5rem auto;
}

table.formBox th {
    min-width: 160px;
}

table.formBox th {
    padding: 0.7rem 1rem;
    font-size: 1rem;
}


.link_box {
  width: 100%;
  display: flex;
  font-size: 1rem;
  line-height: 150%;
  align-items: flex-start;
}

.nblink {
  text-decoration: none!important;
}


.link_box:hover {

  text-decoration: none!important;
}

.link_box .w20{
    padding:0.5rem;
}



.textbox_s {
    height:90px;
}

   .annotList {
       margin:0 1rem;

  }
   .annotList li {
        list-style:disc;
       margin:0px 2rem;
  }


/*ボタン関係*/
.btn_s {
  max-width: 300px;
  min-width: 200px;
  margin: 1rem 0 1rem 2rem;
  padding: 8px 8px 8px 25px;
  font-size: 1.4rem;
}
.btn_m {
    max-width: 550px;
    min-width: 150px;
    padding: 8px 8px 8px 25px;
    font-size: 1.4rem;
}
.guide_login {
  background: #d91080;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  margin: 1rem auto;
  width: 50%;
  border-radius: 8px;
  display: block;
  cursor: pointer;
}
.guide_login a {
  color: #fff;
  display: block;
  width: 100%;
  text-decoration: none;
}
.guide_login:hover {
  background: #ef57ac;
}
.guide_login a:hover {
  color: #fff;
}
.guide_join {
  background: #fff;
  padding: 9px;
  text-align: center;
  color: #d91080;
  font-size: 1.3rem;
  margin: 1rem auto;
  width: 80%;
  border-radius: 8px;
  display: block;
  border: solid 3px #d91080;
  cursor: pointer;
}
.guide_join a {
  color: #d91080;
  display: block;
  width: 100%;
  text-decoration: none;
}
.guide_join:hover {
  background: #facde6;
}
.guide_join a:hover {
  color: #d91080;
}
.guide_campaign {
background: #d91080;
    padding: 10px 12px;
    color: #fff;
    font-size: 1.3rem;
    margin: 2rem 1.5rem;
    width: 90%;
    text-align: center;
    border-radius: 8px;
    display: block;
    cursor: pointer;
}

.guide_campaign a {
  color: #fff;
  display: block;
  width: 100%;
  text-decoration: none;
}
.guide_campaign:hover {
  background: #ef57ac;
}
.guide_campaign a:hover {
  color: #fff;
}
.guide_set {
  background: #716f63;
  text-align: left;
  color: #fff;
  font-size: 1.5rem;
  margin: 0 auto 1rem auto;
  border-radius: 8px;
  display: block;
  cursor: pointer;
}
.guide_set a {
  color: #fff;
  display: block;
  width: 100%;
  text-decoration: none;
}
.guide_set:hover {
  background: #969488;
}
.guide_set a:hover {
  color: #fff;
}
.guide_setw {
  background: #fff;
  text-align: left;
  color: #716f63;
  font-size: 1.5rem;
  border: solid 3px #716f63;
  margin: 0 auto 1rem auto;
  border-radius: 8px;
  display: block;
  cursor: pointer;
  padding: 4px 9px 6px 15px;
}
.guide_setw a {
  color: #716f63;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.guide_setw:hover {
  background: #f0efe6;
}
.guide_setw a:hover {
  color:#716f63;
}

@media screen and (max-width: 640px) {
  .btn_s {
    margin: 2rem auto;
  }
table.formBox th {
    padding: 0.7rem 1rem;
    font-size: 1.1rem;
}
.guide_set {
    font-size: 1.1rem;
}
.guide_login {
    font-size: 1.1rem;
    width:90%;
}
.guide_campaign {
    font-size: 1.1rem;
    margin: 1rem auto;
    width: auto;
}
.btn_m {
    margin: 1rem auto;
    font-size: 1.1rem!important;
}
    }
/*ボタン関係ここまで*/


/* コンテンツ用 ～767px */
@media screen and (max-width: 767px) {
  .contentsArea #contentsInnerArea {
    padding-top: 50px;
  }
  .bg_border {}
  .guide_col2 {
    width: 100%;
  }
  .guide_col3 {}
  .linkList {
    margin: 20px 0;
  }
  .guide_about {
    flex-wrap: wrap;
    width: 85%;
    padding: 0.5rem 0.5rem 0 0.5rem;
    margin: 2.5rem auto;
  }
  .guide_about .about_t {
    font-size: 1.4rem;
    margin: -25px 10px 0 0;
    padding: 0.2rem 1rem;
  }
  .w20 {
    width: 15%;
    padding: 1rem;
  }
  .w30 {
    width: 50%;
    padding: 1rem;
  }
  .w80 {
    width: 70%;
    padding: 1rem 0.5rem;
  }
  .guide_about .fr {
    float: none;
  }

}
/* コンテンツ用 ～640px */
@media screen and (max-width: 640px) {
  .contentsArea #contentsInnerArea {
    padding-top: 32px;
  }
  .mainTitle {
    margin: 3% 3% 3% 5%;;
    font-size: 1.4rem;
  }
.guide_submenu{
width: 91%;
    margin: 0.2rem auto;
}
  .guide_col1 {
    flex-direction: column;
    /*width: 100%;*/
    margin: 0.8rem auto;
    padding: 1rem;
  }
  .guide_col2 {
    padding: 0.8rem 1rem 0.8rem 1rem;
    margin: 0 0 0.8rem 0;
    border-radius: 10px;
  }
  .guide_col3 {
    width: 100%;
    font-size: 1rem;
  }
  .guide_col4 {
	width: 100%;
  }
  .w20 {
    width: 50%;
    padding: 1rem;
    margin: 0 auto;
  }
  .w75 {
    width: 95%;
    padding: 0 0.5rem 0 0;
    margin: 0 auto;
  }
  .w80 {
    width: 95%;
    padding: 1rem;
    margin: 0 auto;
  }
  .fa-dot-circle {
    margin: 0 7px 0 0;
  }
  .title {
    font-size: 1.2rem;
  }
  .guid_container p {
    margin: 0.5rem auto;
    line-height: 150%;
    font-size: 1rem;
  }

  .linkList {
    margin: 10px 0;
  }
  .linkList li {
    background: none;
    line-height: 140%;
    font-size: 1rem;
  }
  .guide_about {
font-size: 1rem;
    line-height: 170%;
  }
  .guide_t_l {
    margin: 0 auto 0.5rem auto;
    font-size: 1.5rem;
  }
  .guide_t_m {
    font-size: 1.5rem;
  }
  .guide_annot {
    padding: 1rem;
    font-size: 0.9rem;
  }
  .guide_annot .annot_t {
    font-size: 1.3rem;
  }
.guide_set {
    font-size: 1.2rem;
  }
  .link_box {
    width: 100%;
    display: flex;
    font-size: 1rem;
    line-height: 150%;
    align-items: center;
  }
  .link_box a {
    display: block;
    width: 75%;
    height: 13%;
    position: absolute;
    color: #4b4a42;
    line-height: 30%;
  }
.textbox_s {
    height:auto;
}


}
/*Q&A専用*/

.qa-list {
  width: 95%;
  margin: 2.5rem auto;
}
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 20px 80px 20px 10px;
  cursor: pointer;
  border-bottom: 2px solid #9e9e9e;
}
.qa-list dl:first-child {
  border-top: 2px solid #9e9e9e;
}
.qa-list dl::before {
  position: absolute;
  top: 22px;
  right: 35px;
  background: #d91080;
  color: #fff;
  width: 20px;
  height: 20px;
  font-weight: bold;
  display: block;
  margin: auto;
  content: '＋';
  padding: 0 3px 6px 5px;
}
.qa-list .open::before {
  content: '－';
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 50px 0 40px;
    font-weight: 500;
    font-size: 1.2rem;
    width: 96%;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #716f62;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #716f62;
}
.qa-list dl dd {
  border-radius: 10px;
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0 20px;
  padding: 20px 20px 20px 50px;
  background: #efefef;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}
.qa-list p {
  line-height: 160%;
}
.sub_link {
  padding-top: 10px;
  display: block;
}

.sub_link_btn {
    line-height: 130%;
    padding: 0 10px 10px 15px;
    display: block;
    margin: 0.1rem;
    width: calc(46% - 5px);
    border: solid 1px #4b4a42;
    border-radius: 4px;
}

.sub_link_btn a {
    text-decoration: none;
}

.qa_exp {
  padding: 10px 10px 15px 10px;
  border-radius: 10px;
  background: #f5f4f1;
  font-size: 1rem;
  margin: 1rem auto;
}
.qa_exp_t {
  font-weight: bold;
  border-bottom: solid 1px #4b4a42;
  margin: 0 0 0.5rem 0;
  padding-bottom: 5px;
  font-size: 1.1rem;
}
.sasikaesh {
    display: none;
}

@media screen and (max-width: 767px) {

  .qa-list {
    margin: 1.5rem auto;
  }
  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
.qa-list dl dt {
    padding: 0 90px 0 30px;
    font-size: 1rem;
    width: 90%;
}
  /*.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 1.1rem;
  }*/
  .qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }
  .qa-list dl dd::before {
    font-size: 14px;
    top: 18px;
    left: 10px;
    content: 'A.';
  }
  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 15px 20px 15px 30px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
  .qa-list dl::before {
    position: absolute;
    top: 14px;
    right: 10px;
    background: #d91080;
    color: #fff;
    width: 20px;
    height: 20px;
    font-weight: bold;
    display: block;
    margin: auto;
    content: '＋';
    padding: 0 3px 6px 5px;
  }


}
@media screen and (max-width: 640px) {
  .qa_exp {
    width: auto;
  }
.qa-list dl dt {
    padding: 0 60px 0 30px;
    width: 85%;
}
.sub_link_btn {
    width: 100%;
    font-size: 1rem;
}
}

/*問い合わせ*/
.inquiry{
	margin:10px;
	padding:20px;
	border:3px solid #d2d2d2;
	border-radius: 30px;
    height: auto;
    display: block;
}
.heading{
	font-weight: bold;
 	margin: 0 0 0.5rem 0;
  	padding-bottom: 5px;
  	font-size: 1.1rem;
}
.w100h50{
  width: 100%;
  height: 50%;
}
/*問い合わせ遷移先*/
.arrowTextBox {
    margin: 2rem auto 2rem auto;
}

.arrowTextBox li.current span {
    background: #dc6d9c;
}
.arrowTextBox li span {
    /* display: block; */
    display: inline-block;
    padding: 10px;
    border-top: 2px solid #dc6d9c;
    border-left: 2px solid #dc6d9c;
    border-bottom: 2px solid #dc6d9c;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    *: ;
    display: inline;
    *: ;
    zoom: 1;
}

.arrowTextBox li {
    padding: 12px 12px 12px 0;

    /* float: left; */
    display: inline-block;
    padding-right: 26px;
    font-size: 130%;
    color: #dc6d9c;
    background: url(/sic-front/static/contents/images/guide/common/arrowTextBox_bg_01.png) no-repeat 100% 50%;
    *: ;
    display: inline;
    *: ;
    zoom: 1;
}

.arrowTextBox li.current {
    background: url(/sic-front/static/contents/images/guide/common/arrowTextBox_bg_02.png) no-repeat 100% 50%;
}

table.formBox {
    font-size: 90%!important;
}

.centerBtns input[type="submit"], .centerBtns input[type="button"] {
    font-size: 130%!important;
}

.emailBox {
    width: 280px;
}

table.formBox th .require {
    background: #C0007A;
}

@media screen and (max-width: 640px) {
.arrowTextBox li {
    display: inline-block;
    font-size: 1.2rem;
    padding:0;
    color: #dc6d9c;
    width: 90%;
}

 .arrowTextBox li span {
    width: 100.6%;
    display: block;
    font-size: 1.2rem;
    padding: 5px;
}
.arrowTextBox li {
    background-size: 21px!important;
    padding-right: 34.5px;
}

.arrowTextBox li .current  {
    background-size: 5.4%;
}

.centerBtns input[type="submit"], .centerBtns input[type="button"] {
    min-width: 180px;
    margin: 0.2rem 0;
}


}
/* 本サイトについて
   規約・個人情報の取り扱い・サイトポリシー */
ol.policyDefault02 {
  padding: 0 0 5px 3em;
  font-size: 100%;
  list-style-type: decimal
}
ol.policyDefault02 li,
ul.policyDefault02 li {
	margin: 0 0 0.25em 0;
	line-height: 1.7;
	margin-bottom: 10px;
	font-size: 100%;
}
ol.policyDefault02 li::marker{
	font-weight:bold;
}
p.policySite {
    padding-left: 3.5em;
    text-indent: -2em;
    font-size: 100%;
	margin-bottom: 5px;
}
.policyMts {
  margin-top: 2rem;
  margin-bottom: 10px;
  font-size: 120%;
  font-weight:bold;
}
.policyGuid_container {
  font-size: 1.1rem;
  line-height: 1.7;
}
.policyGuid_container p {
  margin: 0.8rem auto;
}
.policyGuid_container a {
  color: #4b4a42;
  text-decoration: underline;
}
.policyGuid_container a:hover {
  color: #969488;
}
p.policySite1 {
  padding-left: 5.5em;
  text-indent: -2em;
  font-size: 100%;
  margin-bottom: 5px;
}
p.policySite4 {
  padding-left: 6px;
  margin-left: 42px;
  margin-bottom: 5px;
  background: transparent url("/sic-front/images/common/marker_normallist.gif") 0 0.6em no-repeat;
}
div#policyText10 p{
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 100%;
  font-weight:bold;
}
div#policyText11 p{
 padding-left: 11px;
 margin-left: 11px;
 margin-bottom: 5px;
 font-size: 100%;
 list-style: none;
}
div#policyText11 li{
 padding-left: 11px;
 margin-left: 11px;
 margin-bottom: 5px;
 font-size: 100%;
 list-style: none;
}
div#policyText12 p{
 margin-left: 11px;
 padding-left: 4em;
 text-indent: -2em;
 margin-bottom: 5px;
 font-size: 100%;
}
div#policyText13 p{
 padding-left: 3em;
 text-indent: -1.5em;
 margin-bottom: 5px;
 font-size: 100%;
}
div#policyText14 p{
padding-left: 0;
margin-bottom: 5px;
font-size: 100%;
width: 85%;
}
.policyBold{
	font-weight: bold;
}
.policyTable{
	line-height:50px;
}
.policyTable th{
	vertical-align: top;
}


@media screen and (max-width: 640px) {
img.policyImg{
	width: 100%
}
p.policySite {
    padding-left: 0;
    text-indent: -2em;
    font-size: 100%;
	margin-bottom: 5px;
}
p.policySite1 {
  padding-left: 0;
  text-indent: -2em;
  font-size: 100%;
  margin-bottom: 5px;
}
p.policySite4 {
  padding-left: 6px;
  margin-left: 1rem;
  margin-bottom: 5px;
  background: transparent url("/sic-front/images/common/marker_normallist.gif") 0 0.6em no-repeat;
}
div#policyText12 p{
margin-left: 11px;
padding-left: 3em;
text-indent: -2em;
margin-bottom: 5px;
font-size: 100%;
width: 85%;
}
div#policyText13 p{
padding-left: 3em;
text-indent: -1.5em;
margin-bottom: 5px;
font-size: 100%;
width: 85%;
}
div#policyText14 p{
padding-left: 5em;
margin-bottom: 5px;
font-size: 100%;
width: 75%;
}
.policyTable{
	line-height:normal;
}
.policyTable td{
	vertical-align: top;
}
}
/*汎用*/
.sponly {
  display: none;
}
.pconly {
  display: block;
}
.mts {
  margin-top: 2rem;
}
.mtm {
  margin-top: 3rem;
}
.mtl {
  margin-top: 4rem;
}
.tac {
  text-align: center;
  width: 100%!important;
}
.small {
  font-size: 1rem;
    margin: 0 20px 0 20px;
}
.fwb {
  font-weight: bold;
  font-size:1.2rem;
}
.m1r {
  margin: 1rem;
}
.mbs {
  margin-bottom: 2rem;
}
.br10{
  border-radius: 10px;
}

.text_s {
    font-size:0.8rem;
    line-height: 140%;
    text-align:left;
}
.red {
    color:#cc3333;
}

@media screen and (max-width: 640px) {
  .sponly {
    display: block;
  }
.pconly {
  display: none;
}
.fwb {
    font-size: 1rem;
}
.mts {
    margin-top: 1.2rem;
}
  .small {
    font-size: 1rem;
    margin: 0 20px 0 0;
  }
  .sasikaepc {
        display: none;
    }
  .sasikaesh{
        display: block;
  }
}

#b {
  padding-right: 15px;
  background: url(/sic-front/images/common/marker_arw_bread.gif) no-repeat 100% 50%;
  text-decoration: none;
}
