  @font-face {
    font-family: 'NotoSerifjp-h1';
    font-style: normal;
    font-weight: 400;
    src: url('/facility/core/css/fonts/NotoSerifJP-Regular-h1.woff') format('woff'),
        url('/facility/core/css/fonts/NotoSerifJP-Regular-h1.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSerifjp-h1';
    font-style: normal;
    font-weight: 700;
    src: url('/facility/core/css/fonts/NotoSerifJP-Bold-h1.woff') format('woff'),
    url('/facility/core/css/fonts/NotoSerifJP-Bold-h1.eot')  format('eot');
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    color: #111;
    text-decoration: none;
}
body {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin: 0 auto;
    letter-spacing: 1px;
    color: #111;
}
.clearfix:after {
	display				: block;
	height				: 0;
	clear				: both;
	content				: " ";
}
.clear {
    clear: both;
}
.container {
    max-width: 1380px;
    margin: 0 auto;
}
#header_content {
    margin: 10px auto;
    position: relative;
}
h1 {
    font-family: 'NotoSerifjp-h1', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    padding-right: 50px;
}
#menu_b {
    position: absolute;
    font-size: 120%;
    vertical-align: middle;
    top:0px;
    right: 5px;
    z-index: 100;
    cursor: pointer;
}
#menu_b i {
    background-color: #eee;
    border-radius: 21px;
    padding: 10px;
    color: #333;
}
#header_menu {
    position: relative;
    background-color: #f9f9f9;
}
#header_menu > div {
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
}
#g_menu {
    height: 0px;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    list-style-type: none;
    padding: 0 40px;
}
#g_menu li {
    padding: 20px 0 10px 0;
    border-bottom: 1px dotted #ccc;
}
#top_image img {
    width: 100%;
    vertical-align: bottom;
}
.content_box {
    min-height: 300px;
    padding: 80px 0;
    position: relative;
}
.content_box > div,  .content_box > ul {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 50px;
}
.content_box ul {
    list-style-type: none;
}
.content_box ul li {
    margin-bottom: 20px;
    text-indent: -1.2em;
    padding-left: 1em;
}
.content_box ul li:before {
    font-family:"Font Awesome 5 Free";
    content:"\f054";
    font-weight: 900;
    font-size: 100%;
    color: #999;
    margin-right:0.5em;
}
#main div.content_box:nth-child(even) {
    background-color: #f6f6f6;
}
#main div.sec_title {
    margin-bottom: 50px;
    font-size: 140%;
}
div.sub_title {
    font-size: 120%;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-top: 60px;
}
div.sub_title:before {
    font-family:"Font Awesome 5 Free";
    content:"\f35a";
    font-weight: 900;
    color: #999;
    margin-right:0.5em;
}
div.sub_cap {
    margin: 20px 2.5em;
}
div.sub_box ul {
    margin-left: 3em;
}
#main #sec_2 > div {
    max-width: 1380px;
    margin: 0 auto;
}
#main #sec_2 > div div,  #main #sec_2 > div ul{
    padding-left: 35%;
}
#sec_2 > div img {
    height: auto;
    max-width: 30%;
    float: left;
}
#sec_4 {
    color: #fff;
    background-image: url("/facility/core/image/future.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
#sec_5 table {
    max-width: 1380px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}
#sec_5 table th {
    text-align: center;
    padding: 10px;
}
 #sec_5 table td.task {
     padding: 10px;
 }
 #sec_5 table td span {
     display: inline-block;
     text-align: center;
     width: 100%;
     font-size: 88%;
}
#sec_5 table td.ph1 span {
    background-color: #eee;
}
#sec_5 table td.ph2 span {
    background-color: #def;
}
#sec_5 table td.ph3 span {
    background-color: #cdf;
}
/*
#sec_5 table tr {

}
#sec_5 table th {
    vertical-align: top;
    border-right: 1px solid #ccc;
    padding-right: 1.5em;
    position: relative;
}
#sec_5 table th::after {
    font-family:"Font Awesome 5 Free";
    content:"\f111";
    font-weight: 900;
    color: #399;
    position: absolute;
    right: -10px;
    top: 0.3em;
}
#sec_5 table td {
    padding-left: 21px;
    padding-bottom : 5px;
}
#sec_5 table td.last {
        padding-bottom: 40px;
}

#footer {
    border-top: 1px solid #ccc;
}
#footer .container {
    columns: 2;
    padding: 30px 0;
}
#f_menu li {
    display: inline-block;
    margin-right: 20px;
}
#f_menu img {
    vertical-align: middle;
    width: 25px;
    margin-right: 5px;
}
#copy {
    color: #666;
    text-align: right;
}*/
/* フッタ */
#footer {
    border-top: 1px solid #ccc;
    min-height:100px;
}
#footer .container {
    columns: 2;
    padding: 13px 0;
}
#f_menu li {
    display: inline-block;
    margin-right: 20px;
    padding:5px 0;
}
#f_menu li.link2 {
    border-left:1px solid #ccc;
    padding-left: 20px;
}
#f_menu img {
    vertical-align: middle;
    width: 25px;
    margin-right: 5px;
}
#copy {
    color: #666;
    text-align: right;
    padding:5px 0;
}
#footer .container {
    columns: 1;
    padding: 20px;
}
#copy{
    /*text-align: left;*/
    margin:20px 0;
}
#f_menu li {
    display: list-item;
    margin-right: 0;
    list-style-type: none;
    padding : 2px;
}
#f_menu li.link2 {
    border-left:0px;
    border-left:none;
    padding-left: 30px;
}
#footer .container {
    padding: 10px 20px;
}
/* フッタend */
@media only screen and (max-width: 1380px){
    #header_content, #footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

}
@media only screen and (max-width: 960px){
    h1 {
        font-size: 120%;
    }
    #menu_b {
        font-size: 100%;
        margin-top: -5px;
    }
    #menu_b i {
	    padding: 8px;
	}
    #main #sec_2 > div div,  #main #sec_2 > div ul{
        padding-left: 0;
    }
    #sec_2 > div img {
        display: none;
    }
}
@media only screen and (max-width: 680px){
    #sec_5 table td{
        border: 1px solid #ccc;
    }
    #sec_5 table td.ph1 {
        background-color: #eee;
    }
    #sec_5 table td.ph2 {
        background-color: #def;
    }
    #sec_5 table td.ph3 {
        background-color: #cdf;
    }

}
@media only screen and (max-width: 480px){
	#g_menu li {
	    padding-top: 10px;
	}
}
