<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


/* 
------------------------------------------------------------------------------------------------------------------------
Set out
------------------------------------------------------------------------------------------------------------------------
*/

*:not(select):not(input), *:before, *:after {
    margin: 0;
    padding: 0;
	border: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html, body {
	width:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
body {
	font-size:18px;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: justify;
	line-height:1.8;
    background: #fff;
	color:#000;
  font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.clear {
	clear:both;
}


li {
	list-style-type:none;
}
img {
	max-width:100%;
	height: auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	transition:.3s;
}
a {
	text-decoration:none;
	color:#505050;
	transition:.3s;
}
a:hover {
	opacity:0.8;
	text-decoration:border;
	transition:.3s;
}
a:hover img.noTrans{
	opacity:1.0!important;
}
a:hover img{
	opacity:0.8;
	transition:.3s;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	letter-spacing:normal;
}

h1 {
	font-size:42px;
	letter-spacing: 0.1px;
	text-align: center;
}

.align {
	text-align:center!important;
}
.align_left {
	text-align:left!important;
}
.align_right {
	text-align:right!important;
}

.bold {
	font-weight:bold;
}
.font_s {
	font-size:12px;
}

.mb0 {margin-bottom:0px!important;}

.mb10 {margin-bottom:10px!important;}

.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb50 {margin-bottom:50px!important;}
.mb80 {margin-bottom:80px!important;}
.mb100 {margin-bottom:100px!important;}
.mb200 {margin-bottom:200px!important;}
.pb30 {padding-bottom:30px!important;}
.pt30 {padding-top:30px!important;}
.pt50 {padding-top:50px!important;}

.in {display:none;}

.fs12 {font-size:12px!important;}
.fs20 {font-size:20px!important;}
.lineheight3 {line-height: 3.0!important;}

.w50 {width:50%!important;}
.w60 {width:60%!important;}
.w70 {width:70%!important;}
.w80 {width:80%!important;}
.w90 {width:90%!important;}

.doubleBox{
	width:100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.doubleBox li {
	width:50%;
}

.column3{
	width:100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column3 li {
	width:32%;
}

.goback {
	text-align: center;
	margin-bottom:80px;
	position: relative;
	line-height: 1.0;
}
.goback::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	right:0;
	content: '';
	width: 200px;
	height: 2px;
	background: #707070;
	margin: auto;
}

@media screen and (max-width:768px){
	.in {display:block;}
	.out {display:none;}

	h1 {
		font-size:28px;
	}

}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
			pointer-events: none;
	}
}




/* 
------------------------------------------------------------------------------------------------------------------------
Layout 
------------------------------------------------------------------------------------------------------------------------
*/

.wrap {
	width:90%;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:content-box;
}

.wraps {
	width:90%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:content-box;
}
.wrapss {
	width:90%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:content-box;
}

article {
	padding:0;
	margin-bottom: 100px;
}
body.top article {
	margin-top:-120px;
	margin-bottom: 0px;
}
.content {
	margin-top:150px;
}
body.top .content {
	margin-top:0px;
}

.pnkz {
	background:rgba(0,0,0,0.7);
	padding:10px 0 0;
	width:100%;
	margin:-1px 0 0 0;
}
.pnkz li {
	display:inline-block;
	margin:0 6px 10px 0;
	font-size:13px;
}
.pnkz li a:hover{
	text-decoration:underline;
}
.pnkz li:after {
	content:"&gt;";
	margin-left:10px;
}
.pnkz li:last-child:after {
	display:none;
}

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
 outline: none;
 margin: 30px auto 0 auto!important;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
    position: relative;
    z-index: 2;
    border: 1px solid #ed6c00;
    color: #fff;
    min-height: 40px;
    padding: 5px 20px;
    line-height: 40px;
    overflow: hidden;
}
.button:hover {
  color: #fff;
}
.button::after {
  top: 0;
  left:-100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  left:0;
  background-color: #ed6c00;
}
.triangle{
	width:60px;
	height:60px;
  border-top: 30px solid #183073;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  margin:30px;
}


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

	.content {
		margin-top:75px;
	}

}

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

	body.top article {
		margin-top:-80px;
	}
	.content {
		margin-top:0px;
	}

}

/* 
------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------
*/
#full {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 1.0;
}

header{
	position: relative;
	width:100%;
	height:120px;
  background: rgba(255,255,255,0.0);
	margin: 0;
	transition: 0.3s ;
	z-index: 1000;
}
header.scroll{
  background: rgba(255,255,255,1.0);
}
body.top header{
	height:120px;
}

header .headInner {
	width:95%;
	max-width: 1400px;
	position: relative;
	padding-top:30px;
	padding-bottom:15px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

header .headInner div.headDomain{
	align-items: center;
	transition: 0.5s;
}
header .headInner div.headDomain a img{
	width:372px;
}
body.top header .headInner div.headDomain a img{
	width:372px;
}
header .headInner div.headDomain p{
	font-weight: bold;
	color: #004EA2;
	margin-left: 50px;
}
header .headNavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
header .headNavi li{
	color:#fff;
	text-align: center;
	line-height: 1.1;
	width:150px;
}
header .headNavi li:first-child {
	margin-right:15px;
}
header .headNavi li a {
	color:#000;
  position: relative;
  display: block;
  text-decoration: none;
	background: #fff;
	border:1px solid #000;
	border-radius: 30px;
	padding:10px;
	font-size:14px;
	transition: 0.5s;
	overflow: hidden;
}
header .headNavi li a:hover {
	background: rgba(0,0,0,0.1);
	opacity: 1.0;
}
header .headNavi li a span {
  position: relative;
  z-index: 3;
}
header .headNavi li a.select {
	color:#004EA2;
	background: #fff;
	border:1px solid #004EA2;
}

header.scroll .headNavi li.brandMenu:hover ul.headBrandNavi li a{
	color:#fff;
	display: block;
}



#toggle {
	display: none;
}
.spNavi {
	display: none;
}


@media screen and (max-width:1024px){
	body.top header .headInner div.headDomain a img{
		width:310px;
	}
}

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


	body.top header {
		height:80px;
  	background: rgba(255,255,255,0.0);
	}
	header .headInner{
		padding-top:20px;
	}
	header .headInner div.headDomain{
		margin-left:20px;
	}
	header .headInner div.headDomain a img{
		width:195px;
	}
	body.top header .headInner div.headDomain a img{
		width:195px;
	}
	header .headInner div.headDomain p{
		margin-left: 10px;
		font-size:10px;
	}
	header .headNavi {
		display: none;
	}



	/* ハンバーガーメニュー */
	#toggle {
		display:block;
		position:absolute;
		top:20px;
		right:20px;
		width:50px;
		height:50px;
		z-index:10001;
	}


	.menu-trigger,
	.menu-trigger span {
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		margin-top:4px;
		margin-left:5px;
		width: 50px;
		height: 16px;
	}
	.menu-trigger span {
		position: absolute;
		right: 0;
		width: 100%;
		height: 1px;
		background-color: #000;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
		width: 75%;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 20px;
		width: 50%;
	}
	.menu-trigger p {
		position: absolute;
		font-size:13.5px;
		top: 27px;
	}
	.menu-trigger span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background-color: #000;
		transition: all .4s;
	}
	.menu-trigger.active {
		margin-top:10px;
		width: 50px;
		height: 50px;
	}
	.menu-trigger.active span {
		width: 100%;
		height: 1px;
		top:14px;
		left:-0px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(20px) scale(0);
	}
	.menu-trigger.active span:nth-of-type(2) {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}
	.menu-trigger.active span:nth-of-type(2)::after {
		-webkit-transform: rotate(50deg);
		transform: rotate(50deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-20px) scale(0);
	}

	.spNavi {
		position: fixed;
		z-index: 999;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		background-color: #fff;
	}
	p.spNaviLogo {
		margin-top:100px;
		margin-left:5%;
	}
	p.spNaviLogo img{
		width:75%;
	}
	.spNaviInner {
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		height:calc(100vh - 65px);
	}
	.spNaviMail {
		margin-top:50px;
		margin-left:5%;
		font-size:20px;
	}
	.spNaviMail img {
		width:165px;
	}
	.spNaviMail a {
		color:#000;
	}

	.spNavi ul{
		width:90%;
		margin-top:80px;
		margin-left:5%;
	}

	.spNavi ul li{
		font-size:28px;
		margin-bottom:15px;
	}

	.spNavi ul li a{
		color:#000;
		display: block;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------------------------------
*/

div.footban {
	margin:0;
	padding: 80px 0;
	background-size:cover;
	background-repeat: no-repeat;
	text-align: center;
	color: #000;
}
div.footbanInner {
	width:90%;
	margin: auto;
}
div.footban p.title {
	font-size:32px;
	margin-bottom:45px;
}
div.footban p.read {
	font-size:16px;
	width:100%;
	max-width:490px;
	margin:0 auto 45px auto;
}
div.footban a {
	width:100px;
	height:100px;
	position: relative;
	font-size:15px;
	color: #000;
	padding: 10px;
	border:1px solid #000;
	border-radius: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto;
}
div.footban a::after {
	position: absolute;
	width:25px;
	height:13px;
	content: "";
  background-image: url("../images/record/more_arrow_b.png");
	background-size: cover;
	background-repeat: no-repeat;
	bottom:20px;
	transition: 0.3s;
}
div.footban a:hover::after {
	bottom:10px;
}

div.footban.ban_story {
	background-image: url("../images/record/footban_record.png");
}
div.footban.ban_record {
	background-image: url("../images/record/footban_story.png");
}

div.bottom {
	position:fixed;
    right:20px;
    bottom:40px;
    z-index: 9999;
}

p.toTop {
	padding:5px 0;
	text-align:right;
	margin:0;
}

p.toTop img {
	width:80px;
}

#top_back {
	cursor:pointer;
	transition:.3s;
}
#top_back:hover {
	opacity:0.8;
}

body.page footer {
	border-top:1px solid #BABABA;
}

div.footInner {
	width:90%;
	max-width:1400px;
	margin: auto;
	padding: 70px 0;
	text-align: center;
}
.footLogo {
	margin-bottom:50px;
}
.footLogo img {
	width:90%;
	max-width:310px;
}
.footMail {
	margin-bottom:50px;
	font-size:20px;
}
.footMail span {
	font-size:16px;
}
.footMail a {
	font-size:16px;
	color:#000;
}
.footPolicy {
	margin-bottom:50px;
	font-size:16px;
}
.copyright {
	font-size: 12px;
}

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

	div.footban.ban_story {
		background-image: url("../images/record/footban_record_sp.png");
	}
	div.footban.ban_record {
		background-image: url("../images/record/footban_story_sp.png");
	}

	p.toTop img {
		width:50px;
	}

	div.footInner {
		padding: 50px 0;
	}
	.copyright {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

}




/* 
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/

.topHead {
	margin-bottom:100px;
	position: relative;
}
.topHead img.in {
	display:none;
}
.topHead img.middle {
	display:none;
}
.topHead img {
	width:100%;
}
.topHead h1 {
	position: absolute;
	top:50%;
	left:0;
	right:0;
	transform: translateY(-50%);
	font-size:52px;
	font-weight: 600;
	line-height: 1.1;
	margin:-10px auto 0 auto;
	text-align: center;
	widht:100%;
}
.topHead h1 span {
	font-size:32px;
	font-weight: normal;
}

.top_block01 {
	margin-bottom: 150px;
	text-align: center;
}
.top_block01 h2 {
	font-size:42px;
	margin-bottom:50px;
}
.top_block01 p {
	margin-bottom:20px;
}
.top_block02 h2 {
	text-align: center;
	font-size:42px;
	margin-bottom:125px;
}
.top_block02 {
	margin-bottom: 0px;
}
.top_block02 dl.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:125px;
}
.top_block02 dl.flex dt  {
	width:46%;
}
.top_block02 dl.flex dt ul  {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom:20px;
	padding: 0;
}
.top_block02 dl.flex dt ul li:first-child  {
	width:84px;
}
.top_block02 dl.flex dt ul li:first-child img  {
	width:auto!important;
	height:115px;
}
.top_block02 dl.flex dt ul li:last-child  {
	width:calc(100% - 99px);
	font-size:24px;
}
.top_block02 dl.flex dt ul li:last-child span  {
	font-size:20px;
}
.top_block02 dl.flex dt p  {
	padding-left:5%;
}
.top_block02 dl.flex dd  {
	width:46%;
	margin: 0;
}
.top_block02 dl.flex.reverse {
	flex-direction: row-reverse;
}
.top_block02 dl.flex.last dt {
	width:100%;
}
.top_block02 dl.flex.last dt p  {
	padding-left:2.5%;
}

.top_block03 {
	padding: 70px 0;
	background-image: url("../images/top/bg_top_middle.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.top_block03Inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.top_block03Inner li {
	width:46%;
}
.top_block03Inner li:first-child h3 {
	font-size:43px;
	margin-bottom:20px;
}
.top_block03Inner li:first-child p.link {
	font-size:26px;
	margin-top:30px;
	padding-right:35px;
	cursor: pointer;
}
.top_block03Inner li:first-child p.link span {
	display: inline-block;
	margin-left:10px;
	margin-bottom:-4px;
	width:27px;
	height: 27px;
	background-image: url("../images/top/middle_arrow.png");
	background-repeat: no-repeat;
	background-size: 27px 27px;
}
.top_block03Inner li:last-child {
	background-image: url("../images/top/bg_top_middle_innerright.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.top_block03InnerRight {
	position: relative;
	opacity: 0.0;
}
.top_block03_innerRight {
	position: absolute;
	top:0;
	left:0;
	padding:50px 45px;
	opacity: 0.0;
}
.top_block03_innerRight h4 {
	font-size:24px;
	margin-bottom:50px;
	text-align: center;
}
.top_block03_sp {
	display: none;
}

.top_block04 {
	margin-top: 90px;
	margin-bottom:90px;
	text-align: center;
}
.top_block04 h2 {
	font-size:42px;
	margin-bottom:50px;
	line-height: 1;
}
.top_block04 p {
	margin-bottom:20px;
}
.top_block05 {
	background:#EBEBEB;
	padding:70px 0;
}
.top_block05 h2{
	text-align: center;
	font-size:42px;
	margin-top:0px;
	margin-bottom:50px;
	line-height: 1;
}
.top_block05 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 0 0%;
	padding: 0;
	width: 100%;
}
.top_block05 ul li {
	width:46%;
}
.top_block05 ul li p {
	line-height: 1;
}
.top_block05 ul li dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 2;
	margin: 0;
	padding: 0;
}
.top_block05 ul li dl dt {
	width:145px;
	padding-right:10px;
}
.top_block05 ul li dl dd {
	width:calc(100% - 155px);
	margin: 0;
}
.top_block05 ul li dl dd span {
	font-size:14px;
}

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

	.topHead img.out {
		display:none;
	}
	.topHead img.in {
		display:none;
	}
	.topHead img.middle {
		display:block;
	}
	
	.top_block02 dl.flex dt  {
		width:100%;
		margin-bottom:20px;
	}
	.top_block02 dl.flex dd  {
		width:100%;
	}
	.top_block02 dl.flex.reverse {
		flex-direction: column;
	}
	.top_block02 dl.flex dt p  {
		padding-left:0%;
	}
	.top_block02 dl.flex.last dt p  {
		padding-left:0%;
	}
	.top_block02 dl.flex dt ul  {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
		margin-bottom:20px;
		padding: 0;
	}
	.top_block02 dl.flex dt ul li:first-child  {
		width:100%;
		margin-bottom:7px;
	}
	.top_block02 dl.flex dt ul li:first-child img  {
		width:auto!important;
		height:55px;
	}
	.top_block02 dl.flex dt ul li:last-child  {
		width:100%;
		font-size:24px;
	}
	.top_block03Inner .link {
		display: none;
	}
	.top_block03Inner li {
		width:100%;
	}
	.top_block03Inner li:last-child {
		display:none;
	}
	.top_block03_sp {
		display: block;
		background: #DCECF5;
		padding: 50px 0;
	}
	.top_block03_sp dl {
		 margin-bottom:30px;
	}
	.top_block03_sp dl dt {
		 font-size:19px;
		 margin-bottom:15px;
	}
	.top_block03_sp dl dd {
		 padding: 0;
		 margin: 0;
	}
	.top_block03_sp dl dt span {
		display: inline-block;
		margin-left:8px;
		margin-bottom:-4px;
		width:24px;
		height: 24px;
		background-image: url("../images/top/middle_arrow.png");
		background-repeat: no-repeat;
		background-size: 24px 24px;
		transition: 0.3s;
		transform: rotate(90deg);
	}
	.top_block03_sp dl dt.active span {
		transform: rotate(-90deg);
	}
	.top_block03_sp dl dd {
		display: none;
	}
	.top_block05 ul {
		width:100%;
		margin-left:0;
	}
	.top_block05 ul li {
		width:100%;
	}
	.top_block05 ul li {
		width:100%;
		margin-bottom:15px;
	}

}

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

	.topHead {
		margin-bottom:50px;	
	}
	.topHead h1 {
		font-size:31px;
	}
	.topHead h1 span {
		font-size:19px;
	}
	.topHead img.out {
		display:none;
	}
	.topHead img.in {
		display:block;
	}
	.topHead img.middle {
		display:none;
	}

	.top_block01 h2 {
		font-size:24px;
		margin-bottom:50px;
	}
	.top_block02 h2 {
		font-size:24px;
		margin-bottom:65px;
	}
	
	.top_block03Inner li:first-child h3 {
		text-align: center;
		font-size:20px;
	}
	
	.top_block04 h2 {
		font-size:24px;
	}
	
	.top_block05 h2{
		font-size:24px;
	}
	.top_block05 ul li dl {
		line-height: 1.5;
	}
	.top_block05 ul li dl dt {
		width:100%;
		padding-right:0px;
	}
	.top_block05 ul li dl dd {
		width:100%;
		margin-bottom: 30px;
	}

}

/* 
------------------------------------------------------------------------------------------------------------------------
Record
------------------------------------------------------------------------------------------------------------------------
*/


#record ul.record_cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top:60px;
}
#record ul.record_cat &gt; li {
	margin: 0 0 10px 0;
	padding:5px 45px;
	border-right:1px solid #000;
}
#record ul.record_cat img.arrow_date {
	width:15px;
	vertical-align: baseline;
}
#record ul.record_cat &gt; li.spacer {
	display: none;
}
#record ul.record_cat &gt; li:nth-child(2) a {
	color:#666;
	margin-left:10px;
}
#record ul.record_cat &gt; li:nth-child(2) i {
	margin-left: 10px;
}
#record ul.record_cat &gt; li:last-child {
	border-right:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#record ul.record_cat &gt; li &gt; ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-left:30px;
}
#record ul.record_cat &gt; li &gt; ul &gt; li {
	margin-right:20px;
}
#record ul.record_cat &gt; li &gt; ul &gt; li img {
	width:27px;
	margin-right:8px;
}

#record .box-container{
	margin-top:80px;
	margin-bottom:50px;
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
	align-items: center;
}
#record .box-container::after{
  content:"";
  display: block;
  width:32%;
}
#record .box{
	position: relative;
  width: 32%;
  border:1px solid #CCC;
  display: flex;
  justify-content: center;
	align-items: center;
	background-size: cover;
	margin-bottom:30px;
}
#record .box .amiBack{
  position: absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	z-index: 0;
}
#record .box::before{
  content: "";
  padding-top: 100%;
  display: block;
}
#record .box a{
	display: block;
}
#record .box.ami {
  color: #fff;
}
#record .box.ami a {
  color: #fff;
}
#record .box.ami .amiBack{
	background-color: rgba(0,0,0,0.4);
}
#record .box .boxInner{
  position: relative;
	z-index: 10;
}
#record .box .cat_list{
  position: absolute;
	bottom:20px;
	left:20px;
	z-index: 10;
}
#record .box .cat_list ul {
  display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
}
#record .box .cat_list ul li {
  margin-right:15px;
}
#record .box .cat_list ul li img {
  width:25px;
}
#record .box p.sub{
  font-size:20px;
	text-align: center;
	margin: 0;
}
#record .box p.title{
  font-size:30px;
	text-align: center;
	margin: 0;
}
#record .box p.date{
	margin: 0;
}
#record .box p.logo img{
  width:200px;
}

#record.detail h1 {
	text-align: left;
	line-height: 1.4;
	padding-left:50px;
	margin-bottom:30px;
}
#record.detail h1 span {
	font-size:24px;
}
#record.detail p.date {
	font-size:18px;
	padding-left:50px;
	margin-bottom:30px;
}
#record.detail ul.cat {
  display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left:50px;
}
#record.detail ul.cat li {
  margin-right:15px;
}
#record.detail ul.cat li img {
  width:25px;
	maring-right:5px;
}
#record.detail .record_head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#record.detail .record_head .record_head_left {
	width:calc(100% - 170px);
}
#record.detail .record_head .record_head_right {
	width:170px;
}
#record.detail .record_head .record_head_right img {
	width:150px;
}
#record.detail .record_detail {
	border-top:1px solid #ccc;
	margin-top:30px;
}
#record.detail .record_detail.noborder {
	border-top:none!important;
}
#record.detail .record_detail p.main_img img {
	width:100%;
}
#record.detail .record_detail h2 {
	margin-top:80px;
	margin-bottom:30px;
	font-size:28px;
}
#record.detail .record_detail p.official {
	margin-top:80px;
}
#record.detail .record_detail p.official img {
	width:19px;
	vertical-align: baseline;
}
#record.detail .record_list {
	margin-top:80px;
}
#record.detail .record_list p.title {
	font-size:24px;
	text-align: center;
}
#record.detail .record_list p.back {
	text-align: right;
	margin-bottom:100px;
}
#record.detail .box-container {
	margin-top:40px;
}


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

	#record ul.record_cat {
		justify-content: flex-start;
	}
	#record ul.record_cat &gt; li {
		padding: 0 15px;
		text-align: center;
	}
	#record ul.record_cat &gt; li:first-child {
		padding-left:0;
		border-right:1px solid #000;
	}
	#record ul.record_cat &gt; li.spacer {
		display: block;
		width:100%;
	}
	#record ul.record_cat &gt; li:last-child {
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
		padding-left:0;
	}
	#record ul.record_cat &gt; li &gt; ul {
		justify-content: flex-start;
		margin-left:0px;
		margin-bottom:10px;
	}
	#record ul.record_cat &gt; li &gt; ul &gt; li {
		margin-right:14px;
		font-size:14px;
		margin-bottom:10px;
	}
	#record ul.record_cat &gt; li &gt; ul &gt; li img {
		width:22px;
		margin-right:6px;
	}

	#record .box-container{
		margin-top:40px;
	}

	#record .box{
		width: 100%;
	}
	
	#record .box p.logo img{
		width:120px;
	}
	#record.detail h1 {
		font-size:32px;
		line-height: 0.6
	}
	#record.detail h1 span {
		display: block;
		font-size:20px;
	}
	#record.detail .record_head .record_head_left {
		width:100%;
		margin-bottom:50px;
	}
	#record.detail .record_head .record_head_right {
		width:100%;
		text-align: center;
		margin-bottom:20px;
	}
	#record.detail h1 {
		padding-left:0px;
		margin-bottom:20px;
	}
	#record.detail p.date {
		padding-left:0px;
		margin-bottom:20px;
	}
	#record.detail ul.cat {
		padding-left:0px;
	}
	#record.detail .record_detail h2 {
		font-size:20px;
	}
	#record.detail .record_list p.title {
		font-size:20px;
	}


}

.wp-pagenavi {
	text-align:center;
	margin-bottom: 120px;
}
.wp-pagenavi a,.wp-pagenavi span{
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	border:1px solid #ccc;
	color:#000;
	font-size:14px;
	margin:0 15px 5px 0;
	vertical-align:middle;
}
.previouspostslink {
	border:none!important;
}
.nextpostslink {
	border:none!important;
}
.wp-pagenavi a:hover,.wp-pagenavi span{
	background:#606060;
	border:1px solid #000;
	color:#fff;
}
.wp-pagenavi span:first-child,.wp-pagenavi a:last-child{
	width:64px;
}
.wp-pagenavi span.pages{
	background: #606060;
	border: none;
	font-size: 14px;
	width: 53px;
	height: 25px;
	line-height: 25px;
}
@media screen and (max-width:833px){
	.wp-pagenavi {
		margin-bottom: 80px;
	}
	.wp-pagenavi a,.wp-pagenavi span{
		font-size: 1.4rem;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
}



/* 
------------------------------------------------------------------------------------------------------------------------
Policy
------------------------------------------------------------------------------------------------------------------------
*/


#policy h1 {
	margin-bottom:80px;
	font-weight: bold;
}
#policy p.read {
	max-width:800px;
	margin: 0 auto 100px auto;
}
#policy dl dt {
	font-size:20px;
}
#policy dl dd {
	margin-bottom:80px;
}
#policy dl dd ol {
	margin-left:20px;
}
#policy dl dd ol li {
	list-style: inherit;
	padding-left:10px;
}
</pre></body></html>