@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;900&display=swap');

* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;	
	font-size: 16px;
	line-height: 1.9;
                                color: #101a38;
}
article {
	height: auto;
	margin: 50px auto;
	text-align: center;
	line-height: 1.9;
}
article p {
	margin-bottom: 1em;
}
a {
	color: #101a38;
	text-decoration: none !important;
}
a:hover {
	color: #1b5092;
	text-decoration: none !important;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index:5;
}

.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
}

h2 {
	font-size: 28px;
	border-bottom: solid 3px #000;
	margin: 0px auto 30px auto;
	font-weight:900;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight:700;	
}

.sml {
	font-size: 13px;
}

.mds {
	display: inline-block; 
	width: 300px;
	margin: 0px auto;
}

.senmon {
	font-size: 18px;
	text-align: center;
	color: #FFF;
	background: #101a38;
	padding: 1px 10px 4px 10px;
	margin: 10px ;
                                font-weight:700;
                                display: inline-block;
}
.valign {vertical-align: top;}

.maptit {
	font-size: 21px;
	line-height: 1.4;
	font-weight:500;	
	max-width: 90%;
	text-align: center;
	color: #FFF;
	background: #101a38;
	border-radius: 10px;
	padding: 15px;
	border: 1px solid #101a38;
	margin: 30px auto 10px auto;	
}
.maptits {
	font-size: 16px;
	font-weight:300;	
}

.txtbk {
	display: inline-block;
                                font-size:18px;
	font-weight:500;	
                                text-align: center;
	color: #101a38 ;
                                background-color:#fff;
	border: 1px solid #101a38;
                                padding:2px 15px 4px 15px;
	margin-bottom: 0.5em;
}

.txtbkl {
	border: solid 1px #000000;
                                padding:2px 8px 3px 8px;
}

.prof {
	float:right;
	margin-left: 30px;
	width: 260px;
	border-radius: 10px;
}

.blockinfo {	
	max-width: 100%;
	line-height: 1.5;
                                text-align: left;
	border-radius: 10px;
	padding: 30px;
	border: 1px solid #101a38;	
}

#main-visual {
	background: url("../images/main.jpg") no-repeat center 30%;
	background-size:cover;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
                                text-align: center;
                                font-size:32px;
	color: #ffffff ;
	font-weight:500;
                                text-shadow: #39956f 1px 0 10px;
}

#main-visual2 {
	background: url("../images/main2.jpg") no-repeat center 35%;
	background-size:cover;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
                                text-align: center;
                                font-size:32px;
	color: #ffffff ;
	font-weight:500;
}

#main-visual3 {
	background: url("../images/main3.jpg") no-repeat center 55%;
	background-size:cover;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
                                text-align: center;
                                font-size:32px;
	color: #ffffff ;
	font-weight:500;
}

#mailf {
	width: 100%;
	height: 600px;
}

.pc { display: block !important; }
.sp { display: none !important; }

.subbut {
		font-size: 16px;
		width: 400px;
		max-width: 90%;
		text-align: center;
		color: #FFF;
		background: #101a38;
		border-radius: 10px;
		padding: 15px;
		border: 1px solid #101a38;
		margin: 30px auto 10px auto;
/*-webkit-transition: 5s;
    -moz-transition: 5s;
    -o-transition: 5s;
    -ms-transition: 5s;*/
    transition: 0.5s;
}

.subbut:hover {
		color: #101a38;
		background: #FFF;
		border: 1px solid #101a38;
	}

#footer {
	margin-top: -50px;
	padding: 30px;
	text-align: center;
	border-top: solid 1px #101a38;
}
#footer a {
	color: #666;
	text-decoration: none;
}

.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ */

.inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.inner2 {
	padding: 50px 0;
}

.outer {
	  background-color:#ffffff;
}

.inner-left {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.inner:after {
	content: "";
	clear: both;
	display: block;
}

.flex0{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    column-gap: 5px;
margin-bottom: 10px;
align-items: center;
}

.flex1{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    column-gap: 2px;
justify-content: center;
margin-bottom: 2px;
}

.flex1-2{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    column-gap: 2px;
justify-content: center;
flex: 1;
}

.flex2{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    column-gap: 50px;
justify-content: center;
}

.flex3{
 width: 70%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    column-gap: 3px;
justify-content: center;
margin-bottom: 3px;
}

.flex4{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    column-gap: 50px;
}
.flex4-1{
flex: 4;
}
.flex4-2{
flex: 6;
text-align: left;
}

.mkread {
                                color: #101a38 ;
	padding: 10px;
	text-align: left;
	line-height: 1.4;
}
.list_mkname {
                                font-size: 18px;
                                font-weight:500;
}

.blocklink {
	margin-top: -20px;
                                font-size: 16px;
                                font-weight:500;
}

.list_mark1 {
	font-size: 16px;
	text-align: center;
	color: #FFF;
	background: #1b5092;
	border-radius: 10px;
	padding: 8px 15px;
	margin: 5px;
                                font-weight:500;
                                white-space: nowrap;
}

.list_mark2 {
	font-size: 16px;
	text-align: center;
	color: #FFF;
	background: #101a38;
	border-radius: 10px;
	padding: 8px 15px;
	margin: 5px;
                                font-weight:500;
                                white-space: nowrap;
}

.list_base {
	font-size: 24px;
                                font-weight:900;
                                text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                                0px 1px 0 #FFF,  0-1px 0 #FFF,
                                -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.list1 {
                                color: #101a38 ;
                                background-color:#dbdde1;
	padding: 10px;
	text-align: left;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                width: 130px;
}

.list2 {
	line-height: 1.5;
                                color: #101a38 ;
                                background-color:#dbdde1;
	padding: 10px;
	text-align: left;
                                display: flex;
                                align-items: center;
                                flex: 1.5;
                                font-weight:500;
}

.list3 {
	line-height: 1.5;
                                color: #101a38 ;
                                background-color:#dbdde1;
	padding: 10px;
	text-align: left;
                                display: flex;
                                align-items: center;
                                flex: 1;
}

.list4 {
	line-height: 1.5;
                                color: #101a38 ;
                                background-color:#dbdde1;
	padding: 10px;
	text-align: left;
                                display: flex;
                                align-items: center;
                                width: 220px;
}

.list_block {
	color: #1b5092;
	font-size: 24px;
                                font-weight:900;
	margin-bottom: 10px;
}

.list_prefecture {
	font-size: 18px;
                                font-weight:900;
	margin-bottom: 10px;
}

.patcal1 {
                                color: #ffffff ;
                                background-color:#101a38;
	padding: 20px 50px;
	text-align: left;
                                white-space: nowrap;
                                display: flex;
                                align-items: center;
                                flex: 2.5;

}
.patcal2 {
                                color: #101a38 ;
                                background-color:#dbdde1;
	padding: 20px 50px;
	text-align: left;
                                display: flex;
                                align-items: center;
                                flex: 4;
}

.enter_but {
position: relative;
margin-bottom: 30px;
}

.enter_but img {
width: 100%;
border-radius: 10px;
}

.enter_butw {
position: absolute;
 top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
top: 25%;
color: #ffffff ;
font-weight:500;
font-size: 24px;
text-align: center;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 24px;
	text-align: left;
	line-height: 1.4;
	font-weight:700;
}
#top-head .logo2 {
	font-size: 24px;
	text-align: left;
	line-height: 1.4;
	font-weight:500;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -30px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(16,26,56,1);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #fff;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #990000;
	bottom: -20px;
}
#top-head2 {
	width: 100%;
	margin-top: 0;
	top: 0;
	padding-top: 10px;
	height: 55px;
	background: rgba(16,26,56,1);
}
#top-head2 .logo {
	float: left;
	font-size: 24px;
	text-align: left;
	line-height: 1.4;
	font-weight:700;
	color: #fff;
}
#top-head2 .logo2 {
	font-size: 24px;
	text-align: left;
	line-height: 1.4;
	font-weight:500;
	color: #fff;
}

/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/* map------ */
.popmap {
	position: relative;
	}
.mapbut {
	position: absolute;
	padding: 10px 15px;
	color: #FFF;
	background: #101a38;
	border: 1px solid #101a38;
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.2);
                                border-radius: 10px;
                                font-size: 18px;
	font-weight:500;
                                cursor: pointer;
/*-webkit-transition: 5s;
    -moz-transition: 5s;
    -o-transition: 5s;
    -ms-transition: 5s;*/
    transition: 0.5s;
}
.mapbut:hover {
	color: #101a38;
	background: #FFF;
	border: 1px solid #101a38;
}

.mapbut2 {
                                width: 360px;
	padding: 10px 15px;
	color: #FFF;
	background: #101a38;
	border: 1px solid #101a38;
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.2);
                                border-radius: 10px;
	font-weight:500;
                                cursor: pointer;
                                margin-bottom:10px;

/*-webkit-transition: 5s;
    -moz-transition: 5s;
    -o-transition: 5s;
    -ms-transition: 5s;*/
    transition: 0.5s;
}
.mapbut2:hover {
	color: #101a38;
	background: #FFF;
	border: 1px solid #101a38;
}
.mapbut3 {
                                width: 360px;
	padding: 10px 15px;
	color: #FFF;
	border: 0;
	opacity:0;
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0);
                                border-radius: 10px;
	font-weight:500;
                                cursor: pointer;
                                margin-bottom:10px;

/*-webkit-transition: 5s;
    -moz-transition: 5s;
    -o-transition: 5s;
    -ms-transition: 5s;*/
    transition: 0.5s;
}
.box_hk {top: 70px; left: 620px;}
/* ht------ .box_hk {top: 200px; left: 520px;} */
.box_th {top: 320px; left: 790px;}
.box_kt {top: 520px; left: 790px;}
.box_ks {top: 350px; left: 530px;}
.box_hr {top: 450px; left: 390px;}
.box_tk {top: 650px; left: 620px;}
.box_kk {top: 720px; left: 470px;}
.box_sk {top: 740px; left: 320px;}
.box_cg {top: 480px; left: 220px;}
.box_qs {top: 770px; left: 100px;}
/* map------ */

.video{
                                position: relative;
                                width: 100%;
                                padding-top: 56.25%;
                                margin-bottom:25px;
}
.video iframe {
                                position: absolute;
                                top: 0;
                                right: 0;
                                width: 100% !important;
                                height: 100% !important;
}

.docmap img {
	width: 80%;
	margin: 0 auto;
}

.hpvbn img {
	width: 60%;
	margin: 0 auto;
}

/* -- div#contents-maker-news ----------------------------------------------------------------------- */

div#contents-maker-news * {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}

div#contents-maker-news div.cm-box {
	padding: 25px 0;
	border-bottom: 1px dotted #333333;
}

div#contents-maker-news dl dt {
	font-weight: bold;
	margin: 0 0 3px;
}
/* -- div#contents-maker-news ----------------------------------------------------------------------- */


@media screen and (max-width: 980px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}

.flex2{
                                display: block;
                                column-gap: 0px;
                                justify-content: center;
}

.flex4{
                                width: 90%;
                                margin: 0 auto;
                                display: block;
                                column-gap: 0px;
                                justify-content: center;
}

.mapbut2 {
                                width: 90%;
	padding: 10px 15px;
	color: #FFF;
	background: #101a38;
	border: 1px solid #101a38;
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.2);
                                border-radius: 10px;
	font-weight:500;
                                cursor: pointer;
                                margin: 10px auto;

/*-webkit-transition: 5s;
    -moz-transition: 5s;
    -o-transition: 5s;
    -ms-transition: 5s;*/
    transition: 0.5s;
}
.mapbut2:hover {
	color: #101a38;
	background: #FFF;
	border: 1px solid #101a38;
}

.enter_butw {
position: absolute;
 top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
top: 25%;
color: #ffffff ;
font-weight:500;
font-size: 6vw;
text-align: center;
}
/* map------ */
.popmap {
	position: relative;
	}
.mapbut {
	position: absolute;
	padding: 2px 5px;
	color: #FFF;
	background: #101a38;
	border: 1px solid #101a38;
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.2);
                                border-radius: 5px;
                                font-size: 3.5vw;
	font-weight:500;
                                cursor: pointer;
/*-webkit-transition: 5s;
    -moz-transition: 5s;
    -o-transition: 5s;
    -ms-transition: 5s;*/
    transition: 0.5s;
}
.mapbut:hover {
	color: #101a38;
	background: #FFF;
	border: 1px solid #101a38;
	}

.box_hk {top: 10%; left: 50%;}
.box_th {top: 40%; left: 72%;}
.box_kt  {top: 62%; left: 72%;}
.box_ks  {top: 30%; left: 40%;}
.box_hr {top: 43%; left: 35%;}
.box_tk {top: 79%; left: 66%;}
.box_kk  {top: 91%; left: 55%;}
.box_sk {top: 91%; left: 29%;}
.box_cg {top: 56%; left: 22%;}
.box_qs {top: 103%; left: 5%;}
/* map------ */

.docmap img {
	width: 90%;
	margin: 0 auto;
}

.maptit {
	font-size: 16px;
	line-height: 1.4;
	font-weight:500;	
	max-width: 90%;
	text-align: center;
	color: #FFF;
	background: #101a38;
	border-radius: 10px;
	padding: 15px;
	border: 1px solid #101a38;
	margin: 30px auto 10px auto;	
}
.maptits {
	font-size: 13px;
	font-weight:300;	
}

.flex3{
 width: 90%;
    display: block;
    column-gap: 3px;
justify-content: center;
margin-bottom: 3px;
}

.patcal1 {
                                color: #ffffff ;
                                background-color:#101a38;
	padding: 15px;
	text-align: left;
                                white-space: nowrap;
                                display: flex;
                                align-items: center;
                                flex: 2.5;

}
.patcal2 {
                                color: #101a38 ;
                                background-color:#dbdde1;
	padding: 15px;
	text-align: left;
                                display: flex;
                                align-items: center;
                                flex: 4;
}

.hpvbn img {
	width: 80%;
	margin: 0 auto;
}

}

@media screen and (max-width: 640px) {

	#main-visual {
	background: url("../images/main.jpg") no-repeat center 20px;
	background-size:cover;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
                                text-shadow: #39956f 1px 0 10px;
	}

	#main-visual2 {
	background: url("../images/main2.jpg") no-repeat center 35px;
	background-size:cover;
	height: 240px;
	}

	#main-visual3 {
	background: url("../images/main3.jpg") no-repeat center 10px;
	background-size:cover;
	height: 240px;
	}

	#main-visual p {
                                font-size:18px;
                                line-height: 1.4;
	color: #ffffff ;
	font-weight:500;
                                margin-top:70px;
	}

	#main-visual2 p {
                                font-size:24px;
                                line-height: 1.4;
	color: #ffffff ;
	font-weight:500;
                                margin-top:70px;
	}

	#main-visual3 p {
                                font-size:24px;
                                line-height: 1.4;
	color: #ffffff ;
	font-weight:500;
                                margin-top:70px;
	}

#main-visual img {
margin-top: 60px;
	width: 280px;
}

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 48px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 8px;
		color: #101a38;
		font-size: 21px;
	}
	#top-head .logo2 {
		left: 13px;
		top: 13px;
		color: #101a38;
		font-size: 18px;
	}

	#top-head2 .inner {
		width: 100%;
		padding: 0;
	}
	#top-head2 {
		top: 0;
		position: fixed;
		margin-top: 0;
		height: 48px;

	}
	#top-head2 .logo {
		position: absolute;
		left: 13px;
		top: 8px;
		color: #fff;
		font-size: 21px;
	}
	#top-head2 .logo2 {
		left: 13px;
		top: 13px;
		color: #fff;
		font-size: 18px;
	}


	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #101a38;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}

#mailf {
	width: 100%;
	height: 450px;
}

.prof-sp {
	display: inline-block;
	width: 260px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.flex1{
    display: block;
    column-gap: 2px;
justify-content: center;
margin-bottom: 2px;
}

.flex1-2{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    column-gap: 2px;
justify-content: center;
flex: 1;
margin-bottom: 2px;
}

.sp10{
	height: 10px;
}
.mkread {
                                color: #101a38 ;
	padding: 10px;
	text-align: left;
	line-height: 1.4;
}
.list_mkname {
                                font-size: 18px;
                                font-weight:500;
}

.list_mark1 {
	font-size: 16px;
	text-align: center;
	color: #FFF;
	background: #1b5092;
	border-radius: 10px;
	padding: 8px 15px;
	margin: 5px;
                                font-weight:500;
                                white-space: nowrap;
}

.list_mark2 {
	font-size: 16px;
	text-align: center;
	color: #FFF;
	background: #101a38;
	border-radius: 10px;
	padding: 8px 15px;
	margin: 5px;
                                font-weight:500;
                                white-space: nowrap;
}

.list1 {
                                color: #101a38 ;
                                background-color:#dbdde1;
	padding: 5px;
	text-align: left;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                width: 120px;
}

.list2 {
	line-height: 1.5;
                                color: #101a38 ;
                                background-color:#dbdde1;
	padding: 5px;
	text-align: left;
                                display: flex;
                                align-items: center;
                                flex: 1.5;
                                font-weight:500;
}

.list3 {
	line-height: 1.5;
                                color: #101a38 ;
                                background-color:#dbdde1;
	padding: 5px;
	text-align: left;
                                display: flex;
                                align-items: center;
                                flex: 1;
}

.list4 {
	line-height: 1.5;
                                color: #101a38 ;
                                background-color:#dbdde1;
	padding: 5px;
	text-align: left;
                                display: block;
                                align-items: center;
                                width: 160px;
}

.list_base {
	font-size: 21px;
                                font-weight:900;
                                text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                                0px 1px 0 #FFF,  0-1px 0 #FFF,
                                -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.pc { display: none !important; }
.sp { display: block !important; }

}
