article *{
	box-sizing:border-box;
}
.content {
    max-width: 794px;
    margin: 0 auto;
    padding-bottom: 10%;
    padding-top:40px;
}
h5 {
    text-align: left;
    font-weight: bold;
    border-left: 5px solid #000;
    padding-left: .5em;
    font-size: 1rem;
    margin: 2em 0 1em;
}
h5:first-of-type {
    margin-top: 0;
}
.sammary {
    max-width: 780px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}
figure{
	max-width:780px;
	margin:0 auto;
}
figure.table {
    max-width: 794px;
    margin: 0 auto;
}
figure.table table {
    width: 100%;
}
td{
	display:block;
}
td:first-child {
    font-size: 20px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 8px;
    padding: 0 0 8px;
    border-bottom: 1px solid #CCC;
    text-align: left;
}
td:last-child {
    font-size: 15px;
    text-align: left;
    padding: 0 0 22px;
}
article ul, article ol {
    max-width: 794px;
    margin: 0 auto 1em;
    text-align: left;
    padding-left: 1.7em;
    list-style: disc;
}
article ol {
    list-style: auto;
}
article ul li, article ol li{
	margin-bottom:.75em;
}
small{
	max-width:794px;
	margin:0 auto;
	display: block;
}
small i {
    opacity: 1;
    text-align: left;
    font-size: 13px;
    color: #bf1f1f;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
strong{
	display:inline;
}
i strong {
    background-color: #ddd;
    font-size: 1.1rem;
    padding: .3em 3em;
    border-radius: 100px;
    margin-top: 30px;
    display: inline-block;
    width: 70%;
}
a > strong,a span strong {
    width: 40%;
    display: block;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    background: #042c64;
    text-align: center;
    margin: 30px auto;
    border-radius: 40px;
    text-decoration: none;
    padding: 10px 12px;
    position:relative;
}
a > strong:before, a >span strong:before {
    content: "▼";
    display: block;
    position: absolute;
    right: 20px;
    top: 52%;
    transform: translate(0, -50%) rotate(-90deg);
    font-size: .8rem;
}
i {
    font-style: inherit;
}
center {
    border: 1px solid #11315b;
    border-radius: 100px;
    padding: 0;
    max-width: 70%;
    margin: 40px auto 0;
    position: relative;
}
center a {
    color: #11315b;
    display: block;
}
center a:first-child {
    padding-top:.7em;
}
center a:last-child {
    padding-bottom:.7em;
}
.news center a,.news a:visited {
/*    text-decoration: none;*/
}
center:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    border-top: 1px solid #11315b;
    border-right: 1px solid #11315b;
}
center:hover{
	background-color:#f0f6ff;
}
center br {
    display: none;
}
a s {
    text-decoration: none;
    display: block;
    margin: 40px auto 0;
    width: 70%;
    background-color: #042c64;
    color: #ee0;
    padding: .5em 1em;
    border-radius: 100px;
    text-align: center;
}
a s strong {
    font-size: 18px;
}
blockquote {
    max-width: 780px;
    width: 100%;
}
.text-big {
    font-size: 1.4rem;
}

ul.wrap_card_fig {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 10px;
}
ul.wrap_card_fig li .fig_caption {
    text-align: center;
}


@media screen and (max-width: 900px) {
	.newsKey.pc {
	    width: 94%;
	    margin: 0 auto;
	}
	.news h3 {
	    width: 100%;
	    margin: 0 auto;
		background-color: #fff;
	}
	.content {
	    padding: 0 20px 10%;
	    width: calc(100% - 50px);
        margin: 0 auto 40px;
        background: #fff;
        border-left: 1px solid #c8c8c8;
        border-right: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
	}
}

@media screen and (max-width: 667px) {
	.content{
		width: calc(100% - 20px);
        padding: 30px 13px 20px;
	}
	a > strong,a span strong {
	    width: 80%;
	}
	i strong {
	    width: 100%;
	}
}