.fs08{font-size: 0.8em;}
.maindesign .breadcrumb {
	margin-bottom: 10px;
}
.maindesign .breadcrumb p, 
.maindesign .breadcrumb a{
	color: #83838f !important;
	text-decoration: none;
}
.maindesign .img_container img {
	width: 100%;
	height: auto;
}
.maindesign .w100 {
	width: 100% !important;
}
/*.maindesign .menu-btn-list a,
.maindesign .tab-menu-nav a {
	color: #fff !important;
	height: auto !important;
	display: flex !important;
}*/
.maindesign .title_container {
	position: relative;
}
.maindesign .title_inner {
	position: absolute;
	width: 65%;
	top: 50%;
	left: 50%;
	height: 80%;
	transform: translate(-50%,-50%);
	padding: 30px 15px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.25);
}
.maindesign .title_inner p {
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}
@media screen and (min-width:768px) {

.sp-only {
    display: none!important;
}
}
@media screen and (max-width:767px) {
	.pc-only {
    display: none!important;
}
	.maindesign .breadcrumb {
		margin-left: 5px;
	}
	.maindesign .title_inner {
		padding: 15px 10px;
    left: 50%;
		height: 50%;
	}
	.maindesign .title_inner p {
		font-size: 7vw;
		line-height: 1.2;
		text-align: left;
	}
}


.maindesign .flex_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .osusume_wrapper {
	margin: 50px 0;
}
.maindesign .osusume_top {
	align-items: center;
}
.maindesign .osusume_top .flex_content {
	box-sizing: border-box;
	display: flex;
}
.maindesign .osusume_top .flex_content:first-child {
	width: 65%;
	justify-content: space-between;
	align-items: center;
}
.maindesign .osusume_top .flex_content:last-child {
	width: 30%;
	flex-direction: column;
}
.maindesign .osusume_top .flex_content:first-child > .img_container {
	width: 35%;
}
.maindesign .osusume_top .flex_content:first-child > .img_outer {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .osusume_top .flex_content:last-child > .img_container {
	margin: 10px 0;
} 
.maindesign .osusume_top .img_outer {
	background-color: #b3a48d;
	padding: 5px;
}
.maindesign .osusume_top ul {
	background-color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px;
	line-height: 1.5;
}
.maindesign .osusume_link {
	margin-top: 15px;
	align-items: center;
}
.maindesign .osusume_link .text_content {
	width: 48%;
}
.maindesign .osusume_link ul {
	width: 48%;
	line-height: 1.5;
}
.maindesign .goods_name {
	font-size: 1.6em;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.2;
}

@media screen and (max-width:767px) {
	.maindesign .osusume_wrapper {
		margin: 30px 0 50px;
	}
	.maindesign .osusume_top .flex_content:first-child {
		width: 100%;
	}
	.maindesign .osusume_top .flex_content:last-child {
		display: none !important;
	}
	.maindesign .osusume_top ul {
		padding: 5px;
		font-size: 1.2em;
	}
	.maindesign .osusume_link .text_content {
		width: 100%;
	}
	.maindesign .osusume_link ul {
		width: 95%;
		margin: 15px auto 0;
	}
}

.maindesign .osusume_other {
	margin-bottom: 30px;
}
.maindesign .osusume_other .flex_content {
	width: 47%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}
.maindesign .osusume_other .img_outer .img_container,
.maindesign .osusume_other .img_outer ul {
	width: 48%;
}
.maindesign .osusume_other .img_outer li {
	background-color: #1e91d1;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 1rem;
    text-align: center;
    border-radius: 10px;
	margin: 10px 0;
}
.maindesign .osusume_other .text_content {
	flex-grow: 1;
	margin-bottom: 15px;
}
.maindesign .alone_btn {
	width: 60%;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
	.maindesign .osusume_other {
		margin-bottom: 0;
	}
	.maindesign .osusume_other .flex_content {
		width: 100%;
		margin-bottom: 50px;
	}
	.maindesign .alone_btn {
		width: 95%;
	}
}

.maindesign .left-red {
	border-left: 4px solid #f00;
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px 0 20px 0;
    text-align: left;
    padding: 0.3rem 1rem;
    line-height: 1.3;
}

.maindesign .frame_container .flex_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 15px 10px;
	width: 24%;
	margin-bottom: 30px;
}
.maindesign .frame_container::before ,
.maindesign .frame_container::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .frame_container::before {
	order: 1;
}
.maindesign .frame_container .name {
	font-weight: bold;
	font-size: 1.2em;
	height: 2.0em;
}
.maindesign .frame_container .img_container {
	margin: 15px auto;
}
.maindesign .frame_container .text_content {
	flex-grow: 1;
	line-height: 1.5;
}
.maindesign .frame_container a {
	color: #000 !important;
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.maindesign .frame_container .flex_content {
		width: 48%;
	}
	.maindesign .frame_container::before ,
	.maindesign .frame_container::after {
		content: '';
		display: block;
		height: 0;
		width: 48%;
	}
	.maindesign .frame_container .name {
		font-size: 1.0em;
	}
}

.maindesign .lead_item {
	margin: 50px 0;
}
.maindesign .lead_item .img_container + .lead-text {
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .lead_item {
		margin: 30px 0;
	}
	.maindesign .lead_item .img_container + .lead-text {
		margin-top: 5px;
	}
}


.maindesign .relation_content {
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 5px 10px;
	color: #000 !important;
	text-decoration: none;
	margin-bottom: 30px;
}
.maindesign .relation_content .text_content {
	width: 70%;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.25;
}
.maindesign .relation_content .img_container {
	width: 25%;
}

@media screen and (max-width:767px) {
	.maindesign .relation_content {
		margin-bottom: 15px;
		width: 100%;
		padding: 3px 5px;
	}
	.maindesign .relation_content .text_content {
		font-size: 1.0em;
	}
	.maindesign .osusume_other .img_outer li {
    font-size: 1rem;
}
}
#main .h3-left-red {
    border-left: 4px solid #f00;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    padding: 0.3rem 1rem;
    line-height: 1.3em;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
#main .flatbtn {
    box-sizing: border-box;
    text-align: center;
    border-radius: 40px;
    color: #333;
    display: flex;
    opacity: 1.0;
    width: auto;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}
#main .menu-btn-list .flatbtn {
    display: flex;
    color: #fff !important;
}
#main .default-btn, #main .orange-btn, #main .red-btn, #main .blue-btn, #main .mustard-btn {
    color: #fff;
}







.mgb60{margin-bottom: 60px!important;}
.maindesign h1 .heading01 {
    color: #fff;
    /* text-shadow: 1px 1px 2px rgb(10 10 10 / 70%); */
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    /* margin: 0 0 0px 0; */
    padding: 0 2.5rem 0.5rem;
    line-height: 1.2;
    position: absolute;
    background-color: #000;
    letter-spacing: 0.05em;
    width: auto;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
@media screen and (max-width:767px) {

.maindesign h1 .heading01 {
    font-size: 8vw;
    padding: 0 0.5rem 0.5rem;
    line-height: 1.2;
    width: 62%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 43%;
    left: 50%;
}
}

.maindesign .botton_box6 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
	justify-content: space-between;
}
.maindesign .botton_box6 li {
    width: calc(25% - 8px);
    margin-right: calc(21px / 2);
    margin-bottom: 10px;
    text-align: center;
	padding: 5px;
	display: flex;
}
#main .botton_box6 a {
	    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.maindesign .botton_box6 li img {
    width: 33%;
}
.maindesign .botton_box6 li p {
    font-size: 1.3em;
    margin-top: 10px;
	font-weight: bold;
}
.maindesign .goods.cols4-2 li {
    display: flex;
    flex-direction: column;
}
.maindesign .goods.cols4-2 .text-box {
    flex: 1;
    height: 100%;
    min-height: 0%;
}
.maindesign .catbtn{
	margin: 0 0 60px;
	text-align: center;
}
.arrow_u {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #333 #333;
  transform: rotate(-45deg);
	margin-bottom: 10px;
}
.maindesign .disp_flex{
	display: flex;
	align-items: center;
}
@media screen and (min-width:768px) {
.maindesign .botton_box6 li:nth-child(4n) {
    margin-right: 0px;
}
}

@media screen and (max-width:767px) {
	.maindesign .botton_box6 li {
    width: calc(50% - 6px);
    margin-right: calc(21px / 2);
    margin-bottom: 10px;
    text-align: center;
}
	.maindesign .botton_box6 li:nth-child(2n) {
    margin-right: 0px;
}
	.maindesign .botton_box6 li p {
    font-size: 4vw;
}
}

@media all and (-ms-high-contrast: none) {
  /* ie11 */
	.pbun {
    padding-bottom: calc(5em + 6px)!important;
}
	.maindesign .botton_box6 li {
		flex-basis: auto!important;
		flex-shrink: 0!important;
}
	.maindesign .botton_box6 a {
		flex-basis: 100%!important;
		flex-shrink: 0!important;
}
	.maindesign .botton_box6 li img {
		flex-shrink: 0!important;
}
	.maindesign .goods li img {
		flex-shrink: 0!important;
}
	.maindesign .goods.cols4-2 .text-box {
    flex: 1 auto!important;
}
.maindesign h2.iconh2 {
    width: 100%!important;
}	
	.maindesign h2.iconh2::after {
		left: 0!important;
}
}



#main .howto.cols2-1 li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maindesign .h2Icon {
position: absolute;
	width: 70px;
}
#main h2.headingMiddle.plusIcon {
position: relative;
padding-bottom: 0.8em;
border-bottom: 3px solid #DDD;
font-size: 1.25em;
font-weight: bold;
margin: 60px 0 60px auto;
width: 90%;
text-align: left;
top: 1.5em; 
}
@media screen and (max-width:767px) {
.maindesign .h2Icon {
	width: 55px;
}
#main h2.headingMiddle.plusIcon {
    padding-bottom: 0.8em;
    border-bottom: 3px solid #DDD;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 40px 72px;
    width: auto;
    text-align: left;
    top: 0.8em;
}
	
}



#main {
	margin-bottom: 90px;
}
#main p {
    line-height: 1.3em;
}
#main .cols3_2  {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .cols3_2::after{
  content:"";
  display: block;
    width: calc(33% - 5px);
}
#main .cols3_2 li {
    width: calc(33% - 10px);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    color: #333;
}
#main .border_none li {
    border: none;
}
#main .border_none li .text-box {
    text-align: left;
}
#main .cols3 li:nth-child(-n + 3) {
    margin-top: 0;
}

.maindesign .listHead34 {
    font-size: 1.2em;
    color: rgb(51, 51, 51);
    font-weight: bold;
     margin: 10px 0; 
}
#main .feature__items li a {
    display: flex;
}

.maindesign .combo_txt p {
    font-size: 1.25em;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000;
}
.maindesign .combo_txt .goods-name {
    font-size: 2.25em;
    margin-bottom: 5px;
    font-weight: bold;
}
.maindesign .combo-set {
    margin-top: 30px;
}
.maindesign .combo-set ul {
    display: flex;
    flex-wrap: wrap;
}
.maindesign .combo-set ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000;
}
#main h3 {
    border-left: 4px solid #f00;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    padding: 0.3rem 1rem;
    line-height: 1.3em;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
	line-height: 1.3;
}
.maindesign .h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
	line-height: 1.3;
}
.maindesign .pickup {
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #FCD500;
    text-shadow: 1px 1px 3px #333;
    margin-bottom: 30px;
}

.maindesign .pet-refuge--img {
    padding: 20px 0;
    text-align: center;
}

.maindesign .cols2_1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.maindesign .cols2_1 .cols2 {
	width: 48%;
	align-items: center;
}
.maindesign .cols2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.maindesign .cols2 .cate_container {
    width: calc( 50% - 10px);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.maindesign .cols2 .img_container {
	width: 45%;
}
.maindesign .cols2 .text_container {
	width: 55%;
}
.maindesign .cols2_1 .cate_container {
    width: calc( 50% - 10px);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.maindesign .cols2_1 .img_container {
	width: 50%;
}
.maindesign .cols2_1 .text_container {
	width: 50%;
}
.maindesign .cols2_1 .cate_container2 {
    width: calc( 50% - 10px);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
#main .cols2 li {
    width: calc( 50% - 10px);
    margin-right: calc(30px / 3);
    margin-bottom: 20px;
    position: relative;
}
.maindesign .detail_title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
#main .links li .text-box {
    text-align: left;
	padding: 5px;
}
@media screen and (max-width:767px) {
.maindesign .cols2_1 .cols2 {
	width: 100%;
}	
.maindesign .cols2 .text_container {
	font-size: 0.8em;
}
/*	.cols3_2 .listHeading {
    font-size: 0.8em;
}*/
	#main .cols3_2 li {
    width: calc(50% - 10px);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    color: #333;
}
	.maindesign .cols2_1 .cate_container2 {
    width: 100%;
}

}



#main .mbgc_green {
    background-color: #2e8b57;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.5rem;
    text-align: center;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:767px) {
#main .mbgc_green {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    padding: 0.3em 0.2em;
    height: 35px;
}

}





