@charset "utf-8";
/* ==========================================================================
   company
   ========================================================================== */
@media (min-width: 960px){
#page_company section .wrap{
	padding-left: 300px;
}
}


/* message ============================== */
#message img{
	width: 100%;
	height: auto;
	display: block;
}


/* bg-meteor ============================== */
#bg-meteor{
	display: none;
}
@media (min-width: 440px){
#bg-meteor{
	width: 100vw;
	display: block;
	margin: -50px 0 0 0;
}
}

#bg-meteor img{
	width: 100%;
	height: auto;
	display: block;
}

#page_message #bg-meteor{
}
@media (min-width: 440px){
#page_message #bg-meteor{
	margin: -50px 0 0 0;
}
}


/* outline ============================== */
#outline{
	position: relative;
	margin: -50px 0 0 0;
}

#outline table{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#outline table tr{
	line-height: 2.0;
  border-top: 1px dotted #bbb;
}

#outline table tr td{
  font-size: 1.3rem;
  font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	border-bottom: 1px dotted #bbb;
	padding: 16px 4px 16px 16px;
}
@media (min-width: 440px){
#outline table tr td{
  font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	box-sizing: border-box;
	padding: 24px 30px 24px 30px;
}
}

#outline table tr td.column-1{
	color: #222;
	width: 28%;
  font-weight: 500;
	text-align: left;
	text-align: center;
	vertical-align: middle;
  background-color: #E4F1FB;
  padding: 16px 4px;
}
@media (min-width: 440px){
#outline table tr td.column-1{
	width: 24%;
  text-align: center;
  padding: 24px 4px;
}
}

#outline table tr td span{
	display: inline-block;
}

#outline table tr td a{
	color: #222;
	text-decoration: underline;
	transition: all 0.2s ease;
}

#outline table tr td a:hover{
	color: #88C2EF;
}


/* system ============================== */
#system .text_block{
	border: 1px solid #98c1ec;
	padding: 24px 20px 20px 20px;
	box-sizing: border-box;
	border-radius: 14px;
}
@media (min-width: 440px){
#system .text_block{
	padding: 28px 34px 25px 34px;
}
}

#system h2.section_title{
	width: 100%;
	font-size: 1.8rem;
	text-align: center;
	padding: 0;
}
@media (min-width: 440px){
#system h2.section_title{
	font-size: 2.2rem;
}
}

#system h2.section_title::before{
	content: "";
 	width: 0;
 	height: 0;
}

#system .text_block p{
	text-align: justify;
}


/* history ============================== */
#history table{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#history table tr{
	line-height: 2.0;
  border-top: 1px dotted #bbb;
}

#history table tr td{
  font-size: 1.3rem;
  font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	border-bottom: 1px dotted #bbb;
	padding: 14px 0 14px 0;
}
@media (min-width: 440px){
#history table tr td{
  font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	box-sizing: border-box;
	padding: 20px 0;
}
}

#history table tr td.column-1{
	color: #222;
	width: 26%;
  font-weight: 500;
	text-align: left;
	vertical-align: middle;
  padding: 14px 0 14px 2px;
}
@media (min-width: 440px){
#history table tr td.column-1{
	width: 18%;
  padding: 20px 0 20px 4px;
}
}
