@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* Basic */
@-ms-viewport {
	width: device-width;
}
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

body {
	-ms-overflow-style: scrollbar;
	background-color: #fff;
	line-height: 1;
	font-weight: normal;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* Type */
html {}
body {
	color: #352016;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 2.375;
}
*:focus {
	outline: none;
}
/* Type */

	html {
		font-size: 16pt;
	}

		@media screen and (max-width: 1680px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 1280px) {

			html {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) {

			html {
				font-size: 10pt;
			}

		}


	body, input, select, textarea {
		color: #333333;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1rem;
		line-height: 2.375;
	}
/*----------- Common -----------*/
ol, ul {
	list-style: none;
}
strong, b {
  font-weight: 600;
}
em, i {
  font-style: italic;
}
p {
  text-align: justify;
  margin: 0 0 2rem 0;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
input, select, textarea {
  color: #1A284C;
}
a {
	text-decoration: none;
	color: #f1794b;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition : all 0.3s ease;
}
a::after {
	color: #f39800;
}
.inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 120px 0;
}
h2.title {
	font-size: 2.6rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 5%;
	letter-spacing: 1px;
}
span.deco {
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	display: inline-block;
}
span.deco::before {
	content: url("../../images/brackets_l.png");
	position: absolute;
	left: 0;
	top: 0;
}
span.deco::after {
	content: url("../../images/brackets_r.png");
	position: absolute;
	right: 0;
	top: 0;
}
.notes {
	font-weight: normal;
	color: rgba(26, 40, 76, 0.54);
}
img {
	width: 100%;
}
p {
	padding-left: 1%;
	padding-right: 1%;
}
.center {
	text-align: center;
}
span.nowrap {
	white-space: nowrap;
}
span.red {
	color: #e04545;
}
@media screen and (max-width: 980px) {
	.inner {
		padding: 60px 10px;
	}
	h2.title {
		font-size: 2.2rem;
	}
	h2.title span.deco {
		font-size: 2rem;
	}
}
@media screen and (min-width: 737px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 736px) {
	.pc {
		display: none;
	}
}
@media screen and (max-width: 736px) {
	.inner {
		width: 100%;
		padding: 40px 2%;
	}
	h2.title {
		margin-bottom: 30px;
	}
	h2.title span.deco {
		font-size: 1.4rem;
		padding-left: 40px;
		padding-right: 40px;
	}
	h2.title span.deco::before {
		left: 0;
		top: 0;
	}
	h2.title span.deco::after {
		right: 0;
		top: 0;
	}
}
/* Box */
.box {
  border: 8px solid #FAFAFA;
  box-sizing: border-box;
  border-radius: 8px;
	background-color: #fff;
}

.box_area .last {
	margin-right: 0 !important;
}
.box_white {
	background-color: #fff;
	padding: 4%;
	border-radius: 6px;
}
/* Button */
.button_area {
}
a.button, button {
	position: relative;
	text-align: center;
	display: block;
	margin: 0 auto;
	line-height: 64px;
	background-color: #2098d1;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer;
}

a.button.icon_arrow:after, button.icon_arrow:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /*←ココ！！！！！！！*/
	position: absolute;
	right: 15px;
	color: #fff;
}
a.button.icon_mail:before, button.icon_mail:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /*←ココ！！！！！！！*/
	position: absolute;
	left: 15px;
	color: #fff;
}
a.button:hover, button:hover {
	background-color: #0b50a2;
}
.button.blue {
	background: #0b50a2;
	border-bottom: solid 8px #073469;
}
.button.blue:hover {
	background: #073469;
	border-bottom: solid 8px #0b50a2;
}
.button.red {
	background: #ce4040;
}
.button.red:hover {
	background: #a73232;
}
input[type="submit"]{
	text-align: center;
	background-color: #0b50a2;
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer;
	border: solid 1px #000;
}
input[type="reset"],
.button.gray {
	background: #ccc;
	font-size: 1.2rem;
	cursor: pointer;
	border: solid 1px #000;
	color: #333;
}

/*button form*/


@media screen and (max-width: 736px) {
	a.bottun {
		width: 100%;
		height: 64px;
	}
}
/*----------- Contents -----------*/
#wrapper {
	position: relative;
}
/*----------- Header -----------*/
#header .inner {
	overflow: hidden;
}
#header .inner {
	padding: 12px 10px 0;
	width: 100%;
	max-width: 1400px;
	background-color: #fff;
	height: 65px;
}
#header .logo_area {
	float: left;
	vertical-align: middle;
}
#header .logo_area {
	width: 50%;
	min-width: 240px;
	overflow: hidden;
}

#header .logo img {
	height: 40px;
	width: auto;
}
#header .button_area {
	float: right;
	width: 50%;
	text-align: right;
}
#header .button_area a {
	width: 220px;
	height: 42px;
	line-height: 42px;
	margin: inherit;
	float: right;
}
@media screen and (max-width: 980px) {
	#header {
		position: fixed;
		z-index: 5;
		width: 100%;
	}
	#header .inner {
		padding-left: 2%;
		padding-right: 2%;
	}
	#header .logo_area {
		width: 50%;
	}
	#header p.lead img {
		width: 100%;
	}
	#header .button_area {
		width: 50%;
	}
}
@media screen and (max-width: 736px) {
	#header .inner {
		padding: 10px 3% 0;
		height: 50px;
		width: 100%;
	}
	#header .logo_area {
		width: 100%;
		min-width: 110px;
		overflow: hidden;
	}
	#header .logo {
		width: 35%;
		margin-right: 0;
	}
	#header .logo img {
		width: 55%;
		height: auto;
	}
	#header p.lead {
		width: 65%;
		padding-top: 0;
		margin-bottom: 0;
	}
	#header p.lead img {
		width: 100%;
	}
}

/* Intro/TOP */
#intro {
	position: relative;
	padding: 0;
	margin-top: 0;
	border-bottom: solid 20px #ce4040;
}
#intro img.kv {
	width: 100%;
}
#intro h1 {
	margin-bottom: 0;
}
#intro h1 img {
	vertical-align: bottom;
}
#intro .inner {
	position: absolute;
	left: 50%;
	top: 10%;
	width: 46%;
	padding: 1% 4%;
	border-radius: 8px;
	text-align: center;
}
#intro .inner .spimg img {
	width: 110%;
	margin-left: -7%;
}
.ver3 #intro .inner .spimg img {
	width: 90%;
	margin-left: 0;
}
.ver3 #intro .inner {
	padding-top: 0;
}
#intro .inner p {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.8;
	font-size: 1.8rem;
}
#intro .inner p span {
	white-space: nowrap;
}
#intro .inner p span.red,
#intro .inner p strong {
	font-size: 2.3rem;
}
#intro .inner p strong.sizeL {
	font-size: 3.3rem;
	line-height: 1.6;
}
.button_area {
    margin: 0 auto;
}
#intro .button {
	font-size: 1.6rem;
	line-height: 3;
}
@media screen and (max-width: 1525px) {
	#intro .inner p span.red,
	#intro .inner p strong {
		font-size: 2rem;
	}
	#intro .inner p strong.sizeL {
		font-size: 3rem;
		line-height: 1.6;
	}
}
@media screen and (max-width: 1342px) {
	#intro .inner p span.red,
	#intro .inner p strong {
		font-size: 1.8rem;
	}
	#intro .inner p strong.sizeL {
		font-size: 2.8rem;
		line-height: 1.6;
	}
}
@media screen and (max-width: 1149px) {
	#intro .inner p span.red,
	#intro .inner p strong {
		font-size: 1.4rem;
	}
	#intro .inner p strong.sizeL {
		font-size: 2.4rem;
		line-height: 1.6;
	}
}
@media screen and (max-width: 980px) {
	#intro {
		overflow: hidden;
		padding-top: 60px;
	}
	#intro .inner {
		top: 20%;
		width: 48%;
		padding: 1% 2%;
	}
	#intro img.kv {
		width: 127%;
		margin-left: -11%;
	}
	#intro .inner p {
		font-size: 1.4rem;
	}
	#intro .inner p span.red,
	#intro .inner p strong {
		font-size: 1.6rem;
	}
	#intro .inner p strong.sizeL {
		font-size: 2.4rem;
		line-height: 1.6;
	}

	#intro .button {
		height: 53px;
		line-height: 48px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 736px) {
	#intro {
		position: inherit;
		overflow: hidden;
		padding-top: 50px;
	}
	
	#intro img.kv {
		width: 100%;
		margin-left: inherit;
	}
	#intro .inner {
		top: 10%;
		left: 0;
		width: 100%;
		padding: 1% 2%;
	}
	#intro .inner .spimg img {
		width: 100%;
		margin-left: 0;
	}
	.ver3 #intro .inner .spimg img {
		width: 110%;
		margin-left: -7%;
	}
	#intro .inner p {
		font-size: 1.4rem;
	}
	#intro .inner p span.red,
	#intro .inner p strong {
		font-size: 1.6rem;
	}
	#intro .inner p strong.sizeL {
		font-size: 2.4rem;
		line-height: 1.6;
	}
	#intro .inner .button_area {
		position: fixed;
		bottom: 0;
		box-shadow: 0px -2px 4px rgba(26, 40, 76, 0.08);
		width: 100%;
		background-color: #fff;
		z-index: 5;
		padding: 2%;
		left: 0;
	}
	#intro .inner .button {
		height: 40px;
		line-height: 40px;
		display: block;
		width: 100%;
		float: right;
		font-size: 1.2rem;
	}
}

/*---------- Problem ----------*/
#problem {
	background-color: #6bbad5
}
#problem.bg_gray {
	background: #dfdfdf url("../../images/cts01_bg2.png") repeat left center;
}
#problem .wrap{
	background: url("../../images/cts01_bg.png") no-repeat right center / contain;
}
#problem .inner {
	padding-bottom: 10%;
	padding-top: 5%;
}
#problem h2 {
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: normal;
	margin-bottom: 30px;
}
#problem.bg_gray h2.title,
#problem.bg_gray p{
	color: #000;
}
#problem p {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
}
#problem ul {
	overflow: hidden;
	background: url("../../images/cts01_ill3.png") no-repeat center bottom;
	padding-bottom: 60px;
}
#problem ul li {
	text-align: center;
	width: 32%;
}
#problem ul li img {
	width: 85%;
}
#problem ul .left {
	float: left;
}
#problem ul .right {
	float: right;
}
#problem p.bottom {
	background-color: #fff;
	border: solid 3px #244868;
	padding: 1%;
	color: #244868;
	font-size: 2.8rem;
	line-height: 4.8rem;
	width: 95%;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
	#problem ul li img {
		width: 100%;
	}
	#problem ul .left {
		text-align: left;
		padding-left: 20px;
	}
	#problem ul .right {
		text-align: right;
		padding-right: 20px;
	}
	#problem ul {
		background-size: 34%;
		padding-bottom: 40px;
	}
	#problem p.bottom {
		font-size: 2.4rem;
		margin: 0 auto;
		width: 93%;
	}
}
@media screen and (max-width: 736px) {
	#problem .inner {
		padding-bottom: 15%;
	}
	#problem h2.title {
		font-size: 1.8rem;
		margin-bottom: 25px;
	}
	#problem p {
		font-size: 1.2rem;
		line-height: 1.6;
	}
	#problem ul {
		background-size: 50%;
		padding-bottom: 190px;
	}
	#problem ul li {
		width: 50%;
	}
	#problem ul li img {
		width: 96%;
	}
	#problem ul .left {
		text-align: left;
		padding-left: 0;
	}
	#problem ul .right {
		text-align: right;
		padding-right: 0;
	}
	#problem p.bottom {
		font-size: 1.3rem;
		margin: 0 auto;
		width: 100%;
		line-height: 2;
	}
}

/*---------- Solution ----------*/
#solution h2.title {
	margin-bottom: 0;
	margin-top: -5%;
}
#solution .inner {
	padding-top: 5%;
	padding-bottom: 0;
}
#solution .point {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	min-height: 480px;
}
#solution .illust {
	width: 50%;
	position: relative;
}

#solution .illust img {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
#solution .txt {
	width: 50%;
	position: relative;
	text-align: left;
}
#solution .txt .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 90%;
	padding: 0;
}
#solution .txt h4 {
	font-weight: bold;
	font-size: 1.2rem;
}
#solution .txt p {
	padding: 0;
	font-weight: normal;
}
#solution .point:nth-child(even) {
  flex-direction: row-reverse;
}
#solution .point:nth-child(even) .txt {
}
#solution .point:nth-child(even) .illust {
}

#solution .illust img {
	width: 85%;
}
#solution .txt h4 {
	margin-bottom: 3%;
}
#solution .txt h4 img {
	width: auto;
}
@media screen and (max-width: 980px) {
	#solution h2.title {
		margin-left: -28%;
		margin-top: -7%;
		overflow: hidden;
	}
	#solution h2.title img {
		width: 80%;
		margin-left: 20%;
	}
	#solution .point {
		min-height: 320px;
		margin-bottom: 5%;
	}
	#solution .txt h4 img {
		width: 95%;
	}
}
@media screen and (max-width: 736px) {
	#solution .inner {
		padding-top: 5%;
	}
	#solution h2.title {
		margin-top: -8%;
	}
	#solution .point {
		flex-direction: column;
	}
	#solution .point:nth-child(even) {
		flex-direction: column;
	}
	#solution .txt {
		text-align: center;
	}
	#solution .point {
		margin-bottom: 20px;
	}
	#solution .point:nth-child(even) .text {
		text-align: center;
	}
	#solution .illust {
		width:100%;
		margin-left: 0;
		margin-bottom: 3%;
		text-align: center;
		position: inherit;
	}
	#solution .illust img {
		position: inherit;
		transform: none;
	}
	#solution .point:nth-child(even) .pict {
		margin-left: 0;
		margin-right: 0%;
	}
	#solution .txt {
		position: inherit;
		width: 100%;
		text-align: left;
	}
	#solution .txt .inner {
		position: inherit;
		transform: none;
		margin: 0;
		width: 100%;
	}
	#solution .txt h4 {
		text-align: center;
	}
	#solution .illust img {
		width: 90%;
	}
}

/*---------- Case ----------*/
#case .inner {
	padding-top: 1%;
}
#case h2.title {
	font-size: 2.4rem;
}
#case .img_area {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 736px) {
	#case li {
		width: 75%;
		margin: 0 auto 1%;
	}
	h2.title span.deco::before {
		top: 21px;
	}
	h2.title span.deco::after {
		top: 21px;
	}
}
/*---------- Strengths ----------*/
#strengths .head h2.title img {
	height: 98px;
	width: auto;
}
#strengths .head p {
	text-align: center;
	font-size: 1.2rem;
	font-weight: normal;
}
#strengths .head p:last-child {
	margin-bottom: 0;
}
#strengths .head ul {
	width: 48%;
	margin: 0 auto 20px;
	padding: 2%;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
}
#strengths .head ul li {
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
}
#strengths .strengths_cts .inner {
	overflow: hidden;
	padding-bottom: 4%;
}
#strengths .c01 {
	background-color: #ff7f7f;
}
#strengths .c02 {
	background-color: #feb711;
}
#strengths .c03 {
	background-color: #6ec8be;
}
#strengths .c04 {
	background-color: #389bda;
}
#strengths .photo {
	float: right;
	width: 48%;
	text-align: center;
}
#strengths .photo img {
	max-width: 550px;
}
#strengths .txt {
	float: left;
	width: 48%;
	color: #fff;
}
#strengths .txt .number {
	max-width: 165px;
	margin-bottom: 2%;
}
#strengths .txt h3 {
	font-size: 1.8rem;
	border-top: solid 2px #fff;
	padding-top: 2%;
	font-weight: bold;
	margin-bottom: 2%;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
#strengths .txt p {
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 0;
	padding: 0;
	line-height: 2;
}
#strengths .txt span {
	white-space: nowrap;
}
@media screen and (max-width: 980px) {
	#strengths .txt .number {
		max-width: 120px;
	}
	#strengths .txt h3 {
		font-size: 1.4rem;
	}
	#strengths .txt p {
		font-size: 1rem;
		line-height: 1.8;
	}
}

@media screen and (max-width: 736px) {
	#strengths .strengths_cts .inner {
		padding-bottom: 10%;
	}
	#strengths .head h2.title img {
		height: 55px;
	}
	#strengths .head ul {
		width: 90%;
	}
	#strengths .photo {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	#strengths .txt {
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	#strengths .txt .number {
		max-width: 80px;
	}
}

/*---------- Customers ----------*/
#customers {
}
#customers h2.title img {
	height: 98px;
	width: auto;
}
#customers ul {
	margin-bottom: 3%;
}
#customers li {
	margin: 0 auto;
}
#customers p {
	text-align: center;
	font-size: 0.8rem;
	font-weight: normal;
}
@media screen and (max-width: 980px) {
	
}
@media screen and (max-width: 736px) {
	#customers h2.title img {
		height: 55px;
	}
}

/*---------- Action ----------*/
#action {
	background-color: #eeeeee;
	
}
#action .inner {
	max-width: 1360px;
	padding-left: 100px;
	padding-right: 100px;
	background: url("../../images/action_bgimg.png") no-repeat right 82%/ 45%;
}
#action .documents h3 {
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 5%;
}
#action ul {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2;
	margin-bottom: 7%;
}
#action .documents .button {
	height: 100px;
	font-size: 2rem;
	line-height: 100px;
	letter-spacing: 0.1em;
}
#action .dl {
	padding-right: 44%;
	padding-top: 5%;
}
#action .dl h3 {
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 2%;
}
#action .dl ul {
	padding-top: 7%;
}
#action .dl .button {
	height: 80px;
	line-height: 80px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 980px) {
	#action .inner {
		max-width: 1160px;
		padding-left: 10px;
		padding-right: 10px;
		background-position: right 90%;
	}
	#action .documents h3 {
		font-size: 1.8rem;
		line-height: 1.3;
	}
	#action .documents .txt_area {
		padding-top: 2%;
	}
	#action ul {
		font-size: 1rem;
		line-height: 1.6;
	}
	#action .documents .button {
		height: 60px;
		font-size: 1.6rem;
		line-height: 60px;
	}
	#action .dl {
		padding-right: 50%;
	}
	#action .dl h3 {
		font-size: 1rem;
		line-height: 1.6;
		font-weight: normal;
		margin-bottom: 2%;
	}
	#action .dl ul {
		padding-top: 2%;
	}
	#action .dl .button {
		height: 60px;
		line-height: 60px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 736px) {
	#action .inner {
		padding-bottom: 60%;
		background-position: center bottom;
		background-size: 70%;
	}
	#action h3 {
		text-align: center;
	}
	#action .documents {
		margin-bottom: 10%;
	}
	#action .documents h3 {
		font-size: 1rem;
		line-height: 1.3;
		margin-bottom: 4%;
	}
	#action .documents .photo_area {
		text-align: center;
	}
	#action .documents .photo_area img {
		width: 80%;
	}
	#action ul {
		font-size: 1rem;
		line-height: 2;
		width: 18em;
		margin: 0 auto;
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		margin-bottom: 4%;
		padding: 2% 1em;
	}
	#action .documents .button {
		height: 60px;
		font-size: 1.6rem;
		line-height: 60px;
	}
	#action .dl {
		padding-right: 0;
	}
	#action .dl .photo_area {
		text-align: center;
	}
	#action .dl .photo_area img {
		width: 50%;
	}
}

/*---------- Outline ----------*/
#outline .inner {
}
#outline h2.title {
	font-size: 2.4rem;
}
#outline ul {
	margin-bottom: 5%;
}
#outline ul li .logo {
	border: solid 1px #bfbfbf;
	height: 90px;
	position: relative;
	text-align: center;
}
#outline ul li .logo img {
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#outline ul li {
	margin-bottom: 5%;
}
#outline ul li h3 {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}
#outline ul li p {
	text-align: center;
	margin-bottom: 0;
	line-height: 1.8;
	font-weight: normal;
}
#outline h2.title img {
	max-width: 350px;
}
#outline dl {
	overflow: hidden;
	width: 740px;
	margin: 0 auto;
}
#outline dl dt {
	float: left;
	width: 20%;
}
#outline dl dd {
	float: right;
	width: 80%;
	font-weight: normal;
}
#outline dl {
	border-bottom: solid 1px #aaaaaa;
}
#outline dl dt,
#outline dl dd{
	border-top: solid 1px #aaaaaa;
	padding: 2%;
}
#outline dl dt:first-child,
#outline dl dd:nth-child(2){
	border: none;
}
@media screen and (max-width: 980px) {
	#outline h2 {
		font-size: 2rem;
	}
	#outline dl {
		width: 100%;
	}
}
@media screen and (max-width: 736px) {
	#outline h2.title {
		font-size: 1.2rem;
		letter-spacing: inherit;
	}
	#outline dl dt {
		width: 25%;
	}
	#outline dl dd {
		width: 75%;
	}
	#outline ul li {
		margin-bottom: 10%;
	}
}

/* footer */
#footer {
	background-color: #e04545;
}

#footer .copyright {
	text-align: center;
	font-size: 0.5rem;
	color: #fff;
	padding: 10px;
}

#footer .copy {
	text-align: center;
	font-weight: 600;
	margin: 0;
}

#footer ul li {
	display: inline;
	padding: 2px 6px;
}

#footer a, #footer a::after  {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
	#footer .copyright {
		font-size: 0.7rem;
		margin-bottom: 65px;
		padding: 2%;
	}

	#footer ul li {
		padding: 12px 5px;
	}
}
