@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900");
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@keyframes obj_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 0.5618vw;
  line-height: 1;
  width: 100%;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "MS PGothic", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  background-color: #FFFFFF;
  color: #231815;
  width: 100%;
  margin: auto;
}

a {
  color: #231815;
  text-decoration: none;
  outline: none;
}
a:hover {
  zoom: 1;
}
a.anc-block:hover, .List-button__item a:hover, .Btn a:hover, a.FAQ__q:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.2s ease;
}
a.anc-text, .Subsidies a {
  color: #4f72bc;
}
a.anc-text:hover, .Subsidies a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.2s ease;
  text-decoration: underline;
}

sup {
  font-size: 1.0rem;
  vertical-align: super;
}

ruby rb {
  padding-top: 5px;
}

small {
  font-size: 70%;
}

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

h2 {
  font-weight: 900;
}

.U-serif {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","ＭＳ Ｐ明朝","MS PMincho",Times,serif;
}

.U-clearfix:after, .Main:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.U-echoes {
  transform: scale(2, 1);
  transform-origin: top left;
  display: inline-block;
}

.U-highlight {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
}
.U-highlight::before {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #ff0;
}

/*-------------------------------------------------

	layout

=================================================*/
.Header {
  width: 100%;
  position: fixed;
  z-index: 10;
}
.Header-global {
  width: 100%;
  padding: 0.33vw 0;
  text-align: center;
  display: block;
  background-color: #004399;
}

.partner-bow iframe{
  height:100vh;
}
.Main {
  background-color: #eee;
}

.Side {
  width: 15%;
  background-color: #fff;
  float: left;
  position: fixed;
  height: 100vh;
}
.Side__title {
  padding: 5vh 2vw 3vh;
}
.Side__title img {
  width: 90%;
  margin-bottom: 1vh;
}

.Nav__item a {
  display: block;
  padding: 2vh 2vw;
  transition: all 0.2s ease;
}
.Nav__item a:hover {
  background-color: rgba(79, 114, 188, 0.15);
}

.Contents {
  width: 85%;
  float: right;
  padding-bottom: 10rem;
}

.Section {
  width: 100%;
}
.Section__inner {
  margin: auto;
  padding: 10rem 10% 0;
}
.Section__inner:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.Section__title {
  font-size: 4rem;
}
.Section__title + p {
  margin-top: 4rem;
}

.Block, .Subsidies, .PalroCenter {
  margin-top: 4rem;
}
.Block-col, .List-col__item {
  display: inline-block;
  vertical-align: top;
}
.Block-col-02, .List-col-02 .List-col__item {
  width: 49%;
}
.Block-col-02:nth-child(odd), .List-col-02 .List-col__item:nth-child(odd) {
  padding-right: 1.5rem;
}
.Block-col-02:nth-child(even), .List-col-02 .List-col__item:nth-child(even) {
  padding-left: 1.5rem;
}
.Block-col-03, .List-col-03 .List-col__item {
  width: 33%;
}
.Block-col-03:nth-child(odd), .List-col-03 .List-col__item:nth-child(odd) {
  padding-right: 1.5rem;
}
.Block-col-03:nth-child(even), .List-col-03 .List-col__item:nth-child(even) {
  padding-left: 1.5rem;
}
.Block-col-03:nth-child(1n+1), .List-col-03 .List-col__item:nth-child(1n+1) {
  padding-right: 1.5rem;
}
.Block-col-03:nth-child(2n+1), .List-col-03 .List-col__item:nth-child(2n+1) {
  padding-left: 1.5rem;
}
.Block__title, .PalroCenter__item {
  font-size: 2.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #4f72bc;
}
.Block__title .fa, .PalroCenter__item .fa {
  color: #4f72bc;
}
.Block__title + *, .PalroCenter__item + * {
  margin-top: 3rem;
}
.Block__heading {
  font-size: 2.4rem;
  padding-top: 3rem;
}
.Block__heading .fa {
  color: #4f72bc;
}
.Block__heading + * {
  margin-top: 2rem;
}

* + .Block__title, * + .PalroCenter__item {
  margin-top: 4rem;
}

.List-news {
  padding: 3rem 4rem;
  background-color: #f4f4f4;
  border-radius: .2rem;
}
.List-news__item {
  font-size: 2rem;
}
.List-news__item + * {
  margin-top: 1.5rem;
}
.List-news__date {
  font-weight: 700;
  padding-right: 2em;
}
.List-news__more {
  text-align: center;
  font-size: 2rem;
  color: #aaa;
  margin-top: 2rem;
  padding: 1rem 0;
  cursor: pointer;
}
.List-news__child {
  display: none;
}
.List-button__item a {
  width: 100%;
  display: block;
  color: #fff;
  background-color: #4f72bc;
  border-radius: .2rem;
  padding: 1rem 2rem;
  margin-top: 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.List-button__item--pdf span::after {
  content: '\f1c1';
  font-family: FontAwesome;
  position: absolute;
  right: 2rem;
}
.List-button__item--exlink span::after {
  content: '\f08e';
  font-family: FontAwesome;
  position: absolute;
  right: 2rem;
}
.List-button__item--arrow-s span::after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  right: 2rem;
}
.List-button__item + * {
  margin-top: 1.5rem;
}
.List-col-02 .List-col__item:nth-child(2) {
  margin-top: 0;
}
.List-col-03 .List-col__item:nth-child(2), .List-col-03 .List-col__item:nth-child(3) {
  margin-top: 0;
}
.List__heading {
  font-size: 2.4rem;
}
.List__heading .fa {
  color: #4f72bc;
}
.List__heading + * {
  margin-top: 1.5rem;
}

.Subsidies {
  font-size: 2rem;
}

.Btn a {
  width: 100%;
  display: block;
  color: #fff;
  background-color: #4f72bc;
  border-radius: .2rem;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.Btn span::after {
  content: '\f08e';
  font-family: FontAwesome;
  position: absolute;
  right: 2rem;
}

.FAQ {
  margin-top: 3rem;
}
.FAQ__q {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.5rem 3rem;
  background-color: rgba(79, 114, 188, 0.15);
  color: #4f72bc;
  border-radius: .4rem;
  cursor: pointer;
}
.FAQ__a {
  font-size: 2rem;
  margin-top: 2rem;
  padding: 0 3rem 2rem;
  display: none;
}
.FAQ__a.is_show {
  display: block;
}
.FAQ__a + * {
  margin-top: 1rem;
}
.FAQ__a .Btn {
  margin-top: 1em;
}
.FAQ__a .Btn a {
  display: inline-block;
  font-size: 1.4rem;
}

.PalroCenter__item {
  border: none;
  padding-bottom: 0;
}
.PalroCenter__item + * {
  margin-top: 2rem;
}

.Pagetop {
  margin: 10rem auto 0;
  text-align: center;
}
.Pagetop a {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 50%;
  font-size: 2.8rem;
  color: #4f72bc;
}
.Pagetop a .fa {
  line-height: 4.5rem;
}

.Copyright {
  font-family: Arial;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #aaa;
  padding: 10rem 0 0;
  text-align: center;
}

/*-------------------------------------------------

	Media queries

=================================================*/
/* Smartphone
-------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }

  body {
    font-size: 1.4rem;
  }

  .Header {
    position: relative;
  }
  .Header-global {
    padding: 1.5vh 0;
  }
  .Pagetop a{
    display: none;
  }

  .Side {
    width: 100%;
    float: none;
    position: relative;
    display: none;
  }
  .Side__title {
    padding: 20px 1.5rem;
    line-height: 40px;
    background-color: #fff;
  }
  .Side__title img {
    width: auto;
    height: 40px;
    margin: 0 1.5rem 0 0;
    vertical-align: bottom;
  }
  .Side__title br {
    display: none;
  }

  .Nav {
    display: none;
  }

  .Contents {
    width: 100%;
    float: none;
    padding-bottom: 3rem;
  }

  .Section__inner {
    padding: 2rem 2rem 0;
  }
  .Section__title {
    font-size: 2.4rem;
  }
  .Section__title + p {
    margin-top: 3rem;
  }
  .Section + .Section {
    margin-top: 3rem;
    border-top: 1px solid #ddd;
  }

  .Block, .Subsidies, .PalroCenter {
    margin-top: 2rem;
  }
  .Block-col, .List-col__item {
    padding: 0 !important;
    width: 100%;
  }
  .Block__title, .PalroCenter__item {
    font-size: 2rem;
  }
  .Block__title + *, .PalroCenter__item + * {
    margin-top: 1rem;
  }
  .Block__title:after, .PalroCenter__item:after {
    content: "\f0fe";
    font-family: FontAwesome;
    float: right;
    color: #4f72bc;
  }
  .Block__title.is_view:after, .is_view.PalroCenter__item:after {
    content: "\f146";
  }
  .Block__heading {
    font-size: 1.8rem;
    margin-top: 1rem;
    padding: 1rem 2rem;
    background-color: rgba(79, 114, 188, 0.15);
    border-radius: .4rem;
    cursor: pointer;
  }
  .Block__heading + * {
    margin-top: 0;
  }
  .Block__heading:after {
    content: "\f067";
    font-family: FontAwesome;
    float: right;
    color: #4f72bc;
  }
  .Block__heading.is_view:after {
    content: "\f068";
  }

  * + .Block__title, * + .PalroCenter__item {
    margin-top: 1.5rem;
  }

  .List-news {
    padding: 2rem;
  }
  .List-news__item {
    font-size: 1.6rem;
  }
  .List-news__date {
    display: block;
  }
  .List-news__more {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  .List-button a {
    font-size: 1.6rem;
    text-align: left;
  }
  .List-col__item {
    float: none;
    width: 100% !important;
    padding: 0;
  }
  .List-col__item + * {
    margin-top: 0;
  }
  .List-anchor {
    display: none;
  }
  .List__item + .List__item {
    margin-top: 3rem;
  }
  .List__heading {
    font-size: 1.6rem;
  }

  .Subsidies {
    font-size: 1.6rem;
  }

  .Btn a {
    font-size: 1.6rem;
    text-align: left;
  }

  .FAQ {
    padding: 0;
  }
  .FAQ__q {
    font-size: 1.6rem;
    padding: 1rem 2rem;
    margin-top: 1rem;
  }
  .FAQ__a {
    font-size: 1.6rem;
    margin-top: 0;
    padding: 1rem 2rem 1rem;
  }

  .PalroCenter__item:after {
    content: "";
  }

  .Pagetop {
    margin-top: 4rem;
  }

  .Copyright {
    padding-top: 4rem;
  }

  #Section-questions .Block__title + *, #Section-questions .PalroCenter__item + * {
    margin-top: 0;
  }
  #Section-questions .Block__title + * > *, #Section-questions .PalroCenter__item + * > * {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .onlysmart{
    display: none;
  }
}
