﻿@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

LegalEntity CSS
Key Color : #0097E0

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.leadTxt {
	margin: 30px auto 40px;
}
h1.formH1Ttl {
	color: #0097E0;
	font-size: 2em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	width: 100%;
	margin: 0 auto 30px;
}
h2 {
	display: block;
	position: relative;
	padding: 0 0 0 1.2em;
	margin: 0 0 20px;
	font-size: 1.7em;
	line-height: 1;
}
h2:before {
	content: '◎';
	display: block;
	color: #0097E0;
	position: absolute;
	top: 0;
	left: 0;
}
h2:before span{
	text-align:left;
}
.section {
	margin: 0 0 40px;
	font-size: 1.2em;
}
.section .caption {
	margin: 20px 0 0;
	font-size: .9em;
}
.section .tinyTable {
	width: 100%;
	margin: 20px 0 0;
	border-collapse: collapse;
	border: 1px solid #0097E0;
}
.section .tinyTable th,
.section .tinyTable td {
	border: 1px solid #0097E0;
	padding: 12px;
	text-align: center;
}
.section .tinyTable th {
	width: 220px;
}


h3 {
	font-size: 2em;
	color: #0097E0;
	text-align: center;
	margin: 0 0 20px;
	line-height: 1;
}

/*
--------------------------------------------------------------- smartphone */
@media screen and (max-width: 640px){
h1.formH1Ttl {
	font-size: .9rem;
}
h2 {
	font-size: 1rem;
}
.leadTxt {
	margin: 25px auto 40px;
}
.section {
	font-size: .7rem;
}
.section .caption {
	font-size: .7rem;
}
.section .tinyTable th {
	width: 55%;
}


h3 {
	font-size: 1.1rem;
}
}