@media screen and (max-width:768px) {

.sp{ display: block; }
.pc{ display:none; }

p {
	font-size: 14px;
}

main {
	padding: 40px 20px;
}
.box_txt_img {
	margin-top: 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 span {
	font-size: 25px;
	margin-top: 5px;
}
.tit_dotted em {
	width: 6px;
	height: 6px;
	bottom: -15px;
}
.tit_dotted em::before {
	width: 6px;
	height: 6px;
	right: 10px;
}
.tit_dotted em::after {
	width: 6px;
	height: 6px;
	left: 10px;
}
.tit_maru {
	font-size: 25px;
	margin-bottom: 40px;
}
.tit_sub {
	font-size: 20px;
	padding: 0 0 5px 10px;
	margin-bottom: 20px;
	border-left: solid 4px #66CCFF;
	border-bottom: solid 1px #66CCFF;
	
}

/*------ table ------*/
.tb_style {
	margin-bottom: 10px;
}
.tb_style th {
	width: 90px;
}
.tb_style th,
.tb_style td {
	padding: 6px;
}

/*------ btn ------*/
.btn_y {
	max-width: 300px;
	width: 70%;
	padding: 10px 0;
	display: block;
	margin: 0 auto;
}

} /* End Media 420px */


