@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-size: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

ul,
li,
dl,
dt,
dd {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* ====================================================================

★ header

==================================================================== */
.header {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 830px;
  padding: 0 15px 40px;
  width: 100%;
}
.header .header-txt {
  font-weight: bold;
  margin-top: 30px;
  padding: 0 30px;
}

/* ====================================================================

★ main

==================================================================== */
.main .section {
  background: #fff;
  padding: 45px 0;
  width: 100%;
}
.main .section.--odd {
  background: #f4f4f4;
}
.main .section.--last {
  padding: 45px 0 60px;
}
.main .section:nth-of-type(1) {
  color: #e60000;
}
.main .section:nth-of-type(2) {
  color: #cb9b0c;
}
.main .section:nth-of-type(3) {
  color: #8a8b96;
}
.main .section:nth-of-type(4) {
  color: #e09128;
}
.main .section .contents h2 {
  margin-bottom: 40px;
  text-align: center;
}
.main .section .contents .contents-lists {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 830px;
  padding: 0 15px;
  width: 100%;
}
.main .section .contents .contents-lists .contents-item ~ .contents-item {
  margin-top: 40px;
}
.main .section .contents .contents-lists .contents-item .item-header {
  border-left: 10px solid;
  box-sizing: border-box;
  font-weight: bold;
  padding: 0 0 0 20px;
  width: 100%;
}
.main .section .contents .contents-lists .contents-item .item-header h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.main .section .contents .contents-lists .contents-item .item-header p {
  font-size: 26px;
  line-height: 1;
}
.main .section .contents .contents-lists .contents-item .item-lists {
  box-sizing: border-box;
  padding: 0 30px 0;
  width: 100%;
}
.main .section .contents .contents-lists .contents-item .item-lists dt {
  border-bottom: 1px solid;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 30px 0 10px;
  padding-bottom: 15px;
}
.main .section .contents .contents-lists .contents-item .item-lists dd {
  color: #000 !important;
}
.main .section .contents .comment-txt {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 830px;
  padding: 0 45px;
  width: 100%;
}
.main .section .result {
  text-align: center;
  margin: 50px 0;
}

/* ====================================================================

★ sp

==================================================================== */
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
  .main .section .contents h2 img {
    max-width: 340px;
    width: 75%;
  }
  .main .section .contents .contents-lists .contents-item .item-header h3 {
    font-size: 24px;
  }
  .main .section .contents .contents-lists .contents-item .item-header p {
    font-size: 20px;
  }
  .main .section .contents .contents-lists .contents-item .item-lists dt {
    font-size: 18px;
    margin: 30px 0 8px;
    padding-bottom: 12px;
  }
  .main .section .result {
    margin: 30px 0 0;
  }
  .main .section .result img {
    max-width: 85%;
  }
}/*# sourceMappingURL=style.css.map */