@charset 'utf-8';


body.index #docbody > .inner {
	padding-top: 0;
}

#docbody .articleblock {
	max-width: none;
}

#specialcontentsblock .inner {
	border: none;
}

#presenheader {
	background: #54a344;
}

#firstblock {
	background: url(../image/service/back_uebun_card.jpg) no-repeat center center;
	background-size: cover;
}

#firstblock:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
}


.presentation {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.presentation > .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#presenheader h1 {
	padding: 70px 0;
	padding-left: 20%;
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.8em;
}

#presenheader h1 strong {
	font-size: 2em;
	font-weight: bold;
}

#presenheader > .inner > div {
	width: 100%;
	padding-top: 30px;
	padding-right: 20%;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 0) and (max-width: 768px) {

	#presenheader h1 {
		padding: 30px 20px;
		font-size: 1.2em;
	}

	#presenheader h1 strong {
		font-size: 1.6em;
		font-weight: bold;
	}

	#presenheader > .inner > div {
		width: 30%;
		padding-top: 20px;
		padding-right: 0;
		left: auto;
		right: 20px;
	}

	#presenheader > .inner > div img {
		width: 100%;
		height: auto;
	}
}


#firstblock > .inner {
	padding: 30px;
}

#firstblock h1 {
	color: #54a344;
	text-align: center;
}

#firstblock h2 {
	font-size: 2.8em;
	color: #54a344;
	text-align: center;
}

@media only screen and (min-width: 0) and (max-width: 768px) {

	#firstblock > .inner {
		padding: 20px;
	}
}


#secondblock > .inner {
	padding: 30px 100px;
	text-align: center;
}

#secondblock h1 {
	color: #54a344;
}

#secondblock .read {
	font-size: 1.6em;
	line-height: 1.4em;
}

#secondblock p > span {
	color: #54a344;
	font-size: 1.6em;
	line-height: 1.4em;
}

#secondblock p > span strong {
	color: #54a344;
	font-size: 1.6em;
	line-height: 1.4em;
}

@media only screen and (min-width: 0) and (max-width: 768px) {

	#secondblock > .inner {
		padding: 20px;
	}

	#secondblock .read {
		font-size: 1.4em;
	}
}


#thirdblock {
	background: #e0f6dc;
}

#thirdblock > .inner {
	padding: 30px;
}

#thirdblock h1 {
	text-align: center;
	color: #54a344;
}

@media only screen and (min-width: 0) and (max-width: 768px) {

	#thirdblock > .inner {
		padding: 20px;
	}
}



.presentation header {
	margin-bottom: 30px;
}

.presentation h1 {
	font-size: 3em;
	line-height: 1.4em;
}

.presentation p {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.6em;
}

#secondblock .caution p:before {
	width: auto;
	line-height: normal;
	position: relative;
	top: auto;
	left: auto;
}

@media only screen and (min-width: 0) and (max-width: 768px) {

	.presentation header {
		margin-bottom: 15px;
	}

	.presentation h1 {
		font-size: 2em;
	}

	.presentation p {
		font-size: 1.3em;
		line-height: 1.5em;
	}
}


.columns {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
}

.columns .column {
	display: table-cell;
	text-align: center;
}

.columns.two .column {
	width: 50%;
	padding: 0 50px;
}

.column h2 {
	margin-bottom: 1em;
	color: #54a344;
	font-size: 1.8em;
	line-height: 1.4em;
}

.column h2:before {
	content: '\e277';
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #54a344;
	border-radius: 50%;
	box-shadow: 0 3px 0 rgba(0,0,0,.15);
	color: #fff;
	font-size: 110px;
	font-family: 'material-design-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	line-height: 200px;
}

#column1 h2:before {
	content: '\e309';
}

#column2 h2:before {
	content: '\e07c';
}

.column p {
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: left;
}

@media only screen and (min-width: 0) and (max-width: 768px) {

	.columns {
		display: block;
		table-layout: none;
		width: 100%;
	}

	.columns .column {
		display: block;
	}

	.columns.two .column {
		width: 100%;
		padding: 20px;
	}

	.column h2 {
		font-size: 1.6em;
	}

	.column h2:before {
		width: 120px;
		height: 120px;
		margin-bottom: 15px;
		font-size: 70px;
		line-height: 120px;
	}

	.column p {
		font-size: 1.3em;
		line-height: 1.5em;
	}
}



#faqitems {
	max-width: 800px;
	margin: 30px auto;
	margin-bottom: 0;
}

#faqitems > div {
	margin: 30px 0;
	padding: 30px;
	border-radius: 20px;
	border: 1px solid #005e73;
	position: relative;
}

#faqitems p {
	margin-bottom: 0;
	padding-left: 50px;
	color: #005e73;
	font-size: 1.8em;
	line-height: 1.8em;
	position: relative;
}

#faqitems p:before {
	content: '\e277';
	display: inline-block;
	height: 100%;
	font-size: 40px;
	font-family: 'material-design-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

#faqitems h2 {
	height: auto;
	margin: 0;
	color: #54a344;
	font-size: 2.4em;
	text-align: center;
	line-height: 1.4em;
}

#faqitems h3 {
	height: auto;
	margin: 0;
	color: #333333;
	font-weight: normal;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.6em;
}

@media only screen and (min-width: 0) and (max-width: 768px) {

	#faqitems {
		margin: 0;
	}

	#faqitems > div {
		margin: 5px 0;
		padding: 15px;
	}

	#faqitems p {
		padding-left: 30px;
		font-size: 1.2em;
	}

	#faqitems p:before {
		font-size: 24px;
	}

	#faqitems h2 {
		font-size: 1.4em;
	}

	#faqitems h3 {
		font-size: 1.4em;
	}
}


#application {
	width: 100%;
	background: #54a344;
	overflow: hidden;
	position: relative;
}



#application .inner {
	width: 100%;
	height: 240px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px;
	overflow: hidden;
	position: relative;
}

#application:hover {
	background: #6db063;
}

#application .inner > div {
	width: 50%;
	padding-left: 10%;
	text-align: center;
}

#application .inner > div h1 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 3em;
	font-weight: normal;
	line-height: 1.4em;
}

#application .inner > div p {
	margin-bottom: 30px;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.4em;
}

#application .inner img {
	position: absolute;
	top: 30px;
	right: 10%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

#application .inner:hover img {
	top: -90px;
}

#application .btn a {
	color: #54a344;
}

@media only screen and (min-width: 0) and (max-width: 768px) {

	#application .inner {
		width: 100%;
		height: 180px;
		padding: 20px;
	}

	#application .inner > div {
		padding: 0;
	}

	#application .inner > div h1 {
		font-size: 1.4em;
	}

	#application .inner > div p {
		margin-bottom: 10px;
		font-size: 1.1em;
	}

	#application .inner img {
		width: 30%;
		height: auto;
		right: 20px;
	}

	#application .inner:hover img {
		top: -20px;
	}

	#application .btn a {
		margin-bottom: 5px;
	}
}
