@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}



html, body {
  height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family:  helvetica, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
   font-weight: 500;
   margin: 0;
   min-width: 320px;
}

header{
   position: relative;
   width: 100%;
   max-width: 800px;
   height: 70px;
   margin: auto;
   display: flex;
   justify-content: center;
   align-items: center;
}
.seijikeizai header{
   background-color: #6857a3;
}


header h1{
   position: relative;
   display: block;
   padding-right: 55px;
   font-size: 20px;
   font-weight: 500;
   text-align: center;
   color: #fff;
}
header h1:after{
   content: "";
   position: absolute;
   right: 10px;
   top: calc(50% - 15px);
   display: block;
   width: 30px;
   height: 30px;
   margin: 0;
   background: url("../img/header.png") center no-repeat;
}
main{
   display: block;
   max-width: 800px;
   margin: auto;
   background-color: #f5f5f5;
   min-height: calc(100vh - 70px);
}
.link{
   display: block;
   max-width: 800px;
   margin: auto;
   padding-top: 20px;
   overflow: hidden;
   background-color: #f5f5f5;
}
main .link:last-of-type{
   padding-bottom: 30px;
}
.link h2{
   display: inline-block;
   padding: 3px 15px;
   color: #676464;
   font-size: 20px;
   font-weight: 500;
}
.seijikeizai .link h2{
   border-bottom: 3px solid #6857a3;
}
.rekishi .link h2{
   border-bottom: 3px solid #65ace3;
}
.chiri .link h2{
   border-bottom: 3px solid #b8d200;
}
.chizu .link h2{
   border-bottom: 3px solid #70b8be;
}
.link_wrap h3{
   line-height: 26px;
   margin: 15px 25px 15px 0;
   padding: 12px 10px 12px 20px;
   font-size: 20px;
   font-weight: 500;
   border: 1px solid #dddddd;
   border-radius: 0px 15px 15px 0px;
   background: #fff;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
   cursor: pointer;
}
.seijikeizai .link_wrap h3{
   border: 1px solid #524dff;
}
.link_wrap h3.hover{
   background-color: #FFEBEB;
}
.link_wrap ul{
   display: none;
}
.link_wrap-open ul{
   display: block;
   margin: 20px 0 0;
}
.link_wrap h4 + ul{
   margin-top: 20px;
}
.link_wrap ul li{
   margin-left: 25px;
   list-style-type: none;
}
.link_wrap ul li.l-2{
   margin-left: 50px;
}
.link_wrap ul li.l-3{
   margin-left: 75px;
}
.link_wrap ul li a{
   position: relative;
   display: block;
   line-height: 26px;
   color: #fff;
   font-size: 20px;
   text-decoration: none;
   padding:12px 34px 12px 20px;
   margin-bottom: 3px;
   border-radius: 15px 0px 0px 15px;
   background-color: #4d4d4d;
   border: 1px solid #e2e2e2;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.link_wrap ul li a:after{
   content: "";
   position: absolute;
   right: 10px;
   top: calc(50% - 10px);
   display: block;
   width: 20px;
   height: 20px;
   background: url("../img/icn_link.png") center no-repeat;
}
.link_wrap ul li a.hover{
   background-color: #38707E;
}
.link_wrap ul h4{
   position: relative;
   display: block;
   width: 125px;
   line-height: 17px;
   padding:  5px 10px 5px 25px;
   margin: 20px 0 0 -7px;
   font-size: 15px;
   border-bottom: 3px dashed #f5a200;
   cursor: pointer;
}
.link_wrap ul li:first-of-type h4{
   margin-top: 0;
}
.link_wrap ul h4:before{
   content: "";
   position: absolute;
   left: 0;
   top: calc(50% - 7px);
   display: block;
   border-top: 6px solid #f5a200;
   border-right: 6px solid #f5a200;
   border-bottom: 6px solid transparent;
   border-left: 6px solid transparent;
   transform: rotate(45deg)
}

/* sp */
@media all and (max-width: 480px) {
}
