
.division{
    display:flex;
    flex-wrap:wrap;
}

.division2{
    width : 72%;
    box-sizing: border-box;
}

.division1{
    width : 24%;
    margin-left: 4%;
    box-sizing: border-box;
}

.division1 img{
    width : 100%;
}

.division1-2{
    width : 28%;
    box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
.division2{
    width : 100%;
}

.division1{
    width : 100%;
    margin-left: 0;
}

.division1-2{
    width : 100%;
    box-sizing: border-box;
}
}


.division3-1{
    width : 30%;
    background: #fff;
    box-sizing: border-box;
}

.division3-2{
    width : 30%;
    margin-left: 5%;
    background: #fff;
    box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
.division3-1{
    width : 100%;
}

.division3-2{
    width : 100%;
    margin-left: 0;
}
}




.division50-1{
    width : 48%;
    margin-right: 2%;
    box-sizing: border-box;
}
.division50-2{
    width : 48%;
    margin-left: 2%;
    box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
.division50-1{
    width : 100%;
    margin-right: 0%;
}
.division50-2{
    width : 100%;
    margin-left: 0%;
}
}


.contents-title01{
    width : 72%;
    margin-right: 28%;
}


.contents-textbox00{
    width: 100%;
}

.contents-textbox01{
    width: 100%;
    margin-bottom: 60px;
}
.contents-textbox02{
    width: 100%;
    margin-bottom: 45px;
}





@media screen and (max-width: 1000px) {
.contents-title01{
    width: 100%;
    margin-right: 0;
}
}



.banner-btn01{
    width: 100%;
    
    position: relative
}

.banner-btn01 a{
    width: 100%;
    height: 100%;
    font-size: 2.4em;
    font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 20px 0;
    border-radius: 18px;
    border: 3px solid #1E5AD2;
    box-sizing: border-box;
    text-align: center;
}

.banner-btn01 a:hover{
    color: #fff;
    background: #1E5AD2;
}



.banner-btn01::before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 15%;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background: url('../img/banner-btn-icon01.png') no-repeat;
  background-size: contain;
    position: absolute;
    bottom: -20%;
    right: 10%;
    z-index: 3;
}


.banner-btn02{
    width: 100%;
    
    position: relative
}

.banner-btn02 a{
    width: 100%;
    height: 100%;
    font-size: 2.4em;
    font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 20px 0;
    border-radius: 18px;
    border: 3px solid #64C864;
    box-sizing: border-box;
    text-align: center;
}

.banner-btn02 a:hover{
    color: #fff;
    background: #64C864;
}



.banner-btn02::before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 15%;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background: url('../img/banner-btn-icon01.png') no-repeat;
  background-size: contain;
    position: absolute;
    bottom: -20%;
    right: 10%;
    z-index: 3;
}


.banner-btn03{
    width: 100%;
    
    position: relative
}

.banner-btn03 a{
    width: 100%;
    height: 100%;
    font-size: 2.4em;
    font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 20px 0;
    border-radius: 18px;
    border: 3px solid #D2785A;
    box-sizing: border-box;
    text-align: center;
}

.banner-btn03 a:hover{
    color: #fff;
    background: #D2785A;
}



.banner-btn03::before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 15%;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background: url('../img/banner-btn-icon01.png') no-repeat;
  background-size: contain;
    position: absolute;
    bottom: -20%;
    right: 10%;
    z-index: 3;
}



@media screen and (max-width: 1000px) {

.banner-btn01,.banner-btn02,.banner-btn03{
    display: none;
}
}




.link-btn-division{
    display:flex;
    flex-wrap:wrap;
    max-width: 1500px;
    margin: 0 auto;
}

.link-btn01{
    width: 100%;
    max-width: 424px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 0;
}

.link-btn01-left{
    width: 100%;
    max-width: 424px;
    box-sizing: border-box;
    margin: 0;
    padding: 30px 0;
}

a.link-btn-bo01{
    width: 100%;
    font-size: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 10px 0;
    border-radius: 18px;
    border: 3px solid #1E5AD2;
    box-sizing: border-box;
    background: #fff;
}


a.link-btn-bo01:hover{
    color: #fff;
    background: #1E5AD2;
    border: 3px solid #1E5AD2;
}

a.link-btn-bo02{
    width: 100%;
    font-size: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 10px 0;
    border-radius: 18px;
    border: 3px solid #64C864;
    box-sizing: border-box;
    background: #fff;
}


a.link-btn-bo02:hover{
    color: #fff;
    background: #64C864;
    border: 3px solid #64C864;
}

a.link-btn-bo03{
    width: 100%;
    font-size: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 10px 0;
    border-radius: 18px;
    border: 3px solid #D2785A;
    box-sizing: border-box;
    background: #fff;
}


a.link-btn-bo03:hover{
    color: #fff;
    background: #D2785A;
    border: 3px solid #D2785A;
}






a.link-btn-bo01-2{
  display: inline-block;
  align-items: center;
  justify-content: center;
    padding: 5px 30px;
    border-radius: 18px;
    border: 3px solid #1E5AD2;
    box-sizing: border-box;
    background: #1E5AD2;
    color: #fff;
    margin: 15px 0 0 0;
}


a.link-btn-bo01-2:hover{
    color: #1E5AD2;
    background: #fff;
    border: 3px solid #1E5AD2;
}






a.link-btn-bo02-2{
  display: inline-block;
  align-items: center;
  justify-content: center;
    padding: 5px 30px;
    border-radius: 18px;
    border: 3px solid #64C864;
    box-sizing: border-box;
    background: #64C864;
    color: #fff;
    margin: 15px 0 0 0;
}


a.link-btn-bo02-2:hover{
    color: #64C864;
    background: #fff;
    border: 3px solid #64C864;
}






a.link-btn-bo03-2{
  display: inline-block;
  align-items: center;
  justify-content: center;
    padding: 5px 0;
    border-radius: 18px;
    border: 3px solid #D2785A;
    box-sizing: border-box;
    background: #D2785A;
    color: #fff;
    margin: 15px 0 0 20px;
    width: 280px;
    text-align: center;
}


a.link-btn-bo03-2:hover{
    color: #D2785A;
    background: #fff;
    border: 3px solid #D2785A;
}




.link-btn01-3{
    width: 100%;
    max-width: 424px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 0;
}

a.link-btn-bo01-3{
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 10px 0;
    border-radius: 18px;
    border: 3px solid #1E5AD2;
    box-sizing: border-box;
    background: #fff;
}


a.link-btn-bo01-3:hover{
    color: #fff;
    background: #1E5AD2;
    border: 3px solid #1E5AD2;
}





.text-list01{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
  align-items: flex-end; 
}
.text-list01 li{
    float: left;
    padding-bottom: 5px;
}
.text-list01 li:nth-child(2n+1){
    width: 25%;
}
.text-list01 li:nth-child(2n){
    width: 73%;
    padding-left: 2%;
}

.text-list01 li img{
    padding-right: 15px;
    vertical-align: bottom;
}

.text-list01-br{
    white-space: nowrap;
}


@media screen and (max-width: 1000px) {

.text-list01 li:nth-child(2n+1){
    width: 35%;
}
.text-list01 li:nth-child(2n){
    width: 63%;
}
}


.text-list02{
    width: 100%;
    display: inline-block;
    display: flex;
    flex-wrap:wrap;
}
.text-list02 li{
    float: left;
    padding-bottom: 5px;
}
.text-list02 li:nth-child(2n+1){
    width: 25%;
}
.text-list02 li:nth-child(2n){
    width: 73%;
    padding-left: 2%;
}


@media screen and (max-width: 1000px) {

.text-list02 li:nth-child(2n+1){
    width: 35%;
}
.text-list02 li:nth-child(2n){
    width: 63%;
}
}

.img-b{
    border: 1px #969696 solid;
}



@media screen and (max-width: 1000px) {

.img-b{
    margin: 0 0 45px 0;
}
}



#iin{
    padding-top: 110px;
    margin-top: -110px;
}

/*ーーーーーーーーーー　当財団について　ーーーーーーーーーーーーーーー*/

.activity-results-box{
    width: 100%;
    box-sizing: border-box;
    border: 1px #969696 solid;
    margin-bottom: 20px;
}

.activity-results-title01,
.activity-results-title02,
.activity-results-title03{
    width: 100%;
    box-sizing: border-box;
    background: #a0a0a0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.activity-results-title01{
    border-left: 10px #1E5AD2 solid;
}
.activity-results-title02{
    border-left: 10px #64C864 solid;
}
.activity-results-title03{
    border-left: 10px #D2785A solid;
}

.activity-results-title04{
    width: 100%;
    box-sizing: border-box;
    background: #1E5AD2;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.activity-results-scroll{
    overflow-x: scroll;
scrollbar-width: none;
}
.activity-results-scroll::-webkit-scrollbar {
    display: none;
}

.activity-results-t{
    width : -webkit-calc( 100% - 40px );
    width : calc( 100% - 40px );
    min-width: 360px;
    margin: 0 20px;
    font-family: "M PLUS 2", "BIZ UDGothic", sans-serif;
    border-collapse: collapse;
}

.activity-results-t tr{
    width: 100%;
    /*display: flex;*/
    border-bottom: 2px #969696 dotted;
}

.activity-results-t tr.activity-results-b01{
    border-bottom: 1px #1E5AD2 solid;
}
.activity-results-t tr.activity-results-b02{
    border-bottom: 1px #64C864 solid;
}
.activity-results-t tr.activity-results-b03{
    border-bottom: 1px #D2785A solid;
}

.activity-results-t tr:nth-child(1),.activity-results-t tr:nth-child(2){
    border-top: none;
}

.activity-results-t tr.activity-results-bbn{
    border-bottom: none;
}

.activity-results-t tr:last-child{
    border-bottom: none;
}


.activity-results-t tr td{
    text-align: center;
    padding: 20px 0;
}

.activity-results-t tr.activity-results-bbn td{
    padding: 20px 0 0 0;
}

.activity-results-t tr td:nth-child(1){
    width: 20%;
}

.activity-results-t tr td:nth-child(2){
    width: 30%;
}

.activity-results-t tr td:nth-child(3){
    width: 50%;
}

.activity-results-t tr td span{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 0;
    padding: 0 5px;
}
.activity-results-t tr td p.ml{
    display: inline-block;
    margin-left: 40px;
}

.activity-results-t tr td.activity-results-t100{
    width: 100%;
}


.activity-results-t tr td.activity-results-t100tr{
    width: 100%;
    text-align: right;
}

.activity-results-t tr td.activity-results-t100tc{
    width: 100%;
    text-align: center;
}
.activity-results-t tr td.activity-results-t100tc span{
    font-weight: bold;
    font-size: 1.8em;
    line-height: 0;
    padding: 0 5px;
}


.activity-results-t-e01 td{
    height: 3em;
    vertical-align: middle;
    font-family: "Lusitana", sans-serif;
}
.activity-results-t-e02{
    margin: 1.5em;
}
.activity-results-t-e02 td{
    vertical-align: middle;
    font-family: "Lusitana", sans-serif;
}

.activity-results-t-e03 td{
    height: 3em;
    vertical-align: middle;
    font-family: "Lusitana", sans-serif;
}

.activity-results-t-e04 td{
    vertical-align: middle;
    font-family: "Lusitana", sans-serif;
}


.map_area{
    width: 100%;
}

/*ーーーーーーーーーー　大川功について　ーーーーーーーーーーーーーーー*/

.okawa-img{
    float: left;
    width: 100%;
    max-width: 297px;
    margin-right: 45px;
}
.okawa-img img{
    width: 100%;
}
.okawa-name{
    text-align: center;
}
.okawa-name span{
    font-size: 1.5em;
    margin-left: 1em;
}

@media screen and (max-width: 860px) {
.okawa-img{
    width: 100%;
    max-width: 100%;
    text-align: center;
}
    
.okawa-img img{
    width: 25%;
    margin: 0 auto;
}
}


.okawa-img-e{
  flex: 1 1 0;
    max-width: 297px;
    margin-right: 45px;
}
.okawa-img-e img{
    width: 100%;
}

.okawa-img-t{
  flex: 1 1 0;
}


@media screen and (max-width: 860px) {
.okawa-img-e{
    width: 100%;
    max-width: 100%;
    text-align: center;
  flex: none;
}
    
.okawa-img-e img{
    width: 25%;
    margin: 0 auto;
}

.okawa-img-t{
    width: 100%;
  flex: none;
}
}

.pdf-text a{
    background: url("../img/dl-icon2.png") no-repeat left;
    background-size: 1.1em;
    padding-left: 1.6em;
    position: relative;
}


.pdf-text a::after {
  background-color: #333; /* 下線の色 */
  bottom: -5px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 1px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: left top; /* 変形の原点を左上に指定 */
  transition: transform .5s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
/* リンクにホバーした際の下線の表示 */
.pdf-text a:hover::after {
  transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}



/*ーーーーーーーーーー　沿革　ーーーーーーーーーーーーーーー*/

.history-head{
    color: #1E5AD2;
    font-size: 6em;
    font-weight: bold;
    margin-top: -0.2em;
    margin-bottom: 0.2em;
    font-family: "Lusitana", serif;
}



.c-list {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: "BIZ UDMincho", serif;
}

.c-list::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 10px;
    height: 100%;
    background-color: #1E5AD2;
    content: "";
    transform: translateX(-50%);
}

@media screen and (max-width: 860px) {
    .c-list::before {
        left: 6px;
        transform: translateX(0);
    }
}






.c-list-e {
    font-family: "Lusitana", serif;
}


.c-list__item {
    box-sizing: border-box;
    width: 50%;
}

@media screen and (max-width: 860px) {
    .c-list__item {
        width: 100%;
    }
    .c-list__item:nth-of-type(n+2) {
        margin-top: 10px;
    }
}

.c-list__item:nth-of-type(even) {
    margin-left: auto;
}

.c-list__head, .c-list__body {
    padding-top: .5em;
    padding-bottom: .5em;
}

@media screen and (max-width: 860px) {
    .c-list__head, .c-list__body {
        padding-left: 36px;
    }
}

@media screen and (min-width: 861px) {
    .c-list__item:nth-of-type(odd) .c-list__head, .c-list__item:nth-of-type(odd) .c-list__body {
        padding-right: 1.5em;
    }
    .c-list__item:nth-of-type(even) .c-list__head, .c-list__item:nth-of-type(even) .c-list__body {
        padding-left: 1.5em;
    }
}

.c-list__head {
    position: relative;
    border-bottom: 1px solid #1E5AD2;
    line-height: 0.5;
}

.c-list__head::after {
    position: absolute;
    right: -11px;
    bottom: -13px;
    display: block;
    width: 16px;
    height: 16px;
    border: 3px solid #1E5AD2;
    border-radius: 50%;
    background-color: #fff;
    content: "";
}

@media screen and (max-width: 860px) {
    .c-list__head::after {
        right: auto;
        left: 0;
    }
}

@media screen and (min-width: 861px) {
    .c-list__item:nth-of-type(even) .c-list__head::after {
        right: auto;
        left: -11px;
    }
}

.c-list__body > *:first-child {
    margin-top: 0 !important;
}

.c-list__ttl {
    color: #1E5AD2;
    font-weight: bold;
    /*font-size: 24px;*/
}

.c-list__ttl span {
    font-size: 1.8em;
    margin: 0 0.1em;
    font-family: "Lusitana", serif;
}

.c-list__ttl-en {
    color: #1E5AD2;
    /*font-weight: bold;
    font-size: 24px;*/
    font-size: 1.4em;
}

.c-list__ttl-en span {
    font-size: 1.4em;
    margin: 0 0.1em;
    font-family: "Lusitana", serif;
}

@media screen and (min-width: 861px) {
    .c-list__item:nth-of-type(even) .c-list__ttl {
        text-align: right;
    }
    .c-list__item:nth-of-type(even) .c-list__ttl-en {
        text-align: right;
    }
}

.c-list__txt {
    margin-top: 1em;
}


/*ーーーーーーーーーー　大川賞受賞者　ーーーーーーーーーーーーーーー*/

.okawa-year-btn{
    width: 100%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-bottom: 30px
}
.okawa-year-btn li{
    width: 150px;
    font-size: 1.5em;
    text-align: center;
    display: inline-block;
}

.okawa-year-btn li a{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    color: #1E5AD2;
    display: inline-block;
    border-right: 1px solid #969696;
    box-sizing: border-box;
}

.okawa-year-btn li a::before{
    content: ">";
    padding-right: 5px;
}

.okawa-year-btn li a:hover{
    color: #fff;
    background: #1E5AD2;
}



.okawa-year-btn li a.active{
    color: #fff;
    background: #1E5AD2;
}
.okawa-year-btn li a.active::before{
    content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
    margin-right: 5px;
}

.okawa-year-btn li a.active:hover{
    color: #fff;
    background: #1E5AD2;
}



.okawa-list{
    width: 100%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.okawa-list li:nth-child(2n-1){
    width: 48%;
    margin: 0 2% 45px 0;
}

.okawa-list li:nth-child(2n){
    width: 48%;
    margin: 0 0 45px 2%;
}

@media screen and (max-width: 860px) {

.okawa-list li:nth-child(2n-1){
    width: 100%;
    margin: 0 0 45px 0;
}

.okawa-list li:nth-child(2n){
    width: 100%;
    margin: 0 0 45px 0;
}
}

.okawa-list-y{
    width: 100%;
    font-size: 2.1em;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #fff;
    font-weight: bold;
}
.okawa-list-y::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 38%;
    min-width: 150px;
  height: 1px;
  background: #1E5AD2;
}


.okawa-list-box{
    width: 100%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.okawa-list-img{
    width: 100px;
    text-align: left;
}
.okawa-list-img img{
    width: 86px;;
}

.okawa-list-text{
    width : -webkit-calc( 100% - 100px );
    width : calc( 100% - 100px );
}
.okawa-list-name{
    width: 100%;
    font-size: 2.1em;
    padding-bottom: 45px;
}
.okawa-list-r{
    width: 100%;
    font-size: 1.5em;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #fff;
    font-weight: bold;
}
.okawa-list-r::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 25%;
    min-width: 80px;
  height: 1px;
  background: #1E5AD2;
}
.okawa-list-r.okawa-list-r-e{
    line-height: 1;
    margin-top: .6em;
}
.okawa-list-r::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 25%;
    min-width: 80px;
  height: 1px;
  background: #1E5AD2;
}
.okawa-list-reason{
    width: 100%;
    font-size: 1.5em;
    white-space: pre-wrap;
}
.okawa-list-pdf{
    width: 100%;
    font-size: 1.5em;
    text-align: right;
}


.okawa-list-pdf a{
    width: 80%;
    max-width: 300px;
    border: 1px solid #1E5AD2;
    border-radius: 50vh;
    padding: 3px 0;
    margin: 15px 0 0 0;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}
.okawa-list-pdf a:hover{
    background: #1E5AD2;
    border: 1px solid #1E5AD2;
    color: #fff;
}


.okawa-list-reason a{
    color: #1E5AD2;
    text-decoration: none;
}
.okawa-list-reason a:hover{
    color: #C80003;
}







/*ーーーーーーーーーー　大川出版賞受賞者　ーーーーーーーーーーーーーーー*/

.publications-year-btn{
    width: 100%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-bottom: 30px
}
.publications-year-btn li{
    width: 150px;
    font-size: 1.5em;
    text-align: center;
    display: inline-block;
}

.publications-year-btn li a{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    color: #64C864;
    display: inline-block;
    border-right: 1px solid #969696;
    box-sizing: border-box;
}

.publications-year-btn li a::before{
    content: ">";
    padding-right: 5px;
}

.publications-year-btn li a:hover{
    color: #fff;
    background: #64C864;
}



.publications-year-btn li a.active{
    color: #fff;
    background: #64C864;
}
.publications-year-btn li a.active::before{
    content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
    margin-right: 5px;
}

.publications-year-btn li a.active:hover{
    color: #fff;
    background: #64C864;
}




.publications-list{
    width: 100%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    padding-bottom: 45px;
}

.publications-list li:nth-child(2n-1){
    width: 48%;
    margin: 0 2% 45px 0;
}

.publications-list li:nth-child(2n){
    width: 48%;
    margin: 0 0 45px 2%;
}

@media screen and (max-width: 860px) {

.publications-list li:nth-child(2n-1){
    width: 100%;
    margin: 0 0 45px 0;
}

.publications-list li:nth-child(2n){
    width: 100%;
    margin: 0 0 45px 0;
}
}



.publications-list-box{
    width: 100%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    font-size: 1.5em;
    padding-bottom: 15px;
}


.publications-list-title{
    width : 100%;
    margin:0 0 10px 0; 
  position: relative;
  border-bottom: 1px solid #fff;
    font-weight: bold;
}
.publications-list-title::before{
  content: '';
  position: absolute;
  bottom: -3px;
  height: 1px;
  background: #64C864;
    width : -webkit-calc( 100% - 180px );
    width : calc( 100% - 180px );
}

@media screen and (max-width: 860px) {

.publications-list-title{
    width : 100%;
    margin:0 0 10px 0; 
  position: relative;
  border-bottom: 1px solid #fff;
    font-weight: bold;
}
.publications-list-title::before{
  content: '';
  position: absolute;
  bottom: -3px;
  height: 1px;
  background: #64C864;
    width : 100%;
}
}

.publications-list-book{
    width: 80px;
    text-align: left;
}
.publications-list-book img{
    width: 62px;
    border: 1px solid #bebebe;
}

.publications-list-text{
    width : -webkit-calc( 100% - 260px );
    width : calc( 100% - 260px );
}
.publications-list-name{
    width: 100%;
}
.publications-list-publisher{
    width: 100%;
    white-space: pre-wrap;
}





.publications-list-photo{
    width: 180px;
    text-align: right;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}


.publications-list-img{
    width: 80px;
    padding-left: 10px;
}
.publications-list-img img{
    width: 100%;
}

.publications-list-photo2{
    display: none;
}

@media screen and (max-width: 640px) {


.publications-list-text{
    width : -webkit-calc( 100% - 160px );
    width : calc( 100% - 160px );
}

.publications-list-photo{
    width: 80px;
    text-align: right;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.publications-list-img{
    width : 70px;
    padding-left: 10px;
}
.publications-list-img-pc{
    display: none;
}


.publications-list-photo2{
    width: 100%;
    display: block;
    padding-top: 15px;
}
    
.publications-list-img2{
    width : 70px;
    padding-left: 10px;
    float: right;
}
.publications-list-img2 img{
    width: 100%;
}
}



















/*ーーーーーーーーーー　研究助成推薦要領　ーーーーーーーーーーーーーーー*/

.grants-apply-img01{
    max-width: 650px;
    width: 100%;
}


/*ーーーーーーーーーー　日本研究助成対象者　ーーーーーーーーーーーーーーー*/

.search-list__filter-types{
    width : 100%;
    font-size: 1.8em;
}

.search-list__filter-type{
    width: 100%;
    border-bottom: 1px #969696 solid;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search-list__filter-name{
    width: 200px;
    background: #eee;
    padding: 5px 10px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.search-list__filter-data{
    width : -webkit-calc( 100% - 240px );
    width : calc( 100% - 240px );
    padding: 5px 10px;
}

@media screen and (max-width: 860px) {


.search-list__filter-name{
    width: 100%;
}

.search-list__filter-data{
    width : 100%;
    padding: 10px 0 20px 0;
}
    
}

.search-list__filter-data div{
    display: inline-block;
    margin-right: 15px
}

.fruit-select,.fruit-select2{
  border-radius: 5px;
  padding: 10px;
    font-size: 15px;
    margin: 5px 0;
}


.search {
  border-radius: 5px;
  width: 300px;
  padding: 10px;
    font-size: 15px;
    margin: 5px 0;
}

@media screen and (max-width: 860px) {

.search {
    width : 200px;
}
    
}

.search_kome{
    display: inline-block;
    font-size: .9em;
    float: left;
  padding: 10px;
}

.search-count{
    width : -webkit-calc( 100% - 20px );
    width : calc( 100% - 20px );
    text-align: right;
  margin: 20px 20px 10px 0;
}

.search-list__table-scroll {
   overflow-x: scroll;
scrollbar-width: none;
}
.search-list__table-scroll::-webkit-scrollbar {
    display: none;
}

.search-list__table {
  width: 100%;
    min-width: 800px;
    font-size: 1.5em;
}
.search-list__table td {
    padding: 7px 10px;
    border-bottom: 1px solid #969696;
    text-align: left;
  }
.search-list__table th {
    padding: 7px 10px;
    font-weight: 700;
    border-bottom: 1px solid #969696;
}

.sort {
    cursor: pointer;
}
.desc::after {
        content: "▼";
        margin-left: 10px;
    font-size: 1.5em;
    }
      
.asc::after {
        content: "▲";
        margin-left: 10px;
    font-size: 1.5em;
}

.s_year{width: 5em;}
.s_name{width: 8em;}
.s_ffiliation1{width: 10em;}
.s_ffiliation2{width: 5em;}
.s_field{width: 10em;}
.s_theme{width : -webkit-calc( 100% - 49em );
    width : calc( 100% - 49em );
min-width: 20em;}
.s_mov{width: 6em;}
.s_pdf{width: 6em;}



.s_mov a,.s_pdf a{
    border: 1px solid #969696;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.s_mov a:hover,.s_pdf a:hover{
    background: #1E5AD2;
    color: #fff;
}




.set-puls{
    background: #eee;
	width:35px;
	height:35px;
	cursor:pointer;
	border-radius:50%;
	margin:0 0 0 0;
	border:#969696 solid 1px;
  line-height: 35px; /* heightと同じ値に */
  text-align: center; /* 水平中央 */
    cursor: pointer;
}
.set-puls:hover{
    color: #fff;
	background:#969696;
}



.search_fome{
    width: 100%;
    text-align: center;
}
.search_btn{
    background: #eee;
	border-radius:18px;
	border:#969696 solid 1px;
    padding: 5px 0;
    text-align: center;
    font-size: 2.1em;
    width: 100%;
    max-width: 165px;
    margin: 20px auto 45px auto;
    cursor: pointer;
}
.search_btn:hover{
    background: #969696;
    color: #fff;
}


/* ページネーション */
.search-list__pagination {
  margin-top: 20px;
  text-align: center;
}

.search-list__pagination-items {
  display: inline-flex;
  list-style: none;
}
.search-list__pagination-items li {
}
.search-list__pagination-items li a {
        display: block;
        padding: 10px 12px;
        text-decoration: none;
        color: #000;
        transition: all .3s ease 0s;
    font-size: 1.5em;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.search-list__pagination-items li a:hover {
    border: 2px solid #D2785A;
}
    
.search-list__pagination-items li a.active {
    border: 2px solid #D2785A;
}
.search-list__pagination-items li p {
        display: block;
        padding: 10px 12px;
        text-decoration: none;
        color: #000;
        transition: all .3s ease 0s;
    font-size: 1.5em;
    border: 1px solid #ccc;
    border-radius: 5px;
}
  
.search-list__pagination-items li p.search-list-page {
    border: 2px solid #D2785A;
}
.search-list__pagination-items li {
    margin-left: 20px;
  }

.search-list__pagination-items li .pagination-search-that-is-not-supposed-to-exist{
    display: none;
}




@media screen and (max-width: 860px) {


.search-list__pagination-items li a {
        display: block;
        padding: 10px 8px;
        text-decoration: none;
        color: #000;
        transition: all .3s ease 0s;
    font-size: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.search-list__pagination-items li p {
        display: block;
        padding: 10px 8px;
        text-decoration: none;
        color: #000;
        transition: all .3s ease 0s;
    font-size: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.search-list__pagination-items li {
    margin-left: 8px;
  }
    
}






/*ーーーーーーーーーー　海外　研究助成対象者　ーーーーーーーーーーーーーーー*/

.grant-e-year-btn{
    width: 100%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-bottom: 30px
}
.grant-e-year-btn li{
    width: 150px;
    font-size: 1.5em;
    text-align: center;
    display: inline-block;
}

.grant-e-year-btn2 li{
    width: 250px;
    font-size: 2.7em;
    text-align: center;
    display: inline-block;
}

.grant-e-year-btn li a{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    color: #D2785A;
    display: inline-block;
    border-right: 1px solid #969696;
    box-sizing: border-box;
}

.grant-e-year-btn li a::before{
    content: ">";
    padding-right: 5px;
}

.grant-e-year-btn li a:hover{
    color: #fff;
    background: #D2785A;
}



.grant-e-year-btn li a.active{
    color: #fff;
    background: #D2785A;
}
.grant-e-year-btn li a.active::before{
    content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
    margin-right: 5px;
}

.grant-e-year-btn li a.active:hover{
    color: #fff;
    background: #D2785A;
}





.e_year{width: 5em; text-align: left;}
.e_university1{width: 10em; text-align: left;}
.e_university2{width: 10em; text-align: left;}
.e_faculty{width: 10em; text-align: left;}
.e_post{width: 8em; text-align: left;}
.e_name{width: 8em; text-align: left;}
.e_theme{width : -webkit-calc( 100% - 51em );
    width : calc( 100% - 51em );
min-width: 20em; text-align: left;}














/*ーーーーーーーーーー　お問い合わせ　ーーーーーーーーーーーーーーー*/

.contact-box{
    width: 100%;
}

.contact-box li{
    width: 100%;
    max-width: 820px;
}

.contact-box li:nth-child(2n-1){
    font-size: 2.1em;
    font-weight: bold;
}

.contact-box li:nth-child(2n-1) span{
    font-size: 0.8em;
    font-weight: normal;
}


.contact-box li:nth-child(2n){
    width: 100%;
    font-size: 1.8em;
    margin: 10px 0 30px 0;
}

.contact-box li:nth-child(2n) span{
    font-size: 0.8em;
}

.contact-box li:nth-child(2n) label{
    padding:0 20px 0 0;
    cursor: pointer;
    white-space: nowrap;
}
.contact-box li:nth-child(2n) input[type="radio"]{
    margin-right: 10px;
}

.contact-box li:nth-child(2n) input[type="text"] ,
.contact-box li:nth-child(2n) textarea{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    background: #f6f6f6;
    border: 1px solid #bababa;
    border-radius: 5px;
    font-size: 1em;
}


.contact-doui{
    text-align: center;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box li:nth-child(2n) input[type="checkbox"]{
  appearance: none;
  position: relative;
    width: 1.8em;
    height: 1.8em;
    box-sizing: border-box;
    background: #f6f6f6;
    border: 1px solid #bababa;
    border-radius: 5px;
    margin-right: 10px;
    float: left;
}

/* チェックマーク */
.contact-box li:nth-child(2n) input[type="checkbox"]:checked::before {
    position: absolute;
    top: 1px;
    left: 5px;
    transform: rotate(45deg);
    width: 8px;
    height: 15px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    content: '';
  }



.contact-btn{
    text-align: center;
}

.contact-btn01{
    width: 100%;
    max-width: 200px;
    padding: 10px 0;
    border-radius: 18px;
    border: 3px solid #1E5AD2;
    box-sizing: border-box;
    background: #fff;
    color: #1E5AD2;
    margin: 10px 20px;
}


.contact-btn01:hover{
    color: #fff;
    background: #1E5AD2;
    border: 3px solid #1E5AD2;
}



.contact-btn02{
    width: 100%;
    max-width: 200px;
    padding: 10px 0;
    border-radius: 18px;
    border: 3px solid #969696;
    box-sizing: border-box;
    background: #fff;
    color: #969696;
    margin: 10px 20px;
}


.contact-btn02:hover{
    color: #fff;
    background: #969696;
    border: 3px solid #969696;
}







