<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 */

body {
-webkit-print-color-adjust: exact;
}

#main {
	height: 125px;
}

@media screen and (max-width: 768px) {
#main {
	height: 0px;
}
}

#co {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -70px;
	background-image:url(../img/co_back_column.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}
#co #coSub {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#co #coSub p{
	text-align:left;
	font-size:1.0em;
	padding-top:0.5em;
}

#co #coSub .imgL {
	float:left;
	padding:18px 1.5em 1.5em 0;
}
#co #coSub .imgC {
	padding:0 1.5em 1.5em 1.5em;
	text-align:center;
	margin:0 auto;
}

#co #coSub .imgR {
	float:right;
	padding:18px 0 1.5em 1.5em;
}

#co #coSub div.h0{
	clear:both;
}
#co #coSub div.h20{
	clear:both;
	height:20px;
}

#co #coSub .pt15{
	padding-top:15px;
}

#co #coSub .interview{
	background:#F1F2F2;
	border:1px solid #0093D5;
	padding:0;
	margin:0px 0 70px 0;
}
#co #coSub .interview h4{
	background:#890016;
	padding:0px;
	margin:0;
}
#co #coSub .interview .detail{
	padding:0 15px 10px;
}
/*
/*IE9▼*/
:root #co #coSub .interview .detail h5 {
	font-family: "ＭＳ Ｐゴシック","MS PGothic" \0/;
}
#co #coSub .interview .detail p{
	text-align:left;
	margin-top:0px;
}
#co #coSub .interview .shikiri{
	border-bottom:solid 1px #0093D5;
	margin:20px auto 0;
	width:838px;
	clear:both;
}


#co #coSub .comment .detail{
	padding:0 15px 10px;
}
#co #coSub .comment .detail h5 , #co #coSub .interview .detail h5{
	text-align:left;
	padding-top:20px;
	color:#0093D5;
	font-weight:bold;
	font-size:1.125em;
	padding-bottom:10px;
	border-bottom:dotted 1px #0093D5;
	width:600px;
}

#co #coSub .interview .detail p{
	width:600px;
}


#co #coSub .comment h5 span{
	font-size:0.85em;
}
#co #coSub .comment .detail p{
	text-align:left;
	margin-top:0px;
}
#co #coSub .comment .shikiri{
	border-bottom:solid 2px #FFE200;
	margin:20px auto 0;
	width:800px;
	clear:both;
}

#topics td , th {
	font-size: 0.75em;
	line-height: 1.6;
	text-align: left;
	padding:10px 0;
	margin:0;
	vertical-align: top;
	background-image: none;
}

#co #coSub h2{
	color:#0192d5;
	font-size:1.3em;
	margin-bottom:3px;
}
#co #coSub h3.kyoukai{
	text-align:left;
	padding:10px;
	font-size:1.25em;
	font-weight:bold;
	color:#0093D5;
	border-bottom:1px solid #0093D5;
	border-left:5px solid #0093D5;
}

#topics table.list{
  width: 100%;
  border-collapse: collapse;
}

#topics table.list tr{
  border-bottom: solid 2px white;

}

#topics table.list tr:last-child{
  border-bottom: none;
}

#topics table.list th{
  position: relative;
  width: 30%;
  background-color: #E7E7E7;
  color: #4C4C4C!important;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  vertical-align: middle;
}

#topics table.list th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #E7E7E7;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#topics table.list td{
  text-align: left;
  background-color: #F1F1F1!important;
  padding: 10px 20px;
  font-size: 16px;
vertical-align: middle;  
}

#topics .red{
color: #CA0407;
font-weight: 800;
}




.buttonNext a, .buttonBack a{
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto 50px;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border-bottom: 1px solid #cccccc;
}
.buttonNext a:hover, .buttonBack a:hover{
    background: #007ED0;
    color: #FFF;
}
.buttonNext a:after{
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.buttonBack a:before{
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
        transform: rotate(225deg) translateY(70%);
    position: absolute;
    top: 50%;
    left: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.buttonNext a:hover:after, .buttonBack a:hover:before {
    border-color: #FFF;
}





ul.Photo{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 30px;
}
ul.Photo li{
flex-basis: 49%!important;
margin-bottom: 15px;
}


@media screen and (max-width: 768px) {
ul.Photo{
display: block;
}
ul.Photo li{
flex-basis: 100%!important;
}
}
.HL01{
font-size: 21px;
font-weight: 800;
text-align: left;
color:#007ED0 ;
border-bottom: 1px solid #007ED0;
margin-top: 50px!important;
}
.HL02{
  position: relative;
  padding: 1.5rem 1.5rem 0.5rem;
  text-align: center;
  color: #007ED0;
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 40px;
}

.HL02:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 1px;
  background: #007ED0;

}
</pre></body></html>