@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');
@-ms-viewport{width: device-width;}

/*--------------------
　　WFP WTW CSS for common
--------------------*/
/*--------------------
　　reset
--------------------*/
*{
    margin: 0; padding: 0;
    box-sizing: border-box;
    font-size: 100%;
    vertical-align: baseline;
}
ul, ol { list-style : none;}
img { border-style:none;}
*, *:before, *:after { box-sizing: border-box; }
body { -webkit-text-size-adjust: 100%; }
p{margin: 0; padding: 0;}
h1,h2,h3,h4,h5{margin: 0; padding: 0; font-weight: 400;}

/*--------------------
　　common
--------------------*/
body{
    font-family:'Noto Sans JP', '游ゴシック', 'YuGothic', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'sans-serif';
    color:#333;
    text-align:left;
    font-size:16px;
    line-height: 1.7;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
/*文字の太さ*/
.bold  {font-weight:700}

/*画像下スペース削除*/
img{margin:0; padding:0; width:100%;}
a img{margin:0; padding:0; width:100%; vertical-align: bottom;}
/*リンク*/
a {color:rgba(0,132,204,1); text-decoration:none; word-break:break-all;}
a:hover {text-decoration:underline;}
a:hover img {opacity:0.8; transition:all 0.3s ease;}
@media screen and (max-width:767px){
    a:active {text-decoration : none;}
    a:hover {text-decoration : none;}
}

/*icon*/
i{margin-left: 3px;}

/*pdf word icon*/
i.fa-file-pdf{
    color: #C50F00;
}
i.fa-file-word{
    color: #1E408C;
}
a i.fa-file-pdf{
    color: #C50F00;
}
a i.fa-file-word{
    color: #1E408C;
}

/*画像・改行*/
.pc {display:block;}
.sp {display:none;}
img.pc {display:block;}
img.sp {display:none;}
br.pc, span.pc {display:inline;}
br.sp, span.sp {display:none;}
@media screen and (max-width:767px){
	.pc {display:none;}
	.sp {display:block;}
	img.pc {display:none;}
	img.sp {display:block;}
	br.pc, span.pc {display:none;}
	br.sp, span.sp {display:inline;}
}

.red{
    color:rgb(255,0,0);
}

/*--------------------
　　header
--------------------*/
/*.hd_flex{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}*/

header{
    background-color: #FFF;
    text-align: center;
    padding: 0 40px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.3);
    /*position: fixed;
    left: 0;
    top: 0;*/
    position: relative;
    width: 100%;
    z-index: 100;
}
.header{
    max-width: 1122px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header .header_l{
    display: flex;
}
.header .header_l .logo_wfp_01{
    width: 166px;
    margin-right: 20px;
}
.header .header_l .logo_wfp_01 img{
    width: 166px;
    vertical-align: bottom;
    }
.header .header_l h1{
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: rgb(10,110,180);
    margin: 43px 20px 0 0;
    text-align: left;
}
header h1 a{
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: rgb(10,110,180);
    text-align: left;
}
/*サイト名が2行になった時の対応*/
@media screen and (max-width:850px){
    .header .header_l h1{
    	margin: 27px 20px 0 0;
		}
}
.header h1 a:hover{
    text-decoration: none;
}
.header .header_r{
    display: flex;
    justify-content: space-between;
}
.header .header_r .logo_ticad{
    width: 80px;
    margin:14px 10px 0 0;
}
.header .header_r .logo_sdgs{
    width: 160px;
    margin-top: 35px;
}
/*SP*/
@media screen and (max-width:767px){
    header{
        padding: 0 20px;
    }
    .header{
        padding: 0 0 2px 0;
        display: block; 
    }
    .header .header_l{
        display: block; 
    }
    .header .header_l .logo_wfp_01{
        width: 100%;
        margin: 0;
    }
    .header .header_l h1,.header .header_l h1 a{
        font-size: 20px;
        line-height: 1.1;
        margin: 0 0 5px 0;
        text-align: center;
    }
    .header .header_r{
    justify-content: center;
    }
    .header .header_r .logo_ticad{
        width: 60px;
        margin:0 10px 0 0;
    }
	.header .header_r .logo_sdgs{
        width: 100px;
        margin-top: 19px;

    }
}


/*--------------------
　　nav_pc
--------------------*/
nav.nav_pc{
    background-color:rgb(10,110,180);
    z-index: 1;
    padding: 0 40px;
    /*margin-top: 102px;*/
    position: relative;
}
nav.nav_pc .nav{
    max-width: 1122px;
    margin: 0 auto;
    display: flex;
    padding: 8px 0;
    justify-content: space-between;
}
nav.nav_pc .nav > li{
    display: inline-block;
    width: 16.667%;
    position: relative;
}
nav.nav_pc .nav > li a,
nav.nav_pc .nav > li span{
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    padding: 13px 0;
}

/*WFPの学校給食支援*/
nav.nav_pc .nav > li.about a{
	font-size: 16px;
	line-height: 1.2;
}

nav.nav_pc .nav > li.yokohama > a:hover{
    color: #fff;
    background-color:rgb(0,110,202);
    border-radius: 27px;
    text-decoration: none;
}
nav.nav_pc .nav > li.osaka > a:hover{
    color: #fff;
    background-color: rgb(236,108,0);
    border-radius: 27px;
    text-decoration: none;
}
nav.nav_pc .nav > li.nagoya > a:hover{
    color: #fff;
    background-color: rgb(188,53,104);
    border-radius: 27px;
    text-decoration: none;
}
nav.nav_pc .nav > li.about > a:hover,
nav.nav_pc .nav > li.others > a:hover,
nav.nav_pc .nav > li.sns > a:hover,
nav.nav_pc .nav > li.past > a:hover{
    color: rgb(10,110,180);
    background-color: #fff;
    border-radius: 27px;
    text-decoration: none;
}

/*各ページでon*/
#yokohama nav.nav_pc .nav > li.yokohama > a{
    color: #fff;
    background-color:rgb(0,110,202);
    border-radius: 27px;
    text-decoration: none;
}
#osaka nav.nav_pc .nav > li.osaka > a{
    color: #fff;
    background-color: rgb(236,108,0);
    border-radius: 27px;
    text-decoration: none;
}
#nagoya nav.nav_pc .nav > li.nagoya > a{
    color: #fff;
    background-color: rgb(188,53,104);
    border-radius: 27px;
    text-decoration: none;
}
#about nav.nav_pc .nav > li.about > a{
    color: rgb(10,110,180);
    background-color: #fff;
    border-radius: 27px;
    text-decoration: none;
}
#others nav.nav_pc .nav > li.others > a{
    color: rgb(10,110,180);
    background-color: #fff;
    border-radius: 27px;
    text-decoration: none;
}
#past nav.nav_pc .nav > li.past > a{
    color: rgb(10,110,180);
    background-color: #fff;
    border-radius: 27px;
    text-decoration: none;
}

/*プルダウンメニュー*/
nav.nav_pc .yokohama .child,
nav.nav_pc .osaka .child,
nav.nav_pc .nagoya .child,
nav.nav_pc .others .child,
nav.nav_pc .sns .child{
    position: absolute;
    left: 0;
    top:52px;
    width: 100%;
    display: none;
}
nav.nav_pc .yokohama .child li a,
nav.nav_pc .osaka .child li a,
nav.nav_pc .nagoya .child li a,
nav.nav_pc .others .child li a,
nav.nav_pc .sns .child li a{
    display: block;
    padding: 20px 0;
    color: #333;
    background-color: rgba(255,255,255,.9);
}

/*icon*/
nav.nav_pc .sns .child li a i{font-size: 12px; color:#999;}

/*ワンステップ*/
nav.nav_pc .others .child li a{
	font-size: 12px;
	line-height: 1.2;
}

nav.nav_pc .yokohama .child li:not(:last-child) a,
nav.nav_pc .osaka .child li:not(:last-child) a,
nav.nav_pc .nagoya .child li:not(:last-child) a,
nav.nav_pc .others .child li:not(:last-child) a,
nav.nav_pc .sns .child li:not(:last-child) a{
    border-bottom: solid 1px #ccc;
}
nav.nav_pc .yokohama .child li:last-child a,
nav.nav_pc .osaka .child li:last-child a,
nav.nav_pc .nagoya .child li:last-child a,
nav.nav_pc .others .child li:last-child a,
nav.nav_pc .sns .child li:last-child a{
    border-radius: 0 0 10px 10px;
}
nav.nav_pc .yokohama .child li a:hover,
nav.nav_pc .osaka .child li a:hover,
nav.nav_pc .nagoya .child li a:hover,
nav.nav_pc .others .child li a:hover,
nav.nav_pc .sns .child li a:hover{
    text-decoration: none;
    background-color: rgba(238,238,238,.9);
}

/*タブレット対応_WFPの学校給食支援*/
nav.nav_pc .nav > li.about a br.tab{
    display: none;
}
@media screen and (max-width:1064px){
   nav.nav_pc .nav > li.about a br.tab{
        display: inline-block;
    }
    nav.nav_pc .nav > li.about a{
        padding: 1px 0 0 0;
        line-height: 1.2;
       font-size: 16px;
    }
}

/*--------------------
　　nav_sp
--------------------*/
/*sp_btn*/
.sp_btn {display: none;}
@media screen and (max-width:767px){
.sp_btn {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 46px;
	height: 46px;
    padding: 8px;
	cursor: pointer;
	z-index: 200;
    background-color: rgb(10,110,180);
}
.sp_btn .line {
	position: absolute;
	right: 8px;
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	transition: all 0.2s ease-out;
	border-radius: 1.5px;
 }
.sp_btn .line_01 { top: 12px; }
.sp_btn .line_02 { top: 21px; }
.sp_btn .line_03 { top: 30px; }

/*sp_btn.is-active*/	
.sp_btn.is-active .line_01 {
	transform: translateY(9px) rotate(-45deg);
}
.sp_btn.is-active .line_02 {
	opacity: 0;
}
.sp_btn.is-active .line_03 {
	transform: translateY(-9px) 
	rotate(45deg);
}	
}

.nav_sp_wrap {display: none; }
@media screen and (max-width:767px){
    .nav_sp_wrap {display: none; }
    .nav_pc{display: none; }
}

/*nav_sp*/
.nav_sp_wrap{
    position: fixed;
    background-color: #fff;
    z-index: 150;
    height: 100%;
    padding: 66px 20px 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
nav.nav_sp{
    height: 100%;
    overflow-y:auto;/*for sp scroll*/
    -webkit-overflow-scrolling: touch;/*for sp scroll*/
}
nav.nav_sp .nav > li > span,
nav.nav_sp .nav > li > a{
    display: block;
    color: #333;
    border-bottom:solid 1px rgb(10,110,180);
    cursor: pointer;
    font-weight: 400;
    padding: 5px 5px;
}

/*プラスアイコン*/
nav.nav_sp .nav > li.yokohama > span,
nav.nav_sp .nav > li.osaka > span,
nav.nav_sp .nav > li.nagoya > span,
nav.nav_sp .nav > li.sns > span{
    position: relative;
}
nav.nav_sp .nav > li.yokohama > span:after,
nav.nav_sp .nav > li.osaka > span:after,
nav.nav_sp .nav > li.nagoya > span:after,
nav.nav_sp .nav > li.sns > span:after{
  font-family: 'FontAwesome';
  content: "\f055";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  color:rgb(10,110,180);  
}

/*211011_ワンステップ
プラスアイコン追加*/
nav.nav_sp .nav > li.others > span{
    position: relative;
}
nav.nav_sp .nav > li.others > span:after{
  font-family: 'FontAwesome';
  content: "\f055";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  color:rgb(10,110,180);  
}

/*210827_開催中止（会場のプルダウン削除）
矢印アイコン追加*/
nav.nav_sp .nav > li.yokohama > a,
nav.nav_sp .nav > li.osaka > a,
nav.nav_sp .nav > li.nagoya > a{
    position: relative;
    text-decoration: none;
}
nav.nav_sp .nav > li.yokohama > a:after,
nav.nav_sp .nav > li.osaka > a:after,
nav.nav_sp .nav > li.nagoya > a:after{
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  color:rgb(10,110,180);  
}


/*矢印アイコン*/
nav.nav_sp .nav > li.home > a,
nav.nav_sp .nav > li.about > a,
nav.nav_sp .nav > li.others > a,
nav.nav_sp .nav > li.past > a,
nav.nav_sp .nav > li.sns > a{
    position: relative;
    text-decoration: none;
}
nav.nav_sp .nav > li.home > a:after,
nav.nav_sp .nav > li.about > a:after,
nav.nav_sp .nav > li.others > a:after,
nav.nav_sp .nav > li.past > a:after,
nav.nav_sp .nav > li.sns > a:after{
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  color:rgb(10,110,180);  
}
nav.nav_sp .nav > li{
    margin-bottom: 10px;
}

/*プルダウン*/
@media screen and (max-width:767px){
    nav.nav_sp .child{display: none;}
}
nav.nav_sp .child a{
    display: block;
    position: relative;
    margin-left: 0;
    border-bottom: solid 1px #CCC;
    padding: 10px 0 10px 25px;
    font-size: 14px;
    color: #333;
}
nav.nav_sp .child a:hover{
    text-decoration: none;
}
nav.nav_sp .child a:before{
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  color:#999;
}

/*マイナスボタン*/
nav.nav_sp .nav > li.yokohama > span.open:after,
nav.nav_sp .nav > li.osaka > span.open:after,
nav.nav_sp .nav > li.nagoya > span.open:after,
nav.nav_sp .nav > li.others > span.open:after,
nav.nav_sp .nav > li.sns > span.open:after{
  font-family: 'FontAwesome';
  content: "\f056";
}

nav.nav_sp .wfp_contact{
    background-color: #f6f6f6;
    font-size: 12px;
    padding: 10px;
    margin-top: 10px;
}
nav.nav_sp .wfp_contact span.small{
    font-size: 9px;
}
nav.nav_sp .wfp_contact span.tel{
    font-size: 18px;
    font-weight: 700;
}

nav.nav_sp .wfp_info{
    margin: 7px 0;
    text-align: center;
}
nav.nav_sp .wfp_info img{
    max-width: 100px;
    margin: 0 auto;
}
/*
nav.nav_sp .wfp_info{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
nav.nav_sp .wfp_info li:first-child{
    width: 80%;
}
nav.nav_sp .wfp_info li:nth-child(2){
     width: 10%;
    text-align: center;
    margin-top: 17px;
}
nav.nav_sp .wfp_info li:nth-child(3){
    width: 10%;
    text-align: center;
    margin-top: 17px;
}
nav.nav_sp .wfp_info img{
    max-width: 120px;
}
nav.nav_sp .wfp_info i{
    color: #CCCCCC;
    font-size: 22px;
}*/


/*--------------------
　　footer
--------------------*/
footer{
    padding-top: 80px;
    text-align: center;
}
@media screen and (max-width:767px){
    footer{
        padding-top: 40px;
    }
}
/*--------------------
　　.contact
--------------------*/
.contact{
    background-color: #eee;
    text-align: center;
    padding: 40px 40px 35px 40px;
}
.contact-inner{
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
@media screen and (max-width:767px){
    .contact{
       padding: 20px; 
    }
    .contact-inner{
        display: block;
    }
}
.contact_left,
.contact_right{
    padding: 40px;
}
@media screen and (max-width:767px){
    .contact_left,
    .contact_right{
    padding: 20px;
    }
}
.contact_left{
    border-right:solid 2px #eee;
    text-align: center;
}
.contact_left h2{
    color: rgb(10,110,180);
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    white-space: nowrap;
    font-weight: 700;
}
.contact_left p{
    font-size: 14px;
}
@media screen and (max-width:767px){
    .contact_left{
        border-right:none;
        border-bottom:solid 2px #eee;
    }
    .contact_left h2{
        font-size: 15px;
    } 
    .contact_left p{
        font-size: 14px;
    }  
}
.contact_right p{
    font-size: 26px;
    font-weight: 700;    
}
.contact_right span{
    font-size: 16px;
    font-weight: 400;    
}
@media screen and (max-width:767px){
    .contact_right h3{
        font-size: 14px;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .contact_right p{
        font-size: 24px;
        text-align: center;
        line-height: 1;
    } 
     .contact_right p span{
        font-size: 14px;
    }  
}



/*--------------------
　　.wfp-contents
--------------------*/
section.wfp-contents{
    text-align: center;
    padding: 40px;
    border-top:solid 5px #eee;
}
@media screen and (max-width:767px){
    section.wfp-contents{
    padding: 40px 20px;
    }
}
.wfp-contents-inner{
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    /*align-items: center;*/
    position: relative;
}
@media screen and (max-width:767px){
    .wfp-contents-inner{
    display: block;
    }
}
.wfp-contents_left{
    padding-right: 40px;
}
.wfp-contents_left a img{
    width: 166px;
}
@media screen and (max-width:767px){
    .wfp-contents_left{
        padding-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .wfp-contents_left a img{
        width: 150px;
    }
}
.wfp-contents_right p{
    font-size: 14px;
    margin-bottom: 5px
}
@media screen and (max-width:767px){
    .wfp-contents_right p{
        font-size: 12px;
        margin-bottom: 15px;
    }
}
.wfp-link ul{
    display:flex;
}
.wfp-link ul li{
    display: inline-block;
}
.wfp-link ul li:first-child{
    margin-right: 10px;
}
.wfp-link ul li i{
    color: #999999;
    margin-right: 5px;
    font-size: 14px;
}
.wfp-link ul li a{
    color: #333;
    font-size: 14px;
    padding-right: 2px;
}
@media screen and (max-width:767px){
    .wfp-link ul, .wfp-link ul li{
    display:block;
    }
    .wfp-link ul li a{
        font-size: 12px;
        line-height: 1;
        padding: 0;
    }
    .wfp-link ul li i{
        font-size: 12px;
        line-height: 1;
        padding: 0;
    }
}

/*

.wfp-link ul:first-child{
    display: flex;
}
@media screen and (max-width:767px){
    .wfp-link ul:first-child{
        display: block;
    }
}
.wfp-link ul:first-child li:first-child{
    margin-right: 15px;
}
@media screen and (max-width:767px){
    .wfp-link ul:first-child li:first-child{
        margin-right: 0;
    }
    .wfp-link ul:first-child li a{
        font-size: 12px;
        line-height: 1;
        padding: 0;
    }
    .wfp-link ul:first-child li i{
        font-size: 12px;
        line-height: 1;
        padding: 0;
    }
}
*/
/*sns
.wfp-link ul:last-child{
    display: flex;
}
.wfp-link ul:last-child li{
    text-align: right;
}
.wfp-link ul:last-child li a{
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    color: #999999;
}
.wfp-link ul:last-child li a:hover{
    color: #666;
}
.wfp-link ul:last-child li a i{
    font-size: 18px;
    line-height: 1;
}*/
/*pagetop*/
.pagetop{
    display: block;
    width: 60px;
    height: 60px;
    background-color: rgb(10,110,180);
    border-radius: 30px;
    position: absolute;
    top:-70px;
    right: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    border-collapse: collapse;
    padding: 13px 0 0 15px;
}
.pagetop:hover{
    background-color: rgb(26,143,200);
}
@media screen and (max-width:767px){
    .pagetop{
        width: 50px;
        height: 50px;
        font-size: 26px;
        border-radius: 25px;
        padding: 9px 0 0 11px;
        top:-60px;
    }
}

.copyright{
    background-color: #999;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding: 10px 0;
}

/*--------------------
　　topic_path
--------------------*/
.topic_path{
    padding: 15px 40px;
    text-align: center;
}
.topic_path ul{
    max-width:1122px;
    margin: 0 auto;
    display: flex;
}
.topic_path li,.topic_path li a{
    font-size: 14px;
    line-height: 1;
    text-align: left;
}

.topic_path li:not(:last-child){
    margin-right: 15px;
}

.topic_path li:not(:last-child):after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ">";
    font-size: 14px;
    color: #808080;
    padding-left: 15px;
}

/*.topic_path li:not(:last-child):after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: #808080;
    padding-left: 15px;
}*/
@media screen and (max-width:767px){
    .topic_path{
        padding: 10px 20px;
    }
    .topic_path ul{
        max-width:100%; 
        font-size: 12px;
        line-height: 1.5;
        display: block;
        text-align: left;
    }
    .topic_path li{
        display: inline;
        font-size: 12px;
        line-height: 1.5;
        text-align: left;
    }
    .topic_path li a{
    font-size: 12px;
    }
    .topic_path li:not(:last-child){
        margin-right: 5px;
    }

    /*1万アクセス超え.topic_path li:not(:last-child):after{
        font-family: 'FontAwesome';
        content: "\f105";
        font-size: 12px;
        color: #808080;
        padding-left: 5px;
    } */  
}

/*--------------------
　　main_wrap
--------------------*/
.main_wrap{
    width: 100%;
    padding: 0 40px;
    text-align: center;
}
.main_wrap_innter{
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 80px 0;
}
@media screen and (max-width:767px){
    .main_wrap{
        padding: 0 20px;
        font-size: 14px;
    }
    .main_wrap_innter{
        padding: 30px 0;
        font-size: 14px;
    }
}

/*背景の薄い青*/
.bg_blue{
    background-color: rgb(225,239,253);
}

/*開催中止*/
.chushi{
    padding: 40px;
    margin-bottom: 40px;
    border:solid 1px #999;
}
.chushi h3{
    font-weight: 700;
    border-bottom: solid 1px #ff0000;
    padding: 0 0 5px 0;
    margin-bottom: 20px;
    color:#ff0000;
}
@media screen and (max-width:767px){
    .chushi{
        padding: 20px;
        margin-bottom: 20px;
    }
}






