@charset "UTF-8";
/* CSS Document */

body {
	background: #eee;
}
main {
	margin:0 auto;
	max-width: 1200px;
	width: 100%;
	background: #fff;
	padding: 50px 30px;
	box-sizing: border-box;
	position: relative;
	/*z-index: -2;*/
}
.box {
	margin:0 auto;
	max-width: 1000px;
	width: 100%;
}
figure .box {
	text-align: center;
}
.box_txt {
	margin:0 auto;
	max-width: 700px;
	width: 100%;
}
.box_txt_img {
	margin-bottom: 30px;
	text-align: center;
}

/* ------footer------- */
footer {
	text-align: center;
	padding: 50px 30px;
}
.f_logo {
	margin-bottom: 30px;
}
.f_logo img {
	max-width: 400px;
}
.copyright {
	font-size: 14px;
}

/* ------ magin box ------- */
figure {
	margin-bottom: 60px;
}
section {
	margin-bottom:80px;
}
.container {
	margin-bottom:50px;
}
main section:last-child {
	margin-bottom:0px;
}
section .container:last-child {
	margin-bottom:0px;
}
.txt_l{
	text-align:left !important;
}
.txt_c{
	text-align:center !important;
}
.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}

/* ------<p> margin------- */
main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}
main p.mb_none {
	margin-bottom:0;
}

/* ------ title stlye------- */
.tit_top {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.4;
}
.tit_top_sub {
	font-size: 22px;
	line-height: 1.4;
	padding: 25px;
	background: rgba(255,255,0,0.1);
}
.tit_dotted {
	position: relative;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 40px 0;
}
.tit_dotted em {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #FFFF00;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	margin: auto;
	left: 0;
	right: 0;
}
.tit_dotted em::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #FFFF00;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	right: 30px;
}
.tit_dotted em::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #FFFF00;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 30px;
}
.tit_box {
	text-align: center;
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: bold;
	background: #FFFF00;
	padding: 20px;
	line-height: 1.4;
	border-radius: 30px 0 30px 0;
}
.tit_sec {
	text-align: center;
	margin: 0 auto 25px;
	max-width: 700px;
	width: 100%;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: bold;
	background: #333;
	color: #fff;
	padding: 20px;
	line-height: 1.4;
	border-radius: 30px 0 30px 0;
}
.tit_square {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 auto 25px;
	max-width: 700px;
	width: 100%;
	color: #ff0000;
	padding-left: 60px;
	position: relative;
	box-sizing: border-box;
}
.tit_square:before {
	content: '';
	position:absolute;
	left: 0;
	top: 10px;
	width: 40px;
	height: 40px;
	background: #ff0000;
}
.tit_square:after {
	content: '';
	position:absolute;
	left: 15px;
	top: 25px;
	width: 30px;
	height: 30px;
	border: solid 2px #ff0000;
	background: #fff;
}

/*-------container------- */

.container .msg {
	width: 60%;
	word-break: break-all;
}
.container .box_txt .msg {
	width: 50%;
}
.container .img {
	width: 37%;
}
.container .box_txt .img {
	width: 47%;
}
.pic_l .img, .pic_r .msg {
	float: left;
}
.pic_l .msg, .pic_r .img {
	float: right;
}
.container .img .img_box {
	margin-bottom: 20px;
}
.container .img .img_box:last-child {
	margin-bottom: 0;
}

/*------ swap sp pc ------*/
.sp{ display: none; }
.pc{ display:block; }

/*------ table ------*/
.tb_style {
	width: 100%;
	margin-bottom: 20px;
	border-top: dotted 1px #333;
}
.tb_style tr {
	border-bottom: dotted 1px #333;
}
.tb_style tr:last-child {
	border-bottom: none;
}
.tb_style th {
	font-weight: bold;
	width: 120px;
	vertical-align: middle;
	background: #eee;
}
.tb_style th,
.tb_style td {
	padding: 10px;
	box-sizing: border-box;
}
.img_qr img {
	max-width: 120px;
}

/*------ btn ------*/
.btn_y {
	width: 300px;
	padding: 10px 50px;
	font-weight: bold;
	box-sizing: border-box;
	background-color: #FFFF00;
	color: #333;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 30px;
}
.btn_y {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn_y:hover {
	background-color: #333;
	color: #FFF;
}

#ceo .box {
	max-width: 700px;
}

