@charset "utf-8";

/*共通項目*/
@media screen and (max-width:767px){
	.only_pc{
		display: none !important;
	}
}
.only_sp{
		display: none !important;
}
.ml10{margin-left: 10px !important;}

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

header{
    background-color: #FFF;
    text-align: center;
    padding: 0 0px;
    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: 1200px;
    margin: 0 auto;
    display: flex;
	 -webkit-justify-content: space-between;
    justify-content: space-between;
	padding: 0.5% 0;
}

.header h1{
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: rgb(10,110,180);
    margin: 2% 2% 2% 2% ;
}
header h1 a{
    font-size: clamp(22px, 1.8vw, 26px);
    line-height: 1;
    font-weight: 700;
    color: rgb(10,110,180);

}

.header .linkToWFP{
    margin: 2% 2% 2% 2% ;
	
}
@media screen and (max-width:767px){
	.header .linkToWFP{
		margin: 2% 2% 2% 2% ;
/*		display: none !important;
*/	}
}
/*サイト名が2行になった時の対応*/
/*@media screen and (max-width:969px){
    .header h1{
    	margin: 7px 20px 0 0;
		}
}
*/
.header h1 a:hover{
	opacity:0.5;
	transition:0.3s;
	text-decoration: none;
}
h1.h1_sp{
    display: none;
}

@media screen and (max-width:767px){
    .header{
        
    }
    .header{
        display: none;
    }
    h1.h1_sp{
        display: block;
        text-align: left;
        color: rgb(10,110,180);
        padding: 11px 10px 10px 11px;
        font-weight: 700;
    }
    h1.h1_sp a{
        font-size: clamp(14px, 3vw, 23px);
        line-height: 1.2;
        color: rgb(10,110,180);
        font-weight: 700;
		width: 50%;
		width: auto;
    }
	    h1.h1_sp a img{
        width: 100%;
			display: flex;
    }

}

/*--------------------
　　nav_pc
--------------------*/
nav.nav_pc{
    background-color:rgb(10,110,180);
    z-index: 1;
    padding: 0 40px;
    position: relative;
}
nav.nav_pc .nav{
    max-width: 1200px;
    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;
}

/*今世界では*/

nav.nav_pc .nav > li.result_nav > a:hover{
    color: #fff;
    background-color:rgb(204,153,0);
    border-radius: 27px;
    text-decoration: none;
}
nav.nav_pc .nav > li.info_nav > a:hover{
    color: #fff;
    background-color: rgb(41,171,226);
    border-radius: 27px;
    text-decoration: none;
}
nav.nav_pc .nav > li.about_nav > a:hover{
    color: #fff;
    background-color: #ff7bab;
    border-radius: 27px;
    text-decoration: none;
}
nav.nav_pc .nav > li.backnumber_nav > a:hover{
    color: #fff;
    background-color: #ff943b;
    border-radius: 27px;
    text-decoration: none;
}
nav.nav_pc .nav > li.sns > a:hover{
    color: #fff;
    background-color: #39C547;
    border-radius: 27px;
    text-decoration: none;
}

/*各ページでon*/
#result_nav nav.nav_pc .nav > li.result_nav > a{
    color: #fff;
    background-color:rgb(0,110,202);
    border-radius: 27px;
    text-decoration: none;
}
#info_nav nav.nav_pc .nav > li.info_nav > a{
    color: #fff;
    background-color: rgb(236,108,0);
    border-radius: 27px;
    text-decoration: none;
}

#about_nav nav.nav_pc .nav > li.about_nav > a{
    color: rgb(10,110,180);
    background-color: #fff;
    border-radius: 27px;
    text-decoration: none;
}

#backnumber_nav nav.nav_pc .nav > li.backnumber_nav > a{
    color: rgb(10,110,180);
    background-color: #fff;
    border-radius: 27px;
    text-decoration: none;
}

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

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


nav.nav_pc .result_nav .child li:not(:last-child) a,
nav.nav_pc .info_nav .child li:not(:last-child) a,
nav.nav_pc .sns .child li:not(:last-child) a{
    border-bottom: solid 1px #ccc;
}
nav.nav_pc .result_nav .child li:last-child a,
nav.nav_pc .info_nav .child li:last-child a,
nav.nav_pc .sns .child li:last-child a{
    border-radius: 0 0 10px 10px;
}
nav.nav_pc .result_nav .child li a:hover,
nav.nav_pc .info_nav .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_nav a br.tab{
    display: none;
}
@media screen and (max-width:1064px){
   nav.nav_pc .nav > li.about_nav a br.tab{
        display: inline-block;
    }
	nav.nav_pc .nav > li{
    display: inline-block;
    width: 15%;
    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:clamp(14px, 1.8vw, 18px);
    line-height: 1.2;
    padding: 13px 0;
	}
}

/*--------------------
　　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: 45px;
	height: 45px;
    padding: 0px;
	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.info_nav > span,
nav.nav_sp .nav > li.sns > span{
    position: relative;
}
nav.nav_sp .nav > li.info_nav > span:after,
nav.nav_sp .nav > li.sns > span:after{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f055";
  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.result_nav > a,
nav.nav_sp .nav > li.about_nav > a,
nav.nav_sp .nav > li.backnumber_nav > 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.result_nav > a:after,
nav.nav_sp .nav > li.about_nav > a:after,
nav.nav_sp .nav > li.backnumber_nav > a:after,
nav.nav_sp .nav > li.sns > a:after{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  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: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  color:#999;
}

/*マイナスボタン*/
nav.nav_sp .nav > li.info_nav > span.open:after,
nav.nav_sp .nav > li.sns > span.open:after{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  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{
   display: block;
}
nav.nav_sp .wfp_info img{
   display: block;
}
@media screen and (max-width:767px){
nav.nav_sp .wfp_info{
    margin: 7px 0;
    text-align: center;
}
nav.nav_sp .wfp_info img{
    max-width: 100px;
    margin: 0 auto;
}
}

/*--------------------
　　.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 18px;
}
.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 14px;
        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: "\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;
    }

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



