@charset "UTF-8";
@import "common.sp.css";

/* ---------------------------------------------------------
	CSS Document hedar_navi
--------------------------------------------------------- */
#headar_navi {
	position: absolute;
	/* top: 20px; */
	top: 8px;
	right: 10px;
	/* width: 480px; */
}

#hnavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 20px;
	font-size: 14px;
	line-height: 35px;
}

#hnavi li.hnavi a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
	height: auto;
	font-size: 1em;
    margin-top: 2px;
	background: none;
	padding: 2px 4px;
}

#hnavi li.hnavi a:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 5px transparent;
	border-left: solid 7px #ffffff;
	position: absolute;
	top: 50%;
	left: -12px;
}
#header #hnavi li.hnavi a:after {
    content: none;
}

#lang_btn {
	/* width: 120px; */
	border: 1px solid #ffffff;
	border-radius: 50px;
}
#hnavi #lang_btn {
	margin-left: 10px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
	height: auto;
	font-size: 1em;
	background: none;
	padding: 2px 4px;
}
#header #lang_btn a:after {
    content: none;
}

/* ---------------------------------------------------------
	CSS Document multiple
--------------------------------------------------------- */

#multiple {
	margin: 20px 20px 40px;
}

#multiple h2 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 42px;
	color: #00669f;
}

#multiple h2 span {
	display: inline-block;
	vertical-align: top;
	font-size: 44px;
	line-height: 32px;
	color: #00d8fd;
}

#multiple h3 {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: solid 1px #00669f;
	font-size: 30px;
	line-height: 1.3;
	color: #00d8fd;
}

#multiple p {
	margin-bottom: 20px;
}

#multiple .f_right {
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document distribute
--------------------------------------------------------- */

#distribute {
	margin: 30px 20px 40px;

}

#distribute .container {
	text-align: left;
}

#distribute h3 {
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	border-top: solid 1px #00669f;
	font-size: 30px;
	line-height: 1.3;
	color: #00d8fd;
}

#distribute figure {
	margin-bottom: 20px;
	text-align: center;
}

#distribute p {
	margin-top: 20px;
}

#distribute ul {
}

#distribute li {
	margin-top: 20px;
	margin-left: 18px;
	list-style: decimal;
}

/* ---------------------------------------------------------
	CSS Document support
--------------------------------------------------------- */

#support .container {
	padding: 40px 20px;
}

#support h2 {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.2;
	display: flex;
	align-items: center;
}

#support h2:before,
#support h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

#support h2:before {
    margin-right: 1rem;
}

#support h2:after {
    margin-left: 1rem;
}

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#concept {
	margin-bottom: 30px;
	padding-top: 160px;
	background: url(../images/concept.png) no-repeat top / 100px;
}

#concept .container {
	padding: 20px;
	background: #fff;
	text-align: left;
}

#concept h3 {
	padding-bottom: 10px;
	border-bottom: solid 3px #1160a2;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	color: #1160a2;
}

#concept p {
	margin-top: 20px;
}

#concept p span {
	font-weight: bold;
	color: #b9162d;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	margin-bottom: 30px;
	padding-top: 160px;
	background: url(../images/merit.png) no-repeat top / 120px;
}

#merit .container {
	padding: 20px;
	background: #e5f3fd;
	text-align: left;
}

#merit h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 3px #1160a2;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	color: #1160a2;
}

#merit h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	color: #1160a2;
}

#merit p span {
	font-weight: bold;
	color: #b9162d;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin: 0 20px 30px;
}

#flow h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 3px #1160a2;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	color: #1160a2;
}

#flow h3 + p {
	margin-bottom: 20px;
	text-align: left;
}

#flow dl {
	margin-bottom: 50px;
	position: relative;
}

#flow dt:after {
	content: '';
	width: 100%;
	height: 36px;
	background: url(../images/flow_01.png) no-repeat bottom;
	background-size: 30px auto;
	position: absolute;
	bottom: -43px;
	left: 0;
}

#flow dt {
	height: 46px;
	margin-bottom: 10px;
	border-radius: 2px;
	background: #d08f03;
	font-size: 20px;
	line-height: 44px;
	color: #fff;
}

#flow .flow_02 dt {
	background: #58a40d;
}

#flow .flow_02 dt:after {
	background-image: url(../images/flow_02.png);
}

#flow .flow_03 dt {
	background: #05a3dc;
}

#flow .flow_03 dt:after {
	background-image: url(../images/flow_03.png);
}

#flow .flow_04 dt {
	background: #1160a2;
}

#flow .flow_04 dt:after {
	background-image: url(../images/flow_04.png);
}


#flow dd {
	text-align: left;
}

#flow dd.strong {
	font-weight: bold;
}

#flow .flow_05 {
	margin-top: 80px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
	color: #b9162d;
}

#flow .flow_05 a {
	display: block;

	margin-top: 20px;
	padding: 15px 30px;
	border-radius: 2px;
	background: #58a40d;
	text-decoration: none;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	position: relative;
}

#flow .flow_05 a:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -6px;
	border: solid 6px transparent;
	border-left: solid 8px #fff;
	position: absolute;
	top: 50%;
	right: 5px;
}

#flow .flow_05 a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
