@charset "UTF-8";
/* CSS Document */


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

/* contents01 */

.contents01 .box-link {
    gap:20px 0px;
}
    
.contents01 .box-link img {
    width: 88%;
    max-width: 400px;
    height: auto;
}
    
    
/* layout01 */

.layout01 .box-img {
	margin-bottom: 30px;
}

.layout01 .box-img img {
	border-radius: 25px;
}

.layout01 .box-img::before {
	display: none;
}
	
.layout01 .box-name {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
	
.layout01 .box-name img {
	display: inline-block;
	max-width: 220px;
}

/* layout02 */

.layout02 {
	width: 100%;
}

.layout02 table td {
	padding: 10px 0px;
	display: block;
}

.layout02 table td:first-child {
	width: 100%;
	padding-bottom: 0px;
}

.layout03 table tr:not(:last-child) {
	border-bottom-style : solid;
border-color : #b2b2b2;
border-width : 1px;
}
	
.layout03 table tr:not(:last-child) td:last-child {
	padding-bottom: 20px;
}
	
.layout03 table td:first-child {
	border-right-style : none;
	font-weight: 600;
}

.layout03 table td:last-child {
	padding-left: 0px;
}





    .pc-view {
        display: none;
    }
    .sp-view {
         display: inline-block;
    }
   
}
