/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2023 | 05:40:04 */
@charset "UTF-8";
/*PC*/ 
@media screen and (min-width: 640px) {

/*背景色調整*/
p.has-background {
padding: 1.25em 1em;
}

/*テーブル*/
table.has-fixed-layout {
font-size: 0.85em;
}

/*ボックス1*/
.box1 {
margin: 1em 0;
padding: 1em;
font-weight: normal;
border: solid 2px #555;
border-radius: 8px;
background: #fff;
}

}

/*SP*/ 
@media screen and (max-width: 640px) {

/*背景色調整*/
p.has-background {
padding: 1.25em 0.75em;
}

/*テーブル*/
table.has-fixed-layout {
font-size: 0.85em;
}

/*ボックス1*/
.box1 {
margin: 1em 0;
padding: 1em;
font-weight: normal;
border: solid 2px #555;
border-radius: 8px;
background: #fff;
}
	
}
