@charset "utf-8";
/* CSS Document */
@media print, screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: right;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.p-info-item__head {
  height: auto;
}
.p-info {
  margin-top: 60px;
}
.dvd-3 .p-info-item__image {
  height: 150px !important;
}
.p-info-item__heading {
  margin: 20px 0 !important;
}
@media print, screen and (min-width: 768px) {
  .Flow-Item-Content ul {
    display: flex;
    /*align-items: center;
    justify-content: space-around;
    margin-top: 2em;*/
	  text-align: center;
	  justify-content: center;
	  column-gap: 50px;
  }
  .Flow-Item-Content ul li {
    margin: 0 0.5em;
  }
  .Flow-Item-Content ul li p {
    font-size: 0.9rem;
        margin-top: 1rem;
        width: 220px;
  }
  .Flow-Item-Content ul li span {
    font-size: 0.8rem;
  }
  .fa-square-check {
    padding-right: 1rem;
  }
  .flow1 li:first-child, .flow1 li:last-child, .flow2 li:first-child, .flow3 li:nth-child(2), .flow4 li:first-child {
    max-width: 180px;
  }
  .flow3 li:first-child, .flow4 li:nth-child(2) {
    max-width: 150px;
  }
}
.flow3 dl dt {
  font-size: 0.8rem !important;
  border: 1px solid #666;
  margin: 0 0 1em;
  padding: 5px 1.3rem;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .Flow-Item-Content ul {
    display: block;
    margin: 1em 0;
	text-align: center;
  }
  .Flow-Item-Content-Description {
    margin: 2em auto;
  }
  .flow1 li:first-child, .flow1 li:last-child, .flow2 li:first-child, .flow3 li:nth-child(2), .flow4 li:first-child, .flow3 li:first-child, .flow4 li:nth-child(2) {
    max-width: 130px;
    margin: 0 auto;
  }
  .Flow-Item-Content ul li p, .Flow-Item-Content ul li span, .flow3 dl dt, .Flow-Item-Content-Description {
    font-size: 1rem;
	margin: 1rem 0;
  }
}





/*p-issue*/
@media print,
screen and (min-width: 768px) {
  .p-issue-item {
    padding: 0;
  }
}


.p-issue-item {
  display: flex;
  flex-direction: column;
  margin: 2em;

}







/*.p-issue-item {
  display: flex;
  flex-direction: column;
  background-color: #e9ecf2;
  border-radius: 12px;
  position: relative;
  transition: transform 0.5s, background-color 0.5s;
}*/
@media (hover: hover) {

  /*.p-issue-item:not(.is-disabled-hover):hover {
    background-color: #f2f4f8;
  }*/
  .p-others-item:not(.is-disabled-hover):hover .p-others-item__image img {
    transform: scale(120%);
  }
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item {
    width: 50%;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item {
    margin: 0;

  }
}

.p-issue-item__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-issue-item__head {
  width: 100%;
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item__head {
    height: 155px;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__head {
    height: 120px;
  }
}

.p-issue-item__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-issue-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s;
}


.p-issue-item__image {
  margin: 30px auto;
  width: 100%;
  box-shadow: 30px 30px 0 #ffcc33;
}

.p-issue-item__sup {
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: -5px;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item__sup {
    left: -11px;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__sup {
    left: -9px;
  }
}

.p-issue-item__sup span {
  display: inline-block;
  font-weight: bold;
  background-color: #009999;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item__sup span {
    font-size: 1rem;
    padding: 3px 11px;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__sup span {
    font-size: 0.875rem;
    padding: 2px 8px;
  }
}

.p-issue-item__sup::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #008282 transparent transparent;
  position: absolute;
  left: 0;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item__sup::after {
    border-width: 0 11px 11px 0;
    bottom: -11px;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__sup::after {
    border-width: 0 9px 9px 0;
    bottom: -9px;
  }
}

.p-issue-item__heading {
  font-size: 1.7rem;
  font-weight: bold;
  display: flex;
  border-bottom: 1px solid #666;
}

@media not all and (min-width: 768px) {
  .p-issue-item__heading {
    text-align: center;
    margin-top: 3rem;
  }
}

.p-issue-item__detail {
  font-size: 1.2rem;
  margin-top: 22px;
  margin-bottom: 14px;
  font-weight: bold;
}

.p-issue-item__solution {
  font-size: 1rem;
  margin-top: 22px;
  margin-bottom: 14px;
}

.p-issue-item__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item__tags {
    justify-content: left;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__tags {
    justify-content: center;
  }
}


/*p-others*/
.p-others {
  display: block;
  background-color: #e9ecf2;
  padding: 2em 2em 0;
  border-radius: 10px;
}

@media print,
screen and (min-width: 768px) {
  .p-others {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

@media not all and (min-width: 768px) {
  .p-others {
    display: block;
  }
}

.p-others-item {
  transition: box-shadow 0.5s;
  margin-bottom: 2em;

}

/*@media (hover: hover) {
  .p-others-item:not(.is-disabled-hover):hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .p-others-item:not(.is-disabled-hover):hover .p-others-item__image img {
    transform: scale(120%);
  }
}*/
@media print,
screen and (min-width: 768px) {
  .p-others-item {
    display: flex;
    /*width: calc((100% - 30px) / 2);
    padding: 10px;*/
  }

  /*.p-others-item:nth-child(2n) {
    margin-left: 30px;
  }
  .p-others-item:nth-child(n+3) {
    margin-top: 30px;
  }*/
}

@media not all and (min-width: 768px) {
  .p-others-item {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }

  .p-others-item+.p-others-item {
    margin-top: 40px;
  }
}

.p-others-item__image {
  overflow: hidden;
}

@media print,
screen and (min-width: 768px) {
  .p-others-item__image {
    width: 120px;
    height: 120px;
    background: white;
  }
}

@media not all and (min-width: 768px) {
  .p-others-item__image {
    width: 103px;
    position: absolute;
    top: 4px;
    left: 0;
  }
}

.p-others-item__image img {
  transition: transform 0.5s;
}

@media print,
screen and (min-width: 768px) {
  .p-others-item__detail {
    margin-left: 0px;
    width: 100%;
  }
}

.p-others-item__heading {
  font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
  .p-others-item__heading {
    font-size: 1.16rem;
    line-height: 1.45;
    font-weight: bold;
    /*border-bottom: 1px solid #666;
    margin-bottom: 5px;*/
    padding-bottom: 5px;
  }
}

@media not all and (min-width: 768px) {
  .p-others-item__heading {
    font-size: 1rem;
    padding-bottom: 5px;
  }
  .line2 {
    padding-top: 27px;
    padding-bottom: 24px;
  }
  .line3 {
    padding-top: 17px;
    padding-bottom: 11px;
  }
  .p-others-item__heading--paddingY-small {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.p-others-item__text {
  font-size: 0.875rem;
	margin-top: .5rem;
}

@media not all and (min-width: 768px) {
  .p-others-item__text {
    width: 100%;
    margin-top: 1rem;
  }
}

.issue-s {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -5px 25px 10px 0;
  width: 1px;
  max-width: calc(100% - 20px);
}

.issue-s1 {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -30px 20px;
  transform: rotate(45deg);
  width: 1px;
  max-width: calc(100% - 20px);
}


.issue-s2 {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -5px 25px 10px;
  transform: rotate(45deg);
  width: 1px;
  max-width: calc(100% - 20px);
}

.issue-n {
  font-size: 4.2rem;
  font-weight: bold;
  margin-top: -2rem;
  margin-right: 20px;
}


.issue-title {
  display: flex
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}


.balloon {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 1px #525252;
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
}

.balloon:before,
.balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.balloon:before {
  border: solid 11px transparent;
  border-top: solid 11px #333;
}

.balloon:after {
  border: solid 15px transparent;
  border-top: solid 15px #fff;
  margin-top: -5px;
}

.balloon p {
  margin: 0;
  padding: 0;
}


.dotted {
    background-image: linear-gradient(to right, #333, #333 2px, transparent 3px, transparent 8px);
    background-size: 5px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
}


.voucher {
	padding: 1rem;
	background-color: beige;
	border-radius: 10px;
	margin-top: 1rem;
	background: #22C1C3;
    background: linear-gradient(2deg, rgba(34, 193, 195, 0.3) 26%, rgba(253, 187, 45, 0.3) 84%);
}

@media all and (min-width: 768px) {
.voucher ul li {
	width: 50%;
	margin-top: 1.5rem;
}
	}

.voucher ul li img {
	max-width: 150px;
}

.Flow-Item-Content-Number {
    background: black;
}


.Flow-Item-Content-Title {
    color: black;
    font-weight: bold;
}

.p-contetns-contact .c-rounded-button, .p-side-contact .c-rounded-button {
    background-color: black;
    border: 2px solid black;
}

@media (hover: hover) {
  .c-rounded-button:not(.is-disabled-hover):hover .p-contetns-contact__text {
    color: black;
  }
}

@media (hover: hover) {
  .c-rounded-button:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: black;
  }
}

.c-rounded-button__text {
    color: #ffcc33;
}

.contentPageLink li a {
    color: black;
}
.contentPageLink li a:hover {
    background: #ffcc33;
    color: black;
}


.p-contetns-contact__text {
    color: #ffcc33;
}

.p-side-menu__heading {
    background-color: black!important;
}

@media (hover: hover) {
  .p-side-menu__heading:not(.is-disabled-hover):hover {
    opacity: .9
  }
}

.info-detail ul li {
	width: 100%;
}



@media all and (min-width: 768px) {
.Flow-Item-Content {
    align-items: normal!important;
}
.Flow-Item-Content-Number-Line {
    display: none!important;
}
.Flow-Item-Content-Title {
    margin-top: 24px;
}
.Flow-Item-Content-Description {
    margin-top: 24px;
}
.Flow-Item-Content-Description figure {
    width: 660px;
    margin-top: 32px;
}
.Flow-Item-Content {
    padding-bottom: 54px!important;
}
.Flow-Item-Content-Title {
    flex-basis: 210px!important;
}
}

@media not all and (min-width: 768px) {
.Flow-Item-Content-Description figure {
    margin-top: 16px;
}
.p-contetns-contact__text {
    font-size: 1.1rem;
}
}
.p-top__heading {
    text-shadow: none!important;
    color: white;
}
.p-top__text {
    text-shadow: none!important;
    color: white;
}


h2 .sub {
	margin-top: 0
}


@media screen and (max-width: 540px) {
    .Flow-Item-Content-Description {
        max-width: 100%;
    }
	
	.issue-n {
    font-size: 3rem;
    margin-top: -1rem
}
	.issue-s {
    margin: -5px 15px 10px 0;
}
}


.noteText {
	margin-top: 1rem;
    font-size: .8rem;
    text-indent: -.4rem;
}