@charset "utf-8";

/* Basic CSS elements */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

br.pc-only,
span.pc-only {
    display: none
}
br.sp-only,
span.sp-only{
    display: inline
}
div.pc-only,
p.pc-only,
figure.pc-only {
	display: none;
}
div.sp-only,
p.sp-only,
figure.sp-only {
	display: block;
}

.txt-red {
    color: #df0029;
}
.txt-green {
    color: #00974c;
}

.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}

/* common */
html {
	background-color: #ececec;
	color: #424242;
}

body {
	min-width: 320px;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
    line-height: 1;
	-webkit-text-size-adjust: 100%;
}

p,
ul,
ol,
dl,
th,
td,
figcaption,
address {
    line-height: 1.75;
}

figcaption {
    margin: 0.5em 0;
}

a,
a:link,
a:visited {
    color: #1262b3;
    text-decoration: none;
}
a:hover {
    color: #00974c;
    text-decoration: underline;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: top;
}

small {
	font-size: smaller
}

ul,
ol {
	padding-left: 2.5em;
}

button {
    -webkit-appearance: none;
    border-width: 0;
}

select {
	height: 2em;
	border-radius: 0;
	padding-left: 1px;
}

noscript {
	display: block;
	margin: 1em 0;
	padding: 0 1em;
	border: 3px double #df0029;
}



.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
	transition: background-color 0.2s ease;
    padding: 0.5em 1em;
}
a.btn:hover {
    text-decoration: none;
}
.btn-green,
a.btn-green,
a.btn-green:visited,
a.btn-green:active {
    background: #019644;
    color: #ffffff;
}
.btn-green:hover,
a.btn-green:hover {
    background: #02b050;
    color: #ffffff;
}
.btn-navy,
a.btn-navy,
a.btn-navy:visited,
a.btn-navy:active {
    background: #005d89;
    color: #ffffff;
}
.btn-navy:hover,
a.btn-navy:hover {
    background: #0070a3;
    color: #ffffff;
}
.btn-gray,
a.btn-gray,
a.btn-gray:visited,
a.btn-gray:active {
    background: #4d4d4d;
    color: #ffffff;
}
.btn-gray:hover,
a.btn-gray:hover {
    background: #666666;
    color: #ffffff;
}

.btn-rarrow {
	position: relative;
}
.btn-rarrow:after {
	content: '';
	position: relative;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 -10px 0 5px;
	border-top: 5px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #ffffff;
}

.btn-larrow {
	position: relative;
}
.btn-larrow:before {
	content: '';
	position: relative;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 5px 0 -10px;
	border-top: 5px solid transparent;
	border-right: 8px solid #ffffff;
	border-bottom: 5px solid transparent;
	border-left: 8px solid transparent;
}

p.note {
    margin-left: 1em;
    text-indent: -1em;
}

table.basic-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
}
table.basic-table tr th,
table.basic-table tr td {
    padding: 0.5em 0.75em;
    text-align: left;
    vertical-align: top;
}
table.basic-table tr th {
    width: 5em;
    background-color: #ececec;
}
table.basic-table tr td {
    background-color: #f2f2f2;
}
table.basic-table tr th a,
table.basic-table tr td a {
    color: #424242;
    text-decoration: underline;
}
table.basic-table tr th a:hover,
table.basic-table tr td a:hover {
    color: #00974c;
}
table.basic-table tr td > ul {
	padding-left: 1.5em;
}
table.basic-table tr td ul:first-child {
	margin-top: 0;
}
table.basic-table tr td ul:last-child {
	margin-bottom: 0;
}

/* layout */

.wrapper {
    background-color: #ffffff;
}

.header-wrapper {
    background-color: #000000;
    color: #ffffff;
}

header {
    padding: 10px 0;
}
header h1 {
    margin: 0 10px 5px;
    text-align: left;
	font-size: 0.75em;
}
header h1 a,
header h1 a:link,
header h1 a:visited {
	color: #ffffff;
}
header h1 img {
	height: 35px;
}

.header-nav {
    display: none;
}

.sub-menu {
    display: none;
}

.sp-menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: block;
	width: 40px;
	height: 40px;
	background: #00974c url(/v4-components/images/sp-menu-btn-bg.png) no-repeat left top;
	background-size: auto 100%;
	color: #ffffff;
	cursor: pointer;
	z-index: 101;
}
.sp-menu-btn.opened {
	background-color: #02b050;
	background-position: right top;
}
.sp-menu ul {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	margin: 0;
	padding-left: 0;
	font-size: 0;
	list-style: none;
	overflow: hidden;
	background-color: #000000;
	background: rgba(0, 0, 0, 0.8);
	transition: opacity 0.25s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
}
.sp-menu ul.visible {
	opacity: 1;
	visibility: visible;
}
.sp-menu ul li {
	display: inline-block;
	width: 50%;
	border-bottom: 1px solid #4d4d4d;
}
.sp-menu ul li:first-child {
	width: 100%;
	background-color: #000000;
}
.sp-menu ul li a {
	position: relative;
	top: -14px;
	display: block;
	padding: 21px 0;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	transition: top 0.35s ease;
}
.sp-menu ul.visible li a {
	top: 0;
}
.sp-menu ul li:first-child a {
	position: static;
	display: inline-block;
	padding: 10px 0 15px 10px;
	text-align: left;
}
.sp-menu ul li:first-child a img {
	height: 35px;
}

.breadcrumbs ul {
    margin: 13px 0 26px;
    padding-left: 0;
    list-style: none;
    font-size: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    font-size: 13px;
}
.breadcrumbs ul li:after {
    content: '>';
    margin: 0 0.5em;
}
.breadcrumbs ul li:last-child:after {
    content: none;
    margin: 0;
}
.breadcrumbs ul li a {
    color: #484848;
}

.main-wrapper {
    margin: 0 10px;
}

.side-nav {
    margin-top: 20px;
}
.side-nav h1 {
    margin: 0;
    padding: 10px 27px 9px;
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
}
.side-nav ul {
    margin: 0;
    padding-top: 2px;
    padding-left: 0;
    list-style: none;
    background-color: #f2f2f2;
}
.side-nav ul li {
    border-top: 1px dashed #424242;
}
.side-nav ul li:first-child {
    border-top-width: 0;
}
.side-nav ul li a {
    position: relative;
    display: block;
    padding: 8px 14px 7px 27px;
    color: #424242;
    line-height: 1.25;
}
.side-nav ul li a:hover {
    color: #00974c;
    text-decoration: none;
}
.side-nav ul li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-top: 3px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #00974c;
}

.dashed-line-heading {
    position: relative;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4;
}
.dashed-line-heading > span {
    position: relative;
    z-index: 2;
	display: inline-block;
    padding-right: 0.5em;
    background-color: #ffffff;
}
.dashed-line-heading:before {
    content: '';
    position: absolute;
    z-index: 1;
	top: 50%;
    display: block;
    width: 100%;
    border-top: 1px dashed #424242;
}

.square-mark {
	position: relative;
	padding-left: 26px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
}
.square-mark:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border: 2px solid #00974c;
}
.square-mark.square-mark--mini {
	padding-left: 22px;
	font-size: 14px;
}
.square-mark.square-mark--mini:before {
	width: 12px;
	height: 12px;
	margin-top: -8px;
}

.main-content article h3 {
	padding: 0.5em 0;
	font-size: 14px;
	border-bottom: 2px solid #ececec;
	line-height: 1.25;
}

.main-content article > section,
.main-content article > aside {
	margin: 20px 0;
}

footer {
    margin-top: 30px;
    border-top: 1px solid #848484;
}

.footer-nav-wrapper {
	display: none;
}

.go-to-top {
    position: absolute;
    top: -22px;
    right: 0;
    display: block;
}

#isl-gmap-wrapper {
	cursor: pointer;
}
#isl-gmap {
    width: 100%;
	height: 300px;
    border-width: 0;
    border-bottom: 1px solid #848484;
	background-color: #e5e3df;
}

.info {
    padding: 40px 0;
    text-align: center;
}
.info address {
    margin-top: 1em;
    font-style: normal;
}
.info small {
    margin-top: 1em;
    font-size: 100%;
}



.news-list dt {
    vertical-align: middle;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1;
}
.news-list dt:first-child {
    margin-top: 0;
}
.news-category {
    display: inline-block;
    width: 80px;
    margin-left: 6px;
    padding: 7px 0;
    text-align: center;
    background-color: #808080;
    color: #ffffff;
    border-radius: 4px;
}
.news-category.news-category-green {
    background-color: #009845;
}
.news-category.news-category-magenta {
    background-color: #ff197c;
}
.news-category.news-category-blue {
    background-color: #0172c0;
}
.news-list dd {
    margin-left: 14px;
    line-height: 1.5;
}
.news-title a {
    color: #424242;
}
.news-title a:hover {
    color: #00974c;
}

.main-content article .link-info {
	text-align: right;
}
.main-content article .link-info .btn {
	width: 220px;
	padding: 0.75em 0;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {

    html, body {
        min-width: 1024px;
    }
	html {
		background-color: #ffffff;
	}

    br.pc-only,
    span.pc-only {
        display: inline
    }
    br.sp-only,
    span.sp-only{
        display: none
    }
    div.pc-only,
    p.pc-only,
    figure.pc-only {
        display: block;
    }
    div.sp-only,
    p.sp-only,
    figure.sp-only {
        display: none;
    }

    header {
        position: relative;
        width: 980px;
        height: 140px;
        margin: 0 auto;
        padding: 0;
    }
    header h1 {
        margin: 0;
        padding-top: 47px;
        text-align: left;
    }
	header h1 img {
		height: auto;
	}


    .header-nav {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
    }
    .header-nav ul {
        padding-left: 0;
        font-size: 0;
        list-style: none;
    }
    .header-nav ul li {
        display: inline-block;
        font-size: 16px;
        width: 120px;
    }
    .header-nav ul li a {
        display: block;
        padding: 20px 0 16px;
        text-align: center;
        color: #ffffff;
        border-bottom: 4px solid #000000;
        line-height: 1;
        transition: border-color 0.15s ease;
    }
    .header-nav ul li a:hover {
        border-color: #00974c;
        text-decoration: none;
    }

    .sub-menu {
        position: absolute;
        top: 28px;
        right: 0;
        display: block;
    }
    .sub-menu ul {
        padding-left: 0;
        font-size: 0;
        list-style: none;
    }
    .sub-menu ul li {
        display: inline-block;
        font-size: 13px;
    }
    .sub-menu ul li a {
        margin-right: 26px;
        color: #ffffff;
    }

	.sp-menu {
		display: none;
	}

    .breadcrumbs ul li:after {
        margin: 0 1em;
    }

    .main-wrapper {
        width: 980px;
        margin: 13px auto 0;
    }
    .two-col-layout .main-content {
        float: right;
        width: 660px;
    }
    .side-nav {
        float: left;
        width: 260px;
        margin-top: 0;
    }

    .dashed-line-heading {
        font-size: 20px;
    }

    .main-content article > section,
	.main-content article > aside {
		margin: 40px 0;
	}
    .main-content article .dashed-line-heading {
        margin-bottom: 40px;
    }
    .main-content article .square-mark {
        padding-left: 34px;
        font-size: 20px;
    }
    .main-content article .square-mark:before {
        width: 20px;
        height: 20px;
        margin-top: -12px;
    }
    .main-content article .square-mark.square-mark--mini {
        padding-left: 22px;
        font-size: 14px;
    }
    .main-content article .square-mark.square-mark--mini:before {
        width: 12px;
        height: 12px;
        margin-top: -8px;
    }

	.main-content article h3 {
		font-size: 16px;
	}

	.main-content article .col4-wrapper {
		font-size: 0;
    }
    .main-content article .col4-wrapper .cell {
		display: inline-block;
		vertical-align: top;
    }
    .one-col-layout .main-content article .col4-wrapper .cell {
		width: 230px;
		margin-left: 20px;
    }
    .one-col-layout .main-content article .col4-wrapper .cell.cell-2-4 {
        width: 480px;
    }
    .one-col-layout .main-content article .col4-wrapper .cell.cell-3-4 {
        width: 730px;
    }
    .two-col-layout .main-content article .col4-wrapper .cell {
		width: 150px;
		margin-left: 20px;
    }
    .two-col-layout .main-content article .col4-wrapper .cell.cell-2-4 {
        width: 320px;
    }
    .two-col-layout .main-content article .col4-wrapper .cell.cell-3-4 {
        width: 490px;
    }
    .one-col-layout .main-content article .col4-wrapper .cell.cell-4-4,
    .two-col-layout .main-content article .col4-wrapper .cell.cell-4-4 {
        width: 100%;
    }
    .one-col-layout .main-content article .col4-wrapper .cell.cell-4-4,
    .two-col-layout .main-content article .col4-wrapper .cell.cell-4-4,
    .one-col-layout .main-content article .col4-wrapper .cell:first-child,
    .two-col-layout .main-content article .col4-wrapper .cell:first-child {
        margin-left: 0;
    }

    .main-content article .col3-wrapper {
		font-size: 0;
    }
    .main-content article .col3-wrapper .cell {
		display: inline-block;
		vertical-align: top;
    }
    .one-col-layout .main-content article .col3-wrapper .cell {
		width: 314px;
		margin-left: 19px;
    }
    .one-col-layout .main-content article .col3-wrapper .cell.cell-2-3 {
        width: 647px;
    }
    .two-col-layout .main-content article .col3-wrapper .cell {
		width: 206px;
		margin-left: 21px;
    }
    .two-col-layout .main-content article .col3-wrapper .cell.cell-2-3 {
        width: 433px;
    }
    .one-col-layout .main-content article .col3-wrapper .cell.cell-3-3,
    .two-col-layout .main-content article .col3-wrapper .cell.cell-3-3 {
        width: 100%;
    }
    .one-col-layout .main-content article .col3-wrapper .cell.cell-3-3,
    .two-col-layout .main-content article .col3-wrapper .cell.cell-3-3,
    .one-col-layout .main-content article .col3-wrapper .cell:first-child,
    .two-col-layout .main-content article .col3-wrapper .cell:first-child {
        margin-left: 0;
    }

    .news-list dt {
        float: left;
        width: 230px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .news-category {
        width: 110px;
        margin-left: 14px;
    }
    .news-list dd {
        float: left;
        width: 750px;
        margin: 0 0 13px;
        padding: 4px 0;
    }

    footer {
        margin-top: 90px;
        border-top: 1px solid #848484;
    }

    .footer-nav-wrapper {
		position: relative;
		display: block;
        width: 980px;
        margin: 0 auto;
        padding: 60px 0;
    }

	.footer-menu-wrapper {
		margin: 40px 0 0;
		font-size: 0;
	}
	.footer-menu-wrapper:last-child {
        margin-bottom: 40px;
    }
	.footer-menu-wrapper.u-mt-20 {
		margin-top: 20px;
	}
	.footer-menu-cell {
		display: inline-block;
		vertical-align: top;
		margin-left: 20px;
		width: 230px;
	}
	.footer-menu-cell:first-child {
		margin-left: 0;
	}
	.footer-menu-cell a {
		color: #424242;
	}
	.footer-menu-cell h2 {
		margin: 1em 0 4px;
		font-size: 13px;
	}
    .footer-menu-cell h2:first-child {
        margin-top: 0;
    }
	.tech-nav .footer-menu-cell h2 {
		font-weight: normal;
	}
	.footer-menu-cell ul {
		display: block;
		margin: 0 0 2em 2em;
		padding-left: 0;
		font-size: 13px;
		list-style: none;
	}
    .footer-menu-cell ul:first-child {
        margin-top: 16px;
    }
	.footer-menu-cell ul:last-child {
		margin-bottom: 0;
	}
	.footer-menu-cell ul li {
		position: relative;
	}
	.footer-menu-cell ul li:before {
		content: "";
		position: absolute;
		top: 6px;
		left: -11px;
		display: block;
		width: 6px;
		height: 6px;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
	}
}

@media print {
	.footer-nav-wrapper,
	#isl-gmap-wrapper,
	.info > p:first-child {
		display: none;
	}
}
