@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
.second__contents {
   
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #1E60C5;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Hiragino Sans","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:hover {
	opacity: 0.9;
}
.wrapper {
}
.header {
	background-color: #747FAC;
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
}
.menu {
	display: none;
}
.logo a {
	background-image: url(../img/mainttl.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 245px;
	background-size: contain;
	display: block;
}
.main {
	margin-left: 15px;
	margin-right: 15px;
}
.column-two{
	display: grid;
	grid-template-columns: auto auto;
}
.column-three{
	display: grid;
	grid-template-columns: auto auto auto;
}
.caption{
	text-indent: 0em!important;
	font-size: .875rem!important;
	margin-bottom: 8px;
}
.fig-note{
	text-indent: 0em!important;
	font-size: .875rem!important;
	margin-top: 8px;
}

.mt-m {
	margin-top: 32px;
}
.mt-s {
	margin-top: 24px;
}

.mb-m {
	margin-bottom: 32px;
}
.chart-wrapper{
	display: grid;
	padding: 0px 64px;
	
}
.chart{

}
.chart{
	th,td{
		border: solid 1px #cccccc;
		padding: 8px 16px;
		font-size: 0.875rem;
		line-height: 120%;
		vertical-align: middle;

	}
	th{
		background-color: #e6ecff;
		font-weight: 400;

	}

}
.td-center{
	text-align: center;
}
.mr72{
	margin-right: 72.15px;
}
@media(width< 1000px){
	.chart-wrapper{
	padding: 0px 0px;
	overflow: scroll;
}
}

@media(width < 768px){
	.chart-wrapper{
	padding: 0px 0px;
	overflow: scroll;
}
.mr72{
	margin-right: 54.7px;
}
	.chart{
	th,td{
		padding: 8px 8px;

	}
}
}

@media(width < 768px) {
	.column-two{
	display: grid;
	grid-template-columns: auto;
}
.mt-m {
	margin-top: 24px;
}

.mb-m {
	margin-bottom: 24px;
}
}
.fig {
margin-top: 2em;
margin-bottom: 2em;
margin-left: auto;
margin-right: auto;
}
.fig img {
	width: 100%;
}
.zoom {
	text-indent: -9999px;
	background-image: url(../img/zoom.png);
	background-repeat: no-repeat;
	display: block;
	background-size: contain;
	width: 57px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.fig__wide{
	width: clamp(300px,50vw,700px)!important;
}
.mainttl {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-top: 1px;
    margin-bottom: 30px;
    padding-top: 15px;
    background-color: #091D70;
}
.mainttl .rui {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-size: 80%;
	margin-top: 15px;
	display: inline-block;
	margin-bottom: 10px;
	border: 1px solid #747FAC;
	color: #989FBF;
}
.mainttl .english {
	display: block;
	font-size: 70%;
	font-weight: normal;
	color: #AEB5D4;
	margin-top: 10px;
}
.mainttl h1 {
	color: #FFFFFF;
	font-size: 190%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mainttl p {
	color: #FFFFFF;
	font-size: 80%;
	line-height: 160%;
	text-align: center;
}
.fttl {
	border-bottom: 2px solid #747FAC;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #747FAC;
	font-size: 130%;
}
.first p {
	font-size: 105%;
	line-height: 170%;
	color: #222222;
}
.tab {
	z-index: 0;
}
.tab ul {
	display: flex;
}
.tab ul li {
	background-color: #EEEEEE;
	color: #091D70;
	font-size: 70%;
	font-weight: 600;
	text-align: center;
	display: flex;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 120%;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0px -1px 4px #A3A3A3;
	box-shadow: 0px -1px 4px #A3A3A3;
	padding-left: 5px;
	padding-right: 5px;
	transition: .3s;
}
.tab ul li.select  {
	background-color: #747FAC;
	color: #FFFFFF;
}
.tabmain {
	background-color: #747FAC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: -1px;
	z-index: 9999;
	box-shadow: 0px -1px 4px #A3A3A3;
}
.tabmain .tabmaincont {
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-top: 32px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	position: relative;
}
.tabmain .tabmaincont:before {
	background-image: url(../img/ring.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: auto 20px;
	content: '';
	position: absolute;
	display: block;
	width: 300px;
	height: 26px;
	left: 50%;
	margin-left: -150px;
	margin-top: -40px;
}
.tabmaincont  h3 {
	text-align: center;
	border-top: 1px solid #747FAC;
	border-bottom: 1px solid #747FAC;
	padding-top: 15px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	font-size: 110%;
}
.tabmaincont p {
	font-size: 90%;
	line-height: 170%;
}
.tabcont {
}
.disnon {
	display: none;
}
.secttl {
	color: #091D70;
	padding-top: 0px;
	padding-bottom: 12px;
	margin-bottom: 16px;
	margin-top: 48px;
	font-size: 135%;
	border-bottom: 1px solid #B0B6CF;
}
.secttl-second {
 padding-left: 0px;
 font-size: 1.2rem;
 margin-bottom: 0.5em;
}
.main .maincont p {
font-size: 105%;
line-height: 170%;
color: #222222;
text-indent: 1em;
margin-bottom: 0.5em;
}
.secttl.close {
	background-image: url(../img/ar_down.png);
}
.pdfdl {
	background-color: #747FAC;
	text-decoration: none;
	font-size: 90%;
	display: block;
	padding-top: 22px;
	padding-right: 11px;
	padding-bottom: 18px;
	padding-left: 34px;
	border-radius: 5px;
	color: #FFFFFF;
	background-image: url(../img/ico_pdf.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 10px center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 600;
	-webkit-box-shadow: 0px 0px 3px #979797;
	box-shadow: 0px 0px 3px #979797;
	border: 1px solid #FFFFFF;
}
.link {
	border: 1px solid #747FAC;
	margin-top: 40px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.link h5 {
	text-align: center;
	font-size: 105%;
	color: #091D70;
	margin-bottom: 24px;
	border-bottom: 1px solid #747FAC;
	padding-bottom: 16px;
}
.link ul li {
	font-size: 95%;
	line-height: 140%;
	background-image: url(../img/ar1.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 6px auto;
	list-style-type: none;
	padding-left: 12px;
	margin-bottom: 10px;
}
.link ul li a {
    text-decoration: none;
    color: #1E60C5;
}
.thistop {
	background-image: url(../img/up.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 48px;
	height: 48px;
	background-size: 48px auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer {
	background-color: #8D8D8D;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer p {
	color: #EEEEEE;
	font-weight: normal;
	font-size: 70%;
	text-align: center;
	line-height: 140%;
}
.smclose {
	display: none;
}
.topmain .blc {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.topmain .blc h4 {
	color: #FFFFFF;
	background-image: url(../img/blcttl.png);
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 14px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 105%;
}
.alllist   {
	color: #FFFFFF;
	background-image: url(../img/blcttl.png);
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 14px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 105%;
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: 600;
}
.alllist span {
	display: inline-block;
	background-image: url(../img/ar2.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 11px;
	background-size: 6px auto;
	background-position: left center;
	margin-bottom: 1px;
	margin-right: 8px;
}
.topmain .blc h5 {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 40px;
	padding-bottom: 15px;
	background-color: #747FAC;
	color: #FFFFFF;
	background-image: url(../img/ar_down.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: 18px 19px;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1px;
	cursor: pointer;
	font-weight: 600;
	font-size: 100%;
}
.blc h6  {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
	background-color: #747FAC;
	color: #FFFFFF;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1px;
	cursor: pointer;
	font-weight: normal;
	font-size: 95%;
}
.topmain .blc h5.close {
	background-image: url(../img/ar_up.png);
}
.topmain .blc h5:hover {
	background-color: #606DA2;
}
.topmain .blc ul {
	margin-bottom: 11px;
}
.topmain .blc ul li  {
	list-style-type: none;
}
.topmain .blc ul li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 12px;
	padding-left: 40px;
	background-color: #EEEEEE;
	margin-bottom: 1px;
	text-decoration: none;
	color: #091D70;
	background-image: url(../img/ar1.png);
	font-size: 95%;
	background-repeat: no-repeat;
	background-position: right 22px center;
	background-size: 7px auto;
	font-weight: 600;
	line-height: 140%;
}
.topmain .blc ul li a:hover {
	background-color: #E2E2E2;
}
.topmain .blc .tgl {
	display: none;
}
.searchblc {
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #EEEEEE;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.main .maincont h3 {
	background-color: #091D70;
	color: #FFFFFF;
	font-size: 135%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 24px;
	margin-bottom: 24px;
	border-radius: 4px;
}
.maincont {
	margin-bottom: 100px;
}
.anchor {
	display: none;
}
.main .maincont .tgl {
	margin-bottom: 3em;
	display: none;
}
.main .maincont .toggle_btn {
	background-image: url(../img/ar_down.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 12px auto;
	cursor: pointer;
}
.main .maincont .toggle_btn.close {
	background-image: url(../img/ar_up.png);
}
.main .first {
	margin-bottom: 60px;
}
.main .mainvisual {
	margin-top: 20px;
	margin-bottom: 20px;
}
.main .btn {
	background-color: #091D70;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #676767;
	box-shadow: 0px 0px 5px #676767;
	display: inline-block;
	font-size: 100%;
}
.topbtn  {
	background-color: #747FAC;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #676767;
	box-shadow: 0px 0px 5px #676767;
	display: inline-block;
	font-size: 100%;
}
.center {
	text-align: center;
}
.mgtb {
	margin-bottom: 30px;
}
.linktxt {
	font-size: 95%;
	color: #091D70;
}
.topmain {
	margin-bottom: 60px;
}
.mgt {
	margin-top: 40px;
}
.mgb{
	margin-bottom: 40px;
}
.main .mainvisual img {
	width: 100%;
}
.clm {
	background-color: #EEEEEE;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
}
.rev {
    color: #31A898;
    font-weight: normal;
    font-size: 70%;
    margin-left: 4px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: super;
}
.new {
    color: #E1602F;
    font-weight: normal;
    font-size: 80%;
    margin-left: 12px;
    border-radius: 2px;
}
.note {
	padding-left: 15px;
}
.note p {
	color: #222222;
	line-height: 185%;
	font-size: 90%;
}
.note p span {
	margin-left: 0px;
}
.mini {
    font-size: 90% !important;
}
.author {
    text-align: right;
    margin-top: 3em;
}
.date {
    text-align: right;
    margin-top: 3em;
}
sup {
    font-size: 80%;
    vertical-align: super;
}
.notlink {
    color: #777777 !important;
    cursor: default;
}

.main p em,.main ol li em,.main td em {
    font-family: "Times New Roman", Times, serif;
}.mainttl em {
    font-family: "Times New Roman", Times, serif;
}
.link ul li a em {
    font-family: "Times New Roman", Times, serif;
}
.main .first p {
    text-indent: 1em;
}
.maincont ol {
    padding-left: 2em;
}
.maincont ol li {
    margin-bottom: 0.6em;
    font-size: 105%;
    line-height: 160%;
    color: #222222;
}
.maincont ul {
    padding-left: 2em;
}
.maincont ul li {
    margin-bottom: 0.8em;
    font-size: 105%;
    line-height: 160%;
    color: #222222;
}
.maincont .dl1 {
    color: #222222;
    font-size: 105%;
    line-height: 160%;
}
.maincont .dl1 dt {
    float: left;
    font-weight: 600;
}
.maincont .dl1 dd {
    padding-left: 3em;
}
.maincont .dl2 {
    color: #222222;
    font-size: 105%;
    line-height: 160%;
}
.maincont .dl2 dt {
    float: left;
    font-weight: 600;
}
.maincont .dl2 dd {
    padding-left: 6em;
    margin-bottom: .5em;
}
.maincont .dl3 {
    color: #222222;
    font-size: 105%;
    line-height: 160%;
}
.maincont .dl3 dt {
    float: left;
    font-weight: 600;
}
.maincont .dl3 dd {
    padding-left: 4em;
}
.maincont .list1 {
    color: #222222;
    font-size: 105%;
    line-height: 160%;
    padding-left: 2em;
    margin-bottom: 1em;
}

.top__counter {
    text-align: right;
    color: #777777;
    font-size: 70%;
}
.topmain .blc h4.blc__document  {
    background-color: #05530E!important;
    background-image: none!important;
}
.topmain .blc .top_lead-document {
background-color: #609266;
}
.topmain .blc .top_lead-document:hover {
background-color: #4E7E54;
}
.topmain .top_document_block {
padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 12px;
	padding-left: 40px;
	background-color: #EEEEEE;
	margin-bottom: 1px;
}
.topmain .top_document_txt {
font-size: 95%;
	line-height: 160%;
	color: #222222;
}
.topmain .blc .top_document_links {
margin-top: 16px;
}
.topmain .blc .top_document_links li a {
display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #091D70;
	background-image: none;
	font-size: 95%;
	background-repeat: no-repeat;
	background-position: right 22px center;
	background-size: 7px auto;
	font-weight: 600;
	line-height: 140%;
}
.topmain .blc .top_document_links li a:hover {
background-color: inherit;
}
.pindent {
text-indent: 1em;
}
@media print, screen and (min-width: 769px){

	body {
    overflow-x: hidden;
    width: auto;
	}
.mainttl {
    text-align: center;
    width: 100%;
}
	.mainttl .rui {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-size: 80%;
	margin-top: 15px;
	display: inline-block;
	margin-bottom: 10px;
	border: 1px solid #747FAC;
	color: #989FBF;
	margin-left: auto;
	margin-right: auto;
}
.mainttl p {
	color: #FFFFFF;
	font-size: 95%;
	line-height: 160%;
	text-align: center;
}
	.main {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.first p {
	font-size: 105%;
	line-height: 170%;
}
.fig {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fig.big {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 680px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.fig.two {
    display: inline-block;
    width: 49%;
    text-align: center;
}
.fig.two img {
    width: 320px;
}

.tab ul li {
	background-color: #EEEEEE;
	color: #091D70;
	font-size: 90%;
	font-weight: 600;
	text-align: center;
	display: flex;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 14px;
	line-height: 120%;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0px -1px 4px #A3A3A3;
	box-shadow: 0px -1px 4px #A3A3A3;
	padding-left: 5px;
	padding-right: 5px;
	transition: .3s;
}
.tabmain .tabmaincont {
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-top: 32px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
	position: relative;
}
.tabmain .tabmaincont:before {
	background-image: url(../img/ringpc.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: auto 20px;
	content: '';
	position: absolute;
	display: block;
	width: 800px;
	height: 26px;
	left: 50%;
	margin-left: -400px;
	margin-top: -40px;
}
.tabmaincont  h3 {
	text-align: center;
	border-top: 1px solid #747FAC;
	border-bottom: 1px solid #747FAC;
	padding-top: 20px;
	padding-bottom: 18px;
	margin-bottom: 20px;
	font-size: 140%;
}
.tabmaincont p {
	font-size: 100%;
	line-height: 175%;
}
.secttl.close {
	background-image: none;
}
.pdfdl {
	background-color: #747FAC;
	text-decoration: none;
	font-size: 100%;
	display: block;
	padding-top: 22px;
	padding-right: 11px;
	padding-bottom: 20px;
	padding-left: 52px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-image: url(../img/ico_pdf.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 30px center;
	margin-top: 30px;
	margin-bottom: 70px;
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.smclose {
	display: block;
}
.anchor {
	margin-bottom: 30px;
	text-align: center;
	display: block;
}
.anchor ul li {
	display: inline;
	margin-right: 30px;
	background-image: url(../img/ar_down_g.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-size: 11px auto;
	background-position: left 5px;
}
.anchor ul li a {
	text-decoration: none;
	color: #091D70;
	font-size: 100%;
}
.anchor ul li a:hover {
	text-decoration: underline;
	color: #1D3CBC;
}
.main .maincont .tgl {
	display: block;
}
.main .maincont .toggle_btn {
	background-image: none;
	cursor: default;
}
.clmtwo {
	width: 45%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.slm {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.left {
    float: left;
    width: 706px;
}
.fig.right {
    float: right;
}
.clearfix:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
span.sp3 {
    margin-left: 1.5em;
    margin-right: 1.5em;
    display: inline;
}
}
@media screen and (min-width: 1120px){
.main {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}
}

@media print {
	.zoom {
		display:none !important;
	}
}

em {
    
}
.sp3 {
    display: block;
}
.c303-1{
	display: grid;
	grid-template-columns: repeat(13, auto);
    grid-template-rows: repeat(3, auto);
    gap: 8px;
	justify-self: center;
	text-align: center;
	align-items: center;
}
.c303-a{
grid-column-start: 7;
    grid-row-start: 2;
}
.c303-b{
grid-column: span 13 / span 13;
    grid-row-start: 3;
}
@media(width<768px){
	.c303-1{
	font-size: 90%;
}
}