@media screen and (max-width:768px) {

.sp{ display: block; }
.pc{ display:none; }

p {
	font-size: 14px;
}

main {
	padding: 40px 20px;
}
.box_txt_img {
	margin-bottom: 20px;
}

/*-------container------- */

.container .msg,
.container .box_txt .msg,
.container .img,
.container .box_txt .img {
	width: 100%;
}
.container .img {
	margin-bottom: 15px;
}
.pic_l .img, .pic_r .msg,
.pic_l .msg, .pic_r .img {
	float: none;
}


/* ------footer------- */
footer {
	text-align: center;
	padding: 30px 20px;
}
.f_logo {
	margin-bottom: 15px;
}
.f_logo img {
	max-width: 400px;
	width: 80%;
}
.copyright {
	font-size: 12px;
}

/* ------ magin box ------- */
figure {
	margin-bottom: 40px;
}
section {
	margin-bottom:60px;
}
.container {
	margin-bottom:30px;
}

section .container:last-child {
	margin-bottom:0px;
}

/* ------ title stlye------- */
.tit_top {
	font-size: 30px;
	margin-bottom: 40px;
}
.tit_top_sub {
	font-size: 20px;
	padding: 20px;
}
.tit_dotted {
	font-size: 23px;
	margin: 40px 0 30px;
}
.tit_dotted em {
	width: 16px;
	height: 16px;
	top: -15px;
}
.tit_dotted em::before {
	width: 10px;
	height: 10px;
	top: 4px;
	right: 30px;
}
.tit_dotted em::after {
	width: 10px;
	height: 10px;
	top: 4px;
	left: 30px;
}
.tit_box {
	margin-bottom: 40px;
	font-size: 25px;
	padding: 15px;
	border-radius: 20px 0 20px 0;
}
.tit_sec {
	margin: 0 auto 20px;
	width: 100%;
	font-size: 23px;
	padding: 15px;
	border-radius: 20px 0 20px 0;
}
.tit_square {
	font-size: 20px;
	margin: 0 auto 20px;
	padding-left: 50px;
}
.tit_square:before {
	content: '';
	position:absolute;
	left: 0;
	top: 10px;
	width: 35px;
	height: 35px;
	background: #ff0000;
}
.tit_square:after {
	content: '';
	position:absolute;
	left: 10px;
	top: 20px;
	width: 25px;
	height: 25px;
	border: solid 2px #ff0000;
	background: #fff;
}

/*------ table ------*/
.tb_style {
	margin-bottom: 10px;
}
.tb_style th,
.tb_style td {
	padding: 6px;
	width: 100%;
	display: block;
}

/*------ btn ------*/
.btn_y {
	max-width: 300px;
	width: 70%;
	padding: 10px 0;
	display: block;
	margin: 0 auto;
}

} /* End Media 420px */


