@charset "UTF-8";
/* reset -------------------------- */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
input,
textarea,
select,
article,
details,
section,
button {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
caption,
th {
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

article,
aside,
details,
figcaption,
figure,
section,
.clearfix {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

a > img {
  vertical-align: bottom;
}

strong,
.strong,
b {
  font-weight: bold;
}

em,
.italic,
i {
  font-style: italic;
}

del,
.del {
  text-decoration: line-through;
}

:focus {
  outline: none;
}

/* tools -------------------------- */
.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix:after,
.wrap:after,
.content:after,
.main:after,
section:after,
article:after,
.text:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.align-left {
  float: left !important;
}

.align-right {
  float: right !important;
}

.overflow-hidden {
  overflow: hidden;
  display: block;
}

/* header -------------------------- */
#/*Container01 .databaseHeader {
  display: none;
}

#Container01 .th-databaseHeader {
  display: block;
  background: #2259ae;
  height: 85px;
}

#Container01 .th-databaseHeader .wrap {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 860px;
}

#Container01 .th-databaseHeader .th-headerTitle {
  width: 300px;
  float: left;
}

#Container01 .th-databaseHeader .th-headerTitle span,
#Container01 .th-databaseHeader .th-headerTitle h1 {
  content: ' ';
  height: 68px;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#Container01 .th-databaseHeader .th-headerTitle span {
  margin-right: 15px;
  width: 70px;
  background: url(../../common/images2017/header-logo-yomiuri-w.png) no-repeat 100% 100%;
  background-size: 100% auto;
  background-position: center center;
}

#Container01 .th-databaseHeader .th-headerTitle h1 {
  width: 200px;
  background: url(../../common/images2017/header-logo-database.png) no-repeat 100% 100%;
  background-size: 100% auto;
  background-position: center 61%;
}

#Container01 .th-databaseHeader .th-headerTitle h1 a {
  display: block;
  width: 200px;
  height: 68px;
}

#Container01 .th-databaseHeader .headerNav {
  float: right;
}

#Container01 .th-databaseHeader .headerNav ul {
  margin-top: 15px;
  padding: 0;
}

.drp-menu {
  *zoom: 1;
  list-style-type: none;
  width: 520px;
  padding: 0;
}

.drp-menu::before, .drp-menu::after {
  content: "";
  display: table;
}

.drp-menu::after {
  clear: both;
}

.drp-menu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

.drp-menu li a {
  display: block;
  margin: 0;
  background: #2259ae;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.drp-menu li ul {
  list-style: none;
  position: absolute;
  top: 18px;
  left: -181px;
  margin: 0;
  padding: 0;
}

.drp-menu li ul li {
  width: 222px;
}

.drp-menu li ul li:first-child a {
  border-top: none;
}

.drp-menu li ul li a {
  padding: 8px 18px;
  background: #258;
  text-align: center;
  height: 40px;
}

.drp-menu li ul li a:hover {
  background: #4f7bc0;
}

#drp-menu {
  position: relative;
  z-index: 7;
}

#drp-menu li ul li {
  overflow: hidden;
  height: 0;
  transition: .2s;
}

#drp-menu li ul li ul li > a {
  padding: 8px 18px;
}

#drp-menu li:hover ul li {
  overflow: hidden;
  height: 38px;
}

#drp-menu .active > a {
  background: #4f7bc0;
}

#drp-menu .active > a:hover {
  background: #4f7bc0 !important;
}

#drp-menu .active > a,
#drp-menu .fst > a,
#drp-menu .scd > a,
#drp-menu .lst > a {
  background-color: none;
}

#drp-menu .active > a:hover,
#drp-menu .fst > a:hover,
#drp-menu .scd > a:hover,
#drp-menu .lst > a:hover {
  background: #258;
}

#drp-menu .fst,
#drp-menu .scd,
#drp-menu .lst {
  border-top: 1px solid #4f7bc0;
  border-bottom: 1px solid #4f7bc0;
  border-right: 1px solid #4f7bc0;
}

#drp-menu .fst > a,
#drp-menu .scd > a {
  padding: 8px 18px;
}

#drp-menu .fst {
  border-left: 1px solid #4f7bc0;
}

#drp-menu .lst > a {
  padding: 8px 10px;
  height: 16px;
  width: 20px;
}

#drp-menu .lst i img {
  width: 15px;
  height: 15px;
}*/

.campaign-area {
  margin-bottom: 30px;
}

.campaign-area .img-pc {
  width: 860px;
  height: auto;
}

.campaign-area .img-sp {
  display: none;
}

.campaign-area .img-pc img,
.campaign-area .img-sp img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* common -------------------------- */
.kensaku-mainContainer {
  min-height: 100%;
  overflow: hidden;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -20px;
}

.kensaku-mainContainer h4 {
  color: #002d74;
  font: 600 30px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace, serif;
  letter-spacing: 0.15em;
  text-align: center;
  background-color: #e9f3fb;
  padding: 30px 0;
  margin-bottom: 60px;
}

.kensaku-mainContainer .wrap {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 860px;
  font-size: 16px;
}

.kensaku-mainContainer a {
  color: #2259ae;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
  overflow: hidden;
}

.kensaku-mainContainer a:hover {
  color: #2d6fd6;
}

.kensaku-mainContainer a:active {
  color: #1a4383;
}

/* button -------------------------- */
.mainVisual .button,
.login-Box .button {
  font: 500 18px;
  color: #ffffff;
  background: #2259ae;
  border: 2px solid #2259ae;
  -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainVisual a.button,
.login-Box a.button {
  text-decoration: none;
  display: inline-block;
  line-height: 48px;
  position: relative;
  /* padding: 10px 50px; */
}

.mainVisual a.button::after,
.login-Box a.button::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mainVisual a.button:hover, .mainVisual a.button:active,
.login-Box a.button:hover,
.login-Box a.button:active {
  color: #ffffff;
  background: #2d6fd6;
  border-color: #2d6fd6;
}

.mainVisual a.button.button-login,
.login-Box a.button.button-login {
  color: #2259ae;
  background-color: #ffffff;
  border-color: #2259ae;
}

.mainVisual a.button.button-login:active, .mainVisual a.button.button-login:hover,
.login-Box a.button.button-login:active,
.login-Box a.button.button-login:hover {
  color: #3089ca;
  border-color: #3089ca;
}

.mainVisual a.button.button-login:active::after, .mainVisual a.button.button-login:hover::after,
.login-Box a.button.button-login:active::after,
.login-Box a.button.button-login:hover::after {
  border-color: #3089ca;
}

.mainVisual a.button.button-login::after,
.login-Box a.button.button-login::after {
  border-color: #2259ae;
}

.btn-column {
  margin-bottom: 60px;
  text-align: center;
}

.btn-column p {
  letter-spacing: 0.15em;
  font: 600 24px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace, serif;
  color: #002d74;
}

/* mainVisual -------------------------- */
.mainVisual {
  padding-top: 20px;
  padding-bottom: 50px;
  background: url(../images/bg-main-visual-pc.jpg) no-repeat 50% 50%;
  color: #ffffff;
  background-size: 100% 100%;
}

.mainVisual img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.mainVisual .wrap {
  overflow: hidden;
  position: relative;
}

.mainVisual .buttons-wrapper {
  width: 460px;
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 35px;
}

.mainVisual .buttons-wrapper ul li {
  float: left;
}

.mainVisual .buttons-wrapper a.button {
  line-height: 43px;
  padding: 0 65px;
}

.mainVisual .buttons-wrapper .button-login {
  margin-left: 14px;
}

.mainVisual .news-main-visual {
  float: right;
}

.mainVisual .news-main-visual img {
  width: 395px;
}

.mainVisual .main-img-pc {
  display: block;
}

.mainVisual .main-img-pc img {
  width: 395px;
  height: 415px;
}

.mainVisual .main-img-sp {
  display: none;
}

.mainVisual .title-wrapper {
  width: 465px;
  float: left;
  overflow: hidden;
}

.mainVisual .titleBox {
  float: left;
  width: 420px;
}

.mainVisual .titleBox h3 {
  width: 300px;
  height: 40px;
  margin: 10px auto;
}

.mainVisual .titleBox .main-title {
  margin: 15px 0 10px 0;
}

.mainVisual .titleBox .main-title img {
  margin: 0 auto;
}

.mainVisual .capton-wrapper {
  width: 416px;
  overflow: hidden;
}

.mainVisual .midashi-camp2018 {
  position: absolute;
}

/* content -------------------------- */
.lead01 {
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  width: 100%;
}

.cont01, .cont02 {
  margin-bottom: 60px;
}

.cont01 img, .cont02 img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.cont01 p, .cont02 p {
  text-align: left;
  margin-top: 15px;
}

.main-item {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.cont01 .introBox {
  display: table-cell;
  width: 50%;
  padding: 0 40px 40px;
}

.cont01 .introBox dl {
  width: 350px;
}

.cont01 .introBox .txt {
  height: 6em;
  padding-top: 15px;
}

.cont02 .introBox {
  display: table-cell;
  width: 50%;
}

.cont02 .introBox:first-child {
  padding-right: 20px;
}

.cont02 .introBox dl {
  width: 415px;
  height: auto;
}

.lead02 .item {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
}

.lead02 .item dt {
  font: 600 24px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace, serif;
  color: #545454;
  text-align: left;
  letter-spacing: .125em;
  padding: .7em 0 .5em 3.5em;
}

.lead02 .item dd {
  position: relative;
  border-top: 3px solid #ccc;
  box-sizing: content-box;
}

.lead02 .item dd::after {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 2;
  content: ' ';
  width: 80px;
  height: 3px;
  background-color: #2259ae;
}

.lead02 .column-ttl01,
.lead02 .column-ttl02,
.lead02 .column-ttl03 {
  position: relative;
  display: block;
}

.lead02 .column-ttl01::before,
.lead02 .column-ttl02::before,
.lead02 .column-ttl03::before {
  position: absolute;
  content: ' ';
  top: .7em;
  width: 56px;
  height: 35px;
  margin-top: 0;
}

.lead02 .column-ttl01 span,
.lead02 .column-ttl02 span,
.lead02 .column-ttl03 span {
  display: none;
}

@-moz-document url-prefix() {
  .lead02 .column-ttl01::before,
  .lead02 .column-ttl02::before,
  .lead02 .column-ttl03::before {
    top: .5em;
  }
}

.lead02 .column-ttl01::before {
  left: 15px;
  background: url(../images/ttl-01.png) top left no-repeat;
  background-size: 56px 35px;
}

.lead02 .column-ttl02::before {
  left: 13px;
  background: url(../images/ttl-02.png) top left no-repeat;
  background-size: 56px 35px;
}

.lead02 .column-ttl03::before {
  left: 13px;
  background: url(../images/ttl-03.png) top left no-repeat;
  background-size: 56px 35px;
}

.lead02 .column-layout-float {
  padding-top: 15px;
  width: 100%;
  overflow: hidden;
}

.lead02 .column-txt {
  float: left;
  width: 58.33333%;
}

.lead02 .column-txt ul {
  list-style: disc;
  margin: 15px 0 15px 20px;
  text-align: left;
}

.lead02 .column-txt ul li {
  margin-bottom: 10px;
}

.lead02 .column-txt p {
  font-size: 88%;
}

.lead02 .column-image {
  float: right;
  width: 41.66667%;
}

.lead02 .column-image ul {
  padding-top: 15px;
  overflow: hidden;
}

.lead02 .column-image ul li {
  float: right;
  margin-left: 10px;
}

.lead02 .column-image ul li img {
  width: 147px;
  height: 186px;
}

.lead02 .column-image .last-img img {
  width: 307px;
  height: auto;
}

.movieBox {
  display: table;
  margin: 30px auto;
}

.movieBox li {
  display: table-cell;
  text-align: center;
}

.login-Box {
  background: #e9f3fb;
  padding: 40px 0;
}

.login-Box ul {
  margin-top: 15px;
}

.login-Box ul a.button {
  padding: 5px 50px;
}

.kensaku-social-buttons-wrapper {
  overflow: hidden;
  background-color: #f5f8f5;
  padding: 15px;
}

.kensaku-social-buttons-wrapper .kensaku-social-buttons {
  margin: 10px auto 20px;
  padding: 0;
  display: table;
}

.kensaku-social-buttons-wrapper .kensaku-social-buttons li {
  list-style-type: none;
  display: table-cell;
  width: 20%;
  margin: 0;
  text-align: center;
  padding: 0 2px;
}

.intro-step {
  width: 100%;
}

.intro-step dt {
  width: 455px;
  height: 58px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.intro-step dd {
  width: auto;
}

/* media -------------------------- */
/* Responsive all mobile sizes */
@media (max-width: 940px) {
  #Container01 .databaseHeader {
    display: block;
  }
  #Container01 .th-databaseHeader {
    display: none;
  }
  .kensaku-mainContainer h4 {
    font-size: 26px;
  }
  .mainVisual {
    background: url(../images/bg-main-visual-tb.jpg) no-repeat 50% 50%;
    text-align: center;
    font-size: 19px;
  }
  .mainVisual .wrap {
    position: relative;
  }
  .mainVisual .buttons-wrapper {
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 45px;
  }
  .mainVisual .buttons-wrapper ul {
    position: relative;
    overflow: hidden;
  }
  .mainVisual .buttons-wrapper ul li {
    float: left;
    width: 50%;
  }
  .mainVisual .buttons-wrapper a.button {
    padding: 0 80px;
  }
  .mainVisual .news-main-visual {
    display: none;
  }
  .mainVisual .main-img-pc {
    display: none;
  }
  .mainVisual .main-img-sp {
    display: block;
    width: auto;
    height: auto;
    width: 420px;
    margin: 0 auto;
  }
  .mainVisual .titleBox {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .mainVisual .main-title img {
    width: 550px;
  }
  .mainVisual .title-wrapper {
    float: none;
    width: 100%;
  }
  .mainVisual .capton-wrapper {
    margin: 0 auto;
  }
  .mainVisual .capton-wrapper img {
    padding-top: 20px;
  }
  .cont01 .introBox dl,
  .cont02 .introBox dl {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .cont01 .introBox {
    padding: 0 20px 40px;
  }
  .cont02 .introBox:first-child {
    padding-right: 0;
  }
  .cont02 .left-box {
    margin-right: 7px;
  }
  .cont02 .right-box {
    margin-left: 7px;
  }
}

/* max-width: 940px*/
@media (max-width: 870px) {
  .mainVisual .main-title img {
    width: 500px;
  }
  .lead02 .column-txt {
    display: block;
    width: 47.4445%;
  }
  .lead02 .column-image {
    width: 52.5555%;
  }
  .campaign-area .img-pc {
    display: none;
  }
  .campaign-area .img-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  .kensaku-mainContainer h4 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .mainVisual {
    background: url(../images/bg-main-visual-sp.jpg) no-repeat 50% 50%;
  }
  .mainVisual .buttons-wrapper {
    width: auto;
  }
  .mainVisual .buttons-wrapper ul li {
    float: none;
    display: block;
    width: 100%;
  }
  .mainVisual .buttons-wrapper .button.button-login {
    margin-left: 0;
    margin-top: 15px;
  }
  .mainVisual .button, .mainVisual .capton-wrapper {
    width: 100%;
  }
  .mainVisual .capton-wrapper img {
    margin-top: 15px;
  }
  .btn-column p {
    letter-spacing: 0;
  }
  .lead01 .introBox {
    display: block;
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0 auto;
  }
  .lead01 .introBox dl {
    width: 100%;
    text-align: center;
  }
  .lead01 .introBox dl dt {
    margin: 0 auto;
  }
  .lead01 .introBox .txt {
    height: 6em;
    padding-top: 15px;
  }
  .lead02 .column-txt {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .lead02 .item dl {
    position: relative;
  }
  .lead02 .item dt {
    font-size: 20px;
    padding: 0 0 0 4.5em;
    height: 65px;
    vertical-align: middle;
  }
  .lead02 .column-ttl01,
  .lead02 .column-ttl02,
  .lead02 .column-ttl03 {
    display: table-cell;
  }
  .lead02 .column-image {
    width: 100%;
  }
  .lead02 .column-image ul li {
    width: 48.9999%;
    margin-bottom: 15px;
    margin-left: 0;
    float: left;
  }
  .lead02 .column-image ul li:first-child {
    margin-right: 2%;
  }
  .lead02 .column-image ul li img {
    width: 100%;
    height: auto;
  }
  .lead02 .column-image .last-img li {
    width: 100%;
    height: auto;
  }
  .lead02 .column-image .last-img img {
    width: 100%;
  }
  .cont02 .left-box {
    margin-right: 0;
  }
  .cont02 .right-box {
    margin-left: 0;
  }
  .movieBox {
    width: 100%;
    margin: 30px auto;
  }
  .movieBox li {
    display: block;
    margin: 10px auto;
  }
  .login-Box {
    background: #f3f8fc;
    padding: 40px 0;
  }
  .login-Box ul {
    margin-top: 15px;
  }
  .login-Box ul a.button {
    padding: 2px 15px;
    font-size: 14px;
  }
  .intro-step {
    width: 100%;
  }
  .intro-step dt {
    width: 90%;
    padding-bottom: 30px;
  }
}

/* max-width: 640px*/
@media (max-width: 480px) {
  .intro-step dt {
    padding-bottom: 10px;
  }
}

/* max-width: 480px*/
@media (max-width: 320px) {
  .btn-column p {
    font-size: 20px;
  }
  .login-Box ul a.button {
    padding: 2px 20px;
    font-size: 13px;
  }
  .mainVisual .titleBox
h3 {
    width: 250px;
    height: 53px;
    margin-bottom: 0 auto;
  }
}

/* max-width: 320px*/
