@charset "utf-8";
/* CSS Document */

@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;
  }
}

@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;
	background-attachment: fixed;
  }	
}
/* ページ内追加 */
.article-content_left {
    width: 100%;
	margin-top: 3rem;
}	
.info-box-c {
    background: #eaf2f6;
    padding: 1rem;
    border-radius: 6px;
    margin: 1rem auto;
    width: 85%;
}
.info-box-c ul {
    margin: 1.5em;
    padding-left: 1em;
    text-indent: -1.5em;
}
.info-box-c ul li::before {
    content: "・";
    font-size: 1.3rem;
}
.info-box-c ul li {
    line-height: 1.4rem;
	font-size: 1rem;
	margin-top: 10px;
}
.info-box-c ul li span {
 color: #003366;
 font-weight: bold;	
}	
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
	white-space: nowrap;
	}
.blue-bold {
    font-size: 1.5rem;
    font-weight: bold;
    color: #003366;
	text-align: center;
}
.f-container {
    display: flex;
    margin-top: 3%;
    flex-wrap: wrap;
}	
.textsize {
    font-size: 128.57%;
    line-height: 2;
    margin-bottom: 26px;
	text-align: center;
}
.item_100per {
    width: 100%;
    justify-content: space-between;
    padding: 1%;
}
.item {
    width: 50%;
    justify-content: space-between;
    padding: 1%;
}
.textsize {
    font-size: 1.25rem;
    line-height: 2;
    margin-bottom: 26px;
}	
.article-content {
    width: 100%!important;
}	
.sub_title {
    font-weight: bold;
    background-color: crimson;;
    font-size: 1.5rem;
    padding: 0.2em 1em;
    color: #fff;
}	
.font_200per {
    font-size: 2rem;
}	
@media not all and (min-width: 768px)	{
.sub,.sub1 {
    text-align: left !important;
}
.info-box-c {
    padding: 1em;
    margin: 1rem auto;
    width: 100%;
}
.blue-bold {
    font-size: 1.2rem;
    line-height: 1.5;
}
.f-container {
    flex-wrap: wrap;
}
.textsize {
    font-size: 1rem;
    margin-bottom: 6.93%;
}
.item {
    width: 100%;
    padding: 0;
}	
}	
