<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*20200210作成　下層を新規デザインで作成する際に共通のスタイルをグループ化*/
#main + div{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header.page_ttl {
  padding: 3.2em 0;
  background: -webkit-linear-gradient(315deg, #33a2c3 0%, #4a63b1 100%);
  background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
  text-align: center;
  margin:0;
}

 header.page_ttl h1 {
  padding: 0;
  height: auto;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4em;
  color: white;
  background: none;
}

.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container img {
  vertical-align: bottom;
  height: auto;
}

.container a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.container a.hover:hover {
  opacity: .75;
  text-decoration: none;
}
.container a img{
  transition: 0.5s;
}
.container a:hover img{
  opacity: .75;
}
.container a:hover {
  text-decoration: underline;
}


.container figure,.container dl,.container dd{margin:0;padding:0;}
.container a, .container a::before, .container a::after,
.container a span,
.container a svg,
.containerbutton,
.container button::before,
.container button::after,
.container button span,
.container button svg {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


#contents {
  min-width: 100%;
}

#main {
  float: none;
  padding: 0;
  min-width: 100%;
}

#topicPath, .container {
  width: 910px;
  margin: 0 auto;
}

.container {
  font-size: 0.875rem;
  line-height: 1.6em;
}
.container &gt; section {
  margin: 3em 0 5em;
}
.container .h1 + section.sect {
  margin-top: 0;
}
.container .for_sp {
  display: none;
}

.container em {
  font-style: normal;
}

.container .h1 {
  margin: 0 0 20px;
  padding: .8em 0;
  height: auto;
  font-size: 1.25rem;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  background: #0f228b;
  font-weight: 700;
}

.container .h1:first-child {
  margin-top: 3em;
}
.container .h2 {
  height: auto;
  margin: 2.4em 0 .8em;
  padding: .8em 1.2em;
  font-size: 1rem;
  color: white;
  background: #246cc0;
  border: none;
}

.container .h2 + p {
  margin-bottom: .8em;
}

.container .h3 {
  padding: 0 0.5em 2px;
  margin-bottom: 0.5em;
  color: #246cc1;
  font-size: 1rem;
  border-bottom: 1px solid #246cc1;
  border-left: none;
  font-weight: 700;
}

.container .txt_pink{
  color: #ef458b;
}
.container .txt_blue{
  color: #246cc1;
}
.container .txt_green{
  color: #5eab31;
}

a.arrow,a.triangle {
  color: #246cc0;
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

a.arrow::before {
  content: "";
  display: inline-block;
  margin-right: .4em;
  width: .9em;
  height: .9em;
  background: url("./arw-right_blue.svg") no-repeat center center/contain;
}

a.triangle::before {
  content: "";
  display: inline-block;
  margin-right: .2em;
  width: 0;
  height: 0;
  border-width: .4em 0 .4em .6em;
  border-color: transparent;
  border-style: solid;
  border-left-color: #246cc0;
}
a.arrow[target="_blank"]::after,a.triangle[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -.1em;
  margin-left: .2em;
  width: .9em;
  height: .9em;
  background: url("/guide/img/blank.svg") no-repeat center center/contain;
}

.btn_pink{
  text-align: center;
  color: #FFF;
  background: #FF709A;
  border-radius: .6em;
  position: relative;
  display: inline-block;
  padding: 1em;
  font-weight: 600;
}
.btn_blue{
  text-align: center;
  color: #FFF;
  background: #0092e9;
  border-radius: .6em;
  position: relative;
  display: inline-block;
  padding: 1em;
  font-weight: 600;
}
.btn_arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.btn_arrow::before {
  content: "";
  display: block;
  margin-right: .4em;
  width: 1em;
  height: 1em;
  background: url("./arw-right_white.svg") no-repeat center center/contain;
}
.btn_arrow.center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_arrow.after {
  padding-right: 2em;
}
.btn_arrow.after::before {
  width: 0;
  height: 0;
  background: none;
}

.btn_arrow.after::after {
  content: "";
  position: absolute;
  top: 50%;
  right: .8em;
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url("./arw-right_white.svg") no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.grad_pink{
  background: -webkit-gradient(linear, left top, left bottom, from(#ff95b3), to(#ff709a));
  background: linear-gradient(to bottom, #ff95b3 0%, #ff709a 100%);
}
.indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.nav-clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-clm .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 214px;
  height: 58px;
  padding-left: 24px;
}
.nav-clm .btn + .btn {
  margin-left: 18px;
}
.nav-clm .btn::before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #FFF transparent transparent transparent;
  content: "";
}

.gray_box{
  margin: 2.5em 0 0;
  padding: 2em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #efefef;
  border-radius: 10px;
}

.dl_green{
  text-align: center;
  margin: 0;
  padding: 1.2em 1.5em;
}
.dl_green dl {
  width: 100%;
}
.dl_green dt {
  padding: 0 0 0.2em;
  font-size: 1rem;
  font-weight: 600;
  color: #8bc346;
  border-bottom: 1px solid #8bc346;
}
.dl_green dd {
  padding: 1em 0 0;
  font-size: 0.875rem;
}

.dl_blue dt {
  margin-bottom: 0.5em;
  font-size: 1.375rem;
  font-weight: 600;
  color: #0092e9;
}
.dl_blue dd {
  margin: 0;
  font-size: 0.875rem;
}


.border_box {
  position: relative;
  top: 1em;
  padding: 1.5em 1em;
  border: solid 2px #1b1464;
}
.border_box .ttl {
  position: absolute;
  top: -0.5em;
  left: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 1.375rem;
  font-weight: 600;
  color: #1b1464;
}
.border_box .ttl span {
  display: inline-block;
  padding: 0 0.5em;
  background: #FFF;
}

.table table{
  border-collapse: collapse;
    border-spacing: 0;
}
.table table th{ 
   padding: .8em;
  font-size: 0.875rem;
  line-height: 1.6em;
  border: 1px solid #cccccc;
  font-weight: 300;
background: #e6eeff;
text-align: left;
}
.table table td{
  padding: .8em;
  font-size: 0.875rem;
  line-height: 1.6em;
  border: 1px solid #cccccc;
  font-weight: 300;

}


/* ---------------------------------------------------------
#local-nav
----------------------------------------------------------*/
#local-nav {
	background-color: #fafafa;
}
#local-nav .inner {
	display: flex;
	width: 910px;
	margin: 0 auto;
}
#local-nav p {
	display: flex;
	align-items: center;
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #1d4294;
}
#local-nav ul {
	display: flex;
	list-style: none;
}
#local-nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 185px;
	height: 60px;
	font-size: 11px;
	color: #595757;
	text-decoration:none;
}
#local-nav .cr a {
	color: #1d4294;
	background-color: #f0f0f0;
}
.hidden_box input, label{
	display: none;
}
</pre></body></html>