@charset "utf-8";
/* CSS Document */

.vane_head{
    margin: 34px 0 0 0;
    text-align: center;
    padding: 3px 0 0;
    color: #0049b1;
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
}
.vane_head .vane_head__text{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 2.0em;
    font-weight: 700;
}

.vane_logo {
    padding: 25px 0 40px;
    border-bottom: 1px solid #646464;
}
.vane_logo__ul__li:nth-child(1){
    width: 30%;
}
.vane_logo__ul__li__img{
    width: 100%;
    margin: 0;
}
.vane_logo__ul__li:nth-child(2){
    padding: 20px 0 0 0;
    font-size: 1.2em;
    font-weight: 700;
}

.vane_web {
    padding: 50px 0 40px;
    border-bottom: 1px solid #646464;
}

.vane_web__ul__li:nth-child(1){
}

.vane_web__ul__li:nth-child(1) p{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-feature-settings: "palt" 1;
    font-size: 2.5em;
    font-weight: 600;
}

.vane_web__ul__li:nth-child(2){
    margin: 7px 0 0 0;
    padding: 11px 0 10px 30px;
    background-image: url("../img/vane_ano.svg");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 3%;
}
.vane_web__ul__li:nth-child(2) a{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-feature-settings: "palt" 1;
    font-size: 1.3em;
    font-weight: 700;
    color: #0049b1;
}

/*** 以下モーダル用CSS ***/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 75%;
  max-width: 920px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  overflow-y: auto;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.modal-content {
    padding:20px 60px 60px 60px; 
}
.modal-content h2 {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    border: none;
}
.modal-content h2 img {
    width: 100%;
}
.modal-content h3 {
    text-align: center;
    color: #000;
	font-size:16px;
	font-size:1.6rem;
	line-height:22px;
	line-height:2.2rem;
	font-weight:600;
    margin: 30px 0 30px 0;
}
.modal-content p {
    text-align: center;
	font-size:14px;
	font-size:1.4rem;
	line-height:18px;
	line-height:1.8rem;
	font-weight:400;
}

.vane_purpose{
    padding: 50px 0 50px;
    border-bottom: 1px solid #646464;
}

.vane_purpose__head{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 2.0em;
    font-weight: 300;
    color: #0049b1;
    border-bottom: 1px solid #0049b1;
    width: 77px;
    padding: 0 0 3px 0;
}

.vane_purpose__maincopy{
    margin: 40px 0 0 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-feature-settings: "palt" 1;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.4em;
}

.vane_purpose__subcopy{
    margin: 30px 0 0 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-feature-settings: "palt" 1;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.6em;
}

.vane_position{
    padding: 50px 0 50px;
    border-bottom: 1px solid #646464;
}

.vane_position__head{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-feature-settings: "palt" 1;
    font-size: 2.0em;
    font-weight: 300;
    color: #0049b1;
    border-bottom: 1px solid #0049b1;
    width: 76px;
    padding: 0 0 3px 0;
}

.vane_position__maincopy{
    margin: 40px 0 0 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-feature-settings: "palt" 1;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.4em;
}

.vane_position__subcopy{
    margin: 30px 0 0 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-feature-settings: "palt" 1;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.7em;
}

.vane_staff{
    padding: 50px 0 50px;
    border-bottom: 1px solid #646464;
}

.vane_staff__head{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 1.6em;
    font-weight: 700;
    color: #0049b1;
    border-bottom: 1px solid #0049b1;
    width: 97px;
    padding: 0 0 3px 0;
}

.vane_staff__maincopy01{
    padding: 50px 0 0;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.6em;
}

.vane_staff__maincopy02{
    padding: 35px 0 0;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.6em;
}

.vane_staff__backnumber{
    margin: 45px 0 0 0;
    padding: 11px 0 10px 30px;
    background-image: url("../img/vane_ano.svg");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 3%;
    color: #0049b1;
}

.vane_staff__backnumber a{
    color: #0049b1;
    font-size: 1.4em;
}

.vane_staff__issn{
    color: #000000;
    margin: 10px 0 0 0;
    font-size: 1.6em;
}

@media screen and ( min-width:415px ) {
    .vane_web__ul__li:nth-child(1) p{
    line-height: 1.5em;
}
    .pc_none{
        display: none;
    }
}

@media screen and ( max-width:414px ) {
    .vane_web__ul__li:nth-child(1) p{
    font-size: 2.2em;
    line-height: 1.5em;
}
    
    .vane_purpose__maincopy{
    font-size: 2.2em;
}
    .vane_position__maincopy{
    font-size: 2.2em;
}
    
    .vane_web__ul__li:nth-child(2){
    margin: 7px 0 0 0;
    padding: 11px 0 10px 30px;
    background-size: 20px;
}
    .vane_staff__backnumber{
        background-size: 20px;
}
}






















