@charset "UTF-8";
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
}

html {
	font-size: 62.5%;
	line-height: 1.5;
}

img {
	vertical-align: bottom;
}

body {
	font-family: Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

body {
	background-color: #fafafa;
	color: #363636;
	font-family: "Open Sans", Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

.l-container {
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
}

.l-row:after {
	content: "";
	clear: both;
	display: block;
}

.l-sidebarBox{
	float: left;
}

.l-sidebar {

	width: 221px;
	margin-right: 22px;
}

.cledit{
	font-size: 12px;
	margin-top: 5px;
}

.l-main {
	float: left;
	width: 707px;
}

.header {
	margin-bottom: 20px;
}
.header__top-bar {
	background-color: #00BCFF;
	background-image: url("../img/common/pat_dot.png");
	height: 3px;
	margin-bottom: 20px;
}
.header__logo {
	float: left;
	margin-bottom: 20px;
}
.header__contact {
	float: right;
}

.footer {
	padding: 20px 0;
	color: #fafafa;
	background-color: #00BCFF;
	background-image: url("../img/common/pat_dot.png");
}
.footer__logo-area {
	float: left;
}
.footer__logo {
	margin-bottom: 10px;
}
.footer__address {
	font-size: 12px;
	font-size: 1.2rem;
}
.footer__nav {
	float: right;
}

.footer-nav:after {
	content: "";
	clear: both;
	display: block;
}
.footer-nav__nav {
	float: left;
	margin-left: 15px;
}
.footer-nav__arrow {
	margin-right: 5px;
}
.footer-nav__text {
	font-size: 12px;
	font-size: 1.2rem;
}

.logo {
	display: block;
	background-image: url("../img/common/img_header_logo.png");
	width: 225px;
	height: 50px;
}
.logo--white {
	background-image: url("../img/common/img_footer_logo.png");
	width: 193px;
	height: 47px;
}

.contact-area__description {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.contact-area__row:after {
	content: "";
	clear: both;
	display: block;
}
.contact-area__phone {
	float: left;
	margin-right: 10px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	font-weight: bold;
}
.contact-area__access {
	float: left;
}

.link-btn-01 {
	display: block;
	margin-top: 2px;
	padding: 0 20px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 26px;
	line-height: 2.6rem;
}
.link-btn-01--black {
	background-color: #363636;
	color: #fafafa;
}
.link-btn-01__arrow {
	margin-right: 10px;
}

.link-btn-02 {
	display: table;
	width: 221px;
	background-color: #00BCFF;
	background-image: url("../img/common/pat_dot.png");
	color: #fafafa;
	padding: 10px;
}
.link-btn-02__text {
	display: table-cell;
}
.link-btn-02__text-en {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.link-btn-02__text-jp {
	font-size: 12px;
	font-size: 1.2rem;
}
.link-btn-02__arrow {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
}

.g-nav {
	background-color: #00BCFF;
	background-image: url("../img/common/pat_dot.png");
}
.g-nav__inner {
	display: table;
	table-layout: fixed;
}
.g-nav__nav {
	display: table-cell;
	text-align: center;
	padding: 15px 0;
}
.g-nav__nav--hover {
	border-bottom: 5px solid #a1bef0;
	padding-bottom: 10px;
}
.g-nav__nav:hover {
	border-bottom: 5px solid #a1bef0;
	padding-bottom: 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.g-nav__nav-jp {
	color: #fafafa;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
.g-nav__nav-en {
	color: #a1bef0;
	font-size: 8px;
	font-size: 0.8rem;
}

.main-headline {
	-moz-box-shadow: 1px 1px 3px #bbb;
	-webkit-box-shadow: 1px 1px 3px #bbb;
	box-shadow: 1px 1px 3px #bbb;
	margin-bottom: 40px;
}
.main-headline__heading {
	background-color: #00BCFF;
	background-image: url("../img/common/pat_dot.png");
	text-align: center;
	color: #fafafa;
	font-weight: bold;
	padding-bottom: 5px;
}
.main-headline__heading-icon {
	font-size: 30px;
	font-size: 3rem;
	margin-right: 10px;
}
.main-headline__heading-text {
	font-size: 18px;
	font-size: 1.8rem;
}
.main-headline__content {
	padding: 10px 0 20px;
	background-color: #f0f0f0;
}
.main-headline__content:after {
	content: "";
	clear: both;
	display: block;
}
.main-headline__single {
	float: left;
	width: 475px;
	padding: 0 62px 0 63px;
	margin-bottom: 10px;
}
.main-headline__title {
	text-align: center;
}
.main-headline__title-icon {
	font-size: 30px;
	font-size: 3rem;
	margin-right: 5px;
}
.main-headline__title-text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.main-headline__image {
	border: 5px solid gray;
	margin-bottom: 5px;
}
.main-headline__note {
	font-size: 12px;
	font-size: 1.2rem;
}

.main-eyecatch {
	background-image: url("../img/index/img_eyecatch.jpg");
	width: 950px;
	height: 400px;
	margin-bottom: 40px;
}

.side-nav {
	margin-bottom: 40px;
}
.side-nav__top-bar {
	background-color: #00BCFF;
	background-image: url("../img/common/pat_dot.png");
	height: 3px;
}
.side-nav__nav {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px dotted #a1bef0;
	font-size: 12px;
	font-size: 1.2rem;
}
.side-nav__nav:after {
	content: "";
	clear: both;
	display: block;
}
.side-nav__nav--heading {
	background-color: rgba(161, 190, 240, 0.3);
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 10px;
}
.side-nav__nav-bar {
	float: left;
	color: #00BCFF;
	margin-right: 10px;
}
.side-nav__nav-text {
	float: left;
	font-weight: bold;
}
.side-nav__nav-arrow {
	float: right;
	padding-right: 5px;
	color: #00BCFF;
}

.content {
	padding-bottom: 20px;
}

.bcr {
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.common-area {
	margin-bottom: 60px;
}

.common-head1 {
	margin-bottom: 40px;
}
.common-head1__top-bar {
	content: "";
	height: 3px;
	width: 100%;
	background-color: #00BCFF;
	background-image: url("../img/common/pat_dot.png");
}
.common-head1__text {
	padding: 15px 0;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
.common-head1__bottom-bar {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #00BCFF;
	background-image: url("../img/common/pat_dot.png");
}

.common-head2 {
	margin-bottom: 20px;
}
.common-head2__text-area:after {
	content: "";
	clear: both;
	display: block;
}
.common-head2__v-bar {
	float: left;
	width: 6px;
	height: 25px;
	background-color: #00BCFF;
	background-image: url("../img/common/pat_dot.png");
	margin-right: 5px;
}
.common-head2__text {
	float: left;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.common-head2__underline {
	border-bottom: 3px double #cccccc;
}

.common-p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.common-link {
	color: #00BCFF;
	text-decoration: underline;
}

.common-img {
	width: 100%;
	margin-bottom: 20px;
}
.common-img--full img {
	width: 100%;
}

.common-ul {
	list-style: square;
	margin-left: 1.5em;
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.common-ul li {
	margin-bottom: 5px;
}

.common-table {
	margin-bottom: 20px;
	width: 100%;
}
.common-table tr {
	border-bottom: 1px dotted #cccccc;
}
.common-table td {
	padding: 10px 0;
}
.common-table td:first-child {
	width: 140px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fafafa;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #808080;
	background-image: url("../img/common/pat_dot.png");
}
.common-table td:not(:first-child) {
	padding-left: 22px;
}

.flow {
	margin-bottom: 20px;
}
.flow__single {
	display: table;
	background-color: #00BCFF;
	background-image: url("../img/common/pat_dot.png");
}
.flow__head {
	display: table-cell;
	width: 221px;
	text-align: center;
	vertical-align: middle;
	color: #fafafa;
	padding: 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.flow__content {
	display: table-cell;
	width: 484px;
	border: 1px solid #00BCFF;
	text-align: center;
	padding: 10px 0;
	background-color: #fafafa;
	font-size: 14px;
	font-size: 1.4rem;
}
.flow__arrow {
	width: 221px;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

.links {
	margin-bottom: 300px;
}
.links:after {
	content: "";
	clear: both;
	display: block;
}
.links__single {
	float: left;
	width: 33.3%;
}
