@charset "utf-8";
/* CSS Document */

.contact_area {
    text-align: center !important;
    padding: 2%;
}
.contact_area h4 {
    border-bottom: 3px solid #014593;
    display: inline-block;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #014593;
    line-height: 1;
    margin-bottom: 20px;
}
.mark-pink {
    background: linear-gradient(transparent 60%, #ffc0cb 60%);
    font-weight: bold;
}
.mark-green {
    background: linear-gradient(transparent 60%, #7fffd4 60%);
	font-weight: bold;
}
.mark-purple {
    background: linear-gradient(transparent 60%, #A5A1C2 60%);
	font-weight: bold;
}
.mark-blue {
    background: linear-gradient(transparent 60%, #afeeee 60%);
	font-weight: bold;
}
.mark-brown {
    background: linear-gradient(transparent 60%, #ffdab9 60%);
	font-weight: bold;
}
.mark-orange {
    background: linear-gradient(transparent 60%, #ffa500 60%);
	font-weight: bold;
}
.mark-red {
    background: linear-gradient(transparent 60%, #ff6347 60%);
	font-weight: bold;
}

.inquiry {
    background: #eaf2f6;
    padding: 1.5rem 2rem;
    border-radius: 6px;
    margin: 2rem 0;
    font-size: 1rem;
    text-align: center;
}
.inquiry span.category {
    color: #004098!important;
}

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    /*background-attachment: fixed;*/
  }
	.p-info-item__head {
    height: 200px;
}
}

@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;
  }	
}
/*application btn */
.c-rounded-button_application{
  display: block;
  width: 100%;
  background-color: #5050E8;
  padding-top: 9px;
  padding-right: 5px;
  padding-bottom: 9px;
  padding-left: 5px;
  border: 2px solid #5050E8;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.p-contetns-contact__text_application {
    position: relative;
    display: block;
    font-weight: bold;
    text-align: center;
    word-break: break-all;
    font-size: 1.2rem;
    color: #ffffff;
    transition: color 0.6s;
    z-index: 2;
}
.c-rounded-button_application::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5050E8;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}
.c-rounded-button_application::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}
.c-rounded-button_close{
  display: block;
  width: auto;
  background-color: #555555;
  border: 2px solid #555555;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.p-contetns-contact__text_close {
    position: relative;
    display: block;
    font-weight: bold;
    text-align: center;
    word-break: break-all;
    font-size: 1.2rem;
    color: #ffffff;
    transition: color 0.6s;
    z-index: 2;
}
@media (hover: hover) {
  .c-rounded-button_application:not(.is-disabled-hover):hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media (hover: hover) {
  .c-rounded-button_application:not(.is-disabled-hover):hover .p-contetns-contact__text_application {
    color: #5050E8;
  }
}
.p-contetns-contact__button_application {
  width: 680px;
    margin: 15px auto 0;
	text-align: center;
    padding: 1rem;
}

@media not all and (min-width: 768px) {
  .p-contetns-contact__button_application {
  width: 100%;
}
}
/*-------------------------
  article-content-l 
-------------------------*/

.article-content-l {
  margin-right: 2rem;
  margin-top: 1%;
  width: 50%;
}
.article-content-r {
  width: 50%!important;
}
@media not all and (min-width: 768px) {
  .article-content-l {
    margin-right: 0;
	width: fit-content;  
  }
.article-content-r {
margin-left: 0;	
  width: 100%!important;
}	
}

/*-------------------------
  p-issue
-------------------------*/
@media print,
screen and (min-width: 768px) {
  .p-issue-item {
    padding: 0;
    width: 100%;
  }
}

.p-issue-item {
  display: flex;
  flex-direction: column;
  margin: 1em;

}

@media not all and (min-width: 768px) {
  .p-issue-item {
    margin: 0;
  }
  .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;
}
}


.heading_number_t {
  font-size: 1.6rem;
  font-weight: bold;
	text-align: center!important;
}

.balloon {
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
}

.balloon p {
  margin: 0;
  padding: 0;
  font-size: 1.0625rem;
  line-height: 1.8rem;
}


/*subscribe btn*/
div.subscribe-btn_area {
    width: 50%;
    margin: 3.5% 10% 5%;
}
a.subscribe-btn {
    width: 100%;
    margin: 3.5% 25% 5%;
    display: block;
    color: #fff;
    background: #5050E8;
    padding: 18px 0;
    text-align: center;
    line-height: 1;
    border-radius: 30px;
    font-weight: 500;
    font-size: 24px;
}



@media screen and (max-width: 768px) {
a.subscribe-btn {
    width: 80%;
    display: block;
    color: #fff;
    background: #5050E8;
    padding: 12px 0;
    text-align: center;
    line-height: 1;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
}
div.subscribe-btn_area {
    width: 90%;
    margin: 5% 0;
}
}

/*-------------------------
  list
-------------------------*/

ul.list-note li {
list-style-type: disc;
list-style-position: inside;
font-size: 1rem;
}
ul.list-note li.none {
list-style-type: none;
}
ul.list-note a {
    color: #336699;
    text-decoration: underline;
}