
/*====================================================
reset.css
====================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
	   box-sizing: border-box;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/*====================================================
base.css
====================================================*/
body {
font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Osaka, Sans-Serif;
font-size: 1.4rem; line-height: 1.8; letter-spacing: .05em; color: #242424; background: #fff;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
top: 0;
width: 100%;
}

@media screen and (max-width: 772px) {
body.simple { min-width: auto !important; width: 100%; font-size: 1.5rem; line-height: 2; letter-spacing: 0;}
}

.w310 { width: 310px!important;}

/*====================================================
layout.css
====================================================*/
main { display: block; width: 100%; margin: 0 auto;}
section { display: block; width: 760px;  margin: 0 auto 20px auto;}

.btArea { margin: 0; text-align: center; border-bottom: none; clear: both; float: none; margin: 0 auto;}
.btArea a { display: block; text-decoration: none; margin-left: auto; margin-right: auto;  line-height: 1em;}

.bt_pinkBg a { background: linear-gradient(110deg, #f47088 20%,#f46982 20%,#f13c5d 80%); box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2); border-radius: 50px; color: #fff; text-align: center; text-align: center;}
.bt_pinkBg a:hover { background: #fff; color: #f13c5d;}
.bt_pinkBg.large a { display: block; font-size:17px; font-weight: bold; padding: 18px 2px;}
.bt_pinkBg.large a:hover { border: 2px solid #f13c5d; padding: 16px 0;}

.bt_pinkLine a { border-radius: 50px; color: #f13c5d; text-align: center; border: 1px solid #f13c5d;}
.bt_pinkLine a:hover { border: 2px solid #f13c5d; color: #f13c5d;}
.bt_pinkLine.large a { font-size: 17px; font-weight: bold; padding: 18px 1px;}
.bt_pinkLine.large a:hover { padding: 17px 0;}

header { width: 100%; background: #fff; box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.06); margin-bottom: 10px;}
header #headerContainer { width: 1120px; height: 67px; margin: 0 auto; position: relative;}
header .logoMark { width: 200px; height: 26px; position: absolute; bottom: 21px; left: 460px;}
header .logoMark a { width: 200px; height: 26px; display: block; background: url(/images/doors/2019/logo_xwoman.svg) 0 0 no-repeat; /*background-size: cover;*/ text-indent: -9876em; overflow: hidden;}

.footer2 { background: #ededed;}

footer.mainFooter { margin-top: 80px; clear: both;}
.footer2 nav.globalFooter ul li.onlySp { display: none;}


footer.mainFooter nav.localFooter .localFooterContainer, .footer2 nav.globalFooter, .footer2 section.copyright{ width: 1120px;　margin-left: auto;　margin-right: auto; font-size: 12px;}
.localFooterContainer, .footer2 nav.globalFooter, .footer2 section.copyright { width: 1120px; margin-left: auto; margin-right: auto;}
.footer2 nav.globalFooter { padding-top: 30px; display: flex;}
.footer2 nav.globalFooter img { width: 76.55px; height: 20px; display: block;}

.footer2 section.copyright { margin: 22px auto 0; padding-bottom: 48px; color: #666;  letter-spacing: 0; }

/*simple*/
.simple { min-width: auto; }
.simple #wrapper { width: 100%; position: relative; min-height: 100vh; padding-bottom: 140px;}

.simple header { box-shadow: none;}
.simple header .searchBox,
.simple header #headerNav,
.simple .globalNavi,
.simple header #headerNavBg,
.simple header #bt_openHeaderNav,
.simple .footer2 .globalFooter ul,
.simple .footer2 .globalFooter ul.single,
.simple footer .localFooter,
.simple footer .localFooterSub
{ display: none;}

.simple header {top:0;}
.simple header #headerContainer { width: 100%; }
.simple header .logoMark {position: relative; bottom: auto; left: auto; margin: 27px auto 0;}
.simple main { width: 100%; padding-top: 77px}

.simple main article { float: none; clear: both; margin: 0 auto; text-align: center;}
.simple main article h1 { font-size: 17px; font-weight: bold; margin-bottom: 5px;}
.simple main article h1 + p { font-weight: bold; padding-bottom: 10px; color: #242424;}
.simple main article h2 { font-size: 17px; font-weight: bold; margin-bottom: 5px;}
.simple main article h2 + p { font-weight: bold; padding-bottom: 10px; color: #242424;}
.simple main article figure { display: block; width: 640px; height: 480px; padding-bottom: 30px; margin: 0 auto 10px auto; overflow: hidden;}
.simple main article figure img { display: inline-block; width: 100%;}
.simple main article p { color: #7a7a7a;}
.simple main article .btArea { width: 70px; margin: 20px auto 30px auto;}

.simple footer.mainFooter { width: 100%; position: absolute; bottom: 0;}
.simple .footer2 .globalFooter { width: 100%; }
.simple .footer2 .globalFooter a { display: block; float: none; clear: both; margin: 0 auto 10px auto;}
.simple .footer2 section.copyright { width: 100%; text-align: center; margin: 0 auto; padding-bottom: 30px; padding-top: 0; font-size: 12px; line-height: 18px;}
.simple .simpleOnly { display: none;}

.simple .is-fixed,.simple.blank .is-fixed { position: static; width: 100%;}

.simple.blank.headerBorder header { border-bottom: 1px solid #eee!important;}

@media screen and (max-width: 772px) {
.simple header { position:relative; border-bottom: none;}
.simple header .logoMark { position: absolute; top: 50%; left: 50%; margin: auto; }
.simple main {padding-top: 0;}
.simple.blank br.simpleOnly { display: none!important;}
.simple br.simpleOnly { display: block;}
}

/*====================================================
style.css
====================================================*/
.simple .error {
  border: 1px solid #eee;
  padding: 30px 50px 40px 50px;
  text-align: left;
  margin: 45px auto;
  font-size: 17px;
}

.simple .error .title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.simple .error .title+p, .simple .error p {
  font-weight: normal;
  color: #121212;
  margin-bottom: 15px;
}

.simple .error ul {
  list-style: none;
  margin-bottom: 30px;
}

.simple .error ul li {
  padding-left: 15px;
	padding-bottom: .8em;
  position: relative;
	line-height: 27px;

}

.simple .error ul>li:before {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #f13c5d;
  position: absolute;
  top: 11px;
  left: 0;
}

.simple .error .btArea.w345 {
  width: 345px;
  margin: 40px auto 10px auto;
}

.simple .error .btAreaDouble {
  margin: 40px 0 30px 0;
}

.simple .error .btAreaDouble:after {
  content: "";
  display: table;
  clear: both;
}

.simple .error .btAreaDouble>div:first-of-type {
  width: 310px;
  float: right;
}

.simple .error .btAreaDouble>div:last-of-type {
  width: 310px;
  float: left;
}

.simple .error .btAreaDouble div strong {
  display: block;
  font-size: 14px;
  text-align: center;
}

.simple .error .btArea.w310 {
  width: 310px;
  margin-top: 15px;
}

.simple .error .textLink {
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.simple .error .textLink a {
  color: #f13c5d
}

.simple .error .textLink a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 772px) {
  .onlyPc {
    display: none
  }

  .onlySp {
    display: block;
  }

  main {
    margin: 20px 0;
    padding-bottom: 0;
  }

  main, section, article {
    width: 100%;
  }

  header {
    box-shadow: none;
    margin-bottom: 0;
  }

  header, header #headerCont {
    width: 100%;
    height: 56px;
  }

  footer .footerBottom {
    width: 100%;
  }

  header .logoMark {
    width: 150px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }

  header .logoMark a {
    width: auto;
    height: 20px;
    background-size: 100%;
  }
  

  .simple .error {
    width: 100%;
    border: none;
    padding: 0 16px;
		margin: 30px auto;
  }

  .simple .error .title {
    width: 100%;
    font-size: 20px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .simple .error .btArea.w345 {
    width: 100%;
  }

  .simple .error p {
    line-height: 27px;
  }

  .simple .error .btAreaDouble>div:first-of-type,
  .simple .error .btAreaDouble>div:last-of-type {
    width: 100%;
    float: none;
  }

  .simple .error .btArea.w310, .simple .error .btArea.w345 {
    width: 90%;
    margin: 30px auto;
  }
  .simple .error .btAreaDouble {
    margin: 20px 0 0 0;
  }
  .simple .error .btAreaDouble .btArea.w310, .simple .btAreaDouble .error .btArea.w345 {
    margin: 0 auto 30px auto;
  }

  header #headerContainer, .localFooterContainer, .footer2 nav.globalFooter, .footer2 section.copyright {
    width: 100%;
  }

  footer.mainFooter {
    margin-top: 30px;
  }

  .simple main {
    min-height: calc(100vh - 266px)
  }

  .simple.blank main {
    min-height: calc(100vh - 150px)
  }
}

@media screen and (max-width: 320px) {
.simple .error { padding: 0 8px; }
}

header.articleHeader { width: 620px;}
