@charset "UTF-8";

/*---------------------------*/
.item_title{
	margin-top:35px;
	margin-bottom:5px;
	padding:5px 10px;
	font-weight:bold;
	border-left: solid #ccc 15px;
	border-bottom: solid #ccc 2px;
}
.note_txt{
	font-size:90%;
}
.txt_count{
	font-weight:bold;
	color: #f00;
}
/*
table.tbl_list{

}
.tbl_list th{
	font-size:90%;
	border-collapse: collapse;
	border: 1px dotted #666;
	line-height: 1.2;
	background-color:#eee;
	font-weight:bold;
}
.tbl_list td{
	font-size:90%;
	border-collapse: collapse;
	border: 1px dotted #666;
	line-height: 1.2;
}
*/
/*---------------------------*/

table.tbl_list {
	margin : 0 auto;
	margin-bottom: 30px !important; 
	border: 2px solid #B0C4DE;
	border-collapse: collapse;
	font-size:1em;
}
table.tbl_list th {
	padding: 5px;
	border: 1px solid #c3cedc;
	background: #668ad8;
	color : #FFF;
}
table.tbl_list td {
	padding: 5px;
	border: 1px solid #B0C4DE;
}
table.tbl_list td {
	padding: 5px;
	border: 1px solid #B0C4DE;
}
/*
.tbl_list > tbody > tr:nth-of-type(8n+1),
.tbl_list > tbody > tr:nth-of-type(8n+2),
.tbl_list > tbody > tr:nth-of-type(8n+3),
.tbl_list > tbody > tr:nth-of-type(8n+4) {
	background-color: #e0edfe;
}
*/
/* 2021/08/16 C.Ozawa mod*/
.tbl_list .backcolor_blue {
	background-color: #e0edfe;
}
.tbl_list a {
	color: #0075c1 !important;
}
.txtCenter {
	text-align: center;
}
.pL15em {
	padding-left: 1.5em !important;
}
.material-icons {
	vertical-align: middle;
}
/* 確認画面用 */
.conf .titleArea {
	padding-top: 1.2em;
}
.conf .inputArea01,
.conf .inputArea02,
.conf .inputAreaLong {
	border-bottom: 1px solid #9e9e9e;
}
.btn_back {
	background: #888;
}
.btn_back:hover {
	background: #666;
}
.btn-large:hover {
	text-decoration: none;
}
@media screen and (max-width: 576px) {
	.conf .titleArea {
		width: 100% !important;
	}
	/* また追加 */
	.conf .inputArea01, .conf .inputArea02 {
		width: 45%;
		margin: 0.5em;
		padding:0;
	}
}
/* 確認画面用ここまで */


.icon_must {
	margin: 0em 0.5em ;
	padding: 0.1em 0.3em 0.1em 0.5em;
	font-size: 0.8em;
	font-weight: normal;
	color: #ffffff;
	background-color:#f39800;
	border-radius: 3px;
	letter-spacing: 0.3em;
}
.icon_optional {
	margin: 0em 0.5em ;
	padding: 0.1em 0.3em 0.1em 0.5em;
	font-size: 0.8em;
	font-weight: normal;
	color: #ffffff;
	background-color:#1f6cbb;
	border-radius: 3px;
	letter-spacing: 0.3em;
}
.inputAreaZip01,
.inputAreaZip03 {
	float: left;
	width: 25%;
	display: block;
}
.inputAreaZip02 {
	float: left;
	padding-top: 2em;
	text-align: center;
	width: 5%;
	display: block;
}
.inputAreaTel01,
.inputAreaTel03,
.inputAreaTel05 {
	float: left;
	width: 20%;
	display: block;
}
.inputAreaTel02,
.inputAreaTel04 {
	float: left;
	padding-top: 2em;
	text-align: center;
	width: 5%;
	display: block;
}

@media screen and (max-width: 576px) {
	.input-field label {
		font-size: 0.9em;
	}
	.inputAreaZip01,
	.inputAreaZip03 {
		float: left;
		width: 45%;
		display: block;
	}
	.inputAreaTel01,
	.inputAreaTel03,
	.inputAreaTel05 {
		float: left;
		width: 30%;
		display: block;
	}
}





.input-field > label {
	pointer-events: none;
}
.txt_name_box{
	width:40%;
}
.blk_logo {
	margin:1.3em auto;
	padding:0px;
	width:80%;
}
.logo_foundation {
	margin:5px auto 0px auto;
	padding:0em;
	float: left;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.5em;
}
.logo_eng {
	width:100%;
	clear:both;
	margin:5px auto;
	padding:0em;
	font-size:0.8em;
	font-weight:normal;
	line-height:0.8em;
	text-align: left;
}
h1 {
	font-size: 1.5em ;
	font-weight: bold;
}
.title {
	background: #00a0e9;
	box-shadow: 2px 2px 10px #999;
}
.title span {
	margin: 0 auto;
	display: block;
	width: 80%;
	color: #fff;
	font-size: 1.7em;
	padding: 30px 0px 30px 0;
}
.letter_space{
	letter-spacing:0.5em;
}
dl:after {
	content:"";
	clear: both;
	display: block;
}
.titleArea {
	clear: both;
	float: left;
	width: 15%;
	font-weight: bold;
	padding-top: 2em;
	margin-right: 5%;
}
/* 20180626変更 */
.mustArea {
	float: left;
	width: 15%;
	padding-top: 2em;
	font-size: 1.2em;
}
.inputArea01 {
	float: left;
	width: 32%;
	display: block;
}
.inputArea02 {
	float: left;
	margin-left: 5%;
	width: 32%;
	display: block;
}
/* 20180626変更 */
.inputAreaLong {
	float: left;
	width: 70%;
	display: block;
}
.inputAreaLong02 {
	float: left;
	width: 65%;
	display: block;
}
.inputAreaLong02 p:first-child {
	margin: 2em 0 0.5em 0 !important;
	padding: 0;
}
.inputAreaLong02 p {
	margin: 0.5em 0 !important;
	padding: 0;
}
.tabTextArea {
	margin-top: 2em;
	min-height: 8em;
	width: 100%;
	border: 1px solid #9e9e9e;
}
/* 20180626変更ここまで */
.txt_center {
	margin: 50px auto;
	text-align: center;
}
.margin30{
	margin:30px auto;
}
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	min-width: 320px;
	background-color: #FFF;
	color: #333;
	font-size: 14.4px;
	line-height: 1;
	font-weight: 500;
}
.bodyCon {
	background-color:#f4f4f4;
}
@media screen and (min-width: 768px) {
	body {
		min-width: 768px;
	}
}

/* 20160626変更 */
@media screen and (max-width: 576px) {
	.titleArea {
		width: 100%;
		margin: 0;
		padding: 1em 0 0 0;
	}
	.mustArea {
		width: 75%;
		margin: 0;
		padding:0;
	}
	.inputArea01, .inputArea02 {
		width: 100%;
		margin: 0.5em;
		padding:0;
	}
	.inputAreaLong,
	.inputAreaLong02 {
		width: 100%;
		margin: 0.5em;
		padding:0;
	}
	.inputAreaLong02 p:first-child {
		margin: 1em 0 0.5em 0 !important;
		padding: 0;
	}
}
/* 20160626変更ここまで */



/* default link color
----------------------------------------------------------- */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*a[href^="tel:"] {
	cursor: default;
}*/
#contents a {
	color: #0075c1;
}
a:hover img {
	opacity: 0.7;
}
/* -----------------------------------------------------------
 =, glovalnavi
----------------------------------------------------------- */
header {
	position: relative;
	border-top: 8px solid #00a0e9;
}
#header {
	margin: 0;
	padding: 0;
	width: 100%;
	box-shadow: 2px 2px 4px #666;
	background: #FFF;
}
/*.header_logo {
	margin:0 auto;
}
.header_logo:after {
	clear: both;
}
.tel_number {
	margin-top: 30px;
	float: right;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
}
.tel_number a {
	text-decoration: none;
}
a.telLink, a.telLink:hover {
	text-decoration: none;
}
.txtOutline {
	text-shadow: #FFF 2px 2px 2px, #FFF -2px 2px 2px,#FFF 2px -2px 2px, #FFF -2px -2px 2px;
}
.logo {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.logo img {
	width: 144px;
}
.logo a:hover,
.logo a img:hover {
	opacity: 1;
}
nav.headerMenu {
	width: 100%;
	height: 60px;
	background: #f8f8f8;
	box-shadow: 2px 0px 8px #666;
}
ul.gNaviPc {
	margin: 0px auto;
	height: 60px;
	display: block;
	background: #f8f8f8;
}
ul.gNaviPc li {
	margin: 0;
	padding:0;
	float: left;
}
ul.gNaviPc li a {
	margin-top: 0px;
	display: block;
	height: 60px;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	font-size: 1.1em;
	border-left: 1px solid #a5a5a5;
	text-decoration: none;
}
ul.gNaviPc li:last-child a {
	border-right: 1px solid #a5a5a5;
}
ul.gNaviPc li a:hover {
	text-decoration: none;
	color: #00a0e9;
}
ul.gNaviPc li a.menuInquiry {
	margin-top: 0px;
	height: 60px;
	line-height: 60px;
	background: #f39800;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
ul.gNaviPc li a.menuInquiry:hover,
ul.gNaviPc li a.menuOn {
	background: #ff9d00;
	background-image: -webkit-linear-gradient(top, #ff9d00, #fc7e24);
	background-image: -moz-linear-gradient(top, #ff9d00, #fc7e24);
	background-image: -ms-linear-gradient(top, #ff9d00, #fc7e24);
	background-image: -o-linear-gradient(top, #ff9d00, #fc7e24);
	background-image: linear-gradient(to bottom, #ff9d00, #fc7e24);
	text-decoration: none;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.areaGNaviSp {
	display: none;
}
@media screen and (min-width: 1200px) {
	.header_logo {
		width: 1170px !important;
	}
	ul.gNaviPc {
		width: 1170px !important;
	}
	.gNaviPc li {
		width: 233px !important;
	}
	.gNaviPc li a {
		width: 233px !important;
	}
	.gNaviPc li:last-child a {
		width: 233px !important;
	}
}
@media screen and (min-width: 992px) {
	.header_logo {
		width: 970px;
	}
	ul.gNaviPc {
		width: 970px;
	}
	.gNaviPc li {
		width: 193px;
	}
	.gNaviPc li a {
		width: 193px;
	}
	.gNaviPc li:last-child a {
		width: 193px;
	}
}
@media screen and (min-width: 768px) {
	.header_logo {
		width: 750px;
	}
	ul.gNaviPc {
		width: 750px;
	}
	.gNaviPc li {
		width: 149px;
	}
	.gNaviPc li a {
		width: 149px;
	}
	.gNaviPc li:last-child a {
		width: 149px;
	}
}
@media screen and (max-width: 768px) {
	header {
		border-top: none;
	}
	.blkInfo dt {
		text-align: left;
	}
	.header_logo {
		float: left;
		width: 80%;
	}
	.logo {
		float: left;
		margin-left:10px;
	}
	.tel_number {
		float: left;
		margin-left:20px;
	}
	.areaGNaviSp {
		display: block;
	}
	nav.headerMenu {
		display: none;
	}
	nav.gNaviSp {
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		background: #fff;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
		opacity: 0.85;
	}
	nav.gNaviSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	nav.gNaviSp ul li {
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #FFF;
		background: #122a88;
	}
	nav.gNaviSp ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	nav.gNaviSp ul li a {
		display: block;
		color: #FFF;
		padding: 1em 0;
	}
	nav.gNaviSp ul li a:hover {
		color: #e99214;
		font-weight: bold;
		text-decoration: none;
	}
	nav.gNaviSp.active {
		transform: translateY(0%);
	}
	.menuToggle {
		display: block;
		position: fixed;
		right: 30px;
		top: 12px;
		width: 42px;
		height: 51px;
		cursor: pointer;
		z-index: 3;
		background: #0080cc;
		text-align: center;
		box-shadow: 5px 5px 11px rgba(0,0,0,0.4);
	}
	.menuToggle span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 3px #eee;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
	}
	.menuToggle span:nth-child(1) {
		top: 9px;
	}
	.menuToggle span:nth-child(2) {
		top: 18px;
	}
	.menuToggle span:nth-child(3) {
		top: 27px;
	}
	.menuToggle span:nth-child(4) {
		border: none;
		color: #eee;
		font-size: 9px;
		font-weight: bold;
		top: 34px;
	}
	.menuToggle.active span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menuToggle.active span:nth-child(2),
	.menuToggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}*/
@media screen and (max-width: 579px) {
	/*.logo {
		margin-top: 3px;
	}
	.tel_number {
		display: none;
	}*/
	.col-xs-4 {
		margin: 10px auto;
		clear: both;
		width: 100%;
	}
	/*.row .item {
		margin: 0px;
		padding: 10px !important;
		min-height: 100px !important;
	}
	.row .item span:nth-child(2) {
		margin-top: 0.5em;
	}*/
}
/* -----------------------------------------------------------
 =印刷時の表示
----------------------------------------------------------- */
/*@media print {
	.topImg {
		height: 220px;
		display: block;
		background: url("../../images/main_img_01.png") center no-repeat;
		background-size: contain;
	}
	.topImg .slider,
	.topImg .center-item {
		display: none;
	}
	.topImg button{
		display: none;
	}
	ul.gNaviPc {
		width: 100%;
	}
	.gNaviPc li {
		width: 20%;
	}
	#footer #pageTop,
	#footer #pageTop a {
		display: none;
	}
}*/
/* -----------------------------------------------------------
 =印刷時の表示 ここまで
----------------------------------------------------------- */

/* リップルエフェクト */
.ripple {
	position: relative;
	overflow: hidden;
}
.ripple .rp-effect {/*エフェクト*/
	position: absolute;
	border-radius: 50%;
	opacity: 0.35;/*波紋の濃さ*/
	transform: scale(0);
	background: #FFF;/*波紋色*/
	animation: ripple 700ms;
	pointer-events: none; 
}
@-webkit-keyframes ripple {
	to {
		opacity: 0;
		transform: scale(2.0);
		}
	}
@keyframes ripple {
	to {
		opacity: 0;
		transform: scale(2.0);
	}
}

/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
/*#contents {
	margin: 25px 0px 40px 0px;
	padding: 0px 0px 100px 0px;
}
.topImg {
	margin-top: 30px;
}*/

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/*.main {
	margin-bottom: 20px;
	line-height: 1.8;
}
.blkRecommended {
	width: 100%;
	background: #e6f4fd;
	margin: 0;
	padding: 10px;
}
.row .item {
	padding: 20px;
	background: #FFFFFF;
	min-height: 220px;
	float: left;
}
.row .item span:first-child {
	float: left;
	width: 20%;
	display: block;
}
.row .item span:nth-child(2) {
	float: left;
	width: 80%;
	color: #122a88;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
}
.row .item span:nth-child(3) {
	clear: both;
	float: left;
	border-top: 1px dashed #00a0e9;
	padding-top: 10px;
}
.lineInfo {
	margin-bottom: 30px;
	height: 1px;
	line-height: 1px;
	width: 150px;
	border: 0;
	border-bottom: 1px solid #122a88;
}
.blkInfo {
	margin-top: 1.3em;
}
.blkInfo dt {
	text-align: right;
}
@media print {
	.blkInfo dt {
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	.blkInfo dt {
		text-align: left;
	}
}
a.btnBlue {
	clear: both;
	margin: 50px auto;
	display: block;
	width: 300px;
	height:60px;
	line-height: 60px;
	border-radius: 5px;
	background: #00a0e9;
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	box-shadow: 3px 3px 4px #888;
}
a.btnBlue:hover {
	box-shadow: 3px 4px 5px #888;
	opacity: 0.9;
}
@media screen and (max-width: 579px) {
	h1.title span {
		margin: 0 auto;
		display: block;
		width: 90%;
		color: #fff;
		font-size: 1.5em;
		padding: 15px 0px 15px 0;
	}
}*/
.box {
	margin: 40px auto 50px auto;
	width: 80%;
	background: #fff;
	padding: 60px 60px 100px 60px;
	font-size: 100%;
	line-height: 2em;
	max-width:900px;
}
.box_large {
	margin: 40px auto 50px auto;
	width: 80%;
	background: #fff;
	padding: 60px 60px 100px 60px;
	font-size: 100%;
	line-height: 2em;
}
.box p {
	margin: 1em 2em 2em 2em;
}
/*レスポンシブ*/
@media screen and (max-width: 768px) {
	.box{
		width:95%;
		padding:2em;
	}
	/*.box p {
		margin: 0em !important;
	}*/
}
/* 16dp elevation */
.z-depth-4 {
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
		box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
/*.titleRecommended {
	margin: 0px auto;
	text-align:center;
	font-size: 1.5em;
	line-height: 1.5em;
}
@media screen and (max-width: 992px) {
	.titleRecommended {
		text-align:left;
	}
}
@media screen and (min-width: 992px){
	.brPc { display:block; }
	.brSp { display:none; }
}
@media screen and (max-width: 992px){
	.brPc { display:none; }
	.brSp { display:block; }
}
.titleInfo {
	margin: 50px 0 0 0;
	text-align:center;
	font-size: 1.5em;
	color: #122a88;
}
.titleMain {
	text-indent: 1em;
	width: 100%;
	border-bottom: 5px solid #00a0e9;
	background: #e1f2fc;
	margin: 0px auto;
	height: 55px;
	line-height: 55px;
	font-size: 1.5em;
	-webkit-box-shadow: 3px 5px 4px #ccc;
	-moz-box-shadow: 3px 5px 4px #ccc;
	box-shadow: 3px 5px 4px #ccc;
}
.mT80 {
	margin: 80px auto 30px auto;
}
.mTB50 {
	margin: 50px auto;
}
.titleCon{
	margin: 80px 0 20px 0;
	border-left: 10px solid #f39800;
	padding-left: 20px;
	font-size: 1.5em;
	font-weight: bold;
}
.titleConSub {
	margin: 20px 0 10px 0;
	color: #122a88;
	font-weight: bold;
	font-size: 1.2em;
}
.tblNormal {
	width: 100%;
	border-collapse: collapse;
	border-top: 5px solid #68bee5;
	border-bottom: 5px solid #68bee5;
}
.tblNormal th {
	width: 30%;
	padding: 2em;
	border-bottom: 1px solid #68bee5;
	vertical-align: middle;
}
.tblNormal td {
	width: 70%;
	padding: 2em;
	border-bottom: 1px solid #68bee5;
	border-left: 1px dashed #68bee5;
}
.tblOption {
	width: 100%;
	border-collapse: collapse;
	border-top: 5px solid #f5a100;
	border-bottom: 5px solid #f5a100;
}
.tblOption th {
	width: 30%;
	padding: 2em;
	border-bottom: 1px solid #f5a100;
	vertical-align: middle;
}
.tblOption td {
	width: 70%;
	padding: 2em;
	border-bottom: 1px solid #f5a100;
	border-left: 1px dashed #f5a100;
}
@media only screen and (max-width:579px){
	.tblNormal {
		border: none;
		margin: 0 -10px;
	}
	.tblNormal th,
	.tblNormal td{
		width: 90%;
		display: block;
		padding: 0.5em;
		border: none;
	}
	.tblNormal th {
		margin-top: 1em;
		background: #cef0ff;
		text-align: left;
	}
	.tblNormal td {
		padding-left: 1em !important;
	}
	.tblOption {
		border: none;
		margin: 0 -10px;
	}
	.tblOption th,
	.tblOption td{
		width: 90%;
		display: block;
		padding: 0.5em;
		border: none;
	}
	.tblOption th {
		margin-top: 1em;
		background: #fadea9;
		text-align: left;
	}
	.tblOption td {
		padding-left: 1em !important;
	}
}*/

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.areaFooterCopyright {
	padding: 0 10px;
	background-color: #00a0e9;
	color: #FFFFFF;
}
.fNaviSub {
	display: none;
}
.copyright {
	padding: 8px 0;
	text-align: center;
}
.copyright small {
	font-size: 8.32px;
}
#pageTop {
	position: fixed;
	bottom: 60px;
	right: 25px;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding-top: 5px;
	width: 70px;
	height: 70px;
	background: #00a0e9;
	background-image: -webkit-linear-gradient(top, #00a0e9, #005bac);
	background-image: -moz-linear-gradient(top, #00a0e9, #005bac);
	background-image: -ms-linear-gradient(top, #00a0e9, #005bac);
	background-image: -o-linear-gradient(top, #00a0e9, #005bac);
	background-image: linear-gradient(to bottom, #00a0e9, #005bac);
	-webkit-border-radius: 50;
	-moz-border-radius: 50;
	border-radius: 50px;
	text-shadow: 2px 0px 3px #003cb3;
	-webkit-box-shadow: 0px 1px 11px #666666;
	-moz-box-shadow: 0px 1px 11px #666666;
	box-shadow: 0px 1px 11px #666666;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	opacity: 0.8;
	line-height: 1.2em;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.9;
}

/*@media print, screen and (min-width: 768px) {*/
@media screen and (min-width: 768px) {
	.footerCopyright {
		max-width: 1120px;
		margin: 0 auto;
		padding: 11px 0px 17px 0px;
	}
	.fNaviSub {
		display: block;
		float: left;
		padding: 11px 0 10px;
	}
	.fNaviSub li {
		position: relative;
		display: inline-block;
		padding-right: 10px;
		padding-left: 20px;
		font-size: 12px;
		line-height: 1;
	}
	.fNaviSub li::before {
		position: absolute;
		left: 0;
		content: "|";
		color: #FFFFFF;
	}
	.fNaviSub li:last-child::after {
		position: absolute;
		right: -8px;
		content: "|";
		color: #FFFFFF;
	}
	.fNaviSub li a {
		color: #FFFFFF;
	}
	.copyright {
		float: right;
		padding-top: 14px;
	}
	.copyright small {
		font-size: 12px;
	}
}

/* STEP */
/*.stepArea {
	position: relative;
	margin: 0px;
	padding: 10px !important;
	color: #FFF;
	box-shadow: 5px 5px 11px rgba(0,0,0,0.2);
	min-height: 80px;
	float: left;
	width: 100%;
	z-index: 1;
}
.stepArea p {
	margin: 0;
	padding: 0;
}
.stepNum {
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	background: #FFF;
	font-weight: bold;
	-webkit-border-radius: 50;
	-moz-border-radius: 50;
	border-radius: 50px;
	width: 70px;
	height: 70px;
	text-align: center;
	vertical-align: center;
}
.stepNum span {
	font-size: 1.8em;
}
.stepTxt {
	float: left;
	padding-left:1.5em !important;
	width: 80%;
}
.stepTxt strong {
	font-weight: bold;
	font-size: 1.5em;
}
.clearBoth {
	clear: both;
}
.stepTriangle {
	position: relative;
	clear: both;
	margin-left: 50px;
	display: block;
	width: 30px;
	height: 30px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	text-align:center;
	z-index: 999;
}
.stepArea01 {
	background: #78b855;
}
.stepNum01 {
	color: #78b855;
}
.stepTriangle01 {
	border-top: 30px solid #78b855;
}
.stepArea02 {
	background: #49a891;
}
.stepNum02 {
	color: #49a891;
}
.stepTriangle02 {
	border-top: 30px solid #49a891;
}
.stepArea03 {
	background: #0e91d7;
}
.stepNum03 {
	color: #0e91d7;
}
.stepTriangle03 {
	border-top: 30px solid #0e91d7;
}
.stepArea04 {
	background: #005bac;
}
.stepNum04 {
	color: #005bac;
}
.stepTriangle04 {
	border-top: 30px solid #005bac;
}*/
/* PC用表示_579pxより小さい場合 */
@media screen and (max-width: 579px) {
	#pageTop {
		position: fixed;
		bottom: 20px;
		right: 15px;
	}
	.stepArea {
		clear: both;
	}
	.stepNum {
		clear: both;
	}
	.stepTxt {
		padding-top:1em !important;
		clear: both;
		width: 100%;
		text-align: left;
	}
}
/*.blkInquiry {
	text-align: center !important;
	width: 80%;
	margin: auto;
}
.blkInquiryTop {
	text-align: center !important;
	width: 60%;
	margin: auto;
}
.blkInquiry:after, .blkInquiry:before {
	content: "";
	clear: both;
	display: block;
	text-align: center !important;
}
.blkInquiry a {
	margin: 3em auto 2em auto;
	padding: 0;
	display: block;
	height: 90px;
	background: #eaeef1;
	color: #484848 !important;
	font-size: 1.6em;
	text-align: left;
	vertical-align: center;
	text-decoration: none;
	border-bottom: solid 4px #dcdcdc;
}
.blkInquiry a:hover {
	text-decoration: none;
	color: #00a0e9 !important;
	border-bottom: solid 4px #FFFFFF;
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}
.blkInquiry p:first-child {
	padding: 0;
	margin: 0;
	width: 20%;
	float: left;
	background: #00a0e9;
	text-align: center;
	height: 90px;
	vertical-align: center;
}
.blkInquiry p:first-child img {
	margin: auto;
}
.blkInquiry p:nth-child(2) {
	padding: 0;
	margin: 0;
	line-height: 90px;
	width: 80%;
	float: left;
	text-align: center;
	height: 90px;
}*/
/* PC用表示_1100pxより小さい場合 */
/*@media screen and (max-width: 1100px) {
	.blkInquiry p:nth-child(2) {
		padding: 1em;
		line-height: 1.1em;
		text-align: left;
	}
}*/
/* PC用表示 579pxより小さい場合 */
/*@media screen and (max-width: 579px) {
	.blkInquiry {
		width: 100%;
	}
	.blkInquiryTop {
		width: 90%;
	}
	.blkInquiry p:nth-child(2) {
		padding-top: 1em;
		margin-bottom: 1em;
		font-size: 0.8em;
		line-height: 1.1em;
	}
}*/

/* 2019/04/08 C.Ozawa add*/
.label_txt_black {
	color:#000 !important;
}
.label_txt_red {
	color:#ff0000 !important;
}
.label_txt_bold {
	font-weight:bold;
}
.btn {
	text-decoration:none !important;
}

/*2021/08/16 C.Ozawa add*/
.newtech-session_conf_table {
	font-size:0.95em;
}
.newtech-session_conf_table tr{
	border:none ;
	vertical-align:top;
}
.bbb{
	border-bottom:1px solid #ccc !important;
}
.newtech-session_conf_table th {
	font-weight:bold;
	vertical-align:top;
}
.btn_negative {
	background-color:#777;
}
.btn_negative:hover {
	background-color:#666;
}
header {
	border-top: 8px solid #e68828;
}
.title, .areaFooterCopyright{
	background-color:#e68828;
}
