@charset "UTF-8";

body {
  min-width: 1024px;
  line-height: 1.8;
  font-family: "open sans","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","YuGothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: 500;
  outline: 0;
  border: none;
  background: 0 0;
}/* normalize */html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
}

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,code,em,img,q,strong,dl,dt,dd,ol,ul,li,form,label,fieldset,legend,table,caption,tbody,tfoot,thead,tr,th,td,button,figure {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: 500;
  outline: 0;
  border: none;
  background: none;
}

section,nav,article,aside,header,footer {
  display: block;
}

body {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol li,ul li {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

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

a,img,fieldset {
  border: 0;
}

img,input {
  vertical-align: middle;
}

textarea:focus,input:focus {
  outline: 0;
 /*safariの自動フォーカスを切る */;
}

h1,h2,h3,h4,h5,h6,p,li,th,td,dt,dd,pre,caption,address,p input,p select,p textarea,li p,li li,li dt,li dd,li input,li select,li textarea,dd p,dd li,dd dt,dd dd,dd input,dd select,dd textarea,th p,th li,th dt,th dd,th input,th select,th textarea,td p,td li,td dt,td dd,td input,td select,td textarea {
  font-size: inherit;
}

input,button,select {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 500;
}

a {
  text-decoration: none;
}

.diagnosis-lp {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  background: url(../images/bg-main.png) top center no-repeat;
  background-size: cover;
  padding: 40px 20px 65px;
}

.diagnosis-lp *,.diagnosis-lp *::before,.diagnosis-lp *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.diagnosis-lp ol,.diagnosis-lp ul,.diagnosis-lp p {
  margin-top: 0;
  margin-bottom: 0;
}

.diagnosis-lp .mvtitle {
  width: 80%;
  margin: auto;
  max-width: 260px;
}

.diagnosis-lp .lead {
  margin-top: 28px;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.9;
  color: #1f5772;
}

.diagnosis-lp .lead__inner {
  margin-top: 5px;
  display: block;
  color: inherit;
}

.diagnosis-lp .lead__inner:first-child {
  margin-top: 0;
}

.diagnosis-lp .contents {
  margin-top: 40px;
}

.diagnosis-lp .contents__block {
  margin-top: 60px;
}

.diagnosis-lp .contents__block:first-child {
  margin-top: 0;
}

.diagnosis-lp .contents__imgcaption {
  margin-top: 24px;
}

.diagnosis-lp .lp-btn {
  margin: 30px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  border-collapse: separate;
  background: #9cabd7;
  background: -webkit-linear-gradient(300deg, #9cabd7 0%, #bce1df 100%);
  background: linear-gradient(150deg, #9cabd7 0%, #bce1df 100%);
  width: 100%;
  max-width: 335px;
  min-height: 40px;
  color: #231815;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px;
}

.diagnosis-lp .lp-btn .lp-btn__text {
  display: table-cell;
  font-size: 0.875rem;
  vertical-align: middle;
  line-height: 1.366;
  padding: 0 10px;
  position: relative;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.diagnosis-lp .lp-btn .lp-btn__text:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.diagnosis-lp .lp-btn.lp-btn--down .lp-btn__text:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.diagnosis-lp .lp-btn--strong {
  background: #9cabd7;
  background: -webkit-linear-gradient(300deg, #9cabd7 0%, #bce1df 100%);
  background: linear-gradient(150deg, #9cabd7 0%, #bce1df 100%);
  border: none;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.diagnosis-lp .lp-btn--strong .lp-btn__text {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
}

.diagnosis-lp .android .lp-btn--strong .lp-btn__text {
  font-weight: 700;
}

.diagnosis-lp .lp-btn--strong .lp-btn__text::after {
  border-color: #fff;
}

footer {
  border-top: 1px solid #dedede;
  padding: 20px 0;
  background-color: #fafafa;
}

small {
  margin-top: 15px;
  display: block;
  font-size: 0.625rem;
  text-align: center;
  font-weight: normal;
}

.footerLogo {
  width: 92px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 0;
    font-size: 14px;
  }

  img {
    width: 100%;
  }
}
