@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: 10px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #777;
}
/*--------------------
メインコンテンツ
--------------------*/
#company #companyHeader {
    margin-bottom: 30px;
	max-height: 550px;
	overflow: hidden;
}
#company #companyHeader figure {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 28%;
    margin: 0;
}
#company #companyHeader img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-out;
}
#company > .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#company > .container:last-of-type {
    padding-bottom: 50px;
}
#company .column01 {
    width: 72%;
    max-width: 900px;
    margin-bottom: 40px;
}
#company .column01 > section {
    margin-bottom: 40px;
}
#company .column02 {
	width: 27%;
	min-width: 300px;
	margin-left: 25px;
	position: sticky;
	top: 15px;
}
#company .column02 > section {
	margin-bottom: 25px;
}

/*------ ボタン ------*/

#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;
    border: 1px solid #ccc;
    font-size: 14px;
}
#company table th,
#company table tr {
    border-bottom: 1px solid #ccc;
}
#company table th,
#company table td {
    padding: 1em 0.5em;
    min-width: 8em;
    box-sizing: border-box;
    font-weight: normal;
    text-align: left;
}
#company table th {
	width: 25%;
}

#company table th.center {
  border-right: 1px solid #eee;
  border-top: 1px solid #bbb;
}



#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: 10em;
}
#infomation .entryTtl {
    width: 75%;
    font-size: 15px;
}



/*--------------------
サイド
--------------------*/

.column02 h3.ttl {
    color: #88B3FF;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.column02 h3.ttl:before,
.column02 h3.ttl:after {
    content: "";
    width: 25%;
    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 a {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: block;
    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;
}
#progNav a: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);
}
#progNav a.prev:before {
    right: 0;
	left: auto;
}
#progNav a:hover:before,
#progNav a:active:before {
    width: 100%;
}
#progNav a span {
    position: relative;
    display: block;
    padding: 12px;
}
#progNav a:hover {
    color: #fff;
	opacity: 1;
}
#progNav ul {
	width: 100% !important;
}
#progNav li {
    margin-bottom: 10px;
}
#progNav li:last-of-type {
    margin-bottom: 0;
}

/* ここから追記 */
.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,
.column01 section .article table th
{
	background: #eee;
}

.sp-hidden {
	display: block;
}

tr.center {
	border-top: 1px solid #bbb;
}
