
/* ↓ cmn
================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #444;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    text-align: left;
    min-width:980px;
}

a {
    color: #444;
    text-decoration: none;
    font-weight:normal;
    -webkit-transition:  0.2s ease-in-out;
    -moz-transition:  0.2s ease-in-out;
    -o-transition:  0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-tap-highlight-color:transparent;
    -webkit-tap-highlight-color:(0,0,0,0);
}

a:hover {
    opacity: 0.7;
}

img {
    /*width: 100%;*/
    height: auto;
    vertical-align: top;
    border: none;
}

main {display: block;/*IE11*/}

::selection {
    background: #e7e5ef;
    color:#1A005D;
}

.wrap{
    width: 980px;
    margin: 0 auto;
    max-width: 980px;
}


html{
    background-color: #1A005D;
}

@font-face {
    font-family: "FontAwesome";
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ↓ header
================================== */
header{
    width: 100%;
    background-color: #FFF;
    margin: 5px 0 0;
    padding: 10px 0 5px;
}

header h1 {
    float: left;
    margin-top: 20px;
}

header h1 span {
	color: #777;
    display: block;
    font-size: 12px;
    margin: 0 0 5px;
}

header .emergency {
    float: right;
    margin-top: 20px;
}

header .emergency a {
    display: block;
    color: #FFF;
    text-align: center;
    width: 240px;
    /*padding: 12px 0;*/
    line-height: 44px;
    border-radius:4px;
    background-color: #F24040;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    background-color: #F24040;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
                color-stop(.25, #F45C5C), color-stop(.25, transparent),
                color-stop(.5, transparent), color-stop(.5, #F45C5C),
                color-stop(.75, #F45C5C), color-stop(.75, transparent),
                to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #F45C5C 25%, transparent 25%,
              transparent 50%, #F45C5C 50%, #F45C5C 75%,
              transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #F45C5C 25%, transparent 25%,
              transparent 50%, #F45C5C 50%, #F45C5C 75%,
              transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #F45C5C 25%, transparent 25%,
              transparent 50%, #F45C5C 50%, #F45C5C 75%,
              transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #F45C5C 25%, transparent 25%,
              transparent 50%, #F45C5C 50%, #F45C5C 75%,
              transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #F45C5C 25%, transparent 25%,
              transparent 50%, #F45C5C 50%, #F45C5C 75%,
              transparent 75%, transparent);
}

header .emergency a span {
    margin: 0 20px 0 10px;
}

header .emergency a .fa-exclamation-triangle:before {
    font-size:24px;
    vertical-align: middle;
}

header .aloz {
    float: right;
    width: 100px;
    margin-left: 24px;
}

header .aloz a {
    display: block;
}

header .aloz a img {
    width: 100%;
}

/* ↓ keyVisual / ttl
================================== */
#keyVisual {
    width: 100%;
    padding: 15px 0 0;
    background-color: #FFF;
    position:relative;
    /*text-align: center;*/
}

#keyVisual img.bg {
    width: 100%;
}

/*テキストのタイプ*/
#keyVisual p {
    position: absolute;
    top: 50%;
    right: 10%;
    margin: -40px 0 0 0;
    color: #444;
    font-size: 36px;
}

#keyVisual p .kvLogoTtl {
    font-size: 50px;
}

#keyVisual p .kvSubTtl {
    font-size: 26px;
    display: block;
    line-height: 1;
    margin: 0 0 12px;
}

/*画像のタイプ*/
/*#keyVisual img.logo {
    position: absolute;
    top: 50%;
    left:53%;
    margin: -50px 0 0 0;
}*/


#ttl {
    font-size: 24px;
    overflow: hidden;
}

#ttl > div {
    padding: 42px 0;
    position: relative;
}


#ttl > div:after {
    position: absolute;
    top: 0;
    right: -80px;
}

#ttl.designA {
    background-color: #DBF7FB;
}

#ttl.designA > div:after {
    content: url("../img/ttlBg1.png");
}

#ttl.designB {
    background-color: #DBF7FB;
}

#ttl.designB > div:after {
    content: url("../img/ttlBg1.png");
}

#ttl.designC {
    background-color: #DBF7FB;
}

#ttl.designC > div:after {
    content: url("../img/ttlBg1.png");
}

#ttl.designD {
    background-color: #FFECC4;
}

/*#ttl.designD > div:after {
    content: url("../img/ttlBg1.png");
}*/


/* ↓ gNav
================================== */
nav {
    width: 100%;
    background-color: #FFF;
}

nav ul {
    display: table;
    padding: 15px 0;
}

nav li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width:18.5%;
    text-align: center;
    font-size: 16px;
}

nav li > span,
nav li a {
    height: 58px;
    color: #444;
    font-weight: bold;
    line-height: 42px;
    display: block;
    border-right: 1px solid #EBEBEB;
}

nav li a:hover {
    opacity: 1;
}

nav li:first-child {
    width:7.5%;
    border-left:1px solid #EBEBEB;
}

nav li:first-child > span,
nav li:first-child a {
    color: #8EC400;
    line-height: 60px;
    font-size: 32px;
}

nav li.active:after,
nav li:hover:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #8EC400;
}

nav li img {
    margin: 10px 0 0;
}

nav li > span span,
nav li a span {
    display: block;
    font-size: 11px;
    line-height: 1;
    font-weight: normal;
    margin: -5px 0 0;
    color: #CCC;
}


/* ↓ パンくず
================================== */
#breadcrumb  {
    background-color: #EBEBEB;
}

#breadcrumb ul {
    padding: 10px 0;
}

#breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 11px;
    margin: 0 0 0 20px;
}

#breadcrumb li:before {
    content: ">";
    position: absolute;
    top: 0;
    left: -17px;
}

#breadcrumb li:first-child {
    margin: 0;
}

#breadcrumb li:first-child:before {
    content: "";
}


/* ↓ contents
================================== */
main{
    background-color: #FFF;
    padding: 20px 0;
    line-height: 160%;
}

main section {
    margin: 0 0 50px;
}

main section h1 {
    background-color: #1A005D;
    color: #FFF;
    font-weight: bold;
    border-radius: 4px;
    padding: 14px 12px 12px;
    margin: 0 0 20px;
    line-height: 1;
    position: relative;
}

main section h2 {
    background-color: transparent;/*reset*/
    line-height: 1;
    position: relative;
    padding: 6px 0 10px 15px;
    margin: 30px 0 10px;
    font-size: 15px;
    border-bottom: 1px dotted #CCC;
    font-weight: bold;
}
main section h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 25px;
    background-color: #8EC400;
}

/* ↓ 2カラムのレイアウト
================================== */
main > .inner{
    display: table;
    width: 980px;
    margin: 0 auto;
}

#contents{
    vertical-align: top;
    display: table-cell;
    width: 720px;
}

#contents p{
    font-size: 14px;
}


/* ↓ 右カラム
================================== */
aside{
    vertical-align: top;
    display: table-cell;
    width: 255px;
}

aside .inner{
    margin: 0 0 0 20px;
}

/*2カラム用*/
aside.clm2 h1{
    font-size: 15px;
    background-color: #e7e5ef;
    border-bottom: 3px solid #1A005D;
    padding: 15px 0px 10px 20px;
    font-weight: bold;
    position: relative;
    line-height: 1;
}

aside.clm2 h1:before{
    content: "";
    position: absolute;
    top:12px;
    left:10px;
    width: 3px;
    height: 20px;
    background-color: #1A005D;
    display: block;
}

aside.clm2 ul{
    font-size: 14px;
    background-color: #F5F5F5;
}

aside.clm2 li{
    border-top:1px solid #FFF;
    position: relative;
    font: normal normal normal 14px/1 ;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

aside.clm2 li:first-child{
    border-top: none;
}

aside.clm2 li:after {
    content: "\f138";
    color: #1A005D;
	font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 22px;
    right: 15px;
}

/*aside.clm2 li.active:after {
	color: #ffffff;
}*/

aside.clm2 li span,
aside.clm2 li a{
    padding: 18px 15px;
    display: block;
}

aside.clm2 li.active span,
aside.clm2 li:hover a{
    background-color: #1A005D;
    color: #FFF;
}

aside.clm2 li:not(.active):hover:after {
    color: #FFF;
}


/* ↓ footer
================================== */
footer #footUpper {
    background-color: #e7e5ef;
    padding: 20px 0;
    font-size: 13px;
}

footer #footUpper > ul {
    display: table;
}

footer #footUpper > ul > li {
    width: 25%;
    display: table-cell;
    border-right: 1px solid #CCC;
    padding: 10px 20px 0;
}

footer #footUpper > ul > li:first-child {
    border-left: 1px solid #CCC;
}

footer #footUpper > ul > li li {
    margin: 0 0 12px;
    display: block;
    font: normal normal normal 14px/1 ;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer #footUpper > ul > li li:before {
    content: "\f138";
    margin: 0 8px 0 0;
    color: #1A005D;
	font: normal normal normal 14px/1 FontAwesome;
}

footer #footUpper > ul > li a {
    font-weight: normal;
}


footer #footUnder {
    padding: 15px 0;
    display: table;
    font-size: 13px;
}

footer #footUnder ul {
    display: table-cell;
    width: 70%;
}

footer #footUnder li {
    display: inline-block;
    font: normal normal normal 14px/1 ;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 20px 0 0;
}

footer #footUnder li:before {
    content: "\f138";
    margin: 0 8px 0 0;
    color: #FFF;
	font: normal normal normal 14px/1 FontAwesome;
}

footer #footUnder li a {
    color: #FFF;
    font-weight: normal;
}

footer #footUnder address {
    display: table-cell;
    width: 30%;
    text-align: right;
    color: #FFF;
    font-size: 11px;
}

/* ↓ pageTop
================================== */
.pageTop {
    text-align: right;
    padding: 20px 0;
    font-size: 13px;
    background-color: #FFF;
}

.pageTop i {
    color: #8EC400;
    padding: 0 5px 0 0;
}


/* ↓ backBtn
================================== */
.backBtn{
    text-align: center;
}

.backBtn a{
    display: block;
    padding: 15px 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    width: 300px;
    margin: 0 auto;
    font-weight: bold;
    position: relative;
}

.backBtn i{
    color: #1A005D;
    font-size: 18px;
    position: absolute;
    top: 18px;
    left: 15px;
}

.backBtn.btn2type a{
    display: inline-block;
    width: 250px;
}


/* ↓ table
================================== */
table.tableSet{
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
}

table.tableSet th{
    border: 1px solid #DDD;
    background-color: #e7e5ef;
    padding: 10px 15px;
    text-align: left;
}

table.tableSet td{
    border: 1px solid #DDD;
    padding: 10px 15px;
}

table.clm2 th {
    width: 35%;
}

table.clm4 tbody th {
    width: 5%;
    vertical-align: middle;
}

table.clm4 td.name {
    width: 20%;
}

table.clm4 td span {
    display: block;
}

table.clm4 td.tel {
    width: 20%;
}


/* ↓ dl
================================== */
dl.dlSet {
    display: table;
    font-size: 14px;
}

dl.dlSet dt {
    display: table-cell;
    vertical-align:top;/*IE8*/
    width: 100%;
}

dl.dlSet dd {
    display: table-cell;
    width: 240px;
    padding: 0 0 0 20px;
}



/* ↓ news
================================== */
#news h1 {
    margin-bottom: 0;
}

#news h1 a {
    position: absolute;
    top: 5px;
    right: 0;
    font-size:13px;
    font-weight: normal;
}

#news h1 i {
    padding: 0 5px 0 0;
    color: #8EC400;
}

#news dl {
    border-bottom: 1px solid #EBEBEB;
    padding: 18px 0;
    font-size: 13px;
    display: table;
    width: 100%;
    vertical-align: top;
}

#news dt {
    display: table-cell;
    width: 28%;
    color: #999;
}

/*1カラム用*/
#news .wrap dt {
    width: 20%;
}

#news dt span {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #FFF;
    padding: 5px 0;
    margin: 0 0 0 20px;
    width: 80px;
}

#news dt time {
    display: inline-block;
    width: 70px;
}

#news dt span.failure {
    background-color: #F56C6C;
}

#news dt span.info {
    background-color: #8EC400;
}

#news dd a {
    text-decoration:underline;
}

#news .pagination {
    text-align:center;
    margin: 20px 0;
}

#news .pagination .nav-links * {
    margin:0 5px;
}

#news .pagination .nav-links span {
    color: #FFF;
    padding: 0 7px;
    border-radius: 2px;
    background-color: #1A005D;
}

#news .pagination .nav-links a:hover {
    text-decoration:underline;
}



/* ↓ icon
================================== */
.pdfIco:after,
a[href$=".pdf"]:after {
    content: "\f1c1";
    padding: 0 0 0 5px;
    font-family: FontAwesome;
    color: #e60122;
}
.normalList {
		margin-top: 10px;
		font-size: 14px
}
.normalList li i {
		padding-right: 5px;;
    color: #1A005D;
}
