@charset "UTF-8";



/*box1
---------------------------------------------------------*/
.box1 .img_list {
	width: 40%;
	max-width: 290px;
	margin: 30px auto;
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.box1 .img_list li {
	width: 45%;
	max-width: 130px;
}

.com_web.icon_visit span:not(.com_arrow)::before {
	content: '';
	display: block;
	width: 1.5em;
	height: 1.5em;
	background: url("../images/icon_visit@2x.png") no-repeat center top;
	background-size: contain;
	transform: translateY(-7%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 {
	display: flex;
    flex-wrap: wrap;
}
.box1 .img_list {
	order: 1;
	width: 45%;
	margin: 0 auto;
}
.box1 .com_style1_txt {
	order: 2;
	width: 100%;
	margin: .6em 0;
}
.box1 .com_link_list2 {
	order: 3;
	width: 100%;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}