@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font-family: 'Noto Sans Japanese', sans-seri !Important;;
	font-weight: 300;
	color: #494b54;
}

#arrow {
    position: fixed;
    bottom: 30px;
    right: 0px;
    z-index: 20;
    margin-right: 0px;
}

#arrow a {
    margin-top:-60px!Important;
    padding-top:60px;
}

@media only screen and (max-width: 640px){

#arrow {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 10;
    margin-right: 0px;
}
}

/* グローバルナビ（PC） */

.hear_icon1 {
	background-image: url("../img/icon-header01.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	
	
}

.hear_icon1:hover {
	background-image: url("../img/icon-header01-ov.png");
	background-repeat: no-repeat;
	background-position: left center;
	
}

.hear_icon2 {
	background-image: url("../img/icon-header02.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	
	
}

.hear_icon2:hover {
	background-image: url("../img/icon-header02-ov.png");
	background-repeat: no-repeat;
	background-position: left center;
	
}

.m-motion.-f>li>a+ul:before, .m-motion.-f>li .c-unlink+ul:before {
    content: none;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #999;
}

.m-motion.-f>li>ul li:first-child {
    padding-top: 5px;
}

.m-motion.-f>li>ul {
    width: 150px;
    position: absolute;
    left: 0%;
    margin-left: 0px;
    padding: 0;
    height: 0;
}

/* フッタ（PC） */

.fotterheadline {
	margin: 0 0 30px 0;
}

.fotterheadline a {
	color: #ffffff;
	font-weight: normal; 
}

.footer-img-left {
	text-align: left;
	width: 25%;
	font-size:12px;
	vertical-align: top !Important;
	padding-right: 5px;
	padding-bottom: 20px;
}

.footer-img {
	width: 100%;
	line-height: 1.3;
	margin: 0px 0px 10px 0px !Important;
	table-layout:fixed;
}

.footer-img-right {
	text-align:
	left; width: 25%;
	font-size: 12px;
	vertical-align: top !Important;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.footer-img-left img,
.footer-img-right img{
	margin: 0px 0px 10px 0px !Important;
}

/* サブメニュー */

.c-menu ul {
    margin-left: 0px;
}

.c-menu ul li a {
    margin-left: 25px;
}


/* ----テンプレート---- */

.d-bold {
    font-weight: 600;
}

.b-accordion .b-accordion_navigation {
	background-size:16px;
	
}

.cssskin-TEMP_about01 .c-title {
    text-indent: -1.3em;
}

/* table */

	table.haken {
		border-collapse:collapse;
		width: 100%;
		border-image: initial;
		margin-left: auto;
		margin-right: auto;
		border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		border-top: 1px solid #e9e9ea;	
	}
	
	table.haken td.title {
		 text-align: center;
		 height: 0px;
		 background-color: #494b54;
		 border-image: initial;
		 width: 0px;
		 padding: 15px 3px;
		 border-left: 1px solid #e9e9ea;
		 border-right: 1px solid #e9e9ea;
		 color: #ffffff;
	}
	
	table.haken td.white {
		background-color: #ffffff;
		border-image: initial;
		height: 0px;
		text-align: left;
		width: 0px; padding: 15px;
		border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		
	}
	table.haken td.white-right {
		background-color: #ffffff;
		border-image: initial;
		height: 0px; width: 0px;
		padding: 15px; text-align:
		right; border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		color: #494b54;
		
	}
	
	table.haken td.grey {
		background-color: #f4f4f5;
		border-image: initial;
		height: 0px; width: 0px;
		padding: 15px;
		text-align: left;
		border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		
	}
	table.haken td.grey-right {
		background-color: #f4f4f5;
		border-image: initial;
		height: 0px; width: 0px;
		padding: 15px; text-align: right;
		border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		
	}
	
	table.haken td.icon {
		text-align: center;
	}

/* spanタグ */

.redbox {
	background-color: #a9404b;
	color: #ffffff;
	padding: 4px 10px;
	margin: 0 10px 0 0;
}

.orengebox {
	background-color: #e77c22;
	color: #ffffff;
	padding: 4px 10px;
	margin: 0 10px 0 0;
}

.bluebox {
	background-color: #638dc3;
	color: #ffffff;
	padding: 4px 10px;
	margin: 0 10px 0 0;
}

.linebox {
	background-color: #ffffff;
	color: #494b54;
	padding: 4px 10px;
	font-size: 12px;
	border: 1px solid #e9e9ea;
	font-weight: 300;
}

.new {
	background-color: #ca908c;
	color: #ffffff;
	padding: 2px 10px;
	margin:0 0 0 30px;
}

/* タブレット調整 */
@media only screen and (max-width: 768px){
.c-menu.-menu_a.-v li a, .c-menu.-menu_a.-v li .c-unlink {
    border-top: none;
}

}

@media only screen and (max-width: 860px){

/* お知らせ一覧 */	
.cssskin-TEMP_news01 .column:first-child {
    width: 35% !Important;
}

.cssskin-TEMP_news01 .column:first-child + * {
    width: 65% !Important;
}

.cssskin-TEMP_news02 .column:first-child {
    width: 35% !Important;
}

.cssskin-TEMP_news02 .column:first-child + * {
    width: 65% !Important;
}

}


/* スマホ調整 */
@media only screen and (max-width: 640px){
	
/* トップ */
#icon-list01 .-col4,
#icon-list02 .-col4 {
    width: 20%;
    margin: 0 0 30px 0;
}

#icon-list01 .-col8,
#icon-list02 .-col8 {
    width: 80%;
    margin: 0 0 30px 0;
}


/* お知らせ一覧 */
.cssskin-TEMP_news01 .column:first-child {
    width: 100% !Important;
}

.cssskin-TEMP_news01 .column:first-child + * {
    width: 100% !Important;
}

.cssskin-TEMP_news02 .column:first-child {
    width: 100% !Important;
}

.cssskin-TEMP_news02 .column:first-child + * {
    width: 100% !Important;
}

.new {
	font-size: 12px;
	margin:0 0 0 10px;
}


}
























































































































