@charset "utf-8";


body{
color:#00549c;
font:1.1rem 'Kosugi',"メイリオ","Meiryo",verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust: none;
}

html{background:#ffffff;}


/* リンク設定
------------------------------------------------------------*/
a{color:#00549c;text-decoration:none;}
a:hover{color:#00549c;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
width:100%;
position:relative;
}

.inner{
margin:0 auto;
width:90%;
max-width:1200px;
}

.spac{
letter-spacing: 0.15em;
}
.center{
	text-align: center;
}
.s_font01{
	font-size: 80%;
}
.mar_t{
	margin-top: 130px;
}
.mar_b{
	margin-bottom: 30px;
}
/*PCで無効*/
.pc_hid{
    display: none;
}

/*スマートフォンで有効*/
@media screen and (max-width:599px) {
    .pc_hid{
        display: block;
    }
}
/*****************************************************************
/* ヘッダー
*****************************************************************/
h1{
	font:400% Times New Roman,Sans-Serif;
	font-weight: 500;
	margin:-30px auto 0.2em;
	line-height: 0.35em;
}
h1 .h_font01{
	font-size:0.22em;
	padding-left: 90px;
	font-weight: 900;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
h1 .h_font02{
	font-size:0.23em;
	font-weight: 700;
	padding-left:140px;
}
h2{
width:180px;
text-align: center;
font:170% Times New Roman,Sans-Serif;
background-color: #83cac4;
color:#000;
margin:80px auto;
padding: 15px 0;
line-height: 0.9em;
}
h2 .s_font02{
font-size: 0.65em;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
h2 .s_font03{
font-size: 0.5em;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#header{
overflow:hidden;
padding: 0;
margin: 0;
width:100%;
color:#000;
background:url("../images/header-line.gif") repeat-x bottom  ;
}
#header a, #header a:hover{
	color:#000;
}
#header .inner{
	width:760px;
	margin:0 auto;
	display: -webkit-flex;
    display: flex;
}
#header .mark img{
	width:100%;
	height:auto;
}
#header .mark{
	width:30%;
	max-width: 284px;
}
#header .info{
	position: relative;
	width:70%;
	margin-left: 40px;
	max-width:476px;
	padding-top:15px;
}
#header .company_name{
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
	width: 100%;
	position: relative;
}
#header .company_name .name{
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
}
#header .info .h_logo{
	width:15%;
	max-width:50px;
	margin:12px 10px 0 0;
}
#header .info .h_logo img{
	width:100%;
	height:auto;
}
#header .info .navi{
	isplay: -webkit-flex;
    display: flex;
    position: absolute;
	bottom: 10px;
	right:0;
}
#header .info .contact{
	font-size:0.8em;
	font-weight: 700;
	margin: 10px auto auto 30px;
	font-family: 'Nunito Sans','Archivo Black', sans-serif;
}
#header .info .menu{
	background:url("../images/bg_menu.png") no-repeat;
	width:166px;
	height:33px;
	font:123% Times New Roman,Sans-Serif;
	line-height: 35px;
	padding-top:10px;
	text-align: center;
}

#header .info .menu a {
   display: block;
   color:#000;
}
#header .info .menu a:hover{
   background-color:rgba(255,255,255,0.3);
background-blend-mode:lighten;
}
/*****************************************************************
/* mein_content
*****************************************************************/
.m_title{
	background:url("../images/title-haccp01.png") no-repeat center;
	width:931px;
	height:486px;
	margin:0 auto;
	position: relative;
}
.m_title .m_copy{
	display: flex;
	justify-content:center;
	width:88%;
	margin: 0 auto;
}
.m_title .m_copy .heading_l, .m_title .m_copy .heading_r{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 40px 20px;
  width: 15%;
  min-width:170px;
  height:50px;
  vertical-align: middle;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  bprder:#00549c;
  -webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
}
.m_title .m_copy .heading_l::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 5px;
  bottom: 15px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 17.32px;
  transform: rotate(45deg);
}
.m_title .m_copy .heading_r::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 5px;
  bottom: 20px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 17.32px;
  transform: rotate(15deg);
}
.m_title .m_copy .m_logo{
	width: 70%;
	text-align: center;
	padding-top:28px;
}
.m_title .service{
	position: absolute;
	color: #fff;
    bottom:20px;
	width:100%;
	font-size: 130%;
	text-align: center;
	font-weight: 700;
	
}
/*****************************************************************
/* gimuka
*****************************************************************/
.gimuka{
	width:100%;
	margin: 0 auto 50px;
    border: 5px solid #00549c;
	padding: 20px;
}
.gimuka .g_title{
	font-size: 140%;
	font-weight: 700;
	text-align: center;
}
.gimuka .g_content{
	font-size: 80%;
	text-align: center;
	margin-top: 17px;
}
/*****************************************************************
/* point
*****************************************************************/
.point{
	width:80%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.point .p_box{
    background:url("../images/bg_point.gif") no-repeat;
    width:90%;
	height:326px;
	max-width:448px;
	margin-bottom:20px;
	padding: 0;
}
.point .p_box .no{
	background:url("../images/bg_point.png") no-repeat;
	height:51px;
	width:118px;
	color:#fff;
	margin: -7.5px auto 0 15px;
	text-align: center;
}
.point .p_box .no p{
	transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-7deg);
	font-weight: 700;
	padding-top:14px;
}
.point .p_box .no .number{
	font-size: 130%;
}
.point .p_box .p_text{
	margin:15px 50px;
}
.point .p_box .p_text h4{
	font-size: 150%;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-align: center;
	margin:0 auto -0.35em;
}
.point .p_box img{
	width: 90%;
	max-width: 330px;
}
.point .p_box .p_textcon{
	margin-top:10px;
	letter-spacing: 0.09em;
	line-height: 1.8em;
	font-size: 1.1em;
}
/*****************************************************************
/* 便利な機能
*****************************************************************/
.title_kinou{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin-top:50px;
}
.title_kinou p{
	margin: 0;
}
.title_kinou h5{
	height:65px;
	line-height: 65px;
	font-size: 150%;
	font-weight: 700;
}
.kinou{
	position: relative;
	width:100%;
	margin:0 auto 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kinou .k_box{
	width: 20%;
	min-width:253px;
	height:151px;
    height:auto;
	text-align: center;
}
.kinou .k_box .heading{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px 20px;
  width: 100%;
  min-width:213px;
  height:111px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  background: #faed00;
  border-radius: 50%;
}
.kinou .k_box .heading::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #faed00;
  z-index: 0;
}

.kinou .p_no {
  font-size: 30px;
  margin: 20px auto 0;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border:2px solid #00549c;
  background: #fff;
  text-align:center;
  line-height: 38px;
}
.kinou .k_box ol li{
	color:#fff;
	font-size: 145%;
	background-color: #00549c;
	border-radius: 30px 30px 30px 30px;
	padding: 10px;
	margin:-15px auto 15px;
}

/*****************************************************************
/* menu spec
*****************************************************************/
h3{
	font-size: 130%;
	font-family: 'Nunito Sans','Archivo Black', sans-serif;
	text-align: center;
}
.menu_content{
	width: 70%;
	margin: 10px auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_content ul{
	width:30%;
	margin:0 10px;
}
.menu_content ul li{
	border-bottom: 1px solid #00549c;
	padding:5px;
}
.menu_content ul li:first-child{
	border-top: 1px solid #00549c;
}
.menu_content .indent li:nth-child(n + 2){
	text-indent: 1em;
}
/***********************************************************/
.spec_content{
	width: 70%;
	margin: 10px auto 30px;
	border-top: 1px solid #00549c;
}
.spec_content ol{
	display: flex;
}
.spec_content ol li{
	width: 50%;
	border-bottom: 1px solid #00549c;
	padding:5px;
}
.spec_content ol li:nth-child(2){
	text-align: center;
}
.bana_taiken a{
	display: block;
	width: 50%;
	max-width: 340px;
	margin: 5px auto 10px;
	background-color: #faed00;
	font-size: 165%;
	text-align: center;
	padding:5px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 900;
	color:#00549c;
}
.bana_taiken a:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*****************************************************************
/* company
*****************************************************************/
.company table{
	width:35%;
	margin:0 auto;
	color:#000;
	font-family: 'Nunito Sans','Archivo Black', sans-serif;
	font-size: 90%;
}
.company table th{
	width:20%;
	text-align: left;
	padding:10px;
	font-weight:lighter;
}
.company table td{
	width:80%;
}
.company table td a, table td a:hover, #footer a, #footer a:hover{
	color:#000;
}
/*****************************************************************
/* jigyou
*****************************************************************/
.jigyou{
	width:35%;
	margin:40px auto 80px;
	color:#000;
}
.jigyou .j_title{
	text-align: center;
	padding-bottm:8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.jigyou ul li{
	font-size: 90%;
	padding:5px 0 5px 22px;
	width:100%;
	background:url("../images/list.gif") left 0px top 8px no-repeat;
}
/*****************************************************************
/* pagetop
*****************************************************************/
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
/*****************************************************************
/* footer
*****************************************************************/
#footer{
	width:100%;
	height:230px;
	background:url("../images/bg_footer.gif");
}
#footer .inner{
	width:900px;
	margin:0 auto;
	display: flex;
	color:#000;
}
#footer .mark{
	width:50%;
	max-width: 324px;
	height: 230px;
}
#footer .mark img{
	width: 100%;
	height: 100%;
}
#footer .f_company{
	display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
	margin:40px 0 0 30px;
}
#footer .f_company div{
	width:50%;
}
#footer .f_company div.copy{
	width:100%;
	font-size: 80%;
	text-align: center;
	margin-top:8px;
}
#footer .f_company .name{
	display: -webkit-flex;
    display: flex;
	line-height: 0.1em;
}
#footer .f_company .name .f_font01{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 90%;
	font-weight: 700;
	margin-left:40px;
}
#footer .f_company .name .f_font02{
	 display: inline-block;
	font:350% Times New Roman,Sans-Serif;
    margin-top: -10px;
}
#footer .f_company .name .f_logo{
	width:30%;
	max-width: 40px;
	height:auto;
	margin:7px 15px 0 0;
	
}
#footer .f_company .name .f_logo img{
	width: 100%;
}

#footer .f_company table tr{
	width:100%;
	font-size: 90%;
	font-family: 'Nunito Sans','Archivo Black', sans-serif;
}
#footer .f_company table th{
	text-align: left;
	font-weight:lighter;
}
#footer .f_company table td{
	width:80%;
}
#footer .f_company .menu{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	font:120% Times New Roman,Sans-Serif;
	margin-top:30px;
}
#footer .f_company .menu p a{
	background-color: #fff;
	padding: 8px 20px;
	display:block;	
}
#footer .f_company .menu p a:hover {
	opacity: 0.7 ;
}
#footer .f_company .menu p:first-child{
	margin-right:10px;
}
/*****************************************************************
/* メディアクエリ
*****************************************************************/
@media screen and (max-width: 1024px){

/***** ヘッダー ********************************************/
h1{
	font:370% Times New Roman,Sans-Serif;
	font-weight: 500;
	margin:-30px auto 0.2em;
	line-height: 0.35em;
}
h1 .h_font01{
	font-size:0.2em;
	padding-left: 90px;
	font-weight: 900;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
h1 .h_font02{
	font-size:0.21em;
	font-weight: 700;
	padding-left:140px;
}
#header .info .h_logo{
	margin:7px 10px 0 0;
}
#header .info .contact{
	font-size:0.7em;
	font-weight: 700;
	margin: 10px auto auto 20px;
	font-family: 'Nunito Sans','Archivo Black', sans-serif;
}
#header .info .navi{
	isplay: -webkit-flex;
    display: flex;
    position: absolute;
	bottom: 10px;
	right:15px;
}
/**** mein_content *******************************************/
.m_title{
	background:url("../images/title-haccp01.png") no-repeat center;
	background-size:80% auto;
	width:100%;
	max-width:600px;
	height:365px;
	margin:0 auto;
	position: relative;
}
.m_title .m_copy{
	display: flex;
	justify-content:center;
	width:100%;
	margin: 0 auto;
}
.m_title .m_copy .heading_l, .m_title .m_copy .heading_r{
  position: relative;
  display: inline-block;
  margin: 0.2em 0;
  padding: 30px 10px;
  width: 20%;
  min-width:200px;
  height:50px;
   vertical-align: middle;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  bprder:#00549c;
  -webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
}
.m_title .m_copy .heading_l::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 5px;
  bottom: 15px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 17.32px;
  transform: rotate(45deg);
}
.m_title .m_copy .heading_r::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 5px;
  bottom: 20px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 17.32px;
  transform: rotate(15deg);
}
.m_title .m_copy .m_logo{
	width: 60%;
	max-width: 150px;
	text-align: center;
	padding:10px;
}
.m_title .m_copy .m_logo img{
	width:50%;
	max-width: 50px;
	height:auto;
}
.m_title .service{
	position: absolute;
	color: #fff;
    bottom:20px;
	width:100%;
	font-size: 110%;
	text-align: center;
	font-weight: 700;
	
}
/***** gimuka *******************************/
.gimuka{
	width:95%;
	margin: 0 auto 50px;
    border: 3px solid #00549c;
	padding: 15px;
}
.gimuka .g_title{
	font-size: 140%;
	font-weight: 700;
	text-align: center;
}
.gimuka .g_content{
	font-size: 80%;
	text-align: center;
	margin-top: 17px;
}
/***point******************************************/	
.point{
	width:90%;
	margin:0 auto;
	display: block !important;
}

.point .p_box{
    background:url("../images/bg_point.gif") no-repeat;
	background-position: 0 8px;
	width:100%;
	max-width:448px;
	margin:0 auto 50px;
	padding: 0;
	background-size:contain;
}
.point .p_box .no{
	margin-left:7px;
	
}
/***お役立ち機能***/

.kinou .k_box{
	margin:30px;
}
/**** menu spec*****/
.menu_content{
	width: 100%;
	margin: 10px auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_content ul{
	width:48%;
	margin:0;
}
/**********************************************/
.spec_content{
	width: 100%;
}
.bana_taiken a{
	width: 70%;
	max-width: 350px;
	margin: 5px auto 10px;
	font-size: 120%;
	text-align: center;
	padding:5px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 900;
}
/**** company ********************************************/
.company table{
	width:70%;
	margin:0 auto;
}
/****** jigyou ********************************************/
.jigyou{
	width:70%;
	margin:40px auto 80px;
	color:#000;
}
/***** footer ********************************************/

#footer{
	height:100%;
}
#footer .inner{
	width:100%;
	margin:0 auto;
	display: flex;
	color:#000;
}
#footer .mark{
	width:40%;
	max-width: 200px;
	height: auto;
}
#footer .mark img{
	width: 100%;
	height: 100%;
}
#footer .f_company{
	margin:20px 0 0 30px;
}
#footer .f_company div.copy{
	width:100%;
	font-size: 70%;
	margin-top:5px;
}
#footer .f_company .name .f_logo{
	width:30%;
	max-width: 40px;
	height:auto;
	margin:5px 15px 0 0;
}
#footer .f_company .name{
	display: -webkit-flex;
    display: flex;
	line-height: 0.1em;
}
#footer .f_company .name .f_font01{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 80%;
	font-weight: 700;
	margin-left:25px;
}
#footer .f_company .name .f_font02{
	 display: inline-block;
	font:340% Times New Roman,Sans-Serif;
    margin-top: -10px;
}
#footer .f_company table tr{
	width:100%;
	font-size: 85%;
	font-family: 'Nunito Sans','Archivo Black', sans-serif;
}
#footer .f_company .menu{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	font:100% Times New Roman,Sans-Serif;
	margin-top:20px;
}
#footer .f_company .menu p a{
	background-color: #fff;
	padding: 5px 20px;
	display:block;	
}

}

@media screen and (max-width: 599px) { 
/***** ヘッダー ********************************************/
h1{
	font:180% Times New Roman,Sans-Serif;
	font-weight: 500;
	margin:-20px auto 0.2em;
	line-height: 0.4em;
}
h1 .h_font01{
	font-size:0.21em;
	padding-left: 25px;
	font-weight: 900;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
h1 .h_font02{
	font-size:0.2em;
	font-weight: 700;
	padding-left:65px;
}
#header .inner{
	width:100%;
	height:auto;
	margin:0 auto;
	display: -webkit-flex;
    display: flex;
}
#header .mark img{
	width:auto;
	max-width: 150px;
	height:auto;
}
#header .mark{
	width:20%;
	max-width: 150px;
}

#header .company_name{
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
	width: 90%;
	margin:10px auto 0;
	position: relative;
}
#header .company_name .name{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	}
#header .info .h_logo{
	width:15%;
	max-width:35px;
	margin:-10px 10px 0 0;
}
#header .info .h_logo img{
	width:100%;
	height:auto;
}
#header .info .navi{
	isplay: -webkit-flex;
    display: flex;
    position: absolute;
	bottom: 10px;
	right:0;
}
#header .info .contact{
	font-size:0.65em;
	font-weight: 700;
	line-height: 0.98em;
	margin: -3px auto 0;
	padding-left:10px;
	text-align: center;
	font-family: 'Nunito Sans','Archivo Black', sans-serif;
}
#header .info .menu{
	background:url("../images/bg_menu.png") no-repeat;
	background-size:100px auto;
	width:100px;
	height:15px;
	font:0.75em Times New Roman,Sans-Serif;
	padding-top:7px;
	text-align: center;
}

/**** mein_content *******************************************/
.m_title{
	background:url("../images/title-haccp01.png") no-repeat center;
	background-size:95% auto;
	width:95%;
	width:358px;
	height:260px;
	margin:0 auto 0;
	position: relative;
}
.m_title .m_copy{
	display: flex;
	justify-content:center;
	width:100%;
	margin: 0 auto;
}
.m_title .m_copy .heading_l, .m_title .m_copy .heading_r{
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  width: 12%;
  min-width:110px;
  height:50px;
  vertical-align: middle;
  text-align: center;
  font-size: 75%;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  bprder:#00549c;
  -webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
}
.m_title .m_copy .heading_l::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 5px;
  bottom: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 17.32px;
  transform: rotate(45deg);
}
.m_title .m_copy .heading_r::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 5px;
  bottom: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 17.32px;
  transform: rotate(15deg);
}
.m_title .m_copy .m_logo{
	width: 40%;
	max-width: 90px;
	text-align: center;
	padding:15px;
}
.m_title .m_copy .m_logo img{
	width:40%;
	max-width: 50px;
	height:auto;
}
.m_title .service{
	bottom:10px;
	width:80%;
	font-size: 75%;
	text-align: center;
	font-weight: 700;
	margin-left:10%;
}
/**** gimuka *******************************************/
.gimuka{
	width:90%;
}
.gimuka .g_title{
	font-size: 120%;
}
.gimuka .g_textcon{
	margin-top:10px;
	letter-spacing:normal;
	line-height:1.6em;
	font-size: 90%;
}
/***point***/
.point{
	width:100%;
	margin:0 auto;
	display: block;
}

.point .p_box{
	display: block;
    background:url("../images/bg_point.gif") no-repeat;
	background-size:95% auto;
    width:95%;
	max-width:448px;
	max-height:328px;
	margin:0 auto 0 20px;
}
.point .p_box .p_text h4{
	font-size: 120%;
	letter-spacing: 0;
}

.point .p_box .p_text{
	margin:10px 25px 0;
	font-size:100%;
	max-width: 330px;
}
.point .p_box .p_text img{
		width: 85%;
		margin: 0 auto;
	}
.point .p_box .p_textcon{
	width:100%;
	margin:5px auto 0;
	letter-spacing:normal;
	line-height:1.5em;
	font-size: 1em;
}


/***お役立ち機能******************************************/

.title_kinou{
	margin-top:15px;
	margin-bottom:20px;
}

.title_kinou h5{
	height:40px;
	line-height: 40px;
	font-size: 118%;
	font-weight: bold;
	margin:0 5px;
	line-height: 1.3em;
	text-align: center;
}
.title_kinou p{
	max-width: 28px;
}
.title_kinou p img{
	width:86%;
	height:auto;
	margin: 0
}


/**** menu spec********************************************/
.menu_content{
	width: 100%;
	margin: 10px auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_content ul{
	width:100%;
	margin:0;
}
.menu_content .indent li:nth-of-type(1){
	border-top: none;
}
/***** 便利な機能 ********************************************/

.kinou{
	position: relative;
	width:100%;
	margin:0 auto 70px;
	display:block;
}
.kinou .k_box{
	width: 20%;
	min-width:253px;
	height:151px;
    height:auto;
	text-align: center;
	margin: 0 auto 30px;
}

/**** company ********************************************/
.company table{
	width:90%;
	margin:0 auto;
}
.company table th{
	width:30%;
	padding:5px;
}
.company table td{
	width:70%;
}
/**** jigyou ********************************************/

.jigyou{
	width:90%;
}

/***** footer ********************************************/

#footer{
	height:100%;
}
#footer .inner{
	width:100%;
	margin:0 auto;
	display: flex;
	color:#000;
}
#footer .mark{
	width:39%;
	max-width: 190px;
	height: auto;
}
#footer .mark img{
	width: 100%;
	height: 100%;
}
#footer .f_company{
	display: block;
	margin:10px 0 0 20px;
}
#footer .f_company div{
	width:auto;
}
#footer .f_company div.copy{
	font-size: 40%;
	text-align: left;
	margin-top:15px;

}
#footer .f_company .name{
	display: -webkit-flex;
    display: flex;
	line-height: 0.1em;
	margin-bottom: 5px
}
#footer .f_company .name .f_font01{
	font-size: 50%;
	margin-left:28px;
}
#footer .f_company .name .f_font02{
	 display: inline-block;
	font:295% Times New Roman,Sans-Serif;
    margin-top: 0;
}
#footer .f_company .name .f_logo{
	width:30%;
	max-width: 25px;
	height:auto;
	margin:6px 8px 0 0;
	
}
#footer .f_company table tr{
	width:100%;
	font-size: 50%;
	font-family: 'Nunito Sans','Archivo Black', sans-serif;
}
#footer .f_company table td{
	width:80%;
}
#footer .f_company .menu{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: center;
    align-items: center;
	font:60% Times New Roman,Sans-Serif;
	margin-top:15px;
}
#footer .f_company .menu p a{
	background-color: #fff;
	padding: 5px 10px;
	display:block;	
}
}
@media screen and (max-width: 375px) { 
/***** ヘッダー ********************************************/
h1{
	font:180% Times New Roman,Sans-Serif;
	font-weight: 500;
	margin:-20px auto 0.2em;
	line-height: 0.4em;
}
h1 .h_font01{
	font-size:0.21em;
	padding-left: 25px;
	font-weight: 900;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
h1 .h_font02{
	font-size:0.2em;
	font-weight: 700;
	padding-left:65px;
}
#header .inner{
	width:100%;
	height:auto;
	margin:0 auto;
	display: -webkit-flex;
    display: flex;
}
#header .mark img{
	width:auto;
	max-width: 150px;
	height:auto;
}
#header .mark{
	width:20%;
	max-width: 150px;
}

#header .company_name{
	display: block;
	width: 80%;
	margin:0 auto;
	position: relative;
}
#header .company_name .name{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	}
#header .info .h_logo{
	width:15%;
	max-width:48px;
	margin:-10px 10px 0 0;
}
#header .info .h_logo img{
	width:100%;
	height:auto;
}
#header .info .navi{
	isplay: -webkit-flex;
    display: flex;
    position: absolute;
	bottom: 10px;
	right:0;
}
#header .info .contact{
	font-size:0.65em;
	font-weight: 700;
	line-height: 0.98em;
	margin: -3px auto 0;
	padding-left:10px;
	text-align: center;
	font-family: 'Nunito Sans','Archivo Black', sans-serif;
}
#header .info .menu{
	background:url("../images/bg_menu.png") no-repeat;
	background-size:100px auto;
	width:100px;
	height:15px;
	font:0.75em Times New Roman,Sans-Serif;
	padding-top:7px;
	text-align: center;
}
/**** mein_content *******************************************/
.m_title{
	background:url("../images/title-haccp01.png") no-repeat center;
	background-size:95% auto;
	width:95%;
	width:358px;
	height:260px;
	margin:0 -10px;
	position: relative;
}
/***point******************************************/
.point .p_box{
    margin:0 auto;
	max-height:280px;
}
.point .p_box .p_text h4{
	font-size: 120%;
	letter-spacing: 0;
}

.point .p_box .p_text{
	margin:10px 25px 0;
	font-size:90%;
}
.point .p_box .p_text img{
		width: 90%;
		margin: 0 auto;
	}
.point .p_box .p_textcon{
	margin-top:5px;
	letter-spacing:normal;
	line-height:1.5em;
	font-size: 0.95em;
}
/***** footer ********************************************/

#footer{
	height:100%;
}
#footer .inner{
	width:100%;
	margin:0 auto;
	display: flex;
	color:#000;
}
#footer .mark{
	width:39%;
	max-width: 190px;
	height: auto;
}
#footer .mark img{
	width: 100%;
	height: 100%;
}
#footer .f_company{
	display: block;
	margin:8px 0 0 20px;
}
#footer .f_company div{
	width:auto;
}
#footer .f_company div.copy{
	width:100%;
	font-size: 38%;
	text-align: left;
	margin-top:5px;

}
#footer .f_company .name{
	display: -webkit-flex;
    display: flex;
	line-height: 0.1em;
	margin-bottom: 5px
}
#footer .f_company .name .f_font01{
	font-size: 50%;
	margin-left:10px;
}
#footer .f_company .name .f_font02{
	 display: inline-block;
	font:287% Times New Roman,Sans-Serif;
    margin-top: 0;
}
#footer .f_company .name .f_logo{
	width:30%;
	max-width: 25px;
	height:auto;
	margin:4px 8px 0 0;
	
}
#footer .f_company .name .f_logo img{
	width: 100%;
}

#footer .f_company table tr{
	width:100%;
	font-size: 45%;
	font-family: 'Nunito Sans','Archivo Black', sans-serif;
}
#footer .f_company table th{
	text-align: left;
	font-weight:normal;
}
#footer .f_company table td{
	width:80%;
}
#footer .f_company .menu{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: center;
    align-items: center;
	font:60% Times New Roman,Sans-Serif;
	margin-top:5px;
}
#footer .f_company .menu p a{
	background-color: #fff;
	padding: 2px 8px;
	display:block;	
}

}
