@charset "UTF-8";
/* ==============================================================================

CSS Information

File name:	chart.css

Style Info:	診断チャート設定 ※ 基本 mobile first でPCに追加style。

============================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
.main-container {
  margin-bottom: 100px;
  overflow-x: hidden;
  position: relative;
  background: #FFF;
  font-family: 'Arial', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  /* できれば layout.css に追記したい */
  /*-------------------------------------------------------------------------------

 layout

-------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------

 chart_box

-------------------------------------------------------------------------------*/
  /* title */
  /* 問いが短いときだけ文字間あける */
  /* btn */
  /* result */
  /* back */
  /* /////////////////////////////////////////////////////////////////////////////

 デバイス別 ※ 基本 mobile first でPCに追加style

///////////////////////////////////////////////////////////////////////////// */
  /*media Queries PCサイズ
----------------------------------------------------*/
  /*media Queries スマホ
-----------------------------------------------------------*/
}

.main-container img {
  width: 100%;
  height: auto;
}

.main-container .choose_btn li .btn,
.main-container .chart_box .result_link a {
  font-weight: 300;
}

.main-container .fs-l-footer {
  margin-top: 30px;
  background: none;
}

.main-container .main-area img {
  width: 100%;
  height: auto;
}

.main-container .main-area {
  color: #333;
}

.main-container .chart_header {
  margin-bottom: 30px;
  padding: 15px 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.main-container .chart_header .any_logo img {
  width: 90px;
  height: auto;
  margin: 20px;
}

.main-container .chart_header h1 {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  font-size: 110%;
  font-weight: 700;
  line-height: 1.8;
}

.main-container .chart_header h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background: #333;
}

.main-container .chart_box {
  position: relative;
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 0 15px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.main-container .chart_box > div {
  display: none;
}

.main-container .chart_box div.fit {
  position: relative;
  display: block;
  line-height: 1.8;
}

.main-container .chart_title {
  margin-bottom: 40px;
  text-align: center;
}

.main-container .chart_title > span {
  display: block;
  color: #ce6f21;
  font-size: 160%;
  font-family: 'Sacramento', cursive;
  line-height: 1.2;
}

.main-container .chart_title > em {
  display: block;
  font-size: 260%;
  font-style: normal;
  font-family: 'Sacramento', cursive;
  line-height: 1.2;
}

.main-container .chart_title h2 {
  margin: 0 auto;
  font-size: 125%;
  font-weight: normal;
}

.main-container .chart_title h2 span {
  display: inline-block;
}

.main-container .chart_title h2.short {
  padding-left: .15em;
  letter-spacing: .15em;
}

.main-container .chart_title div {
  display: block;
  width: 50%;
  margin: 30px auto;
}

.main-container .choose_btn {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.main-container .choose_btn li {
  width: 100%;
  margin-bottom: 20px;
  list-style: none;
}

.main-container .choose_btn li .btn {
  cursor: pointer;
  overflow: hidden;
  display: block;
  margin: 0 10px;
  padding: 20px;
  background: #e3d0c1;
  border: 2px solid #e3d0c1;
  border-radius: 6px;
  color: #333;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.8;
}

.main-container .choose_btn li .btn:hover {
  background: #fff;
}

.main-container .choose_btn li .btn_img {
  padding: 0 !important;
  background: none;
  border: 1px solid #CCC;
}

.main-container .choose_btn li .btn:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.main-container .choose_btn li p {
  margin: 10px auto 15px;
  font-weight: 700;
}

.main-container .choose_btn li p span {
  display: block;
}

.main-container .chart_box .result_link {
  margin: 30px 0;
}

.main-container .chart_box .result_link a {
  display: block;
  max-width: 85%;
  width: 400px;
  margin: 0 auto;
  padding: 20px 10px;
  background: #e3d0c1;
  border: 2px solid #e3d0c1;
  border-radius: 6px;
  color: #333;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.main-container .chart_box .result_link a:hover {
  background: #fff;
}

.main-container .chart_box .result_link a span {
  display: inline-block;
}

.main-container .chart_box .result_attention_txt {
  text-align: left;
  font-weight: normal;
  font-size: 80%;
}

.main-container .chart_box .result_attention_txt span {
  display: inline;
}

.main-container .chart_back {
  padding: 20px;
  font-size: 87.5%;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

.main-container .chart_back a:hover {
  color: #3790e8;
}

.main-container em {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .main-container .chart_box {
    min-height: 450px;
  }
  .main-container .chart_title h2 {
    font-size: 165%;
  }
  .main-container .chart_title div {
    width: 120px !important;
  }
  .main-container .choose_btn li {
    width: 50%;
  }
  .main-container .chart_box .result_attention_txt {
    text-align: center;
  }
  .main-container .chart_box .result_attention_txt span {
    display: block;
  }
  .main-container h1,
  .main-container h2,
  .main-container h3,
  .main-container h4,
  .main-container h5,
  .main-container h6,
  .main-container .main-area p,
  .main-container .main-area div {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .main-container {
    /*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
    /* Reset box-model
  ========================================================================== */
    /* Document
  ========================================================================== */
    /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  * 3. Remove gray overlay on links for iOS.
  */
    /* Sections
  ========================================================================== */
    /**
  * Remove the margin in all browsers.
  */
    /**
  * Render the `main` element consistently in IE.
  */
    /* Vertical rhythm
  ========================================================================== */
    /* Headings
  ========================================================================== */
    /* Lists (enumeration)
  ========================================================================== */
    /* Lists (definition)
  ========================================================================== */
    /* Grouping content
  ========================================================================== */
    /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
    /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
    /* Text-level semantics
  ========================================================================== */
    /**
  * Remove the gray background on active links in IE 10.
  */
    /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
    /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
    /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
    /**
  * Add the correct font size in all browsers.
  */
    /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
    /* Embedded content
  ========================================================================== */
    /**
  * Remove the border on images inside links in IE 10.
  */
    /* Forms
  ========================================================================== */
    /**
  * Reset form fields to make them styleable
  * 1. Reset radio and checkbox to preserve their look in iOS.
  */
    /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
    /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
    /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
    /**
  * Remove the inner border and padding in Firefox.
  */
    /**
  * Restore the focus styles unset by the previous rule.
  */
    /**
  * Remove padding
  */
    /**
  * Reset to invisible
  */
    /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
    /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
    /**
  * Remove the default vertical scrollbar in IE 10+.
  */
    /**
  * 1. Remove the padding in IE 10.
  */
    /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
    /**
  * 1. Correct the outline style in Safari.
  */
    /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
    /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
    /**
  * Clickable labels
  */
    /* Interactive
  ========================================================================== */
    /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
    /*
  * Add the correct display in all browsers.
  */
    /* Table
  ========================================================================== */
    /* Misc
  ========================================================================== */
    /**
  * Add the correct display in IE 10+.
  */
    /**
  * Add the correct display in IE 10.
  */
  }
  .main-container .chart_title > span {
    font-size: calc(44.8*(100vw/750));
  }
  .main-container .chart_title {
    margin-bottom: calc(80*(100vw/750));
  }
  .main-container .chart_header .any_logo img {
    width: calc(180*(100vw/750));
    margin: calc(40*(100vw/750));
  }
  .main-container .chart_header h1 {
    margin: 0 0 calc(40*(100vw/750));
    font-size: calc(32*(100vw/750));
  }
  .main-container .chart_header h1:before {
    content: '';
    position: absolute;
    left: calc(111*(100vw/750));
    bottom: calc(-20*(100vw/750));
    display: inline-block;
    width: calc(60*(100vw/750));
    height: calc(4*(100vw/750));
    margin-left: calc(-30*(100vw/750));
    background: #333;
  }
  .main-container .chart_title > em {
    font-size: calc(82*(100vw/750));
  }
  .main-container .chart_title h2 {
    font-size: calc(35*(100vw/750));
  }
  .main-container .chart_title h2.short {
    padding-left: calc(0.3*(100vw/750));
  }
  .main-container .choose_btn {
    width: calc(660*(100vw/750));
  }
  .main-container .chart_header {
    margin-bottom: calc(60*(100vw/750));
    padding: calc(30*(100vw/750)) calc(40*(100vw/750));
  }
  .main-container .choose_btn li {
    margin-bottom: calc(40*(100vw/750));
    font-size: calc(28*(100vw/750));
  }
  .main-container .choose_btn li .btn {
    margin: 0 calc(10*(100vw/750));
    padding: calc(40*(100vw/750));
    /*  background: #e3d0c1;
  border: calc(4*(100vw/750)) solid #e3d0c1; */
    border-radius: calc(12*(100vw/750));
  }
  .main-container .chart_back {
    padding: calc(40*(100vw/750));
    font-size: calc(24.5*(100vw/750));
  }
  .main-container .chart_title div {
    width: 50%;
    margin: calc(60*(100vw/750)) auto;
  }
  .main-container .chart_box .result_attention_txt {
    font-size: calc(23*(100vw/750));
  }
  .main-container .chart_box .result_link {
    margin: calc(60*(100vw/750)) 0;
  }
  .main-container .chart_box .result_link a {
    display: block;
    width: calc(652*(100vw/750));
    max-width: 85%;
    margin: 0 auto;
    padding: calc(40*(100vw/750)) calc(20*(100vw/750));
    background: #e3d0c1;
    border: calc(4*(100vw/750)) solid #e3d0c1;
    border-radius: calc(12*(100vw/750));
    font-size: calc(28*(100vw/750));
  }
  .main-container .copy {
    font-size: calc(28*(100vw/750));
  }
  .main-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main-container ::before,
  .main-container ::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  .main-container html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
  }
  .main-container body {
    margin: 0;
  }
  .main-container main {
    display: block;
  }
  .main-container p,
  .main-container table,
  .main-container blockquote,
  .main-container address,
  .main-container pre,
  .main-container iframe,
  .main-container form,
  .main-container divure,
  .main-container dl {
    margin: 0;
  }
  .main-container h1,
  .main-container h2,
  .main-container h3,
  .main-container h4,
  .main-container h5,
  .main-container h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
  }
  .main-container ul,
  .main-container ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-container dt {
    font-weight: bold;
  }
  .main-container dd {
    margin-left: 0;
  }
  .main-container hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border: 0;
    border-top: calc(1*(100vw/750)) solid;
    margin: 0;
    clear: both;
    color: inherit;
  }
  .main-container pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
  }
  .main-container address {
    font-style: inherit;
  }
  .main-container a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  .main-container abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
  }
  .main-container b,
  .main-container strong {
    font-weight: bolder;
  }
  .main-container code,
  .main-container kbd,
  .main-container samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
  }
  .main-container small {
    font-size: calc(16*(100vw/750));
  }
  .main-container sub,
  .main-container sup {
    font-size: calc(14*(100vw/750));
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .main-container sub {
    bottom: calc(-5*(100vw/750));
  }
  .main-container sup {
    top: calc(-10*(100vw/750));
  }
  .main-container img {
    border-style: none;
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
  .main-container embed,
  .main-container object,
  .main-container iframe {
    border: 0;
    vertical-align: bottom;
  }
  .main-container button,
  .main-container input,
  .main-container optgroup,
  .main-container select,
  .main-container textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
  }
  .main-container [type="checkbox"] {
    /* 1 */
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
         appearance: checkbox;
  }
  .main-container [type="radio"] {
    /* 1 */
    -webkit-appearance: radio;
    -moz-appearance: radio;
         appearance: radio;
  }
  .main-container button,
  .main-container input {
    /* 1 */
    overflow: visible;
  }
  .main-container button,
  .main-container select {
    /* 1 */
    text-transform: none;
  }
  .main-container button,
  .main-container [type="button"],
  .main-container [type="reset"],
  .main-container [type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .main-container button[disabled],
  .main-container [type="button"][disabled],
  .main-container [type="reset"][disabled],
  .main-container [type="submit"][disabled] {
    cursor: default;
  }
  .main-container button::-moz-focus-inner,
  .main-container [type="button"]::-moz-focus-inner,
  .main-container [type="reset"]::-moz-focus-inner,
  .main-container [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  .main-container button:-moz-focusring,
  .main-container [type="button"]:-moz-focusring,
  .main-container [type="reset"]:-moz-focusring,
  .main-container [type="submit"]:-moz-focusring {
    outline: calc(1*(100vw/750)) dotted ButtonText;
  }
  .main-container option {
    padding: 0;
  }
  .main-container fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
  }
  .main-container legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  .main-container progress {
    vertical-align: baseline;
  }
  .main-container textarea {
    overflow: auto;
  }
  .main-container [type="checkbox"],
  .main-container [type="radio"] {
    padding: 0;
    /* 1 */
  }
  .main-container [type="number"]::-webkit-inner-spin-button,
  .main-container [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  .main-container [type="search"] {
    outline-offset: -2px;
    /* 1 */
  }
  .main-container [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  .main-container ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  .main-container label[for] {
    cursor: pointer;
  }
  .main-container details {
    display: block;
  }
  .main-container summary {
    display: list-item;
  }
  .main-container table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .main-container caption {
    text-align: left;
  }
  .main-container td,
  .main-container th {
    vertical-align: top;
    padding: 0;
  }
  .main-container th {
    text-align: left;
    font-weight: bold;
  }
  .main-container template {
    display: none;
  }
  .main-container [hidden] {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .main-container h1,
  .main-container h2,
  .main-container h3,
  .main-container h4,
  .main-container h5,
  .main-container h6,
  .main-container .main-area p,
  .main-container .main-area div {
    font-size: 1.6rem;
  }
  .main-container .chart_header {
    font-size: 14px;
  }
  .main-container .chart_title {
    font-size: 14px;
  }
  .main-container .choose_btn li .btn {
    font-size: 14px;
  }
  .main-container .choose_btn li p {
    margin: 10px auto 15px;
    font-weight: 700;
    font-size: 14px;
  }
  .main-container .chart_back {
    font-size: 14px;
  }
  .main-container .chart_back a {
    font-size: 87.5%;
  }
  .main-container .footer_slim {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */