@media print, screen and (min-width : 1024px){
#pc_header {
 max-width: 1240px;
 }

#pc_header .pc_header_btn_center{
	width: 280px;
	position: relative;
	text-align: center;
	margin-right: 3px;
}
	

	
#pc_header .txt_l {
    font-size: 135%;
}


#pc_header .pc_header_btn_center a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #005ea0;
}

#pc_header .pc_header_btn_center a{
	padding: 10px;
}


#pc_header .pc_header_btn__enter a:hover{
    opacity: 0.5;
}

#pc_header .pc_header_btn_center img{
	width: auto;
	height: 40px;
	float: left;
	margin-right:8px;
}

#pc_header .pc_header_btn_center img{
	margin-left: 10px;
	margin-top: 5px;
}

#pc_header .pc_header_btn_center p{
	line-height: 1.3;
	color: #fff;
	margin: 0;
}


#pc_header .pc_header_btn_center p{
	margin-top: 11px;
}
	
#pc_header 	.pc_header_btn_right{
width:225px;	
}
}


.contact .contact_wrap .contact_flex{
 flex-wrap:nowrap;
 align-items:center;
 gap:10px;
 padding: 0 5px;
}
@media screen and (max-width: 360px) {
.contact .contact_wrap .contact_flex p{
font-size:12px!important;
}
}




/* ///////////////////////////////////////




レビュー



/////////////////////////////////////// */
.review{
background:#c8dfed;
padding: 0 30px 50px 30px;
}

.review_wrap{
 display:flex;
 align-items:center;
 justify-content: center;
 gap: 40px;
 background:#FFF;
 position:relative;
}

.review  a{
 position:absolute;
 width:100%;
 height:100%;
 top: 0;
 left: 0;
}

.review_text{
 width:45%;
}

.review_text h2{
font-size: 24px!important
}

.review_text p{
 margin-top:2.4rem;
}

.review_image{
 width:50%;
 height:auto;
}


.review_image::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 40px;
    transform: translateY(-50%) scale(1);
    width: 3.5em;
    height: 3.5em;
    background-color: #005ea0;
    border-radius: 50%;
    transition: transform 0.55s ease;
}

.review_image::after {
    content: "";
    position: absolute;
    bottom: 36px;
    right: 62px;
    transform: translateY(-50%) rotate(45deg) scale(1);
    width: 1em;
    height: 1em;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #FFF;
    transition: transform 0.55s ease;
}


.review_wrap:hover .review_image::before {
    transform: translateY(-50%) scale(1.15);
}

.review_wrap:hover .review_image::after {
    transform: translateY(-50%) rotate(45deg) scale(1.15);
}




@media screen and (max-width: 980px) {
.review_wrap{
 flex-direction: column-reverse;
 max-width: 650px;
 margin: 0 auto;
 padding: 20px 20px 90px 20px;
}
	
.review_text{
 width:100%;
}
	
.review_image{
 width:100%;
}

.review_image::before {
    right: 20px;
    width: 3.1em;
    height: 3.1em;
}

.review_image::after {
    bottom: 31px;
    right: 37px;
    width: .7em;
    height: .7em;
}
}


@media screen and (max-width: 650px) {
.review_text h2{
font-size: 1.25em;
}	
}