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

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

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

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

★ common

==================================================================== */
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;
}

/* ============================
★ sp
=========================== */
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}

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

★ header

==================================================================== */
.header {
  -webkit-box-sizing: border-box;
          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;
}

/* ============================
★ sp
=========================== */
/* ====================================================================

★ main-contents

==================================================================== */
.main {
  max-width: 800px;
  margin: 0 auto;
}

.main section {
  background: #fff;
  padding: 45px 0;
  width: 100%;
}

.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 {
  margin-bottom: 90px;
  overflow: hidden;
}

.main section .contents h2 {
  margin-bottom: 40px;
}

.main section .contents-lists {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}

.main section .contents-item {
  overflow: hidden;
}

.main section .contents-item .award-img {
  float: left;
  width: 260px;
}

.main section .contents-item .author {
  color: #000000;
  margin-bottom: 50px;
}

.main section .contents-item ~ .contents-item {
  margin-top: 40px;
  float: left;
}

.main section .contents-item h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
  overflow: hidden;
}

.main section .contents-item span {
  font-size: 24px;
}

.main section .contents-item .item-lists {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 0;
  width: 100%;
}

.main section .contents-item .item-lists dt {
  border-bottom: 1px solid;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.0;
  margin: 30px 0 10px;
  padding-bottom: 15px;
}

.main section .contents-item .item-lists dd {
  color: #000 !important;
}

.main section .contents .comment-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 830px;
  padding: 0 45px;
  width: 100%;
}

.main section .awardunder {
  text-align: center;
}

/* ============================
★ sp
=========================== */
@media screen and (max-width: 768px) {
  .main {
    padding: 0 20px;
  }
  .main section {
    padding: 0;
  }
  .main section .contents {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .main section .contents h2 img {
    max-width: 340px;
    width: 60%;
  }
  .main section .contents-item .award-img {
    width: 40% !important;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .main section .contents-item h3 {
    font-size: 1.2rem;
    overflow: hidden;
  }
  .main section .contents-item span {
    font-size: 1rem;
  }
  .main section .contents-item .item-lists dt {
    font-size: 18px;
    margin: 30px 0 8px;
    padding-bottom: 12px;
  }
  .main section .contents-item .author {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 320px) {
  .main section .contents-item h3 {
    font-size: 0.9rem;
  }
  .main section .contents-item span {
    font-size: 0.8rem;
  }
  .main section .contents-item .author {
    font-size: 0.7rem;
  }
}
/*# sourceMappingURL=style.css.map */