@charset "UTF-8";

/* RESET
------------------------------------*/

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin:0; padding:0; border:0; outline:0;
    font-size:100%;
	font-weight:normal;
    vertical-align:baseline;
    background:transparent;
}
body { line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block; }
nav ul { list-style:none; }
li { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/* change colours to suit your needs */
ins { background-color:#ff9; color:#000; text-decoration:none; }
/* change colours to suit your needs */
mark { background-color:#ff9; color:#000;  font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
/* change border colour to suit your needs */
hr { display:block; height:1px; border:0;  border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select { vertical-align:middle; }

input[type="text"],input[type="submit"],input[type="button"], button, select, textarea {
    -webkit-appearance: none;
}
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}



/* Base
------------------------------------*/

body {
	margin: 0px; padding: 0px; height: 100%;
	text-align: left;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	height:100%;
	color:#333;
	background:#fff;
	font-size: 1.6rem;
}

html {
    height:100%;
    font-size: 62.5%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


a:link,
a:visited { color: #10763c; text-decoration: underline; }
a:hover,
a:active { color: #777; text-decoration: none; }

.right { float: right; }
.left { float: left; }

#clear{ clear:both; }
.clear{ clear:both; }

a img {
    transition: opacity 0.3s ease;
}
a img:hover {
	opacity:0.8;
}
a img.hoverImg{
 background:none!important;
}
a:hover img.hoverImg{
 opacity:0.8;
 filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
 background:none!important;
}

p { font-size: 1.6rem; line-height: 2.0em; }

.mg_t10 { margin-top: 10px; }
.mg_t20 { margin-top: 20px; }
.mg_t30 { margin-top: 30px; }
.mg_t40 { margin-top: 40px; }
.mg_t50 { margin-top: 50px; }
.mg_t60 { margin-top: 60px; }
.mg_t70 { margin-top: 70px; }
.mg_t80 { margin-top: 70px; }
.mg_t90 { margin-top: 70px; }
.mg_t100 { margin-top: 100px; }

.mg_b10 { margin-bottom: 10px; }
.mg_b20 { margin-bottom: 20px; }
.mg_b30 { margin-bottom: 30px; }
.mg_b40 { margin-bottom: 40px; }
.mg_b50 { margin-bottom: 50px; }
.mg_b50 { margin-bottom: 50px; }
.mg_b70 { margin-bottom: 70px; }
.mg_b80 { margin-bottom: 70px; }
.mg_b90 { margin-bottom: 70px; }
.mg_b100 { margin-bottom: 100px; }

strong { font-weight: 700; }

ol.decimal {
	margin-left: 20px;
	margin-bottom: 35px;
}	
ol.decimal li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 15px;
	line-height:1.4;
}



/* COMMON
------------------------------------*/

.w_main {
	width: 1100px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.main {
	float: left;
	width: 760px;
}

.side {
	float: right;
	width: 300px;
}

.pc { display: inherit; }
.sp { display: none; }

.img100 { width: 100%; height: auto; }
.img100c {
	display: block;
	max-width: 100%; height: auto;
	margin-left: auto;
	margin-right: auto;
}
.imgW500 {
	display: block;
	max-width: 500px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.imgTxtCenter {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.red { color :red;}
.red_b { color :red; font-weight: bold; }

.ftw_b {
	font-weight: 700;
}
.ftw_n {
	font-weight: 400;
}

/* .bg { background: #f3f3ee; } */
.bg { background: #f3f3f3; }

.bottom200 { padding-bottom: 200px; }


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

    .w_main {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .spWide {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .spWideTop {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .spTop {
        margin-top: 20px;
    }
    .sp {display: block; }
    .pc {display: none; }

    .main,.side {
        width: 100%;
        float: none;
    }
    .side { margin-top: 70px; }

}


.title1 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #10763c;
	padding-bottom: 16px;
	border-bottom: 3px solid #10763c;
	margin-bottom: 30px;
}

.title2 {
	font-size: 30px;
	font-weight: bold;
	border-top: 5px solid #10763c;
	border-bottom: 3px solid #10763c;
	padding: 24px 0;
	margin-bottom: 40px;
}
.title2 span { font-size: 18px; margin-left: 30px; color: #10763c; }
.title2 small { font-size: 13px; font-weight: 400; }

.title3 {
	background: #10763c;
	padding: 18px 20px;
	color: #fff;
	font-size: 24px;
	line-height: 1em;
	position: relative;
	margin-bottom: 30px;
}
.title3::after {
	position: absolute;
	content: '';
	background: url(../img/title3_arr.png) no-repeat;
	height: 30px;
	width: 30px;
	top: 58px;
	left:26px;
}

.title4 {
    position: relative;
    padding: 5px 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 30px;
}
.title4::before {
    position: absolute;
    left: 0px;
    bottom: 0;
    content: '';
    width: 7px;
    height: 100%;
    background-color: #10763c;
    border-radius: 10px;
}
.title4::after {
    position: absolute;
    left: 0px;
    bottom: -10px;
    content: '';
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.title5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.title6 {
	color: #09b194;
	font-size: 28px;
    font-weight: 700;
	display: flex;
	align-items: center;
    margin-bottom: 30px;
}
.title6:before, .title6:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #09b194;
	display: block;
}
.title6:before {
	margin-right: 1.4em;
}
.title6:after {
	margin-left: 1.4em;
}
.title7 {
	font-size: 20px;
	font-weight: bold;
	border-top: 5px solid #10763c;
	border-bottom: 3px solid #10763c;
	padding: 24px 0;
	margin-bottom: 40px;
    line-height: 1.5em;
}
.title8 {
  background-color: #10763c;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #FFFFFF;
  padding: 17px 0;
  margin: 70px 0 30px 0;
}

.kiji_service .title7,
.title12 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  border: 1px solid #e6e5e0;
  background: #fff;
  border-radius: 4px;
  position: relative;
  padding: 18px 28px;
  margin-bottom: 20px;
  border-radius: 0 5px 5px 0;
}
.kiji_service .title7:before,
.title12:before {
  position: absolute;
  content: "";
  width: 12px;
  height: calc(100% + 2px);
  background: #10763c;
  left: -1px;
  top: -1px;
  border-radius: 6px 0 0 6px;
}
.title13 {
  border-bottom: 1px solid #10763c;
  font-size: 30px;
  padding-bottom: 10px;
}
.title13 small {
  font-size: 15px;
  margin-left: 10px;
}
.title14 {
  border-top: 2px solid #10763c;
	border-bottom: 1px solid #10763c;
	font-size: 24px;
	font-weight: bold;
  line-height: 1.3em;
	padding: 17px 0 15px 0;
	margin-bottom: 40px;
}
.title15 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.0em;
  margin-bottom: 30px;
}

.table1 {
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
	line-height: 1.5em;
}

.table1 th {
	border: 1px solid #ccc;
	padding: 14px 20px;
	font-weight: bold;
}

.table1 td {
	border: 1px solid #ccc;
	padding: 14px;
}
.table1 td p{
	font-size: 14px;
	line-height: 1.5em;
}

.p_cc {
	font-size: 18px;
	font-weight: bold;
}
.p_cc2 {
	font-size: 24px;
	font-weight: bold;
}

.list li {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.5em;
    text-indent: -1em;
    padding-left: 1em;
}
.list2 li {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.5em;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

input[type="submit"] {
    background: none;
    border:none;
}

a.btnRight {
    color: #fff;
    width: 250px;
    padding: 18px;
    float: right;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    background: #FF7F00 no-repeat;
    background-image: url(../img/arrWhite.png);
    background-position: top 19px right 22px;
    background-size: 6px auto;
    transition: background 0.3s ease;
}
a.btnRight:hover {
    background-color: #FFA041;
}
.btnCenter,
input[type="submit"].btnCenter,
a.btnCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    width: 60%;
    padding: 18px 50px;;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    background: #FF7F00 no-repeat;
    background-image: url(../img/arrWhite.png);
    background-position: top 24px right 22px;
    background-size: 6px auto;
    transition: background 0.3s ease;
}
.btnCenter:hover,
input[type="submit"].btnCenter:hover,
a.btnCenter:hover {
    background-color: #FFA041;
    cursor: pointer;
}

a.btnCenter2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    width: 60%;
    padding: 30px 50px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    background: #FF7F00 no-repeat;
    background-image: url(../img/arrWhite.png);
    background-position: top 36px right 24px;
    background-size: 6px auto;
    transition: background 0.3s ease;
}
a.btnCenter2:hover {
    background-color: #FFA041;
    cursor: pointer;
}

.linkHover {
  transition: opacity 0.3s ease;
}
.linkHover:hover {
  opacity: 0.8;
}

.tblDef {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    line-height: 1.5em;
}
.tblDef th {
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: 700;
    padding: 14px;
    vertical-align: middle;
    width: 300px;
}
.tblDef td {
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 14px;
}
.btnRtn {
	font-size: 14px;
	margin-top: 30px;
}
.btnRtn:hover {
    cursor: pointer;
    text-decoration: underline;
}

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

	.bottom200 {
		padding-bottom: 50px;
	}
	.title2 {
		font-size: 20px;
		padding: 18px 0;
		margin-bottom: 10px;
		margin-top: 18px;
		padding-left: 10px;
		background-color: white;
	}
	.title2 span {
		font-size: 14px; margin-left: 20px;
	}
	.title3 {
		padding: 18px 18px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.title3::after {
		top: 50px;
	}
	.title6 {
		font-size: 20px;
	}
	.title14 {
		font-size: 18px;
		padding: 13px 0 12px 0;
		margin-bottom: 30px;
	}
	.btnCenter,
	input[type="submit"].btnCenter,
	a.btnCenter {
		width: 100%;
	}
	a.btnRight {
		float: none;
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	a.btnCenter2 {
		width: 100%;
	}
	.table1 th,
	.table1 td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.table1 th {
		background: #eee;
	}
	.p_cc2 {
		font-size: 18px;
	}
}/* end @media */



/* HEADER & GMENU
------------------------------------*/


header {
    border-top: 10px solid #eee;
    position: relative;
    z-index: 100;
    min-width: 1140px;
}
.hSpace {
    display: none;
}
.pc_header {
	padding: 0 20px;
}

.logo {
	margin: 13px 0;
	float: left;
    width: 240px;
    height: auto;
}

.h_mail {
	float: right;
	margin-top: 18px;
    width: 215px;
    height: auto;
}

.h_tel {
	float: right;
	width: 240px;
	margin-top: 20px;
	margin-right: 14px;
}
.h_tel p {
line-height:1.5em;
}
.h_tel .tel_lead {
margin-left:35px;
font-size:12px;
}
.h_tel .tel_num {
font-size:26px;font-weight:bold;
}
.h_tel .tel_num a {
color:black;
text-decoration:none;
}

.h_menu {
	float: right;
	margin-top: 36px;
	margin-right: 14px;
}

.h_menu li {
	float: left;
	background: url(../img/h_mark.png) no-repeat;
	background-position: 0 4px;
	margin-right: 14px;
	padding-left: 10px;
    font-size: 1.2rem;
}
.h_menu li a {
    color: #333;
    text-decoration: none;
}

.gmenu {
	background: #10763c;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #ddd;
}

.gmenu li {
	font-size: 12px;
	float: left;
	width: 148px;
	text-align: center;
  position: relative;
}
.gmenu > ul > li:nth-of-type(5) {
  width: 155px;
}
.gmenu li span { font-size: 10px; }

.gmenu li a {
    line-height: 1.3em;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    text-decoration: none;
    color: #fff;
    transition: background 0.3s ease;
}

.gmenu li a:hover {
    background: #1459ac;
}
.gmenu img {
    float:left;
    padding-top: 20px;
}

.gmenu li ul {
    display: none;
    position: absolute;
    padding:4px 0 2px;
    z-index: 10000;
    left: -9px;
}
.gmenu li ul li {
    float: none;
    width:200px;
    margin-bottom:2px;
    border-left:none;
    padding:0;
    background: #ffffff;
    transition: all  0.3s ease;
}
.gmenu li ul li a {
    font-size:12px;
    border: 1px solid #10763c;
    padding:14px 12px 14px 6px;
    display:block;
    width:100%;
    box-sizing: border-box;
    border-radius: 2px;
    color:#0A356C;
    text-decoration: none;
    background: url("../img/arrBlue_r.svg") no-repeat;
    background-position: right 10px top 16px;
    background-size: 5px auto;
}
.gmenu li ul li a:hover {
    background: #1459ac url("../img/arrWhite_r.svg") no-repeat;
    background-position: right 10px top 16px;
    background-size: 5px auto;
    color: #fff;
}


.fixed {
    position: fixed!important;
    top: 0!important;
	bottom: inherit;
    width: 100%;
    z-index: 10000;
	height: 70px;
}

/*---------- #menu ----------*/
#menuBtn {
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    z-index: 1001;
}
#menuBtn span {
  display: block;
  width: 24px;
  height: 1px;
  background: #444;
  position: absolute;
  left: 10px;
  transition: all 0.5s ease;
}

#menuBtn span:nth-child(1) { top: 0px; }
#menuBtn span:nth-child(2) { top: 8px; }
#menuBtn span:nth-child(3) { top: 16px; }

#menuBtn span:nth-child(1).open2 {
    top: 8px;transform:
    rotate(45deg);
}
#menuBtn span:nth-child(2).open2 { opacity: 0; }
#menuBtn span:nth-child(3).open2 {
    top: 8px;transform:
    rotate(-45deg);
}

#menuBtn:hover {
    cursor: pointer;
}

#menu {
    width: 100%;
    max-width: 325px;
    height: 100%;
    background-color: #eee;
    position: fixed;
    top: 0;
    right: -325px;
    transition: right 0.5s ease;
    padding: 20px 16px;
    z-index: 1000;
    box-sizing: border-box;
    overflow-y: auto;
}
#menu.open {
    right:0 !important;
}
.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s;
}
.menu-background.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#menu a {
    color: #333;
    text-decoration: none;
}
.menuTtl {
    font-size: 20px;
    font-weight: 700;
    color: #10763c;
    margin-bottom: 20px;
}
.menuTtl span {
    font-size: 12px;
    margin-left: 8px;
}
.menuList dt{
    display:block;
    line-height:50px;
    margin-top: 4px;
    background-color: #fff;
    background-image: url(../img/arrBlue_b.svg);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 16px 21px;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 14px;
}
.menuList dd{
    background:#f2f2f2;
    width:100%;
    display:none;
    margin-top: 1px;
}

.menuList li {
    display: block;
    background: #D3E0F0;
    margin-bottom: 1px;
}
.menuList li a {
	display: block;
	padding: 12px 12px 12px 40px;
	background-image: url(../img/arrBlue_line.svg);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: 16px 16px;
	font-size: 13px;
	line-height:1.4;
}

a.menuLink {
    display:block;
    line-height:50px;
    margin-top: 4px;
    background-color: #fff;
    background-image: url(../img/arrBlue_r.svg);
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: 20px 18px;
    padding-left: 36px;
    box-sizing: border-box;
    font-size: 14px;
    text-decoration: none;
}

a.menuAdm {
    display: block;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    background: #D51A86 url(../img/menuIco_adm.svg) no-repeat 18px 24px;
    background-size: 29px auto;
    border-radius: 3px;
    margin-top: 16px;
    text-decoration: none;
}

a.menuMail {
    display: block;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    background: #EA8A1B url(../img/menuIco_mail.svg) no-repeat 21px 26px;
    background-size: 24px auto;
    border-radius: 3px;
    margin-top: 8px;
    text-decoration: none;
}

.spMenu2 { margin-top: 20px; }
.spMenu2 li {
    font-size: 14px;
    margin-bottom: 8px;
    background: url(../img/arrBlue_r.svg) 4px 5px no-repeat;
    background-size: 7px auto;
    padding: 3px 0 3px 18px;
}
.spMenu_tel {
	display: block;
	max-width: 90%;
	margin: 20px auto 30px;
}


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

	header {
		border-top: 0;
		position: fixed;
		height: 56px;
		width: 100%;
		min-width: auto;
		background: #fff;
	}
	.hSpace {
		display: block;
		height: 56px;
	}
	.h_mail { display: none; }
	.h_tel { display: none; }
	.h_menu { display: none; }
	.gmenu { display: none;}
	#menuBtn { display: inherit; }

	.pc_header {
		padding: 0 10px;
	}
	.logo {
		width: 170px;
		margin: 10px 0;
	}
	.sp_menu_tel_lead {
		text-align:center;
		margin-top:18px;
		margin-bottom:8px;
		color:#333;
	}
	.sp_menu_tel_num {
		font-size:30px;
		font-weight:bold;
		text-align:center;
		line-height:0.7;
	}
	.sp_menu_tel_s {
		font-size:12px;
	}

} /* end @media */




/* SIDE
------------------------------------*/

.s_melmaga {
	background: url(../img/s_melmaga_bg.png) no-repeat;
	background-size: 300px auto;
	width: 300px;
	height: 168px;
	padding: 110px 26px 0;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.s_melmaga a {
	width: 48%;
	font-size: 11px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 2px;
    text-decoration: none;
}
.s_melmaga a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.s_mel_btn1 {
	float: left;
	background: #ff9900;
}
.s_mel_btn2 {
	float: right;
	background: #e50010;
}

.sideMenuTtl {
    font-size: 24px;
    background: #10763c;
    color: #fff;
    padding: 30px;
    border-radius: 4px 4px 0 0;
}
.sideMenuTtl span {
    font-size: 14px;
}

.sideMenu {
    border-bottom: 1px solid #10763c;
    margin-bottom: 30px;
}
.sideMenu li {
    border: 1px solid #10763c;
    border-bottom: none;
}
.sideMenu li a {
    display: block;
    padding: 20px 8px 20px 32px;
    background: #fff no-repeat;
    background-image: url(../img/arrBlue.png);
    background-size: 4px 8px;
    background-position: 18px 22px;
    text-decoration: none;
    font-size: 13px;
    transition: background-color 0.3s ease;
    color: #333;
}
.sideMenu li a.menuChild {
  border-top: 1px solid #FFFFFF;
  padding: 15px 8px 15px 32px;
  background-color: #DAE5F7;
  background-image: none;
}
.sideMenu li a:hover,
.sideMenu li a.menuChild:hover {
    background-color: #e6edf7;
}
.sideMenuProduct {
}
.sideMenuProduct > li {
  border: 1px solid #FFFFFF;
  border-bottom: none;
}
.sideMenuProduct > li > a {
  display: block;
  padding: 16px 28px;
  background-color: #CDDEF2;
  background-image: url(../img/arrBlue.png);
  background-repeat: no-repeat;
  background-size: 4px 8px;
  background-position: 15px 22px;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.0em;
  transition: background-color 0.3s ease;
  color: #000000;
}
.sideMenuProduct .children {

}
.sideMenuProduct .children li:not(:last-child) {
  border-bottom: 1px solid #CDDEF2;
}
.sideMenuProduct .children li a {
  display: block;
  padding: 13px 16px 13px 39px;
  background-color: #FFFFFF;
  background-image: url(../img/minusBlue.png);
  background-repeat: no-repeat;
  background-size: 8px 1px;
  background-position: 25px 18px;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.0em;
  transition: background-color 0.3s ease;
  color: #000000;
}
.sideMenuProduct a:hover {
  background-color: #e6edf7 !important;
}

.sideRlate {
	background: #fff;
	padding: 22px 16px 12px;
}
.sideRlate img {
	display: block;
	margin: 0 auto 18px;
}
img.sideBnr2 {
	width: 100%;
	height: auto;
}

.sBnr {
	margin-top: 50px;
}
.sBnr img {
	display: block;
	margin: 0 auto 14px;
	max-width: 230px;
	height: auto;
}

.sideShowcase {
	display: flex;
	flex-wrap: wrap;
}
.sideShowcase__product {
	width: 100%;
	margin-bottom: 30px;
}
.sideShowcase__company {
	width: 100%;
	margin-bottom: 30px;
}

.member-company .sideShowcase__product {
	order: 2;
}
.member-company .sideShowcase__company {
  order: 1;
}

.sideMenuCompany {

}
.sideMenuCompany > li {
	border: 1px solid #FFFFFF;
	border-bottom: none;
}
.sideMenuCompany li:not(:last-child) {
	border-bottom: 1px solid #CDDEF2;
}
.sideMenuCompany > li > a {
	display: block;
	padding: 13px 16px 13px 39px;
	background-color: #FFFFFF;
	background-image: url(../img/minusBlue.png);
	background-repeat: no-repeat;
	background-size: 8px 1px;
	background-position: 25px 18px;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.0em;
	transition: background-color 0.3s ease;
	color: #000000;
}
.sideMenuCompany > li:first-child > a {
	display: block;
	padding: 16px 28px;
	background-color: #CDDEF2;
	background-image: url(../img/arrBlue.png);
	background-repeat: no-repeat;
	background-size: 4px 8px;
	background-position: 15px 22px;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 1.0em;
	transition: background-color 0.3s ease;
	color: #000000;
}
.sideMenuCompany > li.cat-item-none {
	padding: 13px 16px 13px 39px;
	background-color: #FFFFFF;
}
.sideMenuCompany a:hover {
	background-color: #e6edf7 !important;
}

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

	.side {
		padding:0 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.s_melmaga {
		margin: 0 auto 20px;
	}
	img.sideBnr {
		width: 100%;
	}
	img.sideBnr2 {
		width: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}

/* FOOTER
------------------------------------*/
.footerContact {
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 28px;
}
.footerContact__text01 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}
.footerContact h2 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3em;
	margin: 13px 0 29px 0;
}
.footerBox01 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	border-radius: 20px;
	color: #020202;
	padding: 40px 20px;
}
.footerBox01_left,
.footerBox01_right {
	width: 384px;
	text-align: center;
	padding: 0 50px;
}
.footerBox01_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 34px;
}
.footerBox01_telIcon {
	width: 34px;
	height: auto;
	vertical-align: middle;
}
.footerBox01_mailIcon {
	width: 25px;
	height: auto;
	vertical-align: middle;
}
.footerBox01_text01 {
	font-size: 2.0rem;
	font-weight: 700;
	margin: 15px 0;
}
.footerBox01_text02 {
	font-size: 3.0rem;
	font-weight: 700;
	margin: 15px 0;
	text-align:center;
}
.footerBox01_text02 i {
	margin-right:5px;
}
.footerBox01_text02 a {
	text-decoration:none;
	margin-right:5px;
}
.footerBox01_text03 a {
	text-decoration:none;
	margin-right:5px;
}
.footerBox01_tel {
/*	display: flex;*/
	justify-content: center;
	align-items: center;
	height: 60px;
}
.footerBox01_tel img {
	max-width: 364px;
	width: 100%;
	height: auto;
}
.footerBox01_linkButton {
	display: inline-block;
	background-color: #FCA129;
	border: 1px solid #F4C36C;
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 58px;
	color: #FFFFFF !important;
	text-decoration: none !important;
	transition: all 0.5s;
	box-sizing: border-box;
}
.footerBox01_linkButton:hover {
	background-color: #FFFFFF;
	color: #FCA129 !important;
}
.footerBox02 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.footerBox02 dl {
	text-align: center;
	padding: 0 60px;
}
.footerBox02 dt {
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.footerBox02 dd {
	font-size: 7.0rem;
	font-weight: 700;
}
.footerBox02 dd small {
	font-size: 2.0rem;
	font-weight: 700;
	margin-left: 9px;
}
.footerBox01_text03 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	margin-top: 13px;
}
.footerLink {
	background-color: #10763c;
	color: #FFFFFF;
	padding: 57px 0 52px 0;
}
.footerLink a {
	font-size: 1.4rem;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.footerLink a:hover {
	text-decoration: underline !important;
}
.footerLink a::before {
	content: url(../img/arrow_rigth.svg);
	margin-right: 10px;
	margin-left: -16px;
}
.footerLink .sideSns a::before {
	content: none;
}
.footerNavi {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.footerNavi > li {
	border-left: 1px solid rgba(255,255,255,.15);
	padding: 2px 5px 23px 24px;
	width: 25%;
	box-sizing: border-box;
}
.footerNavi label {
	font-size: 1.5rem;
}
.footerNavi01 {
	margin-top: 22px;
}
.footerNavi01 li {
	padding-left:16px;
}
.footerNavi01 li:not(:first-child) {
	margin-top: 21px;
}
.footerBox04 {
	margin-top: 27px;
	margin-left: 18px;
}
.footerNavi02 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.footerNavi02 li {
	margin-right: 50px;
}
.footerCr {
	background-color: #00642c;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.3em;
	color: #FFFFFF;
	padding: 30px 5px;
}


#footer {
	color:#fff;
	background-color: #222;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#footer_in {
	width:995px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom: 70px;
}

#f_contact {
	background:#eee;
	text-align:center;
	padding:30px 0;
	border-radius:4px;
}

#f_contact_btn {
	margin:4px 0 0 20px;
}

.f_ul {
	width:210px;
	float:left;
	border-left:1px solid #555;
	padding:0 30px;
}

.f_ul a {
	color:#ccc;
	font-size:12px;
	text-decoration: none;
}

.f_ul li {
	margin-bottom:12px;
}

#f_right {
	float:right;
	background:#666;
}
.fb-page { width: 100%;}

#f_logo {
	padding:100px 0 30px;
}

#f_cr {
	width:100%;
	margin:0 auto;
	padding:10px;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height: 1.5em;
	background:#666;
	border-bottom:30px solid #333;
	box-sizing: border-box;
}


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

	footer .w_main {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.footerBox01 {
		padding: 20px;
	}
	.footerBox01_left {
		margin-bottom: 20px;
	}
	.footerBox01_left,
	.footerBox01_right {
		width: 100%;
		padding: 0;
	}
	.footerBox01__icon {
		height: auto;
	}
	.footerBox01__tel {
		margin-top: -15px;
	}
	.footerBox02 dl {
		padding: 0;
		margin-bottom: 30px;
	}
	.footerBox01_text03 {
		margin-top: 0;
	}
	.footerLink {
		padding: 30px 0 30px 0;
	}
	.footerNavi label {
		font-size: 1.8rem;
	}
	.footerNavi > li {
		border-left: none;
		padding: 0 0 0 20px;
		width: 100%;
		box-sizing: content-box;
	}
	.footerNavi > li:not(:last-child) {
		margin-bottom: 25px;
	}
	.footerNavi01 {
		padding-left: 20px;
	}
	.footerNavi01 a {
		font-size: 1.6rem !important;
		line-height:1.4;
	}
	.footerBox04 {
		margin-left: 20px;
		margin-top: 50px;
	}
	.footerNavi02 li {
		width: 100%;
		margin: 0 0 15px 0;
	}

	#footer_in {
		width:100%;
		margin:0 auto;
		padding: 50px 10px 0;
		box-sizing: border-box;
	}
	.f_ul {
		width:48%;
		margin-right: 2%;
		float:left;
		border-left:1px solid #555;
		padding:0 20px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	#f_right {
		float:none;
		width: 100%;
	}
	#f_cr {
		font-size: 10px;
	}
}/* end @media */


/* TOP PAGE
------------------------------------*/

.mainSlider {
	width: 100%;
	margin-top: -16px;
}
.mainSlider img {
	width: 100%;
}

.topSlide {
	position: relative;
	width: 100%;
	height: 500px;
}
.topSlide ul ,
.topSlide li {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
.topSlide li {
	position: relative;
}
.topSlide li .image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topSlide .swiper-slide {
	overflow: hidden;
}
.topSlide .swiper-slide-prev .image,
.topSlide .swiper-slide-active .image,
.topSlide .swiper-slide-duplicate-active .image {
	animation-name: zoom;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}
.keyVisual img {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 930px;
	width: 100%;
}

@keyframes zoom {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.1);
	}
}
.t_space {
	height: 40px;
}

a.link_arr {
	background: url(../img/linke_mark.png) no-repeat;
	background-size: 15px 15px;
	padding: 1px 0 2px 22px;
	float: right;
	font-size:14px;
	line-height: 1em;
	margin-top: 10px;
	text-decoration: underline;
}
a.link_arr:hover {
	text-decoration: none;
	color: #666;
}

.banar_zero {
	padding: 20px 0;
}
.banar_zero img {
	width: 760px;
	height: auto;
}

.t_cc {
	position: relative;
	padding-top: 15px;
	margin-top: 0px;
	z-index: 0;
}

.top_lead_image {
	float:left;
	margin:0 15px 0 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.16);
}

.t_cc h2 {
	text-align:center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.t_cc p {
	margin-left:5px;
	font-size: 16px;
}

.t_serv { margin-top: 30px; }

.t_serv img {
	width: 374px;
	height: auto;
}

.t_serv li {
	float: left;
	margin-bottom: 12px;
}
.t_serv li:nth-child(2n+1) {
	margin-right: 12px;
}

.t_halal {
/*	margin-top: 50px;*/
}

.t_halal ul { margin-bottom: 20px; }
.t_halal li {
	float: left;
	margin-right: 8px;
	margin-bottom: 7px;
}
.t_halal li:nth-child(3n) {
	margin-right: 0;
}

.t_halal p {
	margin-bottom: 20px;
	text-align: center;
}

.topYoutube {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.topYoutubeIn {
	position: relative;
	width: 48%;
	padding-top: 25.25%;
}
.topYoutubeIn iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.topYt {
	margin-top: 70px;
	background: #FFF;
	padding: 50px 20px 70px;
}
.topYtLogo {
	width: 150px;
	display: block;
	margin: 0 auto 28px;
}
.topYt h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 40px;
}
.topYt .topYtTxt {
	line-height: 1.5em;
	margin-bottom: 30px;
}
.topYt ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -30px;
}
.topYt li {
	width: 233px;
	margin-bottom: 30px;
}
.topYt li img {
	width: 100%;
	margin-bottom: 10px;
}
.topYt li p {
	font-size: 14px;
	line-height: 1.5em;
}

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

	.mainSlider {
		margin-top: 0;
	}

	.topSlide {
		height: 230px;
	}
	.keyVisual img {
		position: absolute;
		top: 20px;
		max-width: 355px;
		width: 100%;
	}

	.banar_zero {
		padding: 10px 16px;
	}
	.banar_zero img {
		width: 100%;
		height: auto;
	}
	.t_space {
		height: 0;
	}
	.t_cc {
		padding: 20px 10px 0;
	}
	.top_lead_image {
		float:none;
		display:block;
		margin:10px auto;
		top: 70px;
		width: 180px;
	}
	.t_cc_r {
		width: 110px;
		height: 70px;
		float: left;
	}
	.t_cc h2 {
		font-size: 22px;
		margin-bottom: 10px;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	.t_cc p {
		padding-top:5px;
		padding-left:5px;
		font-size: 16px;
		line-height: 1.5em;
		position: relative;
		z-index: 2;
	}
	.t_serv img {
		width: 100%;
		height: auto;
	}
	.t_serv li {
		margin-bottom: 10px;
	}
	.t_serv li:nth-child(2n+1) {
		margin-right: 0;
	}
	.t_halal ul {
		margin-bottom: 10px;
	}
	.t_halal li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.t_halal li:nth-child(3n) {
		margin-right: 2%;
	}
	.t_halal li:nth-child(2n) {
		margin-right: 0;
	}
	.t_halal li img {
		width: 100%;
		height: auto;
	}
	.t_halal p {
		margin-bottom: 20px;
		text-align: left;
		padding: 0 10px;
	}

	.topYoutube {
		display: block;
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.topYoutubeIn {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 20px;
	}
	.topYt li {
		width: 48%;
	}

}/* end @media */



#adm_melit th {
	width:100px;
    padding: 10px 0;
}
#adm_melit td {
	font-size:14px;
	line-height:1.7em;
    padding: 10px 0;
}
.adm_icon1 {
	background:#ff0053;
	padding:4px 0 6px;
	font-size:12px;
	color:#fff;
	margin-right:20px;
	border-radius:3px;
    text-align: center;
}

.adm_icon2 {
	background:#008cc7;
	padding:4px 0 6px;
	font-size:12px;
	color:#fff;
	margin-right:20px;
	border-radius:3px;
    text-align: center;
}




/* FORM
------------------------------------*/
.conTxt {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px dotted #ccc;
    font-size: 1.4rem;
}
.conTxt.noborder {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}
.conTxt span {
    font-size: 1.1rem;
    background: #E88836;
    border-radius: 2px;
    color: #fff;
    padding: 2px 8px;
    margin-right: 8px;
}

.formTbl {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-bottom: 50px;
}
.formTbl th,
.formTbl td {
    font-size: 1.4rem;
    padding: 14px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    line-height: 1.5em;
}
.formTbl th {
    width: 200px;
    position: relative;
    border-right: 1px solid #ccc;
    vertical-align: top;
    padding-top: 24px;
}
.mw_wp_form_confirm .formTbl th {
	padding-top: 16px;
}
.formTbl th span {
    position: absolute;
    top: 24px;
    right: 18px;
    font-size: 1.1rem;
    background: #E88836;
    border-radius: 2px;
    color: #fff;
    padding: 0px 8px;
}
.mw_wp_form_confirm .formTbl th span {
	display: none;
}


.formTbl input[type="text"],
.formTbl input[type="tel"],
.formTbl input[type="email"],
.formTbl input[type="password"],
.formTbl input[type="number"],
.formTbl textarea {
    border: 1px solid #84B2E0;
    border-radius: 3px;
    width: 100%;
    padding: 8px;
    background: #f1f1f1;
    font-size: 1.5rem;
    line-height: 1.5em;
    box-sizing: border-box;
}
.formTbl textarea {
    height: 200px;
}
.formTbl input[type="text"]:focus,
.formTbl input[type="number"]:focus,
.formTbl textarea:focus {
    background: #eee;
}
.formBtn {
	text-align: center;
}
.formTblTtl {
	text-align: center;
	background: #ccc!important;
    padding: 20px 0!important;
	font-size: 1.7rem!important;
	font-weight: 700;
}
.mw_wp_form_confirm .form_chk_none { display: none; }
.form_chk_on { display: none; }
.mw_wp_form_confirm .form_chk_on { display: block!important; }

.error {
    color: red;
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 6px;
}
.mw_wp_form_confirm .form_input_on { display: none; }
.mw_wp_form_input .form_input_off { display: none; }

.formInputS {
    width: 200px !important;
}
.formTblHissu {
    padding-right: 54px !important;
}
.formThTtl {
    background: #444 !important;
    color: #fff;
    padding: 24px 16px !important;
    font-size: 16px !important;
    font-weight: 700;
    text-align: center;
}
.formTblKiyaku {
    text-align: center;
}
.formTblKiyaku span {
    font-weight: 700;
}
.formTblKiyaku a {
    color: #4A24FF;
    text-decoration: underline;
}
.formTblKiyaku a:hover {
    color: #666;
    text-decoration: none;
}

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

	.formTbl {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
    .formTbl th,
    .formTbl td {
        display: block;
        width: 100%;
    }
    .formTbl th {
        padding-top: 20px;
        border-right: none;
		background: #eee;
    }
	.formTbl td {
		min-height: 50px;
	}
    .formTbl th span { top: 16px; }
    .formTblTtl {
        margin-bottom: 20px;
        background: #333!important;
        color: #fff!important;
    }

} /* end @media */





/* NEWS LIST
------------------------------------*/

.t_news {
    margin-top: 50px;
}
.t_news .newsList {
    margin-top: 20px;
}

.newsList {
    position: relative;
    background: #fff;
    margin-bottom: 16px;
    transition: box-shadow 0.3s ease;
}
.newsList:hover {
    cursor: pointer;
    box-shadow: 0px 0px 20px #ccc;
}
.newsList a {
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.newsListFx {
    display: -webkit-flex;
    display: flex;
}
.newsListFxL {
    width: 240px;
    font-size: 0;
}
.newsListFxR {
    -webkit-flex: 1;
    flex: 1;
    padding: 20px 20px 12px;
}

.newsListFxL img {
    width: 100%;
    height: auto;
}

.newsList h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 6px;
}
.newsIco {
    font-size: 11px;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
}
.newsIco1 { background: #6599cc; }
.newsIco2 { background: #8fc31f; }
.newsIco3 { background: #ea68a2; }
.newsIco4 { background: #f19149; }
.newsIco5 { background: #8f82bc; }
.newsIco6 { background: #737373; }

.newsList p {
    font-size: 12px;
    line-height: 1.5em;
    margin: 10px 0;
}
.newsListDay {
    float: left;
    font-size: 15px;
    font-weight: 700;
    margin-top: 22px;
}
.newsListBtn {
    float: right;
    background: #09b194 url(../img/arrWhite.png) no-repeat;
    background-size: 6px auto;
    background-position: top 13px right 12px;
    color: #fff;
    font-size: 12px;
    padding: 12px 50px 12px 50px;
    border-radius: 3px;
}


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

    .newsListFx {
			display: block;
    }
    .newsListFxL {
			width: 100%;
    }
}





/* 記事 */

.kijiInfo {
    margin: -30px 0 10px;
}
.kijiInfo .newsListDay {
    float: right;
    margin-top: 2px;
    font-size: 13px;
}
.social_btn {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top: 4px;
	margin-bottom: 30px;
}

.kiji,
.kiji p {
    font-size: 15px;
    line-height: 1.7em;
}
.kiji { margin-bottom: 70px; }
.kiji p {
  font-size: 1.6rem;
  line-height: 2.0em;
}

.kiji h2 {
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #e6e5e0;
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 18px 28px;
    margin-bottom: 20px;
}
.kiji h2:before {
    position: absolute;
    content: "";
    width: 12px;
    height: calc(100% + 2px);
    background: #10763c;
    left: -1px;
    top: -1px;
    border-radius: 6px 0 0 6px;
}
.kiji h3 {
    position: relative;
    padding: 5px 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 30px;
}
.kiji h3::before {
    position: absolute;
    left: 0px;
    bottom: 0;
    content: '';
    width: 7px;
    height: 100%;
    background-color: #43476F;
    border-radius: 10px;
}
.kiji h3::after {
    position: absolute;
    left: 0px;
    bottom: -10px;
    content: '';
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.kiji h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}


.aligncenter {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
}
.alignleft {
    max-width: 40%;
    margin: 0 40px 40px 0;
    float: left;
}
.alignright {
    max-width: 40%;
    margin: 0 0 40px 40px;
    float: right;
}
.alignnone {
    max-width: 100%;
    height: auto;
}
.kiji img {
    max-width: 100%;
    height: auto;
}


.kiji table {
    border: 1px solid #ccc;
    line-height: 1.5em;
}
.kiji table th {
    background: #eee;
    padding: 12px;
    border: 1px solid #ccc;
}
.kiji table td {
    background: #fff;
    padding: 12px;
    border: 1px solid #ccc;
}
.tagList {
    margin-bottom: 50px;
}
.tagList li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}
.tagList li a {
    display: inline-block;
    font-size: 11px;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    background: #eee;
    text-decoration: none;
}
.tagList li a:hover {
    transition: background 0.3s ease;
    background: #fff;
}



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

    .kiji h2 {
        padding: 12px 12px 12px 28px;
    }
    .alignleft,
    .alignright {
        display: block;
        max-width: 100%;
        margin: 0 auto 30px;
        float: none;
    }
}/* end @media */


/* 代表挨拶 */

.mesDl {
    margin-bottom: 50px;
    font-size: 14px;
}
.mesDl dt {
  float: left;
    padding: 0 0 8px 0;
}

.mesDl dd{
    padding: 0 0 8px 110px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}


/* メルマガ */

.melmagaList {
    margin-bottom: 50px;
}
.melmagaList li {
    display: block;
    border-bottom: 1px dotted #ccc;
}

.melmagaList a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    padding: 12px 0 12px 30px;
    background: url(../img/linke_mark.png) no-repeat;
    background-size: 15px 15px;
    background-position: 6px 11px;
}

.melmagaList a:hover {
    background-color: rgba(255,255,255,0.8);
    transition: background 0.5s ease;
}


.wp-pagenavi {
	clear: both;
	text-align:center;
 	margin-bottom:30px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #333!important;
	background-color: #FFF;
	border: solid 1px #e0e0d2!important;
	padding: 8px 15px!important;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF!important;
    background-color:#999!important;
    border-color:#999!important;
    }
.wp-pagenavi span.current{
	color: #FFF!important;
	background-color: #66cccc;
	border-color: #66cccc;
	font-weight: bold;
    }


@media only screen and (max-width: 767px) {
.wp-pagenavi a, .wp-pagenavi span {
	padding: 6px 8px !important;
    display: inline-block;
	}
}


/* 0円ハラル認証 */
.zero-image {
  width: 760px;
  height: auto;
}
span.emphasis--large {
  font-size: 19px;
  font-weight: 700;
}
span.emphasis--marker {
  background-color: #D0F0C2;
  font-weight: 700;
}
span.emphasis--underline {
  text-decoration:underline;
  text-decoration-color:#707070;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .zero-image {
    width: 100%;
  }
}




/* 補助金・助成金 申請サポート */

.subsidyH2 {
	margin: 40px 0;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;
}

.subsidyList {
	background: #FFFFFF;
	padding: 20px 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.subsidyList li {
	background: url(../img/subsidy_li.png) no-repeat;
	background-size: 28px 23px;
	background-position: 0 12px;
	font-size: 16px;
	line-height: 1.5em;
	padding: 12px 0 12px 40px;
}

.subsidyList2 {
	margin-bottom: 30px;
}
.subsidyList2 li {
	background: url(../img/subsidy_li2.png) no-repeat;
	background-size: 22px 22px;
	background-position: 0 9px;
	font-size: 16px;
	line-height: 1.5em;
	padding: 8px 0 8px 30px;
}

a.subsidyLink {
	display: block;
	width: 466px;
	background: #FF7F02 url(../img/subsidy_arr.png) no-repeat;
	background-size: 10px 18px;
	background-position: top 33px right 20px;
	text-align: center;
	color: #ffffff;
	font-size: 19px;
	padding: 30px 0;
	margin: 50px auto 0;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	border-radius: 4px;
}

a.subsidyLink:hover {
	opacity: 0.8;
}


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

	.subsidyH2 {
		text-align: left;
		margin: 30px 0 20px;
	}

	.subsidyList {
		padding: 20px;
	}
.subsidyList li {
	background-position: 0 10px;
	padding: 10px 0 10px 40px;
}
a.subsidyLink {
	width: 100%;
	}

}/* end @media */



.lppomTxt {
	font-size: 12px;
	margin-bottom: 20px;
}

.yt{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.yt iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


.marker_blue{
 background: linear-gradient(transparent 40%, #fff799 40%);
 font-weight: bold;
border-radius:6px;
}

.bLine {
	font-weight: bold;
	text-decoration: underline;
}


.formGroup + p {
  margin-top: 10px;
}

.box01__text02 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.box01__text03 {
  font-size: 13px;
}
.box01__text04 {
  font-size: 13px;
}
.box01__text05 {
  font-size: 10px;
}

.serviceBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.serviceBox li {
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.serviceBox li a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.serviceBox li a:hover {
  text-decoration: underline;
}
.serviceBox__image {
  width: 372px;
  overflow: hidden;
}
.serviceBox__image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.serviceBox li a:hover .serviceBox__image img {
  transform: scale(1.1,1.1);
}
.serviceBox__title {
	background-color: #FFFFFF;
	background-image: url(../img/service/bg_triangle.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 15px 0;
	line-height:1.2;
}
.serviceBox__title span {
  font-size: 1.2rem;
  font-weight: 400;
}
.flexBox01,
.flexBox02,
.flexBox04 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.flexBox01__image,
.flexBox04__image {
  width: 316px;
}
.flexBox01__image img,
.flexBox02__image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.flexBox01__text,
.flexBox04__text {
  width: 414px;
}
.flexBox04__image img {
  width: 100%;
  height: auto;
}
.flexBox04__text {
  word-break: break-all;
}
a.service_link,
a.history_link {
  position: relative;
  display: block;
  background-color: #00ABB2;
  border-radius: 26px;
  width: 277px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 52px;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 0 0 auto;
}
a.service_link::after,
a.history_link::after {
  content: url(../img/service/arrow_white.svg);
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.serviceText01 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.serviceText02 {
  color: #FF0000;
  margin: 20px 0 30px 0;
}
.serviceText03 {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.serviceText03::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #13479D;
}
.serviceText04 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.serviceText05 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FF0000;
  margin-bottom: 9px;
}
.kiji_service img {
  vertical-align: middle;
}
.kiji_service a {
  transition: all 0.3s ease;
}
.kiji_service a:hover {
  opacity: 0.8;
}
.kiji_service .title4::before {
    background-color: #10763c;
}

@media only screen and (max-width: 767px) {
  .serviceBox__image {
    width: 100%;
  }
  .serviceBox li {
    margin-bottom: 30px;
  }
  .serviceBox li:last-child {
    margin-bottom: 20px;
  }
  .flexBox01__image,
  .flexBox02__image,
  .flexBox04__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .flexBox02 .flexBox01__text {
    order: 2;
  }
  .flexBox02 .flexBox01__image {
    order: 1;
  }
  a.service_link,
  a.history_link {
    margin: 0 auto 0 auto;
  }
  .serviceText04 {
    text-align: left;
  }
}


/* ハラル（ハラール）認証取得 */

.serviceTextCenter {
	display: flex;
  justify-content: center;
	align-items: center;
  margin-bottom: 30px;
}
.serviceTextCenter:before,
.serviceTextCenter:after {
  content: "";
  width: 26px;
  height: 1px;
  background: #CCCCCC;
  margin: 0 2em; /* 文字と線の余白 */
}
.serviceTextCenter p {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
}
.indexBox {
  background-color: #FFFFFF;
  margin-top: 30px;
}
.indexBox__title {
  display: block;
  border-bottom: 2px solid #F3F3ED;
  font-size: 1.8rem;
  font-weight: 700;
  color: #10763c;
  padding: 20px 20px 16px 20px;
}
.indexBox__title::before {
  content: url(../img/icon_index.svg);
  display: inline-block;
  height: 12px;
  vertical-align: baseline;
  margin-right: 14px;
}
.indexBox nav {
  font-size: 0;
  padding: 20px 30px 26px 30px;
}
.indexBox nav a {
  display: block;
  position: relative;
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.5em;
  padding-left: 25px;
}
.indexBox nav a:not(:last-of-type) {
  margin-bottom: 11px;
}
.indexBox nav a::before {
  content: url(../img/arrow_down@b.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.floatBox:before,
.floatBox:after {
    content: "";
    display: table;
}
.floatBox:after { clear: both; }
.floatBox { zoom: 1; } /* For IE 6/7 */
.floatBox__image {
  float: left;
  width: 225px;
  height: auto;
  margin: 0 40px 0 0;
}
.floatBox__text {
}

.attentionBox {
  border: 3px  solid #BFBFBF;
  border-radius: 20px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 30px 30px 35px 30px;
  margin-top: 50px;
}
p.attentionBox__text01 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 80px;
}
p.attentionBox__text01::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  background-image: url(../img/service/icon_attention.png);
  background-size: cover;;
  width: 53.33px;
  height: 47.63px;
  vertical-align: middle;
}
p.attentionBox__text02 {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
  line-height: 2.0em;
  margin: 18px 0 24px 0;
}
.attentionBox__text03 {
	display: flex;
  justify-content: center;
	align-items: center;
  margin-bottom: 30px;
}
.attentionBox__text03:before,
.attentionBox__text03:after {
  content: "";
  width: 26px;
  height: 1px;
  background: #CCCCCC;
  margin: 0 2em; /* 文字と線の余白 */
}
.attentionBox__text03 p {
	font-size: 2.1rem;
  font-weight: 700;
}
.attentionBox__text04 {
	text-align: left;
  margin-bottom: 20px;
}
a.attentionBox__link {
  display: inline-block;
  background-color: #CC0266;
  border-radius: 53px;
  width: 409px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 76px;
}
.introductionBox li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.introductionBox li:not(:last-child) {
  margin-bottom: 20px;
}
.introductionBox__image {
  width: 100px;
}
.introductionBox__image img {
  width: 100%;
  height: auto;
}
.introductionBox__text {
  width: calc(100% - 100px - 30px);
}
.introductionBox__title {
  margin-bottom: 10px;
}
.introductionBox__title label {
  display: inline-block;
  background-color: #10763c;
  border-radius: 15px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  vertical-align: middle;
  padding: 1px 10px 0 10px;
  margin-right: 10px;
}
.introductionBox__title span {
  font-size: 1.7rem;
  font-weight: 700;
}
.title11 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 30px 0 15px 0;
}
.scrollBox {
  overflow-y: hidden;
}
.scrollBox__organization {
  margin-top: 5px;
}
.scrollBox__organization th {
  background-color: #D7E7F8;
  border: 1px solid #10763c;
  vertical-align: top;
  text-align: center;
  line-height: 1.5em;
  white-space: nowrap;
  padding: 10px;
}
.scrollBox__organization th.scrollBox__organization_first {
  text-align: left;
  padding: 20px;
}
.scrollBox__organization td {
  background-color: #FFFFFF;
  border: 1px solid #10763c;
  height: 60px;
  min-height: 60px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5em;
  white-space: nowrap;
  padding: 10px;
}
.scrollBox__organization td.scrollBox__organization_first {
  text-align: left;
}
.service0103 {
  width: 25%;
  height: auto;
  margin-top: 30px;
}
.service0109 {
  display: block;
  width: 507px;
  height: auto;
  margin: 30px auto 20px auto;
}
.service0110 {
  width: 100%;
  height: auto;
}
.service0112 {
  width: 300px;
  height: auto;
  margin-top: 20px;
}
.service0113 {
  width: 356px;
  height: auto;
  margin-top: 20px;
}
.service0203 {
  display: block;
  width: 560px;
  height: auto;
  margin: 30px auto 0 auto;
}
.service0208 {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.service0209 {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.service0213 {
  display: block;
  width: 480.5px;
  height: auto;
  margin: 30px auto;
}
.service0214 {
  display: block;
  width: 650px;
  height: auto;
  margin: 30px auto 100px auto;
}
.service0217 {
  display: block;
  width: 650px;
  height: auto;
  margin: 30px auto;
}
.service0218 {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.service0219 {
  display: block;
  width: 650px;
  height: auto;
  margin: 0 auto 20px auto;
}
.flow_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.flow_box__arrow,
.flow_box0__arrow {
  position: relative;
  background-color: #20ABB2;
  border-radius: 6px;
  width: 125px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 20px 0 15px 0;
}
.flow_box__arrow span,
.flow_box0__arrow span {
  font-size: 2.4rem;
  font-weight: 700;
}
.flow_box__arrow:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #20ABB2 transparent transparent transparent;
  border-width: 11px 11px 0 11px;
}
.flow_box__text {
  background-color: #FFFFFF;
  border-radius: 6px;
  width: 584px;
  padding: 14px 20px;
}
.flow_box__text_title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.0em;
}
.flow_box0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 3px dotted #707070;
  padding-top: 28px;
  margin-bottom: 20px;
}
.flow_box0__text {
  width: 584px;
  padding: 14px 20px;
}
.historyTable {
  border-collapse: separate;
  border-spacing: 0px 4px;
  width: 100%;
  margin-bottom: 20px;
}
.historyTable th {
  background-color: #BDD2EB;
  width: 192px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 24px 0;
}
.historyTable td {
  background-color: #FFFFFF;
  width: 568px;
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 0 16px;
}
.service0308 {
  display: block;
  width: 520px;
  height: auto;
  margin: 50px auto 25px auto;
}
.service0309 {
  display: block;
  width: 520px;
  height: auto;
  margin: 0 auto 50px auto;
}
.service0310 {
  display: block;
  width: 520px;
  height: auto;
  margin: 50px auto 20px auto;
}
.service0311 {
  display: block;
  width: 520px;
  height: auto;
  margin: 30px auto 0 auto;
}

@media only screen and (max-width: 767px) {
  .serviceTextCenter {
  	display: block;
    text-align: center;
    margin-top: 40px;
  }
  .serviceTextCenter:before,
  .serviceTextCenter:after {
    content: "";
    width: 0;
    height: 0;
    background: transparent ;
    margin: 0; /* 文字と線の余白 */
  }
  .indexBox {
    margin-top: 20px;
  }
  .indexBox__title {
    padding: 18px 16px;
  }
  .indexBox nav {
    padding: 20px 16px 0 16px;
  }
  .floatBox {
    margin-bottom: 30px;
  }
  .floatBox__image {
    width: 125px;
    margin: 0 20px 20px 0;
  }
  .attentionBox {
    padding: 20px;
    margin-top: 60px;
  }
  p.attentionBox__text01 {
    text-align: left;
    padding-left: 70px;
  }
  p.attentionBox__text02 {
    margin: 14px 0 19px 0;
  }
  a.attentionBox__link {
    width: 100%;
    font-size: 1.6rem;
  }
  .introductionBox__text {
    width: calc(100% - 100px - 20px);
  }
  .introductionBox__title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .introductionBox__title label {
    white-space: nowrap;
  }
  .flow_box__arrow,
  .flow_box0__arrow {
    width: 71px;
    padding: 15px 0 13px 0;
  }
  .flow_box__text  {
    width: calc(100% - 71px - 6px - 16px - 16px);
    padding: 10px 16px;
  }
  .flow_box__text .flow_box__text_title {
    padding-left: 1em;
    text-indent: -1em;
  }
  .flow_box0__text {
    width: calc(100% - 71px - 20px);
    padding: 0;
  }
  .flow_box0__text .flow_box__text_title {
    line-height: 1.7em;
  }
  .historyTable th {
    width: 129px;
    padding: 24px 0;
  }
  .historyTable td {
    width: calc(100% - 129px);
    line-height: 1.5em;
    padding: 9px 16px;
  }
  .title11 {
    text-align: left;
  }
}


@media only screen and (max-width: 767px) {
  .service0103 {
    width: 50%;
    margin-top: 0;
  }
  .service0109 {
    display: block;
    width: 80%;
    height: auto;
    margin: 30px auto 10px auto;
  }
  .service0112 {
    display: block;
    width: 300px;
    height: auto;
    margin: 30px auto 0 auto;
  }
  .service0113 {
    display: block;
    max-width: 356px;
    width: 100%;
    height: auto;
    margin: 30px auto 0 auto;
  }
  .service0203 {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .service0213 {
    width: 100%;
    margin: 30px auto;
  }
  .service0214 {
    width: 100%;
    margin: 30px auto 50px auto;
  }
  .service0217 {
    width: 100%;
    margin: 30px auto;
  }
  .service0219 {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .service0308,
  .service0309,
  .service0310,
  .service0311 {
    width: 100%;
    margin: 30px auto 30px auto;
  }
}


/* Search 検索 */
.searchForm {
  width: 100%;
  margin-bottom: 20px;
}
.searchKeyword {
  background-color: #FFFFFF;
  border: 3px solid #CCCCCC;
  border-radius: 22px 0 0 22px;
  width: calc(100% - 63px);
  height: 43px;
  font-size: 1.4rem;
  padding: 0 16px;
}
.searchKeyword::placeholder {
  color: #999999;
}
/* IE */
.searchKeyword:-ms-input-placeholder {
  color: #999999;
}
/* Edge */
.searchKeyword::-ms-input-placeholder {
  color: #999999;
}
input[type="submit"].searchButton {
  background-color: #10763c;
  background-image: url(../img/icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 22px 22px 0;
  width: 63px;
  height: 43px;
  cursor: pointer;
}
.title9 {
  border-top: 5px solid #10763c;
  border-bottom: 3px solid #10763c;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5em;
  padding: 20px 0 15px 0;
  margin-bottom: 30px;
}
.title9 span {
  font-size: 3.0rem;
  font-weight: 700;
  margin-right: 5px;
}
.title10 {
  border-bottom: 1px solid #707070;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.title10 span {
  font-size: 2.0rem;
  font-weight: 700;
  margin-right: 5px;
}
.searchArticle {
  margin-bottom: 26px;
}
.searchArticle:before,
.searchArticle:after {
    content: "";
    display: table;
}
.searchArticle:after { clear: both; }
.searchArticle { zoom: 1; } /* For IE 6/7 */

.searchArticle__title {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5em;
}
.searchArticle__info {
  margin-top: 16px;
}
.searchArticle__info_image {
  float: left;
  margin: 0 20px 10px 0;
}
.searchArticle__info_image img {
  width: 180px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .searchForm {
    margin: 20px 0;
  }
  .searchArticle__info_image {
    float: left;
    margin: 0 16px 10px 0;
  }
  .searchArticle__info_image img {
    width: 120px;
  }
}


/* 活動実績 – 自治体関連 */
.activityLocal_box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px 0;
}
.activityLocal_box__image {
  width: 316px;
  height: auto;
}
.activityLocal_box__text {
  width: 398px;
}
.activityLocal_box__text01 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.activityLocal_box__text02 {
  font-size: 1.5rem;
}
.activityLocal_box02 {
  text-align: right;
  margin-bottom: 50px;
}
a.button_pdf {
  position: relative;
  display: inline-block;
  background-color: #00ABB2;
  border-radius: 26px;
  text-align: center;
  width: 277px;
  height: 52px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 52px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
a.button_pdf:hover {
  opacity: 0.7;
}
.button_pdf::before {
  content: url(../img/icon_pdf.svg);
  position: absolute;
  top: 8px;
  left: 23px;
}
.button_pdf::after {
  content: url(../img/arrWhite_r.svg);
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .activityLocal_box__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .activityLocal_box__text {
    width: 100%;
  }
  a.button_pdf {
    width: 100%;
  }
}



/* ハラル認証取得応援キャンペーン */
.cpn202104 .title7 {
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #e6e5e0;
  background: #fff;
  border-radius: 4px;
  position: relative;
  padding: 18px 28px;
  margin-bottom: 20px;
}
.cpn202104 h2:before {
  position: absolute;
  content: "";
  width: 12px;
  height: calc(100% + 2px);
  background: #10763c;
  left: -1px;
  top: -1px;
  border-radius: 6px 0 0 6px;
}
.cpn202104_box01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cpn202104_box01 li {
  background-color: #FFFFFF;
  border: 2px solid #10763c;
  border-radius: 10px;
  width: 242px;
  text-align: center;
  padding: 20px 0 34px 0;
}
.cpn202104_box01 li h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5em;
  color: #10763c;
  margin-bottom: 5px;
}
.cpn202104_box01 li p {
  font-size: 20px;
  font-weight: bold;
}
.cpn202104_box01 li p u {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #333333;
  line-height: 1em;
  text-decoration: none;
}
.cpn202104_box02 {
  text-align: center;
  margin: 20px 0 30px 0;
}
.cpn202104_box02__arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  border-top: 30px solid #FF7F02;
  margin: 0 auto;
}
.cpn202104_box03 {
  border: 1px solid #FF6C00;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.cpn202104_box03 th {
  background-color: #FF7F02;
  border-radius: 5px 0 0 5px;
  width: 50%;
  height: 109px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.3em;
  color: #FFFFFF;
  box-sizing: border-box;
}
.cpn202104_box03 th span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.0em;
}
.cpn202104_box03 td {
  background-color: #FFFFFF;
  border-radius: 0 5px 5px 0;
  width: 50%;
  height: 109px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.0em;
  color: #FF7F02;
  box-sizing: border-box;
}
.cpn202104_box03__text01 {
  font-size: 24px;
  font-weight: bold;
}
.cpn202104_box03__text02 {
  font-size: 50px;
  font-weight: bold;
  margin: 0 5px;
}
.cpn202104_box03__text03 {
  font-size: 30px;
  font-weight: bold;
}
.cpn202104_box04 {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .cpn202104_box01 li {
    width: 100%;
  }
  .cpn202104_box01 li:not(:last-child) {
    margin-bottom: 20px;
  }
  .cpn202104_box03 th {
    display: block;
    border: 1px solid #FF6C00;
    border-radius: 5px 5px 0 0;
    width: 100%;
    padding-top: 25px;
  }
  .cpn202104_box03 td {
    display: block;
    border: 1px solid #FF6C00;
    border-radius: 0 0 5px 5px;
    width: 100%;
    padding-top: 13px;
  }
}


/* 令和３年度[岐阜県事業者向け] セミナー・商談会 */
.gifu_main_visual img {
  width: 100%;
  height: auto;
}
.gifu_box01 {
  border-bottom: 4px solid #008464;
  padding: 10px 0 20px 0;
}
.gifu_box01__text01 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 5px;
}
.gifu_box01__text02 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #FF0000;
  margin-bottom: 30px;
}
.gifu_image01 {
  width: 100%;
  height: auto;
  margin: 50px 0 20px 0;
}
.gifu_text01 {
  text-align: right;
  font-size: 13px;
}
.gifu_text02 {
  font-size: 15px;
  font-weight: 700;
  color: #1D894A;
  margin-bottom: 9px;
}
.gifu_image02 {
  display: block;
  max-width: 583px;
  width: 100%;
  margin: 40px auto 0 auto;
}
.gifu_key_visual01 img {
  max-width: 448px;
  width: 100%;
  height: auto;
}
.gifu_key_visual02 img {
  max-width: 350px;
  width: 100%;
  height: auto;
}
.gifu_subtitle {
  background-color: #FFFFFF;
  border: 4px solid #FEEE35;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: #1A8D55;
  padding: 15px 0;
}
.gifu_table {
  background-color: #FFFFFF;
  border: 4px solid #1D894A;
  width: 100%;
  margin: 20px 0 20px 0;
}
.gifu_table th {
  border: 1px solid #1D894A;
  width: 20%;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 40px;
}
.gifu_table td {
  border: 1px solid #1D894A;
  width: 80%;
  font-size: 15px;
  line-height: 1.5em;
  padding: 16px 14px;
}
.gifu_text03 {
  padding-left:1em;
  text-indent:-1em;
}
@media only screen and (max-width: 767px) {
  .gifu_box01 {
    padding: 0 0 50px 0;
  }
  .gifu_box01__text02 {
    text-align: left;
  }
  .gifu_text01 {
    text-align: left;
  }
}



/* 千代田区2021 */

.chiyodaTtl1 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #008465;
	padding: 18px 0;
	border-radius: 50px;
	margin-bottom: 30px;
}

.chiyodaTbl {
	width: 100%;
	border: 2px solid #008465;
	background: #FFFFFF;
}

.chiyodaTbl th,
.chiyodaTbl td {
	padding: 16px 20px;
	font-size: 1.5rem;
	line-height: 1.7em;
}

.chiyodaTbl th {
	width: 140px;
	color: #008465;
	font-weight: 700;
	text-align: center;
	border-right: 1px solid #008465;
}

.chiyodaTbl tr {
	border-bottom: 1px solid #008465;
}

.chiyodaChk {
	background: #008464;
	padding: 30px 30px 1px 30px;
	color: #ECE5D6;
	margin-top: 70px;
	margin-bottom: 50px;
}

.chiyodaChk h2 {
	margin-bottom: 30px;
}
.chiyodaChk h2 img {
	width: 100%;
	max-width: 696px;
}

.chiyodaChk h3 {
	background: #ECE5D6;
	color: #008464;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border-radius: 30px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.chiyodaFx {
	display: flex;
	border-top: 1px solid #ECE5D6;
	margin-top: 20px;
	padding: 20px 0;
}

.chiyodaFx div {
	width: 48%;
}

.chiyodaFx h4,
.chiyodaAlt h4 {
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.chiyodaAlt {
	background: rgba(255,255,255,0.1);
	padding: 20px;
	margin-bottom: 50px;
}

.chiyodaTtl2 {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #008465;
	padding: 14px 30px;
	border-radius: 50px;
	margin-bottom: 20px;
}

.chiyodaLink {
	padding:  0 20px;
	margin-bottom: 50px;
}

.chiyodaLink h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.5em;
}
.chiyodaLink h3 a {
	color: #000000;
}

.chiyodaLink p {
	margin-bottom: 20px;
}

.chiyodaBline {
	border-bottom : 4px solid #008464;
	padding-bottom: 50px;
	margin-bottom: 30px!important;
}


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

.chiyodaTbl {
	width: 100%;
	border: 2px solid #008465;
	background: #FFFFFF;
}

.chiyodaTbl th,
.chiyodaTbl td {
	display: block;
	padding: 16px 20px;
}

.chiyodaTbl th {
	width: auto;
	background: #008465;
	color: #FFFFFF;
}

	.chiyodaFx {
		display: block;
	}
	.chiyodaFx div {
		width: 100%;
		margin-bottom: 20px;
	}

}


/* ハラル（ハラール）基礎知識 リニューアル */
.img300 { width: 300px; height: auto; }

.roundedcorners10 {
  border-radius: 10px;
}
.roundedcorners20 {
  border-radius: 20px;
}
.markerYellow {
  background-color: #FFFFB2;
}

.flexBox_haral01,
.flexBox_haral02,
.flexBox_haral03,
.flexBox_haral0601,
.flexBox_haral0602 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flexBox_haral01 p:nth-child(1) {
  width: 415px;
}
.flexBox_haral01 p:nth-child(2) {
  width: 300px;
}
.flexBox_haral02 p:nth-child(1) {
  width: 300px;
}
.flexBox_haral02 p:nth-child(2) {
  width: 415px;
}
.flexBox_haral03 div:nth-child(1),
.flexBox_haral0601 div:nth-child(1),
.flexBox_haral0602 div:nth-child(1) {
  width: 425px;
}
.flexBox_haral03 div:nth-child(2),
.flexBox_haral0601 div:nth-child(2),
.flexBox_haral0602 div:nth-child(2) {
  width: 300px;
}
.whiteBox {
  background-color: #FFFFFF;
  border: 4px solid #10763c;
  border-radius: 21px;
  padding: 30px 30px 40px 30px;
}
.whiteBox h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 23px;
}
.whiteBox li {
  padding-left: 30px;
	line-height: 1.7em;
	background: url(../img/list_icon.png) left 0px top 3px no-repeat;
	background-size: 19px 19px;
}
.whiteBox li:not(:first-child) {
  margin-top: 5px;
}
.text_right {
  text-align: right;
}
.referenceBox {
  border-top: 1px solid #10763c;
  padding-top: 30px;
  margin-top: 70px;
}
.referenceBox p {
  font-size: 1.4rem;
}
.referenceBox .indentation {
  padding-left: 2.5em;
	text-indent: -2.5em;
}
.pointBox {
  margin: 35px 0;
}
.pointBox dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px
}
.pointBox dt label {
  display: inline-block;
  background-color: #114BA0;
  border-radius: 2px;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 2px 10px;
  margin-right: 10px;
}
.pointBox dd {
  font-size: 16px;
  line-height: 2.0em;
  margin-top: 16px;
}
.stepArrow {
  text-align: center;
  margin-top: -10px;
}
.annotation {
  padding-left: 1em;
	text-indent: -1em;
}
.HalalBullets {
  padding-left: 20px;
}
.HalalBullets li {
  list-style-type: disc;
  line-height: 2.0em;
}
.redBox {
  background-color: #FFEAEA;
  border: 2px solid #FF0000;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.0em;
  padding: 16px;
  margin-bottom: 16px;
}
.HalalCheck li {
  padding-left: 30px;
	line-height: 2.0em;
	background: url(../img/list_icon.png) left 0px top 3px no-repeat;
	background-size: 19px 19px;
}
.HalalCheck li:not(:first-child) {
  margin-top: 30px;
}
.HalalTable {
  width: 100%;
  line-height: 2.0em;
}
.HalalTable th {
  width: 130px;
}
.HalalTable td {
  width: calc(100% - 130px);
}

.textSmall {
  font-size: 13px;
  line-height: 2.0em;
  color: #666666;
}
.linkButton100 {
  position: relative;
  display: inline-block;
  background-color: #10763c;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 60px;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.linkButton100::after {
  content: url(../img/arrow_rigth.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .img300 {
    width: 100%;
  }
  .flexBox_haral01,
  .flexBox_haral02,
  .flexBox_haral03,
  .flexBox_haral0601,
  .flexBox_haral0602 {
    flex-wrap: wrap;
  }
  .flexBox_haral01 p,
  .flexBox_haral02 p,
  .flexBox_haral03 div,
  .flexBox_haral0601 div,
  .flexBox_haral0602 div,
  .flexBox_haral01 img,
  .flexBox_haral02 img,
  .flexBox_haral03 img,
  .flexBox_haral0601 img,
  .flexBox_haral0602 img {
    width: 100% !important;
  }
  .flexBox_haral01 p:nth-child(1),
  .flexBox_haral02 p:nth-child(1),
  .flexBox_haral03 div:nth-child(1),
  .flexBox_haral0601 div:nth-child(1),
  .flexBox_haral0602 div:nth-child(1) {
    margin-bottom: 20px;
  }

}

/* ハラルショーケース */
.productSearchForm__box {
  display: flex;
  align-items: center;
  width: 100%;
}
.productSearchForm__box .searchKeyword {
  height: 37px;
  width: calc(100% - 126px);
}
.productSearchForm__box input[type="submit"].searchButton {
  background-image: none;
  width: 126px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
}
.productCertificationList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.productCertificationList li {
  font-size: 1.3rem;
  font-weight: 700;
}
.productCertificationList li:not(:last-child) {
  margin-right: 32px;
}
.productCertificationList img {
  width: 38px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.flexList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.flexList::after {
  display: block;
  content: "";
  width: 240px;
}
.productList {
  background-color: #FFFFFF;
  width: 240px;
  margin-bottom: 30px;
}
.productList__image {
  display: inline-block;
  position: relative;
  width: 100%;
}
.productList__image img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  vertical-align: bottom;
}
.productList__image img.productList__certification {
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 38px;
  height: auto;
  z-index: 1;
}
.productList__text {
  position: relative;
  width: 100%;
  padding: 18px 10px 13px 10px;
  box-sizing: border-box;
}
.productCategory {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding-right: 50px;
}
.productCategory li {
  margin-bottom: 4px;
}
.productCategory li:not(:last-child) {
  margin-right: 4px;
}
.productCategory li a {
  display: inline-block;
  background-color: #CDDEF2;
  border-radius: 2px;
  font-size: 1.2rem;
  color: #10763c;
  text-decoration: none;
  padding: 5px 10px;
  transition: all 0.3s;
}
.productCategory li a:hover {
  opacity: 0.6;
}
a.productList__title {
  color: #000000;
  text-decoration: none;
}
a.productList__title:hover {
  text-decoration: underline;
}
a.productList__title h2,
a.productList__title h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7em;
}
a.productList__company {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.3em;
  color: #6E6E6E;
  text-decoration: none;
  margin-top: 5px;
}
a.productList__company:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .productSearchForm__box {
    flex-wrap: wrap;
  }
  .productSearchForm__box .searchKeyword {
    border-radius: 22px;
    width: 100%;
  }
  .productSearchForm__box input[type="submit"].searchButton {
    border-radius: 22px;
    width: 100%;
    margin-top: 5px;
  }
  .productCertificationList {
    flex-wrap: wrap;
  }
  .productCertificationList li {
    width: 100%;
    margin-bottom: 5px;
  }
  .productCategory {
    padding-right: 30px;
  }
  .productList {
    width: 49%;
    margin-bottom: 15px;
  }
  .productList__image {
    padding-top: 100%;
  }
  .productList__image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .productList__image img.productList__certification {
    top: initial;
    bottom: -10px;
    left: 10px;
    width: 38px;
    height: auto;
    z-index: 1;
  }
  a.productList__title h2,
  a.productList__title h3 {
    font-size: 1.2rem;
  }

}


/* 商品 */
.productInfo {
  margin-bottom: 50px;
}
.productInfo h1 {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 50px;
  margin-bottom: 9px;
}
.productInfo__box01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.productInfo__box01 .productCategory {
  padding: 0;
  margin-right: 30px;
  margin-bottom: 0;
}
.productInfo__box01 label {
  font-size: 1.3rem;
  line-height: 1.7em;
}
.productInfo__box02 {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 14px 13px 19px 13px;
}
.productCertification {
  width: 34px;
  height: auto;
  vertical-align: middle;
  margin-right: 14px;
}
.productInfo__box02 label {
  font-size: 1.3rem;
  font-weight: 700;
}
.productInfo__box02 p {
  font-size: 1.1rem;
  margin-top: 7px;
}

.productSlide {
  margin-bottom: 80px !important;
}
.productSlide li {
  text-align: center;
  margin: 0 5px;
}
.productSlide img {
  width: auto;
  height: 264px;
}
.slick-dots {
  bottom: -40px;
}
.slick-dots li button:before {
  color: #CCCCCC !important;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
  color: #10763c !important;
  opacity: 1 !important;
}

.productDetail,
.companyDetail {
  border-top: 2px solid #10763c;
  border-bottom: 2px solid #10763c;
  margin-bottom: 50px;
}
.companyDetail {
  border-bottom: none;
}
.productDetail dl,
.companyDetail dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 2.0em;
  padding: 18px 0;
}
.productDetail dl:not(:last-child),
.companyDetail dl:not(:last-child) {
  border-bottom: 1px solid #10763c;
}
.productDetail dt,
.companyDetail dt {
  width: calc(100% - 566px - 10px);
  font-weight: 700;
}
.productDetail dd,
.companyDetail dd {
  width: 566px;
  font-size: 1.5rem;
  white-space: pre-wrap;
  word-break: break-all;
}
.productContact a {
  position: relative;
  display: inline-block;
  background-color: #FF7F00;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 80px;
  color: #FFFFFF;
  text-decoration: none;
}
.productContact a::after {
  content: url(../img/arrow_rigth@L.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.productCompany {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #FFFFFF;
  padding: 30px 20px 25px 20px;
  margin-top: 50px;
}
.productCompany__image {
  width: 85px;
}
.productCompany__image img {
  width: 85px;
  height: auto;
}
.productCompany__text {
  width: calc(100% - 100px);
}
.productCompany__text--noimage {
  width: 100%;
}
a.productCompany__title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3em;
  color: #333;
  margin-bottom: 13px;
}
.productCompany__text p {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.productCompany__text dl {
  display: flex;
  justify-content: flex-start;
  font-size: 1.4rem;
  line-height: 2.0em;
}
.productCompany__text dt {
  width: 55px;
  line-height: 1.5em;
}
.productCompany__text dd {
  width: calc(100% - 55px);
  word-break: break-all;
  line-height: 1.5em;
}
.productCompany__link {
  text-align: right;
  margin-top: 5px;
}
.productCompany__link a {
  position: relative;
  display: inline-block;
  background-color: #10763c;
  border-radius: 3px;
  width: 146px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 43px;
  text-decoration: none;
}
.productCompany__link a::after {
  content: url(../img/arrow_rigth@L.svg);
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 14px;
}

@media only screen and (max-width: 767px) {
  .productInfo__box01 {
    flex-wrap: wrap;
  }
  .productInfo__box01 .productCategory {
    width: 100%;
    margin-bottom: 5px;
  }
  .productDetail dl,
  .companyDetail dl {
    flex-wrap: wrap;
  }
  .productDetail dt,
  .companyDetail dt {
    width: 100%;
  }
  .productDetail dd,
  .companyDetail dd {
    width: 100%;
  }
  .productCompany {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  .productCompany__link {
    margin-top: 20px;
  }
  .productCompany__image {
    width: 100%;
    margin-bottom: 10px;
  }
  .productCompany div:nth-child(2){
    width: 100%;
  }
  .productCompany__link a {
    width: 100%;
  }

}


/* 会員企業一覧 */
.companyList {
  background-color: #FFFFFF;
  padding: 20px;
}
.companyList + .companyList {
  margin-top: 20px;
}
a.companyList__title {
  display: inline-block;
  text-decoration: none;
}
.companyList__title h3 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #1B4698;
}
a.companyList__title:hover h3 {
  text-decoration: underline;
}
.companyIndustry {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4px;
}
.companyIndustry li {
  margin: 6px 6px 0 0;
}
.companyIndustry li a {
  display: inline-block;
  background-color: #CDDEF2;
  border-radius: 2px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 20px;
  color: #10763c;
  text-decoration: none;
  padding: 0 8px;
  transition: opacity 0.3s ease;
}
.companyIndustry li a:hover {
  opacity: 0.6;
}
.companyList__address {
  position: relative;
  font-size: 12px;
  line-height: 1.5em;
  white-space: pre-wrap;
  padding-left: 26px;
  margin-top: 13px;
}
.companyList__address::before {
  content: url(../img/icon_address.svg);
  position: absolute;
  top: 0;
  left: 2.8px;
}
.companyList__url {
  position: relative;
  font-size: 12px;
  line-height: 1.5em;
  white-space: pre-wrap;
  padding-left: 26px;
  margin-top: 5px;
}
.companyList__url a {
  color: #1B4698;
}
.companyList__url::before {
  content: url(../img/icon_url.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.companyList__outline {
  font-size: 1.3rem;
  line-height: 1.65em;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .companyList {
    background-color: #FFFFFF;
    padding: 20px 10px;
  }
}

/* 企業 */
.companyInfo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFFFFF;
  padding: 25px;
  margin-bottom: 20px;
}
.companyInfo__image {
  max-height: 85px;
  width: auto;
  font-size: 0;
  margin-right: 30px;
}
.companyInfo__image img {
  height: 100%;
  width: auto;
  max-height: 85px;
  max-width: 85px;
}
.companyInfo h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}
.companyDetail {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .companyInfo {
    padding: 10px;
  }
  .companyInfo__image {
    max-height: 45px;
    margin-right: 10px;
  }
  .companyInfo__image img {
    max-height: 45px;
    max-width: 45px;
  }
  .companyInfo h1 {
    font-size: 18px;
  }
}




.halalMain {
	margin-bottom: 50px;
}
.cc01 {
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 30px;
	border-top: 3px solid #10763c;
	border-bottom: 1px solid #10763c;
}
.noBox {
	border: 2px solid red;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 4px;
}
.noBox p span {
	background: #FFD6D6;
	font-weight: 700;
	padding: 0 6px;
}
.halalFlow {
	background: #FFFFFF;
	padding: 50px 20px;
	margin-bottom: 30px;
}
.halalFlow img {
	display: block;
	margin: 0 auto;
}
.halalFlow1 {
	max-width: 535px;
	width: 100%;
}
.halalFlow2 {
	max-width: 701px;
	width: 100%;
}
.halalHojo {
	display: block;
	width: 300px;
	margin: 30px auto 50px;
}
.psb_flow {
	max-width: 478px;
	width: 100%;
}

.posH3 {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2em;
	text-align: center;
	margin: 70px 0 50px;
}
.posH3::after {
	position: absolute;
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #10763c;
	margin: 0 auto;
	bottom: -20px;
	left: 0;
	right: 0;
}


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

	.halalMain {
		margin-bottom: 30px;
	}
	.cc01 {
		font-size: 18px;
		text-align: left;
	}
}


.sideSns {
	text-align: center;
	background: #FFF;
	padding: 20px 0;
	border-radius: 4px;
	margin: 24px 0 20px;
}
.sideSns h2 img {
	width: 280px;
	margin-bottom: 15px;
}
.sideSns a img {
	width: 32px;
	margin: 0 6px;
}
.sideSns a img.sideSnsYt  {
	width: 80px;
	margin: 0 6px 7px;
}

.footerLink .sideSns {
	margin-top: 50px;
	margin-bottom: 0;
}


/* 千代田区2022 */
.chiyodaMain {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.chiyodaMainTitle {
  text-align: center;
  margin: 50px auto;
}
.chiyodaKey01 {
  max-width: 537px;
  width: 100%;
  height: auto;
}
.chiyodaKey02 {
  max-width: 760px;
  width: 100%;
  height: auto;
}
.chiyodaBox01 {
  max-width: 100%;
  border-top: 3px solid #B85257;
  border-bottom: 3px solid #B85257;
  padding: 30px 30px 0 30px;
  margin: 50px 0 40px 0;
}
.chiyodaText01 {
  font-size: 15px;
  line-height: 2.0em;
}
.chiyodaText01 + .chiyodaText01 {
  margin-top: 19px;
}
.chiyodaTitle {
  background-color: #AB5859;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  color: #FFFFFF;
  margin: 70px 0 40px 0;
}
.chiyodaDl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #B85257;
  padding: 20px 0;
}
.chiyodaDl:first-child {
  border-top: 1px solid #B85257;
}
.chiyodaDl dt {
  background-color: #B85257;
  border-radius: 24px;
  text-align: center;
  max-width: 188px;
  width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 48px;
}
.chiyodaDl dd {
  max-width: calc(100% - 188px - 25px);
  width: 100%;
}
.chiyodaKey03 {
  max-width: 450px;
  width: 100%;
  height: auto;
  margin-top: 7px;
}
.chiyodaSubTitle {
  border-bottom: 3px solid #B85257;
  font-size: 20px;
  font-weight: 700;
  color: #AB5859;
  padding-bottom: 16px;
  margin: 50px 0 30px 0;
}
.chiyodaBox02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.chiyodaBox02 img {
  width: 100px;
  height: auto;
}
.chiyodaBox02__text {
  width: calc(100% - 100px - 30px);
}
.chiyodaBox02__text a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #A05C5B;
  line-height: 1.5em;
  text-decoration: underline;
  margin-bottom: 11px;
}
.chiyodaBox02__text a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .chiyodaSubTitle {
    font-size: 18px;
  }
  .chiyodaBox01 {
    padding: 30px 0 30px 0;
  }
  .chiyodaDl dt {
    max-width: 100%;
  }
  .chiyodaDl dd {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .chiyodaBox02__text a {
    font-size: 16px;
  }
}

/* seminar */
.chiyodaKey04 {
  max-width: 760px;
  width: 100%;
  height: auto;
}
.chiyodaText02 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.chiyodaTable {
  background-color: #FFFFFF;
  border-top: 1px solid #E8B1B4;
  width: 100%;
  border-collapse: collapse;
  margin-top: 50px;
}
.chiyodaTable tr {
  border-bottom: 1px solid #E8B1B4;
}
.chiyodaTable th {
  text-align: left;
  vertical-align: middle;
  width: 120px;
  font-size: 16px;
  font-weight: 700;
  color: #A95A5B;
  padding: 0 0 0 30px;
}
.chiyodaTable td {
  vertical-align: middle;
  padding: 20px 30px;
}
.chiyodaKey05 {
  max-width: 423px;
  width: 100%;
  height: auto;
}
.chiyodaKey06 {
  width: 58px;
  height: auto;
}
.chiyodaBox03 {
  background-color: #FFFFFF;
  padding: 30px;
  margin-top: 20px;
}
.chiyodaBox03 label {
  font-size: 14px;
  color: #A5A5A5;
}
.chiyodaBox03 .chiyodaSubTitle {
  line-height: 1.5em;
  margin: 15px 0 30px 0;
}
.chiyodaBox03__teacher {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.chiyodaBox03__teacher img {
  width: 86px;
  height: auto;
}
.chiyodaBox03__teacherText {
  width: calc(100% - 86px - 29px);
}
.chiyodaBox03__teacherText dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.chiyodaBox03__teacherText dl:not(:first-child) {
  margin-top: 30px;
}
.chiyodaBox03__teacherText dt {
  font-size: 15px;
  font-weight: 700;
  line-height: 2.0em;
  width: 56px;
}
.chiyodaBox03__teacherText dd {
  font-size: 15px;
  font-weight: 700;
  line-height: 2.0em;
}
.chiyodaBox03__teacherText p {
  font-size: 13px;
}


@media only screen and (max-width: 767px) {
  .chiyodaText02 {
    text-align: left;
  }
  .chiyodaTable th {
    width: 65px;
    font-size: 15px;
    padding: 0 0 0 16px;
  }
  .chiyodaTable td {
    padding: 20px 16px;
  }
  .chiyodaBox03 {
    padding: 20px 16px;
  }
  .chiyodaBox03__teacher {
    justify-content: center;
  }
  .chiyodaBox03__teacherText {
    width: 100%;
    margin-top: 30px;
  }
         
}

/* 富山県R4 */
.toyamar4 p {
  font-size: 15px;
}
p.toyamaR4Text01 {
  border-top: 3px solid #2D4674;
  border-bottom: 3px solid #2D4674;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 16px;
  margin: 50px 0;
}
.toyamaR4Box01 {
  text-align: center;
  margin-top: 50px;
}
.toyamaR4Box01 a {
	display: inline-block;
	padding: 28px 0;
	width: 338px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 3px;
}
.toyamaR4Box01 a:hover {
	opacity: 0.8;
}
.toyamaR4Box01 a {
	background: #FF7F00 no-repeat;
	background-image: url(https://jhba.jp/wp/wp-content/uploads/2020/08/gifBtn2.png);
	background-size: 34px 30px;
	background-position: 26px 20px;
}
.toyamar4 .title12 {
  margin-top: 70px;
  margin-bottom: 40px;
}
.flexBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flexBox--2columnImage .flexBox__left {
  width: 300px;
}
.flexBox--2columnImage .flexBox__right {
  width: 430px;
}
.toyamaDl01 {
  font-size: 15px;
  margin-top: 1.5em;
}
.toyamaDl01 dd {
  padding-left: 1em;
  margin-top: 0.8em;
}
.toyamaR4Box02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  padding: 30px;
  margin-top: 20px;
}
.toyamaR4Box02__image {
  width: 100px;
}
.toyamaR4Box02__image img {
  max-width: 100%;
  height: auto;
}
.toyamaR4Box02__text {
  width: 570px;
}
.toyamaR4Box02__text h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.toyamaR4Box02__text dl {
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 15px;
}

.toyamar4 .chiyodaBox01{
		border: none;
}

@media only screen and (max-width: 767px) {
  p.toyamaR4Text01 {
    text-align: left;
  }
  .flexBox--2columnImage .flexBox__left {
    width: 100%;
  }
  .flexBox--2columnImage .flexBox__right {
    width: 100%;
    margin-top: 30px;
  }
  .toyamaR4Box02 {
    padding: 30px 16px;
  }
  .toyamaR4Box02__image {
    width: 100%;
    text-align: center;
  }
  .toyamaR4Box02__image img {
    max-width: 100px;
    height: auto;
  }
  .toyamaR4Box02__text {
    width: 100%;
    margin-top: 20px;
  }
    
}