@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-top: 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: 60px;
	line-height: 1.4;
	color: #000099;
	position: relative;
}
.tit_top span {
	font-size: 30px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
.tit_dotted em {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #6699FF;
	border-radius: 50%;
	position: absolute;
	bottom: -20px;
	margin: auto;
	left: 0;
	right: 0;
}
.tit_dotted em::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #6699FF;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 20px;
}
.tit_dotted em::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #6699FF;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.tit_maru {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.tit_maru .box_tit_maru {
	position: relative;
}
.tit_maru .txt_maru {
	font-size: 32px;
	font-weight: bold;
	color: #000099;
	position: relative;
	z-index: 2;
}
.tit_maru .box_tit_maru:before {
	content: '';
	background: #6699FF;
	color: #fff;
	border-radius: 50%;
	font-size: 110%;
	padding: 15px;
	position: absolute;
	z-index: 1;
	top: -15px;
	left: -10px;
}
.tit_sub {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 0 10px 15px;
	margin: 0 auto 25px;
	max-width: 700px;
	width: 100%;
	border-left: solid 6px #6699FF;
	border-bottom: solid 2px #6699FF;
}

/*-------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;
}
.tb_style tr {
	border-bottom: solid 1px #6699FF;;
}
.tb_style tr:last-child {
	border-bottom: none;
}
.tb_style th {
	font-weight: bold;
	width: 120px;
}
.tb_style th,
.tb_style td {
	padding: 10px;
	box-sizing: border-box;
}

/*------ btn ------*/
.btn_y {
	width: 300px;
	padding: 10px 50px;
	font-weight: bold;
	box-sizing: border-box;
	background-color: #6699FF;
	color: #fffffe;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 10px;
}
.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: #000099;
	color: #FFF;
}



