html, body {
	height: 100%;
}

html {	
	font-family: -apple-system, 
	BlinkMacSystemFont, 
	"Helvetica Neue", 
	"Segoe UI",
	"Noto Sans Japanese",
	"Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ ProN W3", 
	Meiryo,
	sans-serif;
}

a {
	text-decoration: none;
}

*{
	margin: 0;
	padding: 0;
}


.container {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
	min-width: 1024px;
}

.header {
	display: table-row;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

.header > .cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#header_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	position: relative;
}

.brand_logo01 {
	
}
.cell > .lang_BTM {
	float: left;
}
.lang_BTM {
	display: table;
	position: absolute;
	top: 0;
	right: 0;
	border-collapse:
	separate;
	border-spacing: 5px 0;

	}

.jp_lang > p {
	display: table-cell;
}

.jp_lang > p a {
	font-size: 11px;
	padding: 10px 25px 10px 25px;
	color: #ffffff;
	display: block;
	background-color: #4599c4;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.jp_lang > p a:hover {
	opacity: 0.5;
}

.content {
	display: table-row;
	height: 100%;
}

.content > .cell {
	display: table-cell;
	text-align: center;
}

#mainImg {
	background-color: #4599c4;
	padding-top: 10px;
	height: 330px;
}



.mainContents {
	margin: 0 auto;
	width: 1024px;
	position: relative;
	/* height: 100%; */
}


/*+++++ top Ã£Æ’â‚¬Ã£â€šÂ¦Ã£Æ’Â³Ã£Æ’Â­Ã£Æ’Â¼Ã£Æ’â€°Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³ +++++*/
.Dl_BTM {
	 display: table-row;
	 border-collapse:separate;
	 border-spacing: 3px 0;
	 float: right;
	 /* background-color: #ccc; */
	 min-width: 1024px;
}
.Dl_BTM > ul {
	/* margin-top: -2px; */
	float: right;
}
.Dl_BTM li {
	display: table-cell;
}
.Dl_BTM li a {
	padding: 10px;
	color: #ffffff;
	font-size: 11px;
	display: block;
	background-color: #4599c4;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.Dl_BTM li a:hover {
	opacity: 0.5;
}
/*+++++ end top Ã£Æ’â‚¬Ã£â€šÂ¦Ã£Æ’Â³Ã£Æ’Â­Ã£Æ’Â¼Ã£Æ’â€°Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³ +++++*/


/*+++++ first_paragraph paragraph *****/
.first_paragraph {
	display: table;
	border-collapse: separate;
	border-spacing: 15px 0;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}
.first_Contents_01 {
	display: table-cell;
	text-align: center;
}
.first_Contents_01 a {
	display: block;
}
.first_Contents_01 a:hover {
	opacity: 0.5;
}
.first_Contents_01 img {
	padding: 50px 50px 30px 50px;
	border-bottom: dotted 2px #273133;
}
.first_Contents_01 p {
	padding-top: 20px;
	color: #273133;
	line-height: 1.6rem;
}
/******  end second paragraph ***** /


/*****  second paragraph ******/
.second_paragraph {
	display: table; 
	border-collapse: separate;
	border-spacing: 10px 0;
	margin: 0 auto;
	margin-bottom: 20px;
}
.second_Contents_01 {
	display: table-cell;
	text-align: center;
	padding-right: 20px;
}
.second_Contents_01 a {
	display: block;
}
.second_Contents_01 a:hover {
	opacity: 0.5;
}
.second_Contents_01:last-child {
	padding-right: 0;
}
.second_Contents_01 img {
	float: left;
}
.second_Contents_01 p {
	float: left;
	color: #273133;
	font-size: 11px;
	padding: 10px;
}
/*****  end second paragraph */


/*++++++ chatBot ++++++*/
#chatBot_container {
	width: 1024px;
	margin: 0 auto;
	/* background-color: #ccc; */
	overflow: hidden;
	/* display: table-row; */
}
#chatBot {
	float:right;
	background-color: #4599c4;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#chatBot > button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}
/*++++++ end chatBot ++++++*/

/*++++++ footer ++++++*/
.footer {
	display: table-row;
	height: 100px;
}
.footer > .cell {
	display: table-cell;
	background: #4599c4;
	text-align: center;
	vertical-align: middle;
}

#footer_contents {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
#footer_inner { }
#company_logo {
	position: absolute;
	bottom: 0px;
}
#company_logo a {
	display: block;
}
#company_logo a:hover {
	opacity: 0.5;
}
#footer_nav {
	display: table;
	font-size: 0.6rem;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 15px 0;
	margin-bottom: 15px;
}
#footer_nav ul {}
#footer_nav li {
	display: table-cell;
	border-right: solid 1px #ffffff;
	padding-right: 15px;
	font-size: 10px;
}
#footer_nav li:last-child {
	padding-right: 0;
	border-right: 0;
}
#footer_nav li a {
	display: block;
	color: #fff;
}
#footer_nav li a:hover {
	opacity: 0.5;
}
#copyright {
	text-align: center;
	color: #ffffff;
	margin: 0;
	font-size: 0.5rem;
}