@charset "utf-8";
/* CSS Document */

.center {
  text-align: center;
}
.n_outer {
  width: 100%;
  display: flex;
  justify-content: center;
}
.news-header-btn {
    position: relative;
    max-width: 280px;
    width: 100%;
    font-size: 18px;
    background: #c2bfd4;
    line-height: 1;
    padding: 20px 0 18px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #312965;
}
.news-header-btn:link , .news-header-btn:visited , .main-contents a.news-header-btn:hover {
    text-decoration: none;
    color: #312965;
}
.main-contents a.news-header-btn:hover {
  opacity: .7;
}
.news-header-btn::after {
    position: absolute;
    content: ">";
    transform: scale(0.5, 1);
    font-size: 17px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 0;
}
.flex_box_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 30px 60px;
  @media (max-width: 767px){
    flex-direction: column;
  }
}
.flex_box {
  max-width: 406px;
}
.flex_text {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
  display: inline-block;
  @media (max-width: 767px){
    margin-top: 0;
  }
}

.pankuzu a:link,
.contents-list a:link,
.pagetop a:link,
.pankuzu a:visited,
.contents-list a:visited,
.pagetop a:visited {
	color:#0c0052;
	text-decoration:none;
}

.topics a:link,
.topics a:visited,
.sample a:link,
.sample a:visited {
	color:#00C;
	text-decoration:none;
}


.text_box{
	overflow: hidden;
	margin: 30px 30px 0;
}
.text_box p{
	font-size: 117%;
	line-height:1.8;
	margin-bottom: 20px;
}
.text_box .time{
	margin-bottom: 0px;
}
/* table
=========================================*/
main table {
    padding: 0 10px;
    border-collapse: collapse;
    margin-bottom: 20px;
	    width: 735px;
}
main td {
    border: solid 2px #ccc;
    padding: 15px;
}
main td a,main td a:link,main td a:visited{
	color: #00C;
}

main th {
  font-weight: bold;
  background: #DDE9F7;
  font-size: 117%;
  padding: 10px 50px;
  text-align: center;
  border: solid 2px #ccc;
}
main td {
  font-size: 117%;
  padding: 10px 60px 10px 20px;
  font-weight: normal;
  text-align: left;
  border: solid 2px #ccc;
}
main td .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.img_list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 40px;
  justify-content: center;
}
.img_list li{
	margin: 10px;
}
.text_box p.main-section-title {
    margin-bottom: 20px;
    padding: 20px;
    border: 4px solid #C5DCF0;
    font-size: 140%;
    color: #013064;
    clear: both;
}

@media (max-width: 1189px){
	main table {
		width: 100%;
		max-width: 780px;
}
}
@media (max-width: 767px){
  main th,main td{
    display: block;
    padding: 10px 20px;
	}
main table{
	border-top:solid 2px #ccc;
	}
main th{
	border-top: none;
	border-bottom: none;
}
.text_box {
    margin: 30px 0;
}
}

@media (max-width: 479px){

.detail span {
	float: none;
	margin: 0px;
}

.contents-list li {
	margin-top: 10px;
}

.detail p {
	margin: 5px 0px 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

}

/*　トップへ戻る 
=========================================*/
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
	border: none;
}
