@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("Noto Sans JP"),
	url(../fonts/NotoSansJP-Light.woff2) format('woff2'),
	url(../fonts/NotoSansJP-Light.woff) format('woff'),
	url(../fonts/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Noto Sans JP"),
	url(../fonts/NotoSansJP-Regular.woff2) format('woff2'),
	url(../fonts/NotoSansJP-Regular.woff) format('woff'),
	url(../fonts/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Noto Sans JP"),
	url(../fonts/NotoSansJP-Medium.woff2) format('woff2'),
	url(../fonts/NotoSansJP-Medium.woff) format('woff'),
	url(../fonts/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Noto Sans JP"),
	url(../fonts/NotoSansJP-Bold.woff2) format('woff2'),
	url(../fonts/NotoSansJP-Bold.woff) format('woff'),
	url(../fonts/NotoSansJP-Bold.otf) format('opentype');
}

body {
	min-width: 1260px;
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.75;
	background-color: #070303;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

* {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #1656db;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
}

em {
	font-style: normal;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.ml1em {margin-left: 1em;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}


.bold {
	font-weight: bold;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.red {
	color: #d71518;
}

.iblock {
	display: inline-block;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.strike {
	text-decoration: line-through 1px solid #d71518;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

.pagetop {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -9990px;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
}

.pagetop:hover {
	opacity: 1;
}

/* --------------- header --------------- */

header {
	width: 100%;
	height: 97px;
	margin: 0 auto;
	padding: 0;
	background-color: #070303;
	border-bottom: solid 2px #8b0000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_header {
	width: 1110px;
}


/* --------------- footer --------------- */


footer {
	margin: 0;
	padding: 0;
	background-color: #8b0000;
}

.copy {
	margin: 0;
	padding: 13px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}


/* --------------- contents --------------- */


#contents {
	width: 1260px;
	margin: 0 auto;
	display: flex;
}

#rightcontents {
	width: 900px;
	margin: 0 30px 0 0;
	padding: 0;
	background-color: #070303;
}

#rightcontents_sub {
	width: 900px;
	margin: 0;
	padding: 30px 25px 30px;
	background-color: #070303;
}

.wrap_contents {
	width: 100%;
	min-height: 825px;
	margin: 0 auto;
	padding: 20px 20px 25px;
	background-color: #fff;
}

.mds1 {
	width: 807px;
	margin: 0 auto 30px;
	padding: 8px 40px 10px 35px;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	background: #8b0000;
	z-index: 0;
}

.mds2 {
	width: 756px;
	margin: 0 auto 10px;
	padding: 0 6px 6px;
	color: #8b0000;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: solid 2px #8b0000;
}

.btn1 {
	width: 190px;
	min-width: 120px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
	color: #ed6b04;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(214,214,214,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0 );
	border: solid 2px #ed6b04;
	border-radius: 10px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	display: table;
}

.btn1 span {
	padding: 0 0 2px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

a.btn1:hover {
	background: rgba(214,214,214,1);
	background: -moz-linear-gradient(top, rgba(237,214,214,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff', GradientType=0 );
}

.btn2 {
	width: 190px;
	min-width: 120px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: -moz-linear-gradient(0deg, rgba(230,3,18,1) 0%, rgba(237,107,7,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(230,3,18,1) 0%, rgba(237,107,7,1) 100%);
	background: linear-gradient(0deg, rgba(230,3,18,1) 0%, rgba(237,107,7,1) 100%);	border: solid 2px #ed6c00;
	border-radius: 10px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	display: table;
}

.btn2 span {
	padding: 0 0 2px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

a.btn2:hover {
	background: rgb(230,3,18,1);
	background: -moz-linear-gradient(180deg, rgba(230,3,18,1) 0%, rgba(237,107,7,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(230,3,18,1) 0%, rgba(237,107,7,1) 100%);
	background: linear-gradient(180deg, rgba(230,3,18,1) 0%, rgba(237,107,7,1) 100%);
}


.btn1.pdf span,
.btn2.pdf span {
	padding-right: 25px;
}

.btn1.word span,
.btn2.word span {
	padding-right: 20px;
}

.btn1.pdf span:after,
.btn2.pdf span:after {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	right: 10px;
}

.col_content {
	margin: 0 0 35px;
	padding: 0 35px;
}

.col_prepare {
	padding: 80px 0;
	text-align: center;
	font-size: 15px;
}

/* --------------- leftcontents --------------- */


#leftcontents {
	width: 260px;
	margin: 28px 20px 30px 50px;
}

#navi {
	width: 260px;
	margin: 0 auto 30px;
	padding: 0;
	border: solid 1px #8b0000;
}

#navi li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #8b0000;
	background: #fff;
}

#navi li.active,
#navi li:hover {
	border-bottom: solid 1px #fff;
	background: #8b0000;
}

#navi li:last-of-type {
	border-bottom-color: #fff;
}

#navi li.active:last-of-type,
#navi li:last-of-type:hover {
	border-bottom-color: #8b0000;
}

#navi li a {
	width: 100%;
	height: 100%;
	padding: 10px 12px 10px 14px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	color: #8b0000;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

#navi li.active a,
#navi li:hover a {
	color: #fff;
}

#navi li a::after {
	content: "";
	width: 8px;
	height: 18px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 9px);
	right: 9px;
}

#navi li:hover a::after,
#navi li.active a::after {
	background-image: url(../img/arrow_on.png);
}

#navi li.pre a {
	color: #919191;
	pointer-events: none
}

.box_l_info {
	width: 260px;
	margin: 0;
	padding: 0;
	font-weight: 350;
}

.box_l_info dl {
	margin: 0;
	color: #fff;
}

.box_l_info dl dt {
	margin: 0 0 6px;
	padding: 2px 10px;
	font-size: 15px;
	color: #fff;
	background-color: #8b0000;
}

.box_l_info dl dd {
	margin: 0;
	padding: 0 0 0 2px;
	font-size: 12px;
	line-height: 1.5;
}

.box_l_info dl dd a {
	color: #fff;
	text-decoration: none;
}

.box_l_info dl dd a:hover {
	text-decoration: underline;
}



/* --------------- top --------------- */

ul.list_topbnr {
	margin: 0;
	padding: 0 0 30px;
}

ul.list_topbnr li {
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}

ul.list_topbnr li a:hover {
	opacity: 0.8;
}


.col_topmain {
	width: 100%;
	height: 765px;
	margin: 0;
	padding: 480px 0 0 0;
	background-image: url(../img/bg_topmain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.img_topinfo1 {
	width: 562px;
	margin: 0 0 0 13px;
}

.wrap_topnews {
	width: 900px;
	margin: 0 auto 30px;
	padding: 20px 20px 23px 40px;
	background-color: #fff;
}

.box_topnews {
	width: 100%;
	max-width: 840px;
	margin: 0;
	padding: 0;
	display: flex;
}

.mds_topnews {
	width: 108px;
	margin: 0;
	padding: 0;
	color: #8b0000;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.2em;
	border-right: solid 1px #8b0000;
	display: flex;
	align-items: center;
}

.col_topnews {
	width: calc( 100% - 108px);
	max-height: 125px;
	margin: 0;
	padding: 0 20px 0 22px;
	overflow: auto;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 7px 0;
	font-weight: 300;
	border-bottom: solid 1px #9fa0a0;
	display: flex;
}

.col_topnews dl:last-of-type {
	border-bottom: none;
}

.col_topnews dl dt {
	width: 118px;
	margin: 0;
	padding: 3px 58px 0 15px;
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	flex-shrink: 0;
	position: relative;
	z-index: 0;
}

.col_topnews dl.new dt:before {
	content: "NEW";
	padding: 2px 6px 3px;
	line-height: 1;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	background-color: #c41a1f;
	display: inline-block;
	position: absolute;
	top: 7px;
	right: -1px;
}

.col_topnews dl dd {
	width: calc(100% - 118px);
	margin: 0;
	padding: 2px 10px 0 17px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
}



/* --------------- company --------------- */


.btn2.company1 {
	width: 240px;
	margin: 0 auto;
}

.btn1.company2 {
	width: 350px;
	margin: 0 auto 20px;
}

ul.list_company1 {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.list_company1 li {
	margin: 0 0 4px;
	padding: 0 0 0 12px;
	text-indent: -12px;
}

.box_company2 {
	width: 200px;
	margin: 5px 32px 0 0;
	padding: 0;
	float: left;
	position: relative;
}

.box_company2.arrow::after {
	width: 16px;
	height: 0px;
	border: 14px solid transparent;
	border-left-color: #8b0000;
	content: "";
	position: absolute;
	bottom: 68px;
	left: 210px;
	border-top-width: 14px;
	border-bottom-width: 14px;
}

.box_company2.last {
	width: 270px;
	margin-right: 0;
}

.box_company2 dt {
	width: 100%;
	height: 60px;
	margin: 0;
	background-color: #8b0000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	box-sizing: border-box;
	display: table;
}

.box_company2 dt span {
	display: table-cell;
	vertical-align: middle;
}

.box_company2 dd {
	min-height: 123px;
	margin: 0;
	padding: 10px 11px 10px;
	background-color: #fff;
	border-left: solid 1px #8b0000;
	border-bottom: solid 1px #8b0000;
	border-right: solid 1px #8b0000;
	box-sizing: border-box;
	
}

dl.list_faq {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	display: table;
}

dl.list_faq:first-child {
	padding-top: 5px;
}

dl.list_faq dt {
	width: 30px;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}

dl.list_faq dd {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

dl.list_faq.ques dd {
	font-size: 14px;
	font-weight: bold;
}

dl.list_faq.ques {
	color: #4b73c4;
}

dl.list_faq.ans dt {
	color: #ff0068;
}

dl.list_faq.ans {
	margin-bottom: 18px;
	margin-left: 4px;
	padding-bottom: 18px;
	border-bottom: dashed 1px #ccc;
}



/* --------------- link --------------- */

.list_link {
	margin: 0;
	padding: 0;
}

.list_link li {
	margin: 0 0 10px;
	padding: 0 0 0 17px;
	position: relative;
	z-index: 0;
}

.list_link li:before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #8b0000;
	position: absolute;
	top: 7px;
	left: 0;
}



/* --------------- greeting --------------- */

.col_greeting {
	width: 100%;
	margin: 0 0 15px;
	padding: 0 15px 15px;
	border-bottom: solid 1px #8b0000;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.col_greeting .belong {
	width: calc( 100% - 160px );
	margin: 0;
	padding: 0 15px 0 0;
	text-align: right;
	box-sizing: border-box;
}

/* --------------- subject --------------- */

.mds3 {
	margin: 0 0 13px;
    padding: 3px 0 3px 10px;
    color: #231815;
    font-size: 13px;
    font-weight: bold;
    border-left: 5px solid #8b0000;
    border-bottom: 1px solid #8b0000;
}
.wine {
	color: #8b0000;
}
ol.list_subject1 {
	padding: 0 0 0 15px;
}
ol.list_subject1 li {
	margin: 0 0 5px;
}
ol.list_subject1 li:last-child {
	margin-bottom: 0;
}
ol.list_subject2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.list_subject2 li{
	margin: 0 0 5px;
    padding: 0 0 0 32px;
    text-indent: -32px;
}


dl.step_subject1 {
	margin: 0 0 10px;
    padding: 5px 0 15px;
    border-bottom: dashed 1px #8b0000;
}
dl.step_subject1:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
dl.step_subject1 dt {
	margin: 0 0 5px;
    padding: 0 0 0 2.7em;
    text-indent: -2.7em;
    color: #8b0000;
    font-weight: bold;
}
ol.list_subject3 {
	padding: 0;
	list-style: none;
}
ol.list_subject3 li {
	margin: 0 0 5px;
    padding: 0 0 0 1.2em;
    text-indent: -1.2em;
}


/* --------------- program --------------- */

.mds1.program { margin-bottom: 10px; }

.note_programtop {
	margin: 0 0 15px;
	padding: 0 35px;
	text-align: right;
}

dl.list_program {
	width: 100%;
	margin: 0 0 3px;
	padding: 0;
	display: flex;
}

dl.list_program dt {
	width: 120px;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: right;
}

dl.list_program dd.name1 {
	width: 110px;
	margin: 0;
	padding: 0;
}

dl.list_program dd.shozoku1 {
	width: calc( 100% - 250px );
	margin: 0;
	padding: 0;
}

.theme_program {
	margin: 0 0 4px;
	padding: 0;
	color: #8b0000;
	font-size: 15px;
	font-weight: 600;
	
}

.endai_program {
	margin: 0 0 4px;
	padding: 0 12px;
	font-weight: 600;
}

dl.list_program + .endai_program {
	margin-top: 12px;
}


/* --------------- join --------------- */

.note_join1 {
	margin: 0 0 10px;
	padding: 5px 8px;
	color: #df0000;
	border: solid 1px #df0000;
	display: inline-block;
}

.note_join2 {
	margin: 15px 0 10px;
	padding: 15px;
	border: solid 1px #df0000;
	display: inline-block;
}
.mds_note_join2 {
	margin: 0 0 5px;
	font-weight: bold;
	text-align: center;
}
.mds_note_join2 span {
	color: #df0000;
}

table.tbl_join1 {
	width: 100%;
	margin: 0 0 2px;
	padding: 0;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

table.tbl_join1 th {
	margin: 0;
	padding: 5px 8px;
	font-weight: bold;
	text-align: center;
	background-color: #f7e1e1;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

table.tbl_join1 td {
	margin: 0;
	padding: 8px 10px;
	line-height: 1.5;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

table.tbl_join1 td:nth-child(n + 2) {
	width: 140px;
	text-align: center;
}

ol.list_num_join1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.list_num_join1 li {
	width: 100%;
	margin: 0 0 2px;
	padding: 0;
	display: flex;
}

ol.list_num_join1 li .num {
	width: 30px;
	margin: 0;
	padding: 0;
}

ol.list_num_join1 li .txt {
	width: calc( 100% - 30px );
	margin: 0;
	padding: 0;
}

.col_flow_join1 {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
}

.col_flow_join1 .box {
	width: 130px;
	margin: 0 20px 0 0;
	padding: 10px 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #f3cdcd;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}
.col_flow_join1 .box::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 10px #8b0000;
	border-top: solid 10px rgba(255,255,255,0);
	border-bottom: solid 10px rgba(255,255,255,0);
	position: absolute;
	top: calc( 50% - 10px );
	right: -16px;
}

.col_flow_join1 .box:last-child {
	width: 300px;
	margin-right: 0;
	color: #fff;
	background-color: #cf6c6c;
}
.col_flow_join1 .box:last-child::before { content: none; }

.box_note_join1 {
	margin: 0;
	padding: 8px 12px;
	border: solid 1px #bbb;
}
ol.list_num_join1 .box_note_join1 { margin-bottom: 10px; }

.col_step_join1 {
	margin: 0;
	padding: 0;
	border: solid 1px #000;
}

.col_step_join1 .mds {
	margin: 0;
	padding: 10px 12px;
	font-weight: bold;
	text-align: center;
	background-color: #f9e2e2;
}
.col_step_join1 .mds .big { font-size: 17px; }

.col_step_join1 .cont {
	margin: 0;
	padding: 17px 18px 15px 12px;
}

table.tbl_step_join1 {
	margin: 0 0 10px;
	padding: 0;
	border: solid 1px #000;
	border-right: none;
}

table.tbl_step_join1 th {
	width: 50%;
	margin: 0;
	padding: 8px 10px;
	border-right: solid 1px #000;
}

table.tbl_step_join1 td {
	margin: 0;
	padding: 0 10px 8px;
	vertical-align: top;
	border-right: solid 1px #000;
}

.box_attention_join {
	margin: 0 0 15px;
	padding: 10px 13px;
	color: #df0000;
	font-weight: bold;
	border: solid 1px #df0000;
}

.btn2.join1 { width: 240px; }



