@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*初期設定
------------------------------------------------------------------------*/
body,html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	width: 100%;
	min-width: 1200px;
	font-size: 13px;
	color: #000;
	line-height: 1.5;
	letter-spacing: 0.12em;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: "Helvetica Neue","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
body#home {
	background: url(../images/bg.webp) no-repeat center top;
}
dl, dt, dd ,ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	letter-spacing: 0.14em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	vertical-align: middle;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	opacity: 1;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
a:hover img {
	opacity: 0.5;
}

/*Frame
------------------------------------------------------------------------*/
#Wrp {
	min-width: 1280px;
	margin: 0 auto;
}
#archives #Wrp {
	padding-top: 716px;
	background: #4d346b;
}
#contents {
	width: 1280px;
	margin: 0 auto;
	padding-top: 80px;
}
#archives #contents {
	background: #FFF;
	width: 100%;
}
#main {
	width: 980px;
	margin:0 auto;
}
#home #main {
	padding-top: 96%;
}
#archives #main {
	padding-top: 160px;
	position: relative;
	z-index: 10;
}

/*common
------------------------------------------------------------------------*/

.rtxt {
	text-align: right;
}
.ctxt {
	text-align: center;
}


/*Hedaer
------------------------------------------------------------------------*/
#header {
	width: 100%;
	min-width: 1200px;
	height: 66px;
	padding-top: 5px;
	font-size: 1.38em;
	font-weight: 400;
	line-height: 1;
	background-color: #f4f2f1;
	box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.2);
	box-sizing: border-box;
	position: fixed;
	top: 0;
	margin: 0 auto;
	z-index: 12;
	transition: all 0.3s ease-in-out;
}
#header.fix {
	height: 50px;
	padding-top: 2px;
	box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.1);
}
#header .outer {
	margin: 0 auto;
}
#header .inner {
	width: 1200px;
	max-width: 1200px;
	height: 50px;
	margin: 0 auto;
	display: table;
	transition: all 0.2s ease-in-out;
}
#header.fix .inner {
	height: 45px;
}
#header nav,
#header h1 {
	display: table-cell;
	vertical-align: middle;
	padding-top: 6px;
	transition: all 0.3s ease-in-out;
}
#header.fix nav,
#header.fix h1 {
	padding-top: 0;
}
#header h1 img {
	height: 40px;
	transition: all 0.5s ease-in-out;
}
#header.fix  h1 img {
	height: 35px;
}
#header nav {
	width: 940px;
	padding-left: 120px;
}
#header nav ul {
	width: 100%;
	display: table;
}
#header nav ul li {
	display: table-cell;
	vertical-align: middle;
	border-left: 5px solid #c40018;
	text-align: center;
	width: 120px;
	box-sizing: border-box;
}
#header nav ul li:last-child {
	line-height: 34px;
	width: 200px;
	text-align: right;
}
#header nav ul li:last-child a {
	padding-left: 50px;
	padding-bottom: 15px;
	padding-top: 2px;
	background: url(../images/icon_contact.svg) no-repeat 0 0;
	background-size: auto 30px;
}
#header nav ul li a:hover {
	text-decoration: none;
	color: #c40018;
}

#footer {
	min-width: 1200px;
	border-bottom: 14px solid #000;
	margin: 70px auto 0;
}
#footer > div {
	width: 1280px;
	margin: 0 auto;
	text-align: center;
}
#footer div.inner {
	margin: 0 auto;
}
#footer div h3 {
	margin: 0 0 20px;
}
#footer p {
	font-size: 0.85em;
	letter-spacing: 0.01em;
}
#footer ul.sns {
	text-align: center;
}
#footer ul.sns li {
	width: 340px;
	display: inline-block;
	margin: 0 10px 60px;
}
#footer ul.sns li a {
	display: block;
}
#footer ul.sns li a img {
	width: 100%;
	height: auto;
}

#footer ul.table-bx {
	width: 90%;
	height: 30px;
	margin: 0 auto;
}
#footer ul.table-bx li {
	height: 30px;
	padding: 0 16px;
	border-left: 4px solid #d53932 ;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 1.38em;
}
#footer ul.table-bx li:last-child {
	border-right: 4px solid #d53932 ;
}
#footer ul.table-bx li span {
	height: 30px;
	display: inline-block;
}
#footer ul.table-bx li:nth-child(2) span {
	background: url(../images/footer-icon01.png) no-repeat 0 1px;
	padding-left: 24px;
}
#footer ul.table-bx li:nth-child(3) span {
	background: url(../images/footer-icon02.png) no-repeat 0 2px;
	padding-left: 28px;
}
#footer ul.table-bx li:nth-child(4) span {
	background: url(../images/footer-icon03.png) no-repeat 0 0;
	padding-left: 26px;
}


/*comon
------------------------------------------------------------------------*/
.headerElements {
	padding-left: 200px;
	padding-bottom: 48px;
	margin-top: 140px;
}
.headerElements h2 {
	padding-top: 30px;
}
.headerElements p {
	line-height: 2.38em;
}
.table-bx {
	width: 100%;
	display: table;
}
.table-bx li {
	display: table-cell ;
}
h2.title {
	height: 30px;
}
h2.title img {
	width: auto;
	height: 100%;
}
.ct {
	text-align: center;
}

/*main
------------------------------------------------------------------------*/
#contHd {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#contHd .inner {
	width: 1200px;
	position: absolute;
	top: 150px;
	left: 0;
}
#contHd .inner img {
	width: 280px;
}
#contHd p {
	padding-left: 34px;
	padding-top: 20px;
}

/*cont01
--------------------------------*/
.cont01 {
	display: table;
}
.cont01 h2 {
	width: 243px;
	position: relative;
	padding-right: 40px;
}
.cont01 h2 img {
	width: 100%;
}
.cont01 div,
.cont01 h2 {
	display: table-cell;
	vertical-align: middle;
}
.cont01 p {
	font-size: 1.15em;
	line-height: 3;
	letter-spacing: 0.11em;
}


/*cont02
--------------------------------*/
.cont02 h2 {
	margin-top: 120px;
	margin-bottom: 48px;
}
.cont02 .table-bx li {
	padding-left: 18px;
}
.cont02 .table-bx li:first-child {
	padding-left: 0;
}
.cont02 p {
	display: block;
	font-size: 0.85em;
	letter-spacing: 0;
	text-align: right;
}

/*cont03
--------------------------------*/
.cont03 .headerElements {
	background: url(../images/cont03_title-icon.png) no-repeat 0 0;
}
.cont03 .table-bx li {
	padding-left: 30px;
}
.cont03 .table-bx li:first-child {
	padding-left: 0;
}
.cont03 .table-bx li p {
	font-size: 0.92em;
	line-height: 1.8;
	letter-spacing: 0.11em;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	background: url(../images/cont03-bg.png) no-repeat 0 0;
}

/*cont04
--------------------------------*/
.cont04 .headerElements {
	background: url(../images/cont04_title-icon.png) no-repeat 0 0;
}

/*cont05
--------------------------------*/
.cont05 .headerElements {
	background: url(../images/cont05_title-icon.png) no-repeat 0 0;
}


.infoElements {
	margin-top: 112px;
	padding-top: 40px;
	border-top: 8px solid #000;
}
.infoElements h2 img {
	height: 86.868px;
	width: auto;
}
.infoElements div {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 34px;
}
.infoElements article {
	width: 440px;
}
.infoElements article h3 img{
	height: 40px;
	width: auto;
}
.infoElements article p {
	word-wrap: break-word;
}
.infoElements article a {
	display: block;
}
.infoElements article a.links img {
	height: 80px;
	width: auto;
}
.infoElements article:last-of-type {
	padding-top: 40px;
}


/*ARCHIVESページ0726*/
#archivesHeader {
	position: relative;
	text-align: center;
	margin-top: -660px;
}
#archivesHeader img {
	position: relative;
	z-index: 2;
}
#archivesHeader img:not.bg{
	width: 90%;
}
#archivesHeader img.bg{
	position: absolute;
	top: -66px;
	left: 50%;
	margin-left: -990px;
	z-index: 1;
}

#acv_section01 {
	font-size: 16px;
	line-height: 2.5em;
}
#acv_section01 a,
#acv_section01 h1 {
	line-height: 1.8em;
	font-size: 22px;
}
#acv_section01 a {
	display: inline-block;
	margin-top: 0.8em;
}
#acv_section01 h1 span {
	font-size: 16px;
	display: block;
	font-weight: normal;
	letter-spacing: 0.08em;
}
#acv_section02 h2 {
	position: relative;
	font-size: 24px;
	padding-bottom: 60px;
	margin: 60px 0 20px;
}
#acv_section02 h2:after {
	display: block;
	width: 64px;
	height: 33px;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -32px;
	background: url(../images/down-arrow.png) no-repeat 50% 100%;
}
#acv_section02 .acv_infoimg {
	display: table;
	width: 100%;
}
#acv_section02 .acv_infoimg li {
	display: table-cell;
}
#acv_section02 .acvinfo {
	margin-top: 36px;
}
#acv_section02 .acvinfo:first-of-type {
	margin-top: 20px;
}
#acv_section02 .acvinfo h3{
	margin-bottom: 10px;
}
#acv_section02 .acvinfo li {
	margin-top: 5px;
}
#acv_section02 .btn {
	text-align: center;
}
#acv_section02 .btn a {
	display: block;
	width: 436.761px;
	margin: 90px auto 0;
}
#acv_section02 .btn a img {
	width: 100%;
	height: auto;
}