<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}
.hourei header{
   background-color: #ffdc5f;
}
header h1{
   position: relative;
   display: block;
   padding-right: 55px;
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   color: #000;
}
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;
	margin-bottom: 10px;
   color: #676464;
   font-size: 20px;
   font-weight: 500;
}
.hourei .link h2{
   border-bottom: 6px solid #ffb100;
}
.link .link_wrap:last-of-type{
	margin-bottom: 40px;
}
.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;
   background: #fff;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
   cursor: pointer;
}
.hourei .link_wrap h3{
   border-left: 3px solid #ffb100;
}
.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;
   background-color: #666666;
   border: 1px solid #e2e2e2;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
   border-left: 140px solid #ccc;
}
.link2 .link_wrap ul li a{
	border-left: none !important;
}
.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)
}
.link_wrap ul li span{
   position: absolute;
   left: -140px;
   top: calc(50% - 25px);
   display: inline-block;
   width: 140px;
   text-align: center;
   margin-right: 20px;
   line-height: 26px;
   padding: 12px 0;
   color: #000;
}
.link_wrap ul li span:after{
    content: "ページ";
    display: inline-block;
    margin: 0 0 -3px 5px;
    font-size: 0.8em;
}
.link_wrap ul li span.page_none:after{
    content: none;
}
.index_change{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 15px 0;
}
.index_change a{
	position: relative;
	display: block;
	padding: 0 35px 0 10px;
	margin: 0 25px 0 auto;
	line-height: 40px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #ffb100;
	box-shadow: 3px 3px 5px #ccc;
}
.index_change a:after{
	content: "";
	position: absolute;
	right: 5px;
	top: calc(50% - 8px);
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 8px solid transparent;
}
.index_change a.hover{
	background-color: #FFC951;
}
/* sp */
@media all and (max-width: 480px) {
    
.link_wrap ul li span{
   left: -90px;
}
.link_wrap ul li a{
   border-left: 80px solid #ccc;
}    
.link_wrap ul li span:after{
    display: block;
}
.link_wrap ul li span{
   width: 100px;
   top: calc(50% - 32px);
   font-size: 16px;
}
.link_wrap ul li span.page_none{
   top: calc(50% - 25px);
}
.link_wrap ul li span:after{
    font-size: 0.8em;
}

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