/* CSS Document */

/* ##################################################################### */
/*        　 「業務内容」　　　　　                                      */
/* ##################################################################### */
/* ===================================================================== */
/*   基本設定　  　　　　　　　　　　　　　　　　　　　　                */
/* ===================================================================== */
#mainImage,
#mainWide {
	display: none;
}

/* --------------------------------------------------------------------- */
/*   グローバルナビゲーション                                            */
/* --------------------------------------------------------------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

#glovalNaviArea li a.list02 {
	background-position: -162px -60px!important;
}

/* --------------------------------------------------------------------- */
/*   facility_index                                      */
/* --------------------------------------------------------------------- */

#facility_wrap {
	clear:both;
}

#facility_wrap h3 {
	background-image:none !important;
	background-color: #eee;
	color:#000 !important;
	padding: 5px 0px 5px 8px !important;
	font-size: 16px !important;
	margin-bottom: 10px;
	text-indent: 0 !important;
}

#facility_wrap .link_icon:before {
	content: "\f138";
	font-family: FontAwesome;
	color:#06c;
	margin-right:3px;
}

#facility_wrap .link_icon a {
	color:#06c;
	text-decoration:none;
}

#facility_wrap .link_icon a:hover {
	color:#06c;
	text-decoration:underline;
}




/* --------------------------------------------------------------------- */
/*   checklist　                                            */
/* --------------------------------------------------------------------- */




p.link_blank {
	margin-bottom:10px !important;
}

.link_blank:before {
	content: "\f08e";
	font-family: FontAwesome;
	color:#06c;
	margin-right:3px;
}

.link_blank a {
	color:#06C !important;
	text-decoration:none;
}

.link_blank a:hover {
	color:#06C !important;
	text-decoration:underline;
}

.checklist_ul {
	margin-bottom:30px !important;
	clear: both;
}

.checklist_ul li {
	list-style: none;
	font-size:14px !important ;
	text-indent:-1em !important;
	padding-left:1em !important;
	margin-bottom:10px !important;
}

.checklist_ul li:last-child {
	margin-bottom:0 !important;
}

.checklist_ul li:before {
	content: "\f044";
	font-family: FontAwesome;
	color:#ee9219;
	margin-right:3px;
}

h2.blue_bg {
	background-image:none !important;
	float:none !important;
	text-indent:0 !important;
	font-weight:600;
	color:#fff !important;
	background-color:#178fff !important;
	padding: 3px 0 3px 8px !important;
	width:100% !important;
	height:auto !important;
	line-height:1.7 !important;
}


/* --------------------------------------------------------------------- */
/*   checklist02　　　　　                                            */
/* --------------------------------------------------------------------- */



.checklist_wrap {
	width:100%;
	margin:0 auto;
	padding:0;
}

.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}

.checklist_wrap h2 {
	background-image:none !important;
	float:none !important;
	text-indent:0 !important;
	font-weight:600;
	color:#fff !important;
	background-color:#178fff !important;
	padding: 3px 0 !important;
	width:100% !important;
	height:auto !important;
	line-height:1.7 !important;
}

.checklist_wrap h2:before {
	content: "\f14a";
	font-family: FontAwesome;
	color:#fff;
	margin-right:3px;
	margin-left:8px;
}

.checklist_wrap dd {
	font-size:0;
}

.checklist_wrap dd ul {
	display: inline-block;
	vertical-align: top;
	width:330px;
	font-size:13px !important;
	margin-right:10px;
}

.checklist_wrap dd p {
	font-size:13px !important;
}
.checklist_wrap dd p i {
	margin-right:3px;
}


.checklist_wrap dd p a,
.checklist_wrap dd p i {
	color:#06C !important;
	text-decoration:none;
}

.checklist_wrap dd p a:hover {
	color:#06C !important;
	text-decoration:underline;
}

.checklist_wrap dd li {
	list-style:none !important;
	font-size:13px !important;
	font-weight:400;
	line-height:1.7 !important;
	vertical-align: top;
	margin-bottom:15px !important;
	text-indent:-2em !important;
	padding-left:2em !important;
	width:270px;
}

.checklist_wrap dd li:last-child {
	margin-bottom:10px !important;
}

.checklist_wrap dt {
	background-color:#eee;
	padding:3px 0 3px 8px;
	color:#000 !important;
	font-size:16px !important;
	margin-bottom:10px;
}

.checklist_wrap dd {
	margin:10px 0 20px 0;
}



.checklist_wrap dd li input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

.checklist_wrap dd li input[type=checkbox] + label {
    position: relative;
    /*display: inline-block;*/
    margin-right: 12px;
    cursor: pointer;
}

@media (min-width: 1px) {

    .checklist_wrap dd li input[type=checkbox] {
        display: none;
        margin: 0;
    }

    .checklist_wrap dd li input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }

    .checklist_wrap dd li input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background-color: white;
    }

    .checklist_wrap dd li input[type=checkbox] + label::before {
        border: 2px solid #c2ced2;
    }

    .checklist_wrap dd li input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .checklist_wrap dd li input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #12b4eb;
        border-bottom: 3px solid #12b4eb;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


.link_li li {
	list-style: none !important;
	font-size:87%;
}

.link_li li:before {
	content: "\f138";
	font-family: FontAwesome;
	color:#06c;
	margin-right:3px;
}

.link_li li a {
	color:#06c;
	text-decoration:none;
}

.link_li li a:hover {
	color:#06c;
	text-decoration:underline;
}
