@charset "UTF-8";
/*安心・安全の取り組み*/
.inline-block {
  display: inline-block;
  background-color: white;
  padding: 0;
  width: 530px;
  height: 314px;
  vertical-align: top;
  margin: 0 0 10px 1em;
  border: lightgray solid 2px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(10, 10, 10, 0.1), 6px 3px 3px 0px rgba(10, 10, 10, 0.02);
  box-shadow: 0px 3px 1px -2px rgba(10, 10, 10, 0.1), 6px 3px 3px 0px rgba(10, 10, 10, 0.02);
}

p.topicttl {
  text-align: left;
  font-size: 1.4em;
  padding: 1em;
  margin-top: 0.3em;
  font-weight: 600;
  color: #383790;
}

ul.topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1em;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

ul.topic li:first-child {
  width: 30%;
}

ul.topic li:last-child {
  text-align: left;
  width: 65%;
  line-height: 1.5;
  padding-top: 0.5em;
}

.line {
  border-top: #efefef 1px solid;
  width: 95%;
  margin: 10px auto 0 auto;
  padding-top: 10px;
}

.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.btn {
  display: block;
  font-size: 0.9em;
  width: 20em;
  height: 42px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
  margin: 1em auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: black;
  line-height: 42px;
  position: relative;
  font-weight: 500;
  text-align: center;
}

.half {
  width: 16em;
}

.icon {
  position: absolute;
  right: 10px;
  width: 6px;
  height: 6px;
  top: 40%;
  border-top: 2px solid #9e9e9e;
  border-right: 2px solid #9e9e9e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ico_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
}

.ico_txt li:nth-child(2n+1) {
  width: 10%;
}

.ico_txt li:nth-child(2n) {
  padding: 8px 0 50px 8px;
  font-weight: 700;
  font-size: 1.2em;
  width: 85%;
  text-align: left;
}

.ico_txt a.btn {
  margin: 1em 0;
}

/*モーダル*/
.modal {
  max-width: 800px;
}

.modal h3 {
  background-color: #314BFB;
  color: white;
  padding: 10px 5px;
}

.howto ol {
  list-style: decimal;
}

.howto ol li {
  border-bottom: 1px solid lightgray;
  padding: 10px 0;
  list-style-position: inside;
}

.howto ol li div {
  display: inline-block;
  vertical-align: top;
  width: 95%;
}

.howto p {
  font-size: 0.9em;
  margin: 0.5em 0;
}

/*プライバシーポータル、セキュリティに関する よくあるお問い合わせ、困った時、心配な時のご相談はこちらへ*/
ul.twocontents {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.twocontents li {
  width: 49%;
}

ul.twocontents li > dl {
  background-color: #f8f8f8;
  margin: 10px;
  padding: 10px;
}

ul.twocontents li > dl > dt {
  font-size: 1.3em;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #eb5506;
  width: 95%;
  margin: auto;
  padding-top: 10px;
}

ul.twocontents li > dl > dd {
  text-align: left;
  width: 95%;
  margin: auto;
  padding: 10px;
  line-height: 1.8;
}

ul.twocontents .btn {
  margin-left: 0;
}

.modal dl {
  margin-bottom: 1em;
  font-size: 14px;
}

.modal dl ul li::before {
  content: "■ ";
}

.modal dt {
  padding: 10px 5px;
  font-weight: 600;
}

.modal dt::before {
  content: "Q. ";
}

.modal dd {
  background-color: #efece9;
  line-height: 1.5;
  padding: 10px 5px;
}

.modal span {
  display: table-cell;
  padding-right: 0.5em;
}

.modal span + div {
  display: table-cell;
}

ul.note {
  font-size: 0.8em;
  margin: 10px 0;
}

ul.note li {
  background: url(../img/arrow_or.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position-y: 3px;
  padding-left: 1em;
  margin-top: 0.5em;
}

.qa dt {
  padding-top: 1em;
}

.qa img {
  vertical-align: middle;
}

.qa div {
  display: inline-block;
  padding: 8px;
  background-color: #eae9e9;
  border-radius: 5px;
  color: #383790;
  margin-left: 10px;
}

.qa dd {
  padding-left: 50px;
  margin-bottom: 1em;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}

.qa dd:last-child {
  border: none;
}

.qa dd a {
  color: #343434;
  position: relative;
}

.next_allow {
  position: absolute;
  right: -20px;
  width: 6px;
  height: 6px;
  top: 70%;
  border-top: 2px solid #9e9e9e;
  border-right: 2px solid #9e9e9e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.line1 {
  top: 40%;
}

dl.contact {
  height: 709px;
}

.contact_ttl {
  padding: 1em 0 0.5em 0;
}

.contact_ttl img {
  vertical-align: bottom;
}

.contact_ttl span {
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 600;
}

.message {
  margin-top: 2em;
}

dl.phoneset {
  padding-left: 10px;
}

dl.phoneset dt {
  width: 20%;
  display: inline-block;
}

dl.phoneset dd {
  display: inline-block;
  width: 70%;
}

span.phonenum {
  font-size: 2em;
}

img.applist {
  margin-top: 1.5em;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/*フッター*/
#footer {
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #f4f4f4;
  border-top: 1px solid #ebebeb;
  margin-top: 5em;
}

#footer .inner {
  margin: 0 auto;
  padding: 20px 20px 14px;
  position: relative;
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .inner > h2 {
  width: 75px;
  height: 35px;
  background: url(/contents/pc/img/common/footer_logo.gif) no-repeat;
  text-indent: -9999px;
  vertical-align: text-top;
  margin: 0;
  width: 15%;
  min-width: 75px;
}

#footer .inner > nav {
  margin-left: 5%;
  width: 80%;
  padding-top: 10px;
}

#footer .inner #copyright > h3 {
  width: 87px;
  height: 13px;
  background: url(/contents/pc/img/common/footer_logo02.gif) no-repeat;
  text-indent: -9999px;
  margin: 5px 0 10px auto;
}

#footer .inner #copyright > p {
  right: 0;
  width: 197px;
  height: 6px;
  background: url(/contents/pc/img/common/footer_address.gif) no-repeat;
  text-indent: -9999px;
}

.clearfix {
  min-height: 1px;
}

ul#footerNav a {
  color: #0066aa;
  font-size: 0.9em;
}

ul#footerNav li {
  display: inline-block;
  margin-right: 1em;
  padding: 0 1em;
  background: url(/contents/pc/img/common/icon/icon_blank_g.png) no-repeat right top;
  border-left: solid 1px #aaa;
  font-size: .85em;
  line-height: 1;
}

ul#footerNav li:first-child {
  border-left: none;
}

/* Returm to top 
  ------------------------------------------------------------- */
.returmtop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 0;
}

.returmtop a {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,Roboto,"Droid Sans",sans-serif;
  font-size: 36px;
  text-align: center;
  text-decoration: none;
}

.returmtop a:hover, .returmtop a:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 460px) {
  .returmtop {
    bottom: 44px;
  }
  .returmtop a {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
  }
}
