@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.p-osanpo__item img {
  width: 100%;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}

.p-osanpo__item + .p-osanpo__item {
  margin-top: 15px;
}

@media screen and (min-width: 821px) {
  .p-osanpo__item + .p-osanpo__item {
    margin-top: 25px;
  }
}

/*PAO 追従バナー ================================================ 
memo: 不具合対応のためコピペ、脆弱な作りのため修正の必要あり、必要なのはトップだけ？
*/
.p-desuka {
  position: relative;
  margin-top: 0;
}

.p-desuka .c-column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-desuka .c-column__item > .c-section__title {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-desuka .c-column__item > .c-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-desuka .c-column__item > .c-box img {
  width: 100%;
  height: auto;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}

.p-desuka .c-column__item > .c-box p {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-desuka .c-column__item > .c-box p:first-child {
  margin-top: 0;
}

.p-desuka .c-column__item > .c-box p:nth-child(2) {
  margin-bottom: 27px;
}

.p-desuka .c-column__item > .c-box p:nth-child(3) {
  margin-top: auto;
  text-align: center;
}

.p-desuka .c-column__item > .c-box p:last-child {
  margin-bottom: 0;
}

.p-desuka .c-column__item > .c-box p .c-button {
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 820px) {
  .p-desuka .c-column__item > .c-box p {
    margin-top: 14px;
  }
}

.p-desuka .c-box + .c-box {
  margin-top: 50px;
}

.p-desuka__keyvisual {
  position: relative;
  overflow: hidden;
  margin: 0 auto 100px;
  padding: 0 40px;
}

.p-desuka__keyvisual > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 473px;
  max-width: 1080px;
  margin: 0 auto;
}

.p-desuka__keyvisual > div > div {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.p-desuka__keyvisual > div p + p {
  margin-top: 1em;
}

.p-desuka__keyvisual img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 820px) {
  .p-desuka__keyvisual img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.p-desuka__keyvisual h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
  position: relative;
}

@media screen and (max-width: 820px) {
  .p-desuka__keyvisual {
    margin-bottom: 50px;
    width: 100%;
    padding: 0;
  }
  .p-desuka__keyvisual > div {
    display: block;
    height: auto;
  }
  .p-desuka__keyvisual > div > div {
    padding: 15px;
  }
  .p-desuka__keyvisual h1 {
    font-size: 18px;
  }
  .p-desuka__keyvisual .c-button {
    width: 100%;
  }
}

.p-desuka__image {
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@media screen and (max-width: 820px) {
  .p-desuka__image {
    height: 0;
    padding-top: calc( 230/450 * 100%);
  }
}

.p-desuka__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
  .p-desuka__image img {
    width: auto;
    height: 100%;
  }
}

.p-desuka__article {
  clear: both;
}

.p-desuka__article > * + * {
  margin-top: 1.5em;
}

.p-desuka__article .c-column__item > * + * {
  margin-top: 1em;
}

.p-desuka__article p.ext-center {
  text-align: center;
}

.p-desuka__article p.ext-center .c-button {
  min-width: 320px;
}

@media screen and (max-width: 820px) {
  .p-desuka__article p.ext-center .c-button {
    width: 100%;
    min-width: 0;
  }
}

.p-desuka__article p.ext-lead {
  font-size: 21px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .p-desuka__article p.ext-lead {
    font-size: 18px;
  }
  .p-desuka__article p.ext-lead br {
    display: none;
  }
}

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

.p-desuka__article *.ext-left,
.p-desuka__article *.ext-right {
  clear: both;
}

@media screen and (min-width: 821px) {
  .p-desuka__article *.ext-left,
  .p-desuka__article *.ext-right {
    max-width: 417px;
  }
}

.p-desuka__article *.ext-left:after,
.p-desuka__article *.ext-right:after {
  content: '';
  display: block;
  clear: both;
}

.p-desuka__article *.ext-left + *,
.p-desuka__article *.ext-right + * {
  margin-top: 0;
}

.p-desuka__article *.ext-left {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

@media screen and (max-width: 820px) {
  .p-desuka__article *.ext-left {
    margin: 0 0 1.5em 0;
    float: none;
  }
}

.p-desuka__article *.ext-right {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

@media screen and (max-width: 820px) {
  .p-desuka__article *.ext-right {
    margin: 0 0 1.5em 0;
    float: none;
  }
}

.p-desuka__article *.ext-clear {
  clear: both;
}

.p-desuka__article *.ext-full img {
  width: 100%;
}

.p-desuka__article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-desuka__article figure img {
  margin-bottom: 0.5em;
}

.p-desuka__article .c-column__item img {
  width: 100%;
}

.p-desuka__method {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-desuka__method span {
  text-align: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  border: 1px solid #d1d1d1;
  background-color: #F8F8F8;
  margin: 0 0.4em;
  font-size: 16px;
  margin-top: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.p-desuka__method span:last-child {
  margin-right: 1em;
}

.p-desuka__method.ext-alt span {
  border: 1px solid #F8F8F8;
  background-color: #d1d1d1;
}

@media screen and (max-width: 820px) {
  .p-desuka__method {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-desuka__method span {
    min-width: 0;
    padding: 0.5em 1em;
  }
}

.p-desuka__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em;
  background: #F8F8F8;
}

.p-desuka__icons li {
  font-size: 0.8em;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-top: 0;
  max-width: 15%;
}

.p-desuka__icons li + li {
  margin-left: 1em;
}

.p-desuka__icons li img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1em;
}

@media screen and (max-width: 820px) {
  .p-desuka__icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-desuka__icons li {
    max-width: 30%;
    margin-left: 10%;
  }
  .p-desuka__icons li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-desuka__icons li:nth-child(n + 4) {
    margin-top: 1em;
  }
  .p-desuka__icons li br {
    display: none;
  }
}

.p-desuka__navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-desuka__navi ul li {
  width: calc( 250 / 1080 * 100%);
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.p-desuka__navi ul li + li {
  margin-left: calc( 20 / 1080 * 100%);
}

.ie .p-desuka__navi ul li {
  margin-left: calc( 19 / 1080 * 100%);
}

.p-desuka__navi ul li span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-desuka__navi ul li a {
  display: inline-block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  vertical-align: bottom;
  text-align: center;
  width: 100%;
  height: 0;
  padding-top: calc( 100/200*100%);
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.p-desuka__navi ul li a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}

.p-desuka__navi ul li a.is-active span {
  background: rgba(255, 255, 255, 0.2);
}

.p-desuka__navi ul li a > img {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
  .p-desuka__navi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-desuka__navi ul li {
    width: calc( 50% - 5px);
    margin: 0;
  }
  .p-desuka__navi ul li + li {
    margin-left: 10px;
  }
  .ie .p-desuka__navi ul li + li {
    margin-left: 0;
  }
  .p-desuka__navi ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .p-desuka__navi ul li:nth-child(odd) {
    margin-left: 0;
  }
}

.p-desuka__navi p {
  text-align: center;
  margin-top: 2em;
}

.p-desuka__qalist {
  font-size: 16px;
}

.p-desuka__qalist li + li {
  margin-top: 10px;
}

.p-desuka__qalist li > a {
  background: #F8F8F8;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 20px;
  line-height: 1.4;
  border: 2px solid #F8F8F8;
}

.p-desuka__qalist li > a em {
  background: #ffffff;
  border-radius: 20px 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 70px;
  min-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  margin-left: -20px;
  font-weight: bold;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}

.p-desuka__qalist li > a em:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-desuka__qalist li > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0.3em 0;
}

.p-desuka__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 820px) {
  .p-desuka__profile {
    display: block;
  }
  .p-desuka__profile > div {
    margin-top: 1em;
  }
}

.p-desuka__profile h3 {
  font-size: 21px;
}

@media screen and (max-width: 820px) {
  .p-desuka__profile h3 {
    text-align: center;
  }
}

.p-desuka__profile p {
  margin-top: 1.5em;
}

@media screen and (max-width: 820px) {
  .p-desuka__profile p {
    margin-top: 1em;
  }
  .p-desuka__profile p strong {
    display: block;
    text-align: center;
  }
}

.p-desuka__profile p + p {
  margin-top: 0.5em;
}

.p-desuka__profile > span {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 820px) {
  .p-desuka__profile > span {
    margin: 0 auto;
    width: 50%;
    height: 0;
    padding-top: 50%;
  }
}

.p-desuka__profile img {
  margin-right: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-desuka__profile + p.ext-center {
  margin-top: 40px;
}

.p-desuka__qa * + .c-box__title {
  margin-top: calc( 40px - 0.75em);
}

.p-desuka__qa h2 {
  font-size: 24px;
  font-weight: bold;
}

@media screen {
  .p-desuka__qa h2 {
    font-size: 18px;
  }
}

.p-desuka__categorylist {
  font-size: 16px;
}

.p-desuka__categorylist li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-desuka__categorylist li + li {
  margin-top: 10px;
}

.p-desuka__categorylist li > a {
  background: #F8F8F8;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px 0 20px;
  line-height: 1.4;
  border: 2px solid #F8F8F8;
}

.p-desuka__categorylist li > a em {
  background: #ffffff;
  border-radius: 20px 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 70px;
  min-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  margin-left: -20px;
  font-weight: bold;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}

.p-desuka__categorylist li > a em:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-desuka__categorylist li > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0.3em 0;
}
