/******* setting.scss *******/
/******* mixin.scss *******/
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic");
/******* reset.scss *******/
/* line 6, ../sass/_reset.scss */
html {
  font-size: 62.5%;
}

/* line 10, ../sass/_reset.scss */
html,
body {
  font-family: 'M PLUS 1p';
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

/* line 23, ../sass/_reset.scss */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input, figure {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 200%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  box-sizing: border-box;
}

/* line 36, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 42, ../sass/_reset.scss */
caption, th {
  text-align: left;
}

/* line 45, ../sass/_reset.scss */
td, th {
  vertical-align: top;
}

/* line 49, ../sass/_reset.scss */
fieldset, img, abbr {
  border: none;
}

/* line 52, ../sass/_reset.scss */
li {
  list-style-type: none;
}

/* line 56, ../sass/_reset.scss */
strong {
  font-weight: bold;
}

/* line 60, ../sass/_reset.scss */
a {
  color: #F7E806;
  text-decoration: underline;
}
/* line 63, ../sass/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 68, ../sass/_reset.scss */
img {
  vertical-align: bottom;
}

/* line 4, ../sass/common.scss */
.wrapper {
  margin: 0 auto;
  text-align: left;
}

/* line 9, ../sass/common.scss */
br.sp {
  display: none;
}

/* line 13, ../sass/common.scss */
img.sp {
  display: none;
}

/* line 17, ../sass/common.scss */
p {
  margin-bottom: 60px;
}

/* line 21, ../sass/common.scss */
.btn {
  margin: 0 auto;
  width: 400px;
}
/* line 24, ../sass/common.scss */
.btn a,
.btn button,
.btn textarea,
.btn input {
  font-size: 125%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  position: relative;
  color: #fff;
  background-color: #F7E806;
  transition: 0.3s;
}
/* line 38, ../sass/common.scss */
.btn a:after,
.btn button:after,
.btn textarea:after,
.btn input:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 10px;
  transform: rotate(-45deg);
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
}
/* line 50, ../sass/common.scss */
.btn a:hover,
.btn button:hover,
.btn textarea:hover,
.btn input:hover {
  opacity: 0.6;
  color: #fff;
}
/* line 53, ../sass/common.scss */
.btn a:hover:after,
.btn button:hover:after,
.btn textarea:hover:after,
.btn input:hover:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* line 62, ../sass/common.scss */
textarea,
select,
input {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
/* line 67, ../sass/common.scss */
textarea.type01,
select.type01,
input.type01 {
  box-sizing: border-box;
  padding: 10px 20px;
  width: 100%;
}
/* line 250, ../sass/_mixin.scss */
textarea.type01:placeholder-shown,
select.type01:placeholder-shown,
input.type01:placeholder-shown {
  color: #ccc;
}
/* line 253, ../sass/_mixin.scss */
textarea.type01::-webkit-input-placeholder,
select.type01::-webkit-input-placeholder,
input.type01::-webkit-input-placeholder {
  color: #ccc;
}
/* line 256, ../sass/_mixin.scss */
textarea.type01:-moz-placeholder,
select.type01:-moz-placeholder,
input.type01:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
/* line 260, ../sass/_mixin.scss */
textarea.type01::-moz-placeholder,
select.type01::-moz-placeholder,
input.type01::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
/* line 264, ../sass/_mixin.scss */
textarea.type01:-ms-input-placeholder,
select.type01:-ms-input-placeholder,
input.type01:-ms-input-placeholder {
  color: #ccc;
}
/* line 72, ../sass/common.scss */
textarea.type01:nth-of-type(2),
select.type01:nth-of-type(2),
input.type01:nth-of-type(2) {
  margin-top: 20px;
}
/* line 76, ../sass/common.scss */
textarea.type02,
select.type02,
input.type02 {
  width: 200px;
  padding: 10px 20px;
}
/* line 79, ../sass/common.scss */
textarea.type02:first-of-type,
select.type02:first-of-type,
input.type02:first-of-type {
  margin-right: 40px;
}

/* line 85, ../sass/common.scss */
textarea:focus,
input[type="text"]:focus {
  outline: solid 1px #F7E806 !important;
}

/* line 91, ../sass/common.scss */
select.type03 {
  width: 200px;
  padding: 10px 20px;
}

/* line 97, ../sass/common.scss */
textarea {
  border: 1px solid #ccc;
  height: 300px;
  width: 100%;
}

/* line 103, ../sass/common.scss */
input[type="submit"] {
  border-radius: 0;
}

/* line 107, ../sass/common.scss */
input[type="radio"] {
  display: none;
}

/* line 111, ../sass/common.scss */
input[type="radio"] + label {
  padding: 30px 0;
  margin-right: 20px;
  transition: 0.3s;
  border: 1px solid #F7E806;
  min-width: 160px;
  text-align: center;
  display: inline-block;
}

/* line 121, ../sass/common.scss */
input[type="radio"]:checked + label {
  background-color: #F7E806;
  color: #fff;
  font-weight: bold;
}

/* line 127, ../sass/common.scss */
textarea::placeholder,
input::placeholder {
  color: #ccc;
}

/******header******/
/* line 134, ../sass/common.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #F7E806;
}
/* line 142, ../sass/common.scss */
header .headCont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  transition: all 0.6s;
}
/* line 150, ../sass/common.scss */
header .headCont .headLogo {
  display: flex;
  justify-content: space-between;
  width: 259px;
  align-items: center;
  padding: 10px 0 10px 20px;
}
/* line 156, ../sass/common.scss */
header .headCont .headLogo a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 40px;
  width: 221px;
  background-image: url(../img/common/logo.png);
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
header .headCont .headLogo a:hover {
  opacity: 0.7;
}
/* line 162, ../sass/common.scss */
header .headCont .spMenu {
  display: none;
}
/* line 165, ../sass/common.scss */
header .headCont .headNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: top 0.6s;
}
/* line 170, ../sass/common.scss */
header .headCont .headNav .headSns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 175, ../sass/common.scss */
header .headCont .headNav .headSns li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: #333;
}
/* line 184, ../sass/common.scss */
header .headCont .headNav nav ul {
  display: flex;
  align-items: center;
  border-right-color: #F7E806;
}
/* line 189, ../sass/common.scss */
header .headCont .headNav nav ul li a {
  padding: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-style: italic;
  color: #333;
  line-height: 100%;
}
/* line 197, ../sass/common.scss */
header .headCont .headNav nav ul li a span {
  font-size: 64%;
}
/* line 200, ../sass/common.scss */
header .headCont .headNav nav ul li a strong {
  font-weight: bold;
}
/* line 205, ../sass/common.scss */
header .headCont .headNav nav ul li.entryBtn a {
  background-color: #E60121;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  /* line 222, ../sass/common.scss */
  header nav ul li {
    margin-right: 20px;
  }
  /* line 228, ../sass/common.scss */
  header .headSns li {
    margin-left: 15px;
  }
  /* line 230, ../sass/common.scss */
  header .headSns li:first-child {
    margin-left: 20px;
  }
}

/******footer******/
/* line 241, ../sass/common.scss */
footer .footCont {
  padding: 80px 0;
  background-color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 248, ../sass/common.scss */
footer .footCont dl {
  margin: 0 20px;
}
/* line 250, ../sass/common.scss */
footer .footCont dl dd {
  color: #F7E806;
}
/* line 254, ../sass/common.scss */
footer .footCont .footNav {
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
/* line 258, ../sass/common.scss */
footer .footCont .footNav li {
  margin: 0 20px;
}
/* line 260, ../sass/common.scss */
footer .footCont .footNav li a {
  text-decoration: none;
}
/* line 265, ../sass/common.scss */
footer .footCont .footSns {
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
/* line 269, ../sass/common.scss */
footer .footCont .footSns li {
  margin: 0 20px;
}
/* line 271, ../sass/common.scss */
footer .footCont .footSns li a {
  font-size: 161%;
}

/* line 279, ../sass/common.scss */
p.footCopy {
  text-align: center;
  padding: 10px 0;
  background-color: #F7E806;
  margin: 0;
  color: #333;
}

/******main******/
/* line 290, ../sass/common.scss */
main .grayBg {
  background-color: #FEFCDA;
}
/* line 293, ../sass/common.scss */
main .secCont {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 296, ../sass/common.scss */
main .secCont.wAll {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
/* line 301, ../sass/common.scss */
main .secCont.wAll .secCont {
  padding-bottom: 80px;
  padding-top: 80px;
}
/* line 306, ../sass/common.scss */
main .secCont.wAll section:last-of-type .secCont {
  padding-bottom: 155px;
}

/* line 315, ../sass/common.scss */
span.small {
  font-size: 85%;
}
/* line 318, ../sass/common.scss */
span.keyColor01 {
  color: #F7E806;
}
