@charset "UTF-8";
/*
INDEX css
MarkUp -> Pati:)
- 2018.05.01 製作開始 (Pati)
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f9fffc;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
th,
td,
form,
time,
fieldset,
legend {
  color: #000;
  font-family: "小塚ゴシック Pr6N", Verdana, Arial, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
}
a {
  color: #50c896;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

#main {
  background: url(../images/pc/main/bg.png) repeat left top;
  background-size: 250px;
  border-top: 20px solid #50c896;
  width: 100%;
}
#main .inner {
  margin: 0 auto;
  min-height: 554px;
  padding: 45px 0 0;
  position: relative;
  text-align: center;
  width: 825px;
}
#main .inner:after,
#main .inner:before {
  content: "";
  display: block;
  height: 604px;
  position: absolute;
  width: 174px;
}
#main .inner:after {
  background: url(../images/pc/main/bg_right.png) no-repeat center center;
  background-size: 174px 604px;
  right: -174px;
  top: 0;
}
#main .inner:before {
  background: url(../images/pc/main/bg_left.png) no-repeat center center;
  background-size: 174px 604px;
  left: -174px;
  top: 0;
}
#main h1 {
  margin: 0 0 24px;
}

#main h2 {
  margin: 0 0 18px;
}

#main h2 + p {
  margin: 0 0 32px;
}

#main h2 + p + p {
  margin: 0 0 26px;
}

.close_episode {
  background: #fff;
  border: 2px solid #ff0000;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  width: 675px;
}
.close_episode p {
  color: #ff0000;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 19px;
}

.mag_red {
  color: #ff0000;
}

.ml15 {
  margin-left: 15px;
}

.mb100 {
  margin-bottom: 100px;
}

#card {
  background: #a8eccf;
}

#card .inner {
  margin: 0 auto;
  padding: 25px 0;
  width: 825px;
}
#card .inner > ul > li,
#card .inner li dt,
#card .inner li dd {
  display: inline-block;
  vertical-align: middle;
}
#card .inner li dt img,
#card .inner li dd img {
  vertical-align: middle;
}

.count1 {
  margin: 0 5px 0 0;
}
.count1 dt {
  margin: 0 13px 0 0;
}
.count1 dd img {
  margin: 0 20px 0 0;
}

.count2 {
  margin: 0 0 9px;
}
.count3 {
  margin: 0 0 9px;
}

.count2 dt,
.count3 dt,
.count4 dt {
  margin: 0 13px 0 0;
}

.count2 dd img {
  margin: 10px 0 0 0;
}

#theme,
#how {
  margin: 0 auto;
  padding: 59px 0 0;
  width: 825px;
}
#theme {
  margin: 0 auto 35px;
}

.title {
  background: url(../images/pc/line.png) no-repeat center bottom;
  background-size: 205px 15px;
  margin: 0 0 30px;
  padding: 0 0 24px;
  text-align: center;
}
.list > dt {
  background: #e5f7ef;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  margin: 0 0 15px;
  padding: 0 18px;
}
.list > dd {
  padding: 0 0 39px;
}

.discription {
  margin: 0 0 30px;
  text-align: center;
}
.discription dt {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
}
.discription dd {
  font-size: 18px;
  line-height: 33px;
  margin: 0 0 15px;
}
.discription + p {
  display: inline-blokc;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 40px;
  text-align: center;
}
.discription + p span {
  display: inline-block;
  text-align: left;
}

.scrollbox {
  border: 1px solid #959595;
  height: 260px;
  margin: 30px 0 0;
  overflow-y: auto;
  padding: 25px 58px;
}
.scrollbox dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 7px;
}
.scrollbox dd {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 25px;
}
.listtable {
  border-collapse: collapse;
}

.listtable th,
.listtable td {
  border-bottom: 1px solid #50c896;
  padding: 30px 0;
  vertical-align: top;
}
.listtable tr:last-child th,
.listtable tr:last-child td {
  border-bottom: none;
}
.listtable th {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0 30px 35px;
  text-align: left;
  width: 232px;
}
.listtable tr:nth-child(1) th {
  background: url(../images/pc/count1.png) no-repeat left 38px;
  background-size: 30px 30px;
}
.listtable tr:nth-child(2) th {
  background: url(../images/pc/count2.png) no-repeat left 38px;
  background-size: 30px 30px;
}
.listtable tr:nth-child(3) th {
  background: url(../images/pc/count3.png) no-repeat left 38px;
  background-size: 30px 30px;
}
.listtable tr:nth-child(4) th {
  background: url(../images/pc/count4.png) no-repeat left 38px;
  background-size: 30px 30px;
}
.listtable th span {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.listtable td {
  padding: 30px 0 30px 0;
}

.listtable td p {
  font-size: 15px;
  margin: 0 0 20px;
}
.listtable td p strong {
  font-size: 18px;
}
.listtable td p.border_bottom {
  border-bottom: 1px solid #959595;
  padding: 0 0 20px;
}
.glaybox {
  background: #f0f0f0;
  margin: 0 0 20px;
  padding: 10px 20px;
}
.listtable td .glaybox p {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px;
  text-align: center;
}
.please {
  margin: 64px 0 131px;
  text-align: center;
}
.please dt {
  font-size: 18px;
  font-weight: bold;
}

.btn1,
.btn2,
.btn3 {
  display: block;
  overflow: hidden;
  position: relative;
}
.twitter a,
.facebook a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
}
.btn1 {
  height: 61px;
  margin: 0 auto;
  width: 429px;
}
.btn2 {
  height: 57px;
  width: 283px;
}
.btn3 {
  height: 64px;
  margin: 0 auto;

  width: 445px;
}
.twitter,
.facebook {
  display: inline-block;
}
.twitter a {
  height: 57px;
  width: 283px;
}
.facebook a {
  height: 57px;
  width: 283px;
}
.btn1 img,
.btn2 img,
.btn3 img,
.twitter img,
.facebook img {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn1:hover img {
  left: 4px;
  top: 5px;
}
.btn2:hover img {
  left: 5px;
  top: 5px;
}
.btn3:hover img {
  left: 5px;
  top: 5px;
}
.twitter:hover img {
  left: 5px;
  top: 5px;
}
.facebook:hover img {
  left: 5px;
  top: 5px;
}

/* 下層ページ用 */
#sns {
  background: #50c896;
}

#sns ul {
  height: 30px;
  margin: 0 auto 45px;
  padding: 5px 0 0;
  text-align: right;
  width: 990px;
}
#sns ul li {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
#header {
  background: url(../images/pc/main/bg.png) repeat left top;
  background-size: 250px;
  border-top: 20px solid #50c896;
  padding: 45px 0 45px;
  text-align: center;
}
#contents {
  margin: 0 auto 0;
  padding: 0 0 80px;
  width: 990px;
}
#path {
  margin: 0 auto 80px;
  padding: 20px 0 0;
}
#path li {
  display: inline-block;
  font-size: 12px;
  margin: 0 10px 0 0;
}
#path li a {
  font-size: 8px;
}

#path li img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.pagetitle {
  margin: 0 0 80px;
  text-align: center;
}

.layouttable {
  border-collapse: collapse;
  border-top: 1px solid #dcdcdc;
}
.layouttable th,
.layouttable td {
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  padding: 20px;
  text-align: left;
}
.layouttable th {
  background: #eeeeee;
  width: 200px;
}
.privacy dt,
.rule dt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.privacy dd,
.privacy li,
.pmark_privacy dd,
.rule dd {
  font-size: 14px;
  margin: 0 0 30px;
}
.privacy li li {
  margin: 0;
}

.privacy,
.rule dd ol {
  padding: 0 0 0 1.5em;
}

.privacy_cont p {
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 30px;
}
.privacy_cont li p {
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 5px;
}
.title1 {
  margin: 0 0 30px;
}

.privacy li,
.rule dd ol li {
  list-style: decimal;
}

.privacy li ul {
  margin: 0 0 0 1.5em;
}

.privacy li ul li {
  list-style: disc;
}

dl.pmark_privacy {
  margin: 0 0 40px;
  text-align: left;
}
.pmark_privacy dt {
  background: none;
  display: inline-block;
  margin: 0 18px 0 0;
  vertical-align: top;
}
.pmark_privacy dd {
  display: inline-block;
  vertical-align: top;
}
#footer {
  background: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  width: 100%;
}
#footer .inner {
  margin: 0 auto;
  padding: 30px 0 30px;
  position: relative;
  width: 990px;
}
#footer .inner ul {
  margin: 0 0 55px;
}

#footer .inner ul li {
  border-right: 1px solid #676767;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  margin: 0 19px 0 0;
  padding: 0 19px 0 0;
}
#footer .inner ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
#footer .inner ul li a {
  color: #000;
  text-decoration: none;
}
#footer .inner ul li {
  display: inline-block;
}

#footer .inner ul + div {
  position: absolute;
  right: 0;
  top: 30px;
}

#footer .inner p {
  bottom: 30px;
  font-size: 12px;
  position: absolute;
  right: 0;
}
.sp {
  display: none;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}

/*
*{border:1px solid red;}
*/

/* カラー */
.bg-yellow {
  background-color: #d9cc3b !important;
}

.border-yellow {
  border-color: #d9cc3b !important;
}

.bg-gray {
  background-color: #a8a8a8 !important;
}

.border-gray {
  border-color: #a8a8a8 !important;
}

.bg-blown {
  background-color: #c49c55 !important;
}

.border-blown {
  border-color: #c49c55 !important;
}

/*** 受賞作品 **********************************************************************************************/
.award-outer {
  margin: 0 0 80px;
  text-align: center;
  width: 100%;
}

.award1 {
  background: url(../images/pc/main/img_crown1@2x.png) top center no-repeat;
  background-size: 315px 122px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 38px;
}

.award1 small {
  display: block;
  font-size: 18px;
}

.ttl-award {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 40px;
  padding-left: 72px;
}

.award2 {
  background: url(../images/pc/main/img_crown2@2x.png) top left no-repeat;
  background-size: 57px 41px;
}
.award3 {
  background: url(../images/pc/main/img_crown3@2x.png) top left no-repeat;
  background-size: 57px 41px;
}
.award4 {
  background: url(../images/pc/main/img_crown4@2x.png) top left no-repeat;
  background-size: 57px 41px;
}

.ttl-award small {
  font-size: 18px;
  margin-left: 9px;
}

.sample {
  border: solid 1px;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-bottom: 59px;
}

.sample:last-child {
  margin-bottom: 0;
}

.sample > dt {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
}
.sample > dd {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 27px;
  padding: 0 58px;
  text-align: start;
}

.sample > dd:nth-child(n + 2) {
  margin-bottom: 50px;
}

.sample > dd:last-child {
  margin-bottom: 0;
}

.sample > dt + dd {
  font-size: 24px;
  margin: 40px 0;
  padding: 0;
  text-align: center;
}
.sample > dd dt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 24px;
  text-align: center;
}
.sample > dd dd {
  font-size: 15px;
  line-height: 27px;
  margin: 0 0 20px;
}

.award4__inner {
  text-align: start;
  width: 100%;
}

.award4__inner > div {
  border: solid 2px #50c896;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.award4__inner dt {
  background-color: #50c896;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  padding: 16px 0;
  padding-left: 19px;
  width: 22%;
}

.award4__inner dd {
  box-sizing: border-box;
  display: inline-block;
  padding: 16px 0;
  padding-left: 18px;
  width: 77%;
}
