@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap');

body {
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	background-color: #2178B7;
}

body.top {}

body.sub {
	background-image: url(../img/bg_main_sub.jpg);
}



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0055bd;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
}

a img.opacity {
	transition: .2s;
}

a img.opacity:hover {
	opacity: 0.75;
}


p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
}

em {
	font-style: normal;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml1em {
	margin-left: 1em;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}


.note {
	font-size: 0.8em;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ef0000;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.strike {
	text-decoration: line-through solid #ef0000;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

.iblock{
	display: inline-block;
}

p.pagetop {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -9990px;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
}

p.pagetop:hover {
	opacity: 1;
}

.btn1 {
	width: 300px;
	min-height: 56px;
	padding: 5px 20px;
	color: #ed6b04;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(180deg, #fff, #eaeaea);
	border: solid 2px #ed6b04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn1:hover {
	background: linear-gradient(0deg, #fff, #eaeaea);
}

a.btn1::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #ed6b04;
	border-right: solid 2px #ed6b04;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}

.btn1.pdf {
	padding-right: 35px;
}

.btn1.pdf::before {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: calc(50% - 16px);
	right: 10px;
}

.btn1>span {
	padding: 0 0 2px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

.btn2 {
	width: 300px;
	min-height: 56px;
	padding: 5px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #ed6b04;
	border: solid 2px #ed6b04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn2:hover {
	background-color: #f59346;
	border: solid 2px #f59346;
}

a.btn2::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}








/* --------------- footer --------------- */

footer {
	margin: 0;
	padding: 0;
	background-color: #0069A0;
}

footer .col_footer {
	margin: 0 auto;
	padding: 27px 0 23px 0;
	font-size: 12px;
	color: #ffffff;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

footer .col_footer dl {
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.4;
	display: flex;
	align-items: flex-start;
}

footer .col_footer dl dt {
	width: 75px;
	margin: 0;
	padding: 0 0 6px;
}







footer .col_footer dl dd {
	width: calc(100% - 75px);
	margin: 0;
	padding: 0 0 0 17px;
}

footer .col_footer dl dd a {
	color: #ffffff;
	text-decoration: none;
}

footer .col_footer dl dd a:hover {
	text-decoration: underline;
}

.copy {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background-color: #231815;
}


/* --------------- contents --------------- */


.mds1 {
	width: 100%;
	height: 44px;
	margin: 0 0 20px;
	padding: 6px 20px 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	background-color: #004386;
	box-sizing: border-box;
}

.mds2 {
	margin: 0 0 15px 0;
	padding: 0 0 8px 7px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: solid 2px #132f45;
}

.mds3 {
	margin: 0 0 12px 0;
	padding: 4px 15px 4px 15px;
	color: #132f45;
	font-size: 17px;
	line-height: 1.4;
	background-color: #efeeee;
	border-left: solid 6px #132f45;
}

.col_content {
	width: 100%;
	padding: 0 10px 0;
}

.col_prepare {
	padding: 100px 0;
	text-align: center;
}



/* --------------- leftcontents --------------- */


#leftcontents {
	width: 250px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#leftcontents.sub {
	padding: 0 0 0 70px;
}

#navi {
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0 0 0;

}

#navi li {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	background-color: #FFFFFF;
	border-bottom: solid 1px #E1DFDF;
}

#navi li::before {
	content: '';
	position: absolute;
	right: 20px;
	top: 17px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #004386;
	border-right: 2px solid #004386;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#navi li.active::before,
#navi li:hover::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
	
#navi li:last-of-type {
	border-bottom: none;
}

#navi li.arc{
	margin: 10px 0 0;
	background: linear-gradient(90deg, #ff7a00, #ff5500, #ff7a00);
}

#navi li.arc::before{
	display: none;
}

#navi li.active,
#navi li:hover {
	background-color: #004386;
}

#navi li.arc:hover{
	background: linear-gradient(90deg, #ff5500, #ff7a00, #ff5500);
}

#navi li a {
	width: 100%;
	min-height: 42px;
	padding: 8px 10px 9px 25px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	color: #231815;
	text-align: center;
	text-decoration: none;
	display: flex;
	align-items: center;
}

#navi li.arc a{
	padding: 8px 10px 9px 10px;
}

#navi li.active a,
#navi li:hover a {
	color: #fff;
}

#navi li a.pdf::after {
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	top: calc(50% - 15px);
	right: 6px;
}

#navi li a span.label_led {
	margin: 0 0 0 10px;
	padding: 1px 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	background-color: #df0000;
	border-radius: 3px;
	display: inline-block;
}

#navi li.sub a {
	display: block;
	line-height: 1.0;
	font-size: 14px;
	text-align: left;
}



#navi li.sub.active a::after,
#navi li.sub:hover a::after {
	border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

#navi li a span.congress {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	line-height: 1.5em;
}

#navi li a span.congress.n62 {
	color: #3ba95e;
}

#navi li a span.congress.n59 {
	color: #f86241;
}

#navi li a span.congress.n9 {
	color: #e673b4;
	font-size: 13px;
}


#navi li a span.congress.n14 {
	color: #d49e1d;
}

#navi li.greet {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#navi li.sub.green {
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.9);
}

#navi li.sub.red {
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.9);
}

#navi li.sub.pink {
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.9);
}

#navi li.sub.yellow {
	border-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: rgba(255, 255, 255, 0.9);
}

#navi li.sub.green.active,
#navi li.sub.green:hover{
	background-color: #132f45;
}

#navi li.sub.red.active,
#navi li.sub.red:hover{
	background-color: #132f45;
}

#navi li.sub.pink.active,
#navi li.sub.pink:hover{
	background-color: #132f45;
}

#navi li.sub.yellow.active,
#navi li.sub.yellow:hover{
	background-color: #132f45;
}

#navi li.sub.green.active a span.congress.n62,
#navi li.sub.green:hover a span.congress.n62{
	color: #fff;
}

#navi li.sub.red.active a span.congress.n59,
#navi li.sub.red:hover a span.congress.n59{
	color: #fff;
}

#navi li.sub.pink.active a span.congress.n9,
#navi li.sub.pink:hover a span.congress.n9{
	color: #fff;
}

#navi li.sub.yellow.active a span.congress.n14,
#navi li.sub.yellow:hover a span.congress.n14{
	color: #fff;
}


ul.list_bnr {
	margin: 0;
	padding: 0;
}

ul.list_bnr li {
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}

ul.list_bnr li a {
	margin: 0;
	padding: 0;
	background-color: #fff;
	display: inline-block;
}

ul.list_bnr li a:hover {
	opacity: .8;
}

/* --------------- header sub --------------- */

.header_sub{
	width: 100%;
    height: 85px;
    margin: 0 0 35px;
    padding: 12px 0 0 44px;
    background-color: #0069A0;
    border-bottom: solid 2px #78A8CB;
}

.col_header_sub {
	width: 1400px;
	margin: 0 auto;
	padding: 42px 0 0 183px;
}

.header_sub h1{
	max-width: 947px;
	height: 56px;
}

.header_sub h1 a{
	width: 100%;
}

.header_sub h1 img{
	width: 100%;
}




/* --------------- top --------------- */

.col_header {
	width: 100%;
	margin: 0;
	padding: 18% 0 0;
	box-sizing: border-box;
}

.col_header.pc_none{display: none;}

.col_header h1{
	width: 77%;
	max-width: 766px;
	margin: 0 auto;
}

.col_header h1 img{
	width: 100%;
}

#contents {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 0 0;
	display: flex;
}

#rightcontents {
	width: calc(100% - 250px);
    aspect-ratio: 1010 / 1114;
	margin: 0;
	padding: 0 0;
	background-image: url(../img/bg_right.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;

}

#rightcontents.sub {
	min-height: 600px;
	background-image: none;
}

div#rightcontents\ sub {
	margin: 0 0 0 40px;
}


.bg_topright {
	width: 100%;
	max-width: 1080px;

}

.bg_contents {
	width: 970px;
	min-height: 600px;
	margin: 0 0 25px;
	padding: 50px 60px 60px;
	background-color: #fff;
}



.col_topmain {
	width: 100%;
	margin: 0 0 33px;
	padding: 0 0 0;
	box-sizing: border-box;
	position: relative;
}

.top_thema {
	margin: 0;
	padding: 0 0 35px 197px;
}

.top_info1 {
	width: 47%;
	max-width: 469px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.top_info1 img{width: 100%;}

.wrap_topnews {
	max-width: 890px;
	max-height: 147px;
	width: 89%;
	padding: 0;
	margin: 0 auto 20px;
}

.box_topnews {
	width: 100%;
	margin: 0;
	padding: 23px 15px 20px 18px;
	background-color: #fff;
	display: flex;
	justify-content: center;
}

.box_topnews .mds {
	width: 135px;
	padding: 6px 15px 0 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.col_topnews {
	width: 710px;
	margin: 0;
	padding: 0;
}

.scroll_topnews {
	max-height: 142px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 5px 2px;
	border-bottom: dotted 1px #231815;
	box-sizing: border-box;
	display: flex;
}

.col_topnews dl:first-child {
	border-top: dotted 1px #231815;
}

.col_topnews dl dt {
	width: 170px;
	margin: 0;
	padding: 0 0 0 13px;
	position: relative;
	z-index: 0;
}

.col_topnews dl.new dt:before {
	content: "NEW";
	padding: 1px 6px 2px;
	line-height: 1;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	background-color: #e60012;
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 26px;
}

.col_topnews dl dd {
	width: calc(100% - 170px);
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 1.6;
}


@media screen and (max-width: 1000px) {
	body{
		min-width: auto;
        margin-top: 60px;
	}
	
	#contents{
		width: 100%;
		-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: colum;
        display: block;
	}
	
	.col_header.sp_none{
		display: none;
	}
	
	
	#leftcontents{
		position: static;
		margin: 0;
        padding: 0;
	}
	
	#leftcontents,
	#leftcontents_sub {
		position: static;
	}

	#leftcontents {
		margin: 0;
		padding: 0;
	}

	nav {
		width: 100%;
		height: 100vh;
		margin: 0;
		padding: 0;
		background-color: #E9E9F2;
		position: fixed;
		top: 60px;
		right: 0;
		z-index: 100;
		display: none;
		box-shadow: none;
		overflow: auto;
	}

	#navi {
		width: 100%;
		max-width: 100%;
		margin-bottom: 150px;
		overflow: auto;
	}

	#navi li {
		margin: 0;
		border-radius: 0;
		border-bottom-color: #DCDDDD;
		position: relative;
		background-color: #ffffff00;
	}

	#navi li::before {
		content: '';
		position: absolute;
		right: 12px;
		top: 17px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #004386;
		border-right: 2px solid #004386;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#navi li.noarrow::before {
		content: none;
	}

	#navi li a {
		text-align: left;
	}

	#navi li.active::before,
	#navi li:hover::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	#navi li a::after {
		content: none;
	}

	ul.list_bnr.pc {
		display: none;
	}

	#navi li a.pdf::after {
		right: 21px;
	}
	
	header {
		width: 100%;
		height: 62px;
		background-color: #066095;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}

	.col_header.pc_none {
		width: 100%;
		height: 100%;
		padding: 0 0 0 3%;
		display: flex;
		align-items: center;
		position: static;
		z-index: 0;
	}

	.col_header h1 {
		padding: 0;
		max-width: 450px;
		margin: 0;
	}
	
	.col_header h1 a{
		display: inline-block;
	}
	
	#navi li.arc{
		max-width: 350px;
		margin: 10px auto 0;
	}
	
	#menubtn {
		width: 50px;
		height: 50px;
		margin: 0 6.5px 0 auto;
		padding: 0;
		display: block;
		background-color: #000;
		position: relative;
		z-index: 2;
	}

	#menubtn.active {
		background-color: #000;
	}

	#menubtn .btn {
		width: 36px;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}

	#menubtn .btn span {
		width: 100%;
		height: 3px;
		margin: auto;
		padding: 0;
		background-color: #fff;
		display: inline-block;
		-webkit-transition: all .4s;
		position: absolute;
		left: 0;
		right: 0;
	}

	#menubtn span:nth-child(1) {
		top: 11px;
	}

	#menubtn span:nth-child(2) {
		top: 24px;
	}

	#menubtn span:nth-child(3) {
		top: 37px;
	}


	#menubtn.active span:nth-of-type(1) {
		width: 96%;
		transform: translateY(20px) rotate(-45deg);
		top: 3px;
	}

	#menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	#menubtn.active span:nth-of-type(3) {
		width: 96%;
		transform: translateY(-20px) rotate(45deg);
		top: 43px;
	}

	#menubtn .btn {
		width: 33px;
	}
	
	#rightcontents{
		width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
	}
	
	.top_info1{
		padding: 36vw 0 0;
	}
	
	footer .col_footer {
		width: 100%;
		padding: 13px 0 12px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	footer .col_footer dl {
		width: 100%;
		flex-direction: column;
		text-align: center;
		margin: 0;
	}

	footer .col_footer dl:first-of-type {
		margin-right: 0;
	}

	footer .col_footer dl dt {
		text-align: center;
		width: 100%;
		border-right: none;
	}

	footer .col_footer dl dd {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 850px) {

	#rightcontents{
		background-image: none;
		aspect-ratio: auto;
	}
	
	.top_info1{
		width: 81%;
		max-width: 580px;
		padding: 50vw 0 0;
	}
	
	.col_topmain{
		margin: 0;
		background-image: url(../img/bg_right-sp.png);
		aspect-ratio: 850 / 1310;
		background-size: cover;
	}
	
	.wrap_topnews {
		width: 100%;
		max-width: 903px;
		max-height: none;
		background-color: #E9E9F2;
		margin: 0;
		padding: 20px 0;
	}

	.box_topnews {
		width: 92%;
		margin: 0 auto 20px;
		padding: 0 0 3.4%;
		display: block;
		background-color: transparent;
	}

	.box_topnews .mds {
		width: 100%;
		margin: 0 auto 2.1%;
		padding: 10px 0 10px 0;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		background-color: #0069A0;
		color: #fff;
	}

	.col_topnews {
		width: 98%;
		max-height: 188px;
		margin: 0 auto;
		overflow: auto;
		padding: 0;
	}

	.col_topnews dl {
		flex-direction: column;
	}

	.col_topnews dl:first-of-type {
		border-top: none;
	}

	.col_topnews dl {
		border-bottom: 1px solid #c9caca;
	}

	.col_topnews dl dt {
		width: 100%;
		padding: 0;
	}

	.col_topnews dl.new dt:before {
		right: auto;
		left: 90px;
		top: 4.6px;
	}

	.col_topnews dl dd {
		width: 100%;
		padding: 0;
	}

}

/* --------------- contents --------------- */

#wrap_contents {
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
}

#rightcontents.sub {
	width: calc(100% - 250px);
	margin: 0;
	padding: 0;
	aspect-ratio: auto;
}

.wrap_contents {
	width: 96%;
	max-width: 970px;
	margin: 0 0 0 auto;
	background-color: #fff;
}

.sub_boxcontents{
	width: 95%;
	max-width: 850px;
	min-height: 695px;
	margin: 0 auto;
	padding: 65px 0 40px;

}

@media screen and (max-width: 1000px) {
	.header_sub{
		display: none;
	}
	
	#rightcontents.sub{
		width: 100%;
		min-height: auto;
		
	}
	
	.wrap_contents{
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	
	
	
	
}


/* --------------- link --------------- */

.mds1.link1 {
	margin: 0 0 30px;
}

.list_link {
	margin: 0 0 0 10px;
	padding: 0;
}

.list_link li {
	margin: 0 0 10px;
	padding: 0 0 0 17px;
	position: relative;
	z-index: 0;
}

.list_link li:before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #95c1ed;
	position: absolute;
	top: 7px;
	left: 0;
}


/* --------------- greeting--------------- */

.col_greeting {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px 13px 15px;
	border-bottom: 1px solid #14142a;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col_l_greeting {
	width: calc(100% - 170px);
	padding: 0 20px 0 0;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

.name_greeting {
	margin: 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 22px;
	text-align: right;
}

.name_greeting span {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

.img_greeting1 {
	width: 170px;
	margin: 0;
}

@media screen and (max-width: 500px) {
	.col_greeting {
		flex-direction: column-reverse;
		align-items: center;
	}

	.col_l_greeting {
		width: 100%;
		padding: 20px 0 0 0;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}

	.name_greeting {
		text-align: center;
	}
}

