:root {
  /* color */
  --color-main: #332084;
  --color-light: #fefff3;
  --color-bg-body: #fff;
  --color-bg-primary: #f5f3ff;
  --color-bg-secondary: #535f69;
  --color-border: #ccc;
  --color-text: #203864;
  --color-subText: #222;
  --color-link: #016ab5;
  --color-visited: var(--color-link);
  --color-hover: var(--color-link);
  --color-main-link: var(--color-main);
  --color-text-link: var(--color-text);
  --color-subText-link: var(--color-subText);
  --color-icon-link: var(--color-main);
  --color-bg-workings: #FFF2CC;
  --color-bg-apply: #DEEBF7;
  --color-bg-voice: #E2F0D9;
  --color-text-workings: #7F6000;
  --color-text-apply: #203864;
  --color-text-voice: #008000;
  --color-text-accent-workings: #DF6613;
  --color-text-accent-apply: #4472C4;
  --color-text-accent-voice: var(--color-text-voice);

  /* font-size */
  --font-size-xs: 0.5rem;
  --font-size-s: 1rem;
  --font-size-m: 2.2rem;
  --font-size-l: 3.75rem;
  --font-size-xl: 4.25rem;
  /* spacer */
  --spacer-xs: 0.5rem;
  --spacer-s: 1rem;
  --spacer-m: 1.75rem;
  --spacer-l: 2.5rem;
  --spacer-xl: 4.25rem;
  --spacer-xxl: 20rem;
  --gap: 1.875rem;
  --full: minmax(var(--gap), 1fr);
  --wide: minmax(0, 7.5rem);
  --content: min(60rem, 100% - var(--gap) * 2)
}

.l-content-full a{
  text-decoration: underline;
}
.l-content-full h1 {
  font-size:3.2rem;
  color: var(--color-main);
  font-weight: 600;
  border-radius: 10px;
}
.l-content-full h3 {
  color: var(--color-main);
  font-weight: 600;
  background-color: #F5F3FF;
  padding: 2rem;
  border-radius: 10px;
}
.l-content-full h6 {
  color: var(--color-main);
  font-weight: 300;
  background-color: #F5F3FF;
  padding: 1rem;
  border-radius: 10px;
}
.l-content-full h7 {
  color: var(--color-bg-secondary);
  font-weight: 300;
  background-color: #F5F3FF;
  padding: 2rem;
  border-radius: 10px;
}
.l-content-full h8 {
  font-weight: 600;
  background-color: #F5F3FF;
  padding: 1rem;
  border-radius: 10px;
}
.l-content-full h9 {
  width:70%;
  padding: 2rem;
  font-size: 2rem;
}
.l-content-full h10 {
  width:100%;
  padding: 2rem;
  font-size: 1.8rem;
  text-align: center;
}
.l-content-full h11 {
  font-size:3.2rem;
  color: var(--color-main);
  font-weight: 600;
  padding-right: 10rem;
  padding-bottom: 2rem;
  border-radius: 10px;
}
.l-content-full h12 {
  color: var(--color-main);
  background-color: #F5F3FF;
  font-size: 2rem;
}
.l-content-full h13 {
  width:100%;
  color: var(--color-subText);
  font-weight: 600;
  font-size: 2rem;
  background-color: #F2F2F2;
  padding: 2rem;
  border-radius: 10px;
  max-width: 1152px;
  max-height: 500px;
  margin: 0 auto;
  padding: 0 200px;
  margin:auto;
}
.l-content-full h14 {
  font-size:2rem;
  color: var(--color-main);
  font-weight: 600;
  padding-right: 10rem;
  padding-bottom: 2rem;
  border-radius: 10px;
}

.l-content-full {
  overflow: hidden;
}

.title {
  display: flex;
  align-items: center;
  padding-top: 64px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0;
  padding-bottom:64px;
  position: relative;
}

.title h1 {
  margin: 0 auto;
  font-weight: 600;
  color: var(--color-main);
}

.title div {
  width: 50%;
  padding-left: 10%;
}

.appositive-list li{
  color: var(--color-main);
  font-weight: 500;
}

.appositive-list li a :not(:is(.container--block)){
  color: var(--color-main);
}

h4.subtitle {
  font-weight: bold;
  color: var(--color-main);
}
h5.strongtitle {
  font-weight: bold;
  color: var(--color-subText);
}
ul.block--wraper {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.container--block {
  display: flex;
  justify-content: space-between;
  position: relative;
  list-style: none;
  padding: .5rem;
  border: solid 1px #ccc;
  width: 100%;
  box-shadow: 0 0 2px #ccc;

  min-height: 162px;
  h5 {
    font-weight: bold;
    color: var(--color-subText);
    margin-block: 8px 8px;
  }
  li {
    color: var(--color-main);
    list-style: disc;
  }
  .category {
    display: flex;
    p {
      font-weight: bold;
      color: #ccc;
      border: solid 1px #ccc;
      border-radius: 2rem;
      writing-mode: vertical-rl;
      text-align: center;
      margin: .25rem;
      letter-spacing: .25em
    }
  }
  p.jinji {
    color: #332084;
    background-color: #F5F3FF;
    border: 1px solid #F5F3FF;
  }
  p.minkan {
    color: #F00;
    background-color: #F8CBAD;
    border: 1px solid #F8CBAD;
  }
  p.syoutyou {
    color: #000;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
  }
}
.container--block--flow::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  
  background-color: #ccc;
  width: 3rem;
  height: 1rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.flex-box{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.flex-item{
  width: 50px;
}
.flex {
  display: flex;
  font-size: 2rem;
}

.line-height{
  line-height: 2;
}

.change-size span {
  font-size: 3rem;
}

.change-size-small span {
  font-size: 1.5rem;
}

.strong span{
  font-weight: bold;
  font-size: 2.5rem;
}

.line{
  border:non;
  border-top:  1px dotted #999;
  margin:auto;
}

.center-word{
  width:400px;
  margin:auto;
}

.center-list{
  width:400px;
  margin:auto;
}
.center-list-width{
  width:600px;
  margin:auto;
}

/* アコーディオン */
.accordion {
  position: relative;
  /* padding: 10px var(--spacer-xxl); */
}
.accordion-title {
  background-color: #fff;
  border-radius: var(--spacer-m);
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
.accordion-title-qa {
  background-color:#F5F3FF;
  border-radius: var(--spacer-m);
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
.accordion-content {
  display: none;
  padding: 10px 20px;
}
.accordion-content p {
  /* font-size: 13px; */
  line-height: 1.5;
}
/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
img {
  width: 100%;
}  

@media screen and (max-width:960px) {
  .title{
    padding-top: 0;
    padding-bottom: 0;
  }
  .title h1{
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-wrap-mode: nowrap;
  }
  .title.haken::after{
    content: "交流派遣を希望する府省等";
    display: block;
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-wrap-mode: nowrap;
    -webkit-text-stroke: 5px white;
  }
  .title.jisseki::after{
    content: "官民人事交流に関する年次報告\A（交流の実績）";
    display: block;
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-wrap-mode: nowrap;
    -webkit-text-stroke: 5px white;
    white-space: pre;
    text-align: center;
  }
  .title.kibo-joho::after{
    content: "交流希望情報の受付・提供";
    display: block;
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-wrap-mode: nowrap;
    -webkit-text-stroke: 5px white;
    white-space: pre;
    text-align: center;
  }
  .title.kijun::after{
    content: "交流基準の概要";
    display: block;
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-wrap-mode: nowrap;
    -webkit-text-stroke: 5px white;
    white-space: pre;
    text-align: center;
  }
  .title.nagare::after{
    content: "官民人事交流の手続の流れ";
    display: block;
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-wrap-mode: nowrap;
    -webkit-text-stroke: 5px white;
    white-space: pre;
    text-align: center;
  }
  .title.interview::after{
    content: "人事交流の意義・経験者の声";
    display: block;
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-wrap-mode: nowrap;
    -webkit-text-stroke: 5px white;
    white-space: pre;
    text-align: center;
  }
  .title.saiyou::after{
    content: "交流採用を希望する府省等";
    display: block;
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-wrap-mode: nowrap;
    -webkit-text-stroke: 5px white;
    white-space: pre;
    text-align: center;
  }
  .title.seido::after{
    content: "官民人事交流制度の概要\A（仕組み・対象等）";
    display: block;
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-wrap-mode: nowrap;
    -webkit-text-stroke: 5px white;
    white-space: pre;
    text-align: center;
  }
  .title.shinsakai::after{
    content: "交流審査会（委員・議事概要等）";
    display: block;
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-wrap-mode: nowrap;
    -webkit-text-stroke: 5px white;
    white-space: pre;
    text-align: center;
  }
  .title.keizoku::after{
    content: "官民人事交流の手続の流れ";
    display: block;
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-wrap-mode: nowrap;
    -webkit-text-stroke: 5px white;
    white-space: pre;
    text-align: center;
  }
  .title.qa::after{
    content: "よく寄せられる質問";
    display: block;
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-wrap-mode: nowrap;
    -webkit-text-stroke: 5px white;
    white-space: pre;
    text-align: center;
  }
  
  .title div{
    width: 100%;
    padding: 1rem;
  }
  .title img{
    border-radius: 2rem;
    opacity: .5;
  }
  .l-content-full__inner {
    padding-top: 0;
}
.l-breadcrumb{
  font-size: x-small;
}
.l-content-full h3 {
  margin: 2rem 0;
}
.l-content-full h6 {
  margin: 1rem 0;
}
.l-content-full h7 {
  margin: 1rem 0;
}
.l-content-full h9 {
  font-size: 2rem 0;
}
.l-content-full h13 {
  margin: 2rem 0;
}

.flex-boxs{
display: flex;
    flex-direction: column;
    writing-mode: horizontal-tb;
}
.flex-box-row{
  display: flex;
      flex-direction: row;
      writing-mode: horizontal-tb;
        text-align: center;
        margin: .2rem;
        p {
          width: 400px; 
          height: 218px;
        }
  }
  .flex-boxs{
    display: flex;
        flex-direction: column;
        writing-mode: horizontal-tb;
         
          width: 100%;
    } 

.container--block {
  flex-direction: column;
  .category {
    p {
      writing-mode: horizontal-tb;
      text-align: center;
      margin: .25rem;
      width: calc((100% - 1rem));
    }
  }
}


}