@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

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

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

#suntory_contents {
  font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
  color: #222;
}

.head {
  background: url("../img/head_bg.png") no-repeat 50% 100%, linear-gradient(0deg, rgba(198, 232, 253, 0.94) 0%, rgba(198, 232, 253, 0.94) 20%, rgba(49, 184, 255, 0.94) 100%);
  background-size: 100%;
  margin: 0 auto;
  max-width: 1346px;
  /*  @media only screen and (max-width:1700px) {
      background-position: 50% 120%;
    }
    @media only screen and (max-width:1400px) {
      background-position: 50% 100%;
    }*/
}
.head .head_cont {
  display: flex;
  justify-content: center;
  height: 620px;
  margin: 0 auto;
  padding-top: 100px;
  max-width: 1346px;
}
.head .head_cont h1 {
  margin-right: 75px;
}
.head .head_cont p {
  font-size: 17px;
  font-weight: 600;
  line-height: 220%;
}
@media only screen and (max-width: 767px) {
  .head {
    background: url("../img/head_bg_sp.png") no-repeat 50% 100%, linear-gradient(0deg, rgba(198, 232, 253, 0.94) 0%, rgba(198, 232, 253, 0.94) 20%, rgba(49, 184, 255, 0.94) 100%);
    background-size: 100%;
    width: 100%;
  }
  .head .head_cont {
    height: auto;
    display: block;
    padding-top: 40px;
    padding-bottom: 120px;
    width: 85%;
  }
  .head .head_cont h1 {
    margin: 0 auto 45px;
  }
  .head .head_cont p {
    font-size: 15px;
  }
}

.contents_wrap {
  background-color: #FFF8AA;
  max-width: 1346px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.contents_wrap .contents {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 150px;
}
.contents_wrap h2 {
  color: #EB602A;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}
.contents_wrap p.lead {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 120px;
  line-height: 160%;
  text-align: center;
}
.contents_wrap .pc_only {
  display: block;
}
.contents_wrap .sp_only {
  display: none;
}
.contents_wrap .anchor {
  display: flex;
}
.contents_wrap .anchor li {
  background-color: #fff;
  border-radius: 20px;
  height: 108px;
  margin-right: 2.5%;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 140%;
  text-align: center;
  position: relative;
  width: 18%;
}
.contents_wrap .anchor li:last-child {
  margin-right: 0;
}
.contents_wrap .anchor li:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contents_wrap .anchor li:nth-child(1):before {
  background-image: url("../img/anchor01.png");
  height: 94px;
  top: -70px;
  width: 110px;
}
.contents_wrap .anchor li:nth-child(1) br {
  display: none;
}
.contents_wrap .anchor li:nth-child(2):before {
  background-image: url("../img/anchor02.png");
  height: 101px;
  top: -80px;
  width: 131px;
}
.contents_wrap .anchor li:nth-child(3):before {
  background-image: url("../img/anchor03.png");
  height: 99px;
  top: -75px;
  width: 121px;
}
.contents_wrap .anchor li:nth-child(4):before {
  background-image: url("../img/anchor04.png");
  height: 77px;
  top: -60px;
  width: 128px;
}
.contents_wrap .anchor li:nth-child(5):before {
  background-image: url("../img/anchor05.png");
  height: 98px;
  top: -75px;
  width: 122px;
}
.contents_wrap .anchor li.soon {
  color: #707070;
  padding-bottom: 10px;
}
.contents_wrap .anchor li.soon:before {
  opacity: 0.5;
}
.contents_wrap .anchor li.soon:after {
  background: url("../img/soon.png") no-repeat 0 0;
  content: "";
  height: 55px;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 123px;
}
.contents_wrap .anchor li a {
  border: 4px solid #EB602A;
  border-radius: 20px;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .contents_wrap .anchor li a:hover {
    background-color: #EB602A;
    color: #fff;
  }
}
.contents_wrap section {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  padding: 0 55px 55px;
}
.contents_wrap section h3 {
  background-color: #EB602A;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 -55px 40px;
  padding: 25px 50px;
}
.contents_wrap section p {
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 25px;
}
.contents_wrap section p.notice {
  background-color: #FCFAF1;
  font-size: 13px;
  margin-bottom: 50px;
  padding: 20px;
}
.contents_wrap section ul.pict {
  display: flex;
  flex-wrap: wrap;
}
.contents_wrap section ul.pict li img {
  display: block;
  margin-bottom: 10px;
}
.contents_wrap section ul.pict li span {
  font-size: 14px;
  line-height: 140%;
}
.contents_wrap section ul.pict li a {
  color: #1B76F0;
}
.contents_wrap section ul.pict li a[target=_blank] span:after {
  background: url("../img/icon.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 12px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: -1px;
  width: 12px;
}
@media only screen and (min-width: 768px) {
  .contents_wrap section ul.pict li {
    margin: 45px 5% 0 0;
    width: 30%;
  }
  .contents_wrap section ul.pict li:nth-child(-n+3) {
    margin-top: 0;
  }
  .contents_wrap section ul.pict li:nth-child(3n) {
    margin-right: 0;
  }
  .contents_wrap section ul.pict li a:hover {
    text-decoration: none;
  }
}
.contents_wrap .pagetop-wrap {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom: 40px;
  width: 1346px;
}
@media only screen and (max-width: 1346px) {
  .contents_wrap .pagetop-wrap {
    width: 100%;
  }
}
.contents_wrap .pagetop-wrap.abs {
  position: absolute;
}
.contents_wrap .pagetop-wrap .pagetop {
  padding: 0 40px;
}
.contents_wrap .pagetop-wrap a {
  color: #EB602A;
  font-size: 12px;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.contents_wrap .pagetop-wrap a:before {
  background: url("../img/pagetop.png") no-repeat 0 0;
  content: "";
  height: 64px;
  display: block;
  margin-bottom: 10px;
  width: 64px;
}
@media only screen and (max-width: 767px) {
  .contents_wrap .contents {
    padding: 50px 15px 135px;
  }
  .contents_wrap h2 {
    font-size: 32px;
  }
  .contents_wrap p.lead {
    font-size: 15px;
    margin-bottom: 70px;
  }
  .contents_wrap .pc_only {
    display: none;
  }
  .contents_wrap .sp_only {
    display: block;
  }
  .contents_wrap .anchor {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contents_wrap .anchor li {
    font-size: 12px;
    height: 70px;
    margin: 0 4.3% 0 0;
    width: 30.43%;
  }
  .contents_wrap .anchor li a {
    border-width: 3px;
  }
  .contents_wrap .anchor li.soon {
    padding-bottom: 5px;
  }
  .contents_wrap .anchor li.soon:after {
    background-size: 100%;
    height: 32px;
    width: 71px;
  }
  .contents_wrap .anchor li:nth-child(1):before {
    height: 54px;
    top: -40px;
    width: 63px;
  }
  .contents_wrap .anchor li:nth-child(1) br {
    display: inline;
  }
  .contents_wrap .anchor li:nth-child(2):before {
    height: 58px;
    top: -45px;
    width: 76px;
  }
  .contents_wrap .anchor li:nth-child(3) {
    margin-right: 0;
  }
  .contents_wrap .anchor li:nth-child(3):before {
    height: 57px;
    top: -43px;
    width: 69px;
  }
  .contents_wrap .anchor li:nth-child(4) {
    margin-top: 50px;
  }
  .contents_wrap .anchor li:nth-child(4):before {
    height: 44px;
    top: -30px;
    width: 73px;
  }
  .contents_wrap .anchor li:nth-child(5) {
    margin-top: 50px;
  }
  .contents_wrap .anchor li:nth-child(5):before {
    height: 57px;
    top: -45px;
    width: 70px;
  }
  .contents_wrap section {
    border-radius: 15px;
    margin-top: 40px;
    padding: 0 20px 40px;
  }
  .contents_wrap section h3 {
    border-radius: 15px 15px 0 0;
    font-size: 18px;
    margin: 0 -20px 25px;
    padding: 15px 20px;
  }
  .contents_wrap section p {
    margin-bottom: 30px;
  }
  .contents_wrap section p.notice {
    margin-bottom: 40px;
  }
  .contents_wrap section ul.pict li {
    margin: 40px 4.8% 0 0;
    width: 47.6%;
  }
  .contents_wrap section ul.pict li span {
    font-size: 12px;
  }
  .contents_wrap section ul.pict li a span:after {
    height: 10px;
    margin-left: 8px;
    width: 10px;
  }
  .contents_wrap section ul.pict li:nth-child(-n+2) {
    margin-top: 0;
  }
  .contents_wrap section ul.pict li:nth-child(2n) {
    margin-right: 0;
  }
  .contents_wrap .pagetop-wrap {
    right: 20px;
    bottom: 30px;
    width: auto;
  }
  .contents_wrap .pagetop-wrap .pagetop {
    padding: 0;
  }
  .contents_wrap .pagetop-wrap .pagetop a {
    font-size: 10px;
  }
  .contents_wrap .pagetop-wrap .pagetop a:before {
    background-size: 100%;
    height: 55px;
    width: 55px;
  }
}
.contents_wrap .news {
  padding-bottom: 15px;
}
.contents_wrap .news h2 {
  font-size: 24px;
}
.contents_wrap .news table {
  background-color: #fff;
  padding: 30px 5.5%;
  border-radius: 20px;
}
.contents_wrap .news table a {
  color: #1B76F0;
}
.contents_wrap .news table a[target=_blank]:after {
  background: url("../img/icon.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 12px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: -1px;
  width: 12px;
}
.contents_wrap .news table tr:not(:last-of-type) {
  border-bottom: #FFF8AA 1px solid;
}
.contents_wrap .news table td {
  line-height: 1.8;
  padding: 30px 0;
}
.contents_wrap .news table td:first-of-type {
  width: 21%;
  padding-left: 5.5%;
}
.contents_wrap .news table td:last-of-type {
  padding-right: 5.5%;
}
@media only screen and (max-width: 767px) {
  .contents_wrap .news table td {
    display: block;
  }
  .contents_wrap .news table td:first-of-type {
    width: 100%;
    padding: 25px 20px 10px 20px;
  }
  .contents_wrap .news table td:last-of-type {
    padding: 0 20px 25px 20px;
  }
}/*# sourceMappingURL=style.css.map */