@charset "UTF-8";
@import "common.pc.css";

/* ---------------------------------------------------------
	CSS Document hedar_navi
--------------------------------------------------------- */
#headar_navi {
	position: absolute;
	top: 20px;
	right: 10px;
	/* width: 480px; */
}

#hnavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 40px;
	font-size: 18px;
	/* line-height: 60px; */
}

#hnavi li.hnavi a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
	height: auto;
	font-size: 1em;
    margin-top: 2px;
	background: none;
}

#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;
}

#lang_btn {
	width: 120px;
	border: 1px solid #ffffff;
	border-radius: 50px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	width: auto;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
	height: auto;
	font-size: 1em;
	background: none;
}

/* ---------------------------------------------------------
	CSS Document multiple
--------------------------------------------------------- */

#multiple {
	margin: 40px 0;
}

#multiple h2 {
	height: 110px;
	margin-bottom: 60px;
	background: url(../images/multiple_h2.png) no-repeat top;
	font-size: 0;
}

#multiple h3 {
	height: 120px;
	margin-bottom: 60px;
	border-top: solid 1px #00669f;
	background: url(../images/multiple_h3.png) no-repeat bottom;
	font-size: 0;
}

#multiple p {
	margin-bottom: 40px;
}

#multiple .f_right,
#multiple .f_left {
	width: 480px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document distribute
--------------------------------------------------------- */

#distribute {
	margin: 60px 0;
}

#distribute .container {
	padding-top: 60px;
	border-top: solid 1px #00669f;
	background: url(../images/distribute_bg.png) no-repeat right -20px bottom 30px;
	text-align: left;
}

#distribute h3 {
	height: 64px;
	margin-bottom: 60px;
	background: url(../images/distribute_h3.png) no-repeat top;
	font-size: 0;
}

#distribute figure {
	margin-bottom: 60px;
	text-align: center;
}

#distribute p {
	margin-top: 40px;
}

#distribute p strong {
	font-size:24px;
}

#distribute ul {
}

#distribute li {
	margin-top: 20px;
	margin-left: 22px;
	list-style: decimal;
}

/* ---------------------------------------------------------
	CSS Document support
--------------------------------------------------------- */

#support .container {
	padding: 40px 0 20px;
}

#support h2 {
	font-weight: bold;
	font-size: 42px;
	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 {
	background: #fff;
}

#concept .container {
	padding: 40px 0 100px;
	padding-left: 300px;
	background: url(../images/concept.png) no-repeat left;
	text-align: left;
}

#concept h3 {
	padding-bottom: 15px;
	border-bottom: solid 5px #1160a2;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
	color: #1160a2;
}

#concept p {
	margin-top: 30px;
	font-size: 20px;
	line-height: 2;
}

#concept p span {
	font-weight: bold;
	color: #b9162d;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	background: #e5f3fd;
}

#merit .container {
	padding: 100px 0;
	padding-left: 300px;
	background: url(../images/merit.png) no-repeat 36px;
	text-align: left;
}

#merit h3 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: solid 5px #1160a2;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
	color: #1160a2;
}

#merit h3 {
	margin-top: 30px;
	font-weight: bold;
	font-size: 26px;
	color: #1160a2;
}

#merit p {
	font-size: 20px;
	line-height: 2;
}

#merit p span {
	font-weight: bold;
	color: #b9162d;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	padding: 100px 0;
}

#flow h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 5px #1160a2;
	font-weight: bold;
	font-size: 42px;
	line-height: 1.2;
	color: #1160a2;
}

#flow h3 + p {
	margin-bottom: 50px;
	font-size: 28px;
}

#flow dl {
	margin-bottom: 60px;
	font-size: 0;
}

#flow dt {
	display: inline-block;
	vertical-align: middle;
	width: 430px;
	height: 72px;
	margin-right: 60px;
	background: #d08f03;
	font-weight: bold;
	font-size: 30px;
	line-height: 70px;
	color: #fff;
	position: relative;
}

#flow dt:after {
	content: '';
	width: 100%;
	height: 43px;
	background: url(../images/flow_01.png) no-repeat bottom;
	background-size: 43px auto;
	position: absolute;
	bottom: -43px;
	left: 0;
}

#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 {
	display: inline-block;
	vertical-align: middle;
	width: 500px;
	text-align: left;
	font-size: 20px;
}

#flow dd.strong {
	font-weight: bold;
}

#flow .flow_05 {
	margin-top: 90px;
	font-weight: bold;
	font-size: 38px;
	color: #b9162d;
}

#flow .flow_05 p {
	font-size: 50px;
}

#flow .flow_05 a {
	display: block;
	height: 120px;
	margin-top: 20px;
	padding-top: 35px;
	border-radius: 2px;
	background: #58a40d;
	text-decoration: none;
	line-height: 46px;
	color: #fff;
}

#flow .flow_05 a:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 0;
	height: 0;
	margin-top: -9px;
	margin-left: 20px;
	border: solid 16px transparent;
	border-left: solid 21px #fff;
}

#flow .flow_05 a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
