.midashi3 h3 {
	color: #333;
	font-weight: 700;
	border-bottom: solid 3px #333;
	padding-bottom: 15px;
	font-size: 20px;
}
.spBlk {
	display: none;
}
.op_category{
	text-align: center;
    position: relative;
    z-index: 2;
    background: #f58e40;
    border-radius: 3px;
    transition: all .5s;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 15px 10px;
    color: #fff;
	font-size: 1rem;
	cursor: pointer;
}

.op_category:hover{
	opacity: 1 !important;
	background-color: #f08a1d;
	color: #fff;	
}

.op_category::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 600;
    position: absolute;
    font-size: 0.75rem;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;	
}

.op_category:hover::before {
    transform: translate(3px, 0);
    transition: 0.5s;
    color: #fff;	
}

@media only screen and (max-width: 834px) {
	.midashi3 h3 {
		font-size: 18px;
	}
}
.main_txt {
	text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}
.h2_title h2 {
	font-size: 2em;
	color: #F91B62;
	font-weight: bold;
}
.cl01 {
	background: #5ABECA;
	padding: 10px;
	color: #fff;
}
.cl02 {
	-webkit-text-fill-color: transparent !important;
	font-size: 80px !important;
	line-height: 1.2em;
}
.ttl_g div {
	color: #AB913E;
	font-weight: bold;
}
.pricetxt div {
	-webkit-text-fill-color: inherit !important;
	display: flex;
	align-items: center;
}
.midashi3 h2 {
	color: #333;
	font-weight: 700;
	border-bottom: solid 3px #333;
	padding-bottom: 15px;
	font-size: 20px;
}

.voice .box img {
	width: 193px !important;
	height: 193px !important;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.voice .box {
	width: 48%;
}
section div.news dl{
	padding-bottom: 25px;
	margin-bottom: 25px;
	width: 100%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	border-bottom: 1px dashed #ccc;
	box-sizing: border-box;
}
section div.news dl dt{
	border: 0 !important;
	width: 15% !important;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background: #4c4c4c !important;
	padding: 5px 10px !important;
	color: #fff !important;
	-ms-align-items: center !important;
	align-items: center !important;
}
section div.news dl dd {
	margin-left: 10px;
	border: 0 !important;
	padding: 0 !important;
	font-size: 16px;
	color: #333;
	width: 84% !important;
}
section div.news dl dd a{
	color: #333 !important;
}
section div.news dl dd a:hover{
	color: #ef1b5e !important;
}
@media only screen and (max-width: 640px){
	section div.news dl {
		display: block !important;
	}
	section div.news dl dt {
		width: 100% !important;
	}
	section div.news dl dd{
	margin-left: 0;
	width: 100% !important;
	margin-top: 5px;
	text-align: center;
	display: block;
	}
}

/*   2020.09.15   */
.header_info ul li{
	line-height: 0;
	font-size: 12px;
	text-align: left;
}

.header_info {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto -35px auto;
}

.header_info2 {
	padding: 0 30px;
}

.header_info2 .info {
	margin-left:45px !important;
}

.header_mail a {
	color: #3a3a3a;
	position: relative;
	padding-left: 30px;
}

.header_mail a::before {
	content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    color: #747272;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: block;
}

#main_btn a:last-child {
	bottom: 72px !important;
}

.info2 {
	margin-left: 45px;
	color: #3a3a3a !important;
	position: relative;
}

.info2::before {
	content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #747272;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    display: block;
}
.btn03 {
	position: relative;
	display: inline-block;
	padding: 14px 40px;
	font-size: 21px;
	border: 1px solid #e73f74;
	color: #343434 !important;
}
.btn03:before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
}
.btn03:hover {
	background: #e73f74;
	color: #fff !important;
}

/*  2020/11/16  */
.cov_19 {
    max-width: 1200px;
    margin: auto;
    padding:30px;
    border: 3px dashed #ffe8e8;
}

.cov_19 h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ff4882;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.cov_19 div a {
    display: block;
    width: 250px;
    height: 46px;
    color: white;
    text-align: center;
    padding-top: 10px;
    background-color: #fff;
    border:1px solid #c3c3c3;
    border-radius: 50px;
    position: relative;
    padding-left: 20px;
    transition: 0.3s;
    margin-top: 20px;
    color:#333!important;
}

.cov_19 div a:hover {
    background-color: #cdb86a;
    color: #fff!important;
}

.cov_19 div a:before {
    content: "\f138";
    font-family: "Font Awesome 5 Pro";
    color: #333;
    display: block;
    font-weight: 900;
    padding-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
} 

.cov_19 img {
    width: 260px !important;
}
.con2 {
    background-size: 40%!important;
    padding: 0% 0!important;
    margin:100px auto!important;
}
@media only screen and (max-width: 640px){
.con2 {
    background-image:none!important;
}
}
.gallery-FLX_05 .fancybox > div.box {
	box-sizing: border-box;
	overflow: hidden;
	width: 18%!important;
    margin-bottom: 50px;
    margin: 0 10px;
}
@media only screen and (max-width: 834px) {
.gallery-FLX_05 .fancybox > div.box {
	width: 44%!important;
}
}

@media only screen and (max-width: 1200px) {
    .cov_19 {
        margin: 80px 10px 0px 10px !important;
    }
    .cov_19 h3 {
        font-size: 2rem;
    }
}


@media only screen and (max-width: 834px) {
	.midashi3 h2 {
		font-size: 18px;
	}
	.voice .box {
		width: 100%;
	}
	.pricetxt div {
		display: block;
	}
	.cl01 {
		display: block;
	}
    .cov_19 h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 640px) {
	.btn03 {
		display: block;
		padding: 14px 10px;
		font-size: 18px;
	}
	.btn03:before {
		right: 10px;
	}
	.voice .box {
		width: 100%;
	}
	.pricetxt div {
		display: block;
	}
	.cl01 {
		display: block;
	}
	.cl02 {
		font-size: 70px !important;
	}
	#mainArea {
		height:auto !important;
	}
	.spBlk {
		display: block;
	}
    .cov_19 h3 {
        font-size: 20px;
    }
    .cov_19 div a {
        margin: 20px auto 0 auto;
    }
}
/*-------20250523 t.hirose_start-------*/
.con2-2  {
    max-width: 1000px;
    margin: 10px auto;
    text-align: center;
}

.con2-2 h3 {
    color: #fff;
    font-size: 1.25rem;
    padding: 10px 20px;
    background: #045989;
    max-width: 220px;
    text-align: center;
    margin: 0 auto;
}

.con2-2im  {
    max-width: 1000px;
    margin: 10px auto;
    text-align: center;
}

.con2-2im > div.box {
    width: calc(50% - 20px)!important;
    margin: 10px;
    box-sizing: border-box!important;
    overflow: hidden!important;
    padding: 10px;
}
@media only screen and (max-width: 640px) {
	.con2-2im > div.box {
    		width: 100%!important;
    }
}
/*-------20250523 t.hirose_end-------*/