@charset "UTF-8";

#breadcrumb {
    margin-bottom: 0;
}

section h1.ttl {
    background: #fff;
    background: linear-gradient(-45deg,
    #ecf3ff 25%,
    #fff 25%, #fff 50%,
    #ecf3ff 50%, #ecf3ff 75%,
    #fff 75%, #fff);
    background-size: 15px 15px;
    background-attachment: fixed;
    padding: 8px 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #777;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10;
}
/*--------------------
メインコンテンツ
--------------------*/
#company #companyHeader {
    margin-bottom: 20px;
}
#company #companyHeader img {
    width: 100%;
}
#company > .container {
}
#company > .container:last-of-type {
    padding-bottom: 50px;
}
#company .column01 {
    margin-bottom: 40px;
}
#company .column02 {
	width: 96%;
	margin: 0 auto 30px auto;
}
#company .column02 > section {
	margin-bottom: 35px;
}

/*--------------------
メインコンテンツ：記事レイアウト
--------------------*/

article {
    position: relative;
    padding-bottom: 40px;
    width: 96%;
    margin: 0 auto;
}
article .entryHeader{
    margin-bottom: 30px;
    padding: 15px 10px;
    position: relative;
}
article:after,
article .entryHeader:after {
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: linear-gradient(to left, #88B3FF 25%,transparent 25%) repeat-x;
    background-size: 10px 100%;
    position: absolute;
}
article .entryHeader:before {
    top: 0;
}
article:after,
article .entryHeader:after {
    bottom: 0;
}
article .entryHeader h1.entryTtl {
	font-size: 21px;
	color: #666666;
	font-weight: bold;
}
article .entryHeader .entryMeta {
	font-size: 13px;
	color: #888;
}
article .entryHeader .entryMeta > div {
    margin-top: 5px;
}
article .entryHeader .entryMeta > div > svg {
	margin-right: .3em;
}

/*------ ボタン ------*/

#company .btn {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: table;
    box-sizing: border-box;
    color: #88B3FF;
    border: solid 2px #88B3FF;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    text-shadow: none;
}
#company .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: #88B3FF;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#company .btn.prev:before {
    right: 0;
	left: auto;
}
#company .btn:hover:before,
#company .btn:active:before {
    width: 100%;
}
#company .btn span {
    position: relative;
    display: block;
    padding: 12px;
}
#company .btn:hover {
    color: #fff;
}

/*------ 表組 ------*/

#company table {
    width: 100%;
    margin: 2em 0;
}
#company table th,
#company table td {
    padding: 0.8em 0.5em;
    box-sizing: border-box;
    font-weight: normal;
    display: block;
    width: 100%;
}
#company table th {
	background: #f5f5f5;
}
#company table th {
    border-bottom: 1px solid #eee;
}


#infomation li{
	border-bottom: 1px solid #eee;
}
#infomation li span {
    padding: 1em 0.5em;
    box-sizing:border-box;
}
#infomation a {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
}
#infomation .date {
    width: 10%;
    min-width: 6.5em;
}
#infomation .entryTtl {
    width: 75%;
    font-size: 15px;
}

/*--------------------
サイド
--------------------*/

.column02 h3.ttl {
    color: #88B3FF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.column02 h3.ttl:before,
.column02 h3.ttl:after {
    content: "";
    width: 20%;
    height: 2px;
    display: block;
    background: linear-gradient(to left, #88B3FF 25%,transparent 25%) repeat-x;
    background-size: 10px 100%;
}
.column02 a {
	transition: .3s;
}
.column02 a:hover {
	opacity: .8;
}

/*------ ナビ ------*/

#progNav {
    background: #fff;
    margin-bottom: 15px;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
}
#progNav ul {
    /* display: flex; */
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
#progNav li {
    width: 100%;
    margin-right: 1vw;
    margin-bottom: 5px;
}
#progNav li:last-child {
	margin-right: 0;
}
#progNav li span {
	text-align: center;
	padding: 2vh 1vw;
	min-height: 50px;
	background: #fbfcff;
	border: 2px solid #88b3ff;
	/* border-bottom: none; */
	/* border-radius: 5px 5px 0 0; */
	transform: translateY(2px);
	color: #88b3ff;
	font-size: 3.4vw;
	font-weight: bold;
	line-height: 1.3;
	transition: .3s;
	position: relative;
	opacity: .8;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 320px){
#progNav li span {
	font-size: 3.8vw;
}
}
#progNav li.current span {
    transform: translateY(0);
    background: #FFF !important;
    opacity: 1;
    z-index: 1;
}
#progNav li:last-child span {
	margin-right: 0;
}
#progNav .current:before {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 1px;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 background: #88b3ff;
	 z-index: 1;
}

#progNav01.progNav li span {
	color: #f9bb7c;
	background: #fffcf8;
	border-color: #f9bb7c;
}
#progNav01.progNav li:before{
    background: #f9bb7c;
}

/* ここから追記 */
.column01 section .mainImage{
	width: 96%;
	padding: 2%;
}
.column01 section .mainImage img{
	width: 100%;
}
.column01 section h2.head {
	font-size: 18px;
	color: #777;
	font-weight: bold;
	border-left: solid 5px #88B3FF;
	border-bottom: solid 1px #88B3FF;
	padding-left: 10px;
	margin-bottom: 5px;
	clear: both;
}
.column01 section .article {
	padding: 2%;
}
.column01 section .article.right p{
	text-align: right;
}

.column01 section .article .red{
	color: #f00;
}
.column01 section .article p.strong{
	font-size: 18px;
}
.column01 section .article .bold{
	font-weight: bold;
}
.column01 section .article .line,
.column01 section .article .bcinfo a
{
	text-decoration: underline;
}
.column01 section .article .bcinfo{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.column01 section .article .blue{
	color: #88B3FF;
}
.column01 section h3.subttl{
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}
.column01 section .article table tr.gray{
	background: #eee;
}

.sp-hidden {
	display: none;
}
