@charset "UTF-8";
/* CSS Document */

body {
	min-width: 1023px;
	margin: 0;
	padding: 0;
	color: #040000;
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.75;
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

* {
	-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: #00a0e9;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity: 0.75;
	-khtml-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;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.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;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.ml1em {margin-left: 1em;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml65 {margin-left: 65px;}
.ml70 {margin-left: 70px;}
.ml75 {margin-left: 75px;}
.ml80 {margin-left: 80px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.ml120 {margin-left: 120px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}
.mr55 {margin-right: 55px;}
.mr60 {margin-right: 60px;}


.note {
	font-size: 10px;
}

.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
	line-height: 24px;
}

.bold {
	font-weight: bold;
}

.ls001 {
	letter-spacing: -0.01em;
}

.ls003 {
	letter-spacing: -0.03em;
}

.red {
	color: #ef0000;
}

.purple {
	color: #4f388c;
}

.pink {
	color: #E84E78;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}


.strike {
	text-decoration: line-through;
}

.strike .black {
	color: #000;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

p.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1;
}

p.pagetop a {
	width: 60px;
	height: 0;
	margin: 0;
	padding: 60px 0 0 0;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

p.pagetop a:hover {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.icon_purple {
	padding-right: 3px;
	font-size: 15px;
	color: #4f388c;
	vertical-align: baseline;
}



/* --------------- header --------------- */


#header {
	width: 100%;
	height: 108px;
	margin: 0 auto;
	padding: 0 0 0;
	box-shadow: 1px -13px 15px 15px #666;
	z-index: 1;
	position:relative;
}

.col_header{
	width: 1024px;
	height: 108px;
	margin: 0 auto;
	padding-top: 13px;
}

.logo_header {
	width: 899px;
	height: 84px;
	margin: 0;
	padding: 0 0 0 120px;
}


/* --------------- footer --------------- */


#footer {
	margin: 0;
	padding: 0;
	background-color: #91001a;
}

.copy {
	margin: 0;
	padding: 11px 0 10px;
	text-align: center;
	color: #fff;
	font-size: 10px;
}


/* --------------- contents --------------- */

#wrap_contents {
	width: 100%;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	z-index: 0;
}



#contents {
	width: 1024px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#rightcontents {
	width: 748px;
	margin: 0;
	padding: 0;
	background-color: #220000;
}

.col_content {
	width: 646px;
	margin-left: auto;
	margin-right: auto;
}
.col_prepare {
	height: 140px;
	margin: 0;
	padding: 80px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

/* --------------- leftcontents --------------- */


#leftcontents {
	width: 276px;
	padding: 18px 0 15px 0;
	background-color: #fff;
}

#leftcontents ul {
	width: 240px;
	margin: 0 auto 40px;
	padding: 0;
}

#navi {
	margin: 0 0 190px;
	padding: 0;
}

#navi li {
	width: 240px;
	height: 36px;
	margin: 0 0 7px 0;
	padding: 0;
	display: block;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6a9b1',GradientType=0 );
	box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.15);
}

#navi li:hover,
#navi li.active {
	background: #91001a;
}

#navi li:hover a,
#navi li.active a {
	color: #fff;
}

#navi a {
	width: 100%;
	height: 100%;
	padding: 10px 0 0 16px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	color: #91001a;
	text-decoration: none;
	display: block;
	position: relative;
}

#navi a:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background-image: url(../img/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	right: 11px;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
}

#navi a:hover::after ,
#navi li.active a::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background-image: url(../img/arrow_on.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	right: 11px;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
}

.cont_l_movie {
	width: 240px;
	margin: 0 auto 20px;
	padding: 0;
}

.cont_l_movie:last-of-type {
	margin-bottom: 40px;
}

.btn_play {
	transition: .2s;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

.btn_play:hover {
	opacity: 0.75;
}

.btn_play::before {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 1px #b7b7b7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
}

.btn_play::after {
	content: "";
	width: 60px;
	height: 60px;
	margin: auto;
	background-image: url(../img/btn_play.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.col_modal_video {
	width: 942px;
	height: 680px;
	margin: auto;
	padding: 0;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.cont_video {
	width: 100%;
	height: 530px;
	margin: 0 auto 20px;
	padding: 50px 50px 100px;
	background-color: #fff;
	box-sizing: content-box;
}

.cont_video video {
	width: 100%;
	height: 100%;
	margin: 0;
}

.cont_video_close {
	width: 40px;
	height: 40px;
	margin: 30px auto 0;
	padding: 0;
	background-color: #000;
	position: relative;
	z-index: 0;
	cursor: pointer;
	transition: .2s;
}

.cont_video_close:hover {
	background-color: #4a4a4a;
}

.cont_video_close:before,
.cont_video_close:after {
	content: "";
	width: 20px;
	height: 3px;
	margin: auto;
	background-color: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
}

.cont_video_close:before {
	transform: rotate(45deg);
}

.cont_video_close:after {
	transform: rotate(-45deg);
}

/* モーダル背景 */
.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .4s;
	visibility: hidden;
	z-index: 1;
}

.fixed .overlay {
	background: rgba(0,0,0,0.8);
	visibility: visible;
}


.txt_ind{
	text-indent:-0.4em;
}
.font_space {
	letter-spacing: -0.4em;
}

.box_l_info {
	width: 240px;
	margin: 0 auto;
	padding: 0;
}

#leftcontents.top .box_l_info {
	margin-top: auto;
}

.box_l_info dl {
	margin: 0 0 12px;
	padding: 0;
}

.box_l_info dl dt {
	margin: 0;
	padding: 2px 0 1px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background-color: #231815;
}

.box_l_info dl dd {
	margin: 0;
	padding: 7px 0px 0 10px;
	font-size: 10px;
	line-height: 1.3;
}

.box_l_info dl dd strong {
	margin: 0 0 2px;
	font-size: 11px;
	display: block;
}

/* --------------- top --------------- */

.col_topmain {
	width: 100%;
	height: 770px;
	margin: 0;
	padding: 0;
	background-image: url(../img/mainimg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	z-index: 0;
}

.img_topinfo2 {
	position: absolute;
	top: 120px;
	right: 40px;
}

.img_topinfo1 {
	position: absolute;
	top: 430px;
	left: 34px;
}

.col_topweb {
	top: 20px;
	right: 20px;
	background-color: #fcd000;
	margin: 0 auto;
  padding: 21px 45px 16px 30px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	border: solid 2px #92001a;
	border-radius: 8px;
	box-shadow: 2px 2px 10px -4px #000;
	display: block;
	position: absolute;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
}

a.col_topweb {
	color: #92001a;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}

.col_topweb:before {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #92001a;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
}

.col_topweb:hover {
    background-color: #ffe35c;
}

.col_web {
	text-align: center;
	margin-bottom: 30px;
}

.col_topweb.web {
	width: 300px;
	margin-left: 40px;
	position: relative;
	display: inline-block;
}

.txt_web1 img {
	padding: 5px 0 0 10px;
}

.wp_topnews{
	min-height: 98px;
	position: absolute;
	top: 581px;
	left: 14px;
	width: 720px;
	background-color: #fff;
	padding: 15px 18px 20px;
	box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.3);
}

.mds_topnews{
	width: 684px;
	height: 36px;
	padding: 2px 0 0 18px;
	display: table-cell;
	vertical-align: middle;
	background-color: #eb6161;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.box_topnews {
	max-height: 94px;
	margin: 0 auto 0;
	padding: 4px 5px 0;
	overflow: auto;
}

.box_topnews dl {
	width: 100%;
	margin: 0;
	padding: 4px 0 3px;
	display: table;
	border-bottom: 2px dotted #605f5f;
	color: #231815;
	font-size: 12px;
}

.box_topnews dl dt {
	width: 96px;
	margin: 0;
	padding: 0 0 0 13px;
	color: #404040;
	display: table-cell;
	vertical-align: top;
}

.box_topnews dl dd {
	margin: 0;
	padding: 0 0 0 3px;
	display: table-cell;
	vertical-align: top;
}

.box_topnews dl dd .red a {
	color: #ef0000;
}

/* --------------- sub_contents --------------- */


#sub_rightcontents {
	width: 748px;
	margin: 0;
	padding: 20px 0 0;
	background-color: #f6d4bb;
}

#sub_contents {
	width: 720px;
	min-height: 690px;
	margin: 0 auto;
	padding: 19px;
	background-color: #fff;
}


.mds1 {
	width: 100%;
	margin: 0 0 20px;
	padding: 14px 0 12px 25px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	background-color: #91001a;
	position:relative;
}



.mds2 {
	width: 654px;
	margin: 0 auto 13px;
	padding: 0 0 4px 25px;
	color: #91001a;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	border-bottom: solid 2px #91001a;
	background-image: url(../img/maru.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	background-size: 15px 15px;
}

.mds2 .strike .black {
	color: #91001a;
}

.btn1 {
	min-width: 220px;
	height: 48px;
	margin: auto;
	padding: 0 30px;
	color: #ed6b04;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	border: solid 2px #ed6b04;
	border-radius: 8px;
	display: table;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	position: relative;
}

a.btn1:hover {
	background: rgb(239,239,239);
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
}

.btn1 span{
	padding: 1px 0 0 0;
	display: table-cell;
	vertical-align: middle;
}

.btn2 {
	height: 48px;
	margin: 0 auto;
	padding: 0 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ed6c00;
	border: solid 2px #ed6c00;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
}
}

.btn2.word span {
	padding: 5px 25px 5px 0;
	position: relative;
	z-index: 0;
}

.btn2 span.inner {
	padding: 1px 0 0 0;
	display: table-cell;
	vertical-align: middle;
}

a.btn2:hover {
    color: #ed6c00;
    background-color: #fff;
}

.btn1.pdf span.inner, .btn2.pdf span.inner {
  padding-right: 30px;
	position: relative;
	z-index: 0;
}

.btn1.pdf:after, .btn1.word span.inner:after, .btn2.pdf span.inner:after {
    content: "";
    width: 27px;
    height: 32px;
    background-image: url(../img/icon_pdf.png);
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 17px);
    right: 15px;
}

.mds3 {
	margin: 15px 0 12px 0;
	padding: 3px 0 2px 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	border-left: 5px solid #848484;
	border-bottom: 1px solid #848484;
}

/* --------------- greeting --------------- */

.col_greeting {
	margin: 0 0 15px;
	padding: 5px 4px 15px;
	border-bottom: 1px solid #010109;
	box-sizing: border-box;
}

.name_greeting {
	margin: 116px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	float: left;
}

.name_greeting span {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
}

.name_greeting .shozoku {
	position: relative;
	left: -5px;
}

.img_greeting1 {
	margin: 0 18px 0 0;
	float: left;
}

.txt_greeting {
	padding: 0 4px;
	font-size: 13px;
	line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

/* --------------- join --------------- */

.box_flow_join1 {
	margin: 0 0 40px;
	padding: 0 0 14px;
	border: solid 1px #231815;
	position: relative;
}

.box_flow_join1 span.bgcolor {
	margin: 0;
	padding: 1px 3px;
	font-weight: bold;
	background-color: #ceefff;
}

.mds_flow_join1 {
	margin: 0 0 14px;
	padding: 10px 0 8px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	background-color: #f6d4bb;
	border-bottom: solid 1px #231815;
}

.mds_flow_join1 span {
	font-size: 16px;
}

.box_flow_join1 .txt {
	padding: 0 25px;
}

.box_flow_join1:before {
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border: none;
	border-style: solid;
	border-width: 13px 15px 0 15px;
	border-color: #91001a transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -26px;
}

.box_flow_join1.last:before {
	display: none;
}

/* --------------- program --------------- */

.mds1.program {
	margin: 0 0 30px;
}

.mds_program {
	width: 100%;
	margin: 0 0 20px;
	padding: 13px 0 10px 18px;
	color: #91001a;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	background-color: #eee;
	position: relative;
	z-index: 0;
}

.mds_program::after {
	content: "";
	width: 3px;
	height: 24px;
	margin: auto;
	background-color: #91001a;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
}

.mds2.program {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}

.mds2.program .date_program {
	width: auto;
	margin-top: auto;
	margin-right: 8px;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
}

dl.list_program {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0 0 0 2.5em;
	display: table;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

dl.list_program.mb15 {
	margin-bottom: 15px;
}

dl.list_program dt {
	width: 115px;
	margin: 0;
	padding: 0 25px 0 0;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}

dl.list_program dd {
	display: table-cell;
	vertical-align: top;
}

dl.list_program dd.name1 {
	width: 85px;
	margin: 0;
	vertical-align: top;
}

dl.list_program dd.name1.long {
	width: 200px;
}

dl.list_program dd.shozoku1 {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.endai_program {
	margin: 0 0 5px 2em;
	padding: 11px 0 0 0;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
}

.category_program {
	margin: 0 0 0 2em;
	padding: 16px 0 0 0;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #91001a;
}

/* --------------- reg --------------- */

ul.list_reg1 {
	margin: 0;
	padding: 0;
}

ul.list_reg1 li {
	margin: 0 0 4px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

ul.list_reg1 li:last-child {
	margin-bottom: 0;
}

ul.list_reg1 li *,
ol.list_reg2 li * {
	text-indent: 0;
}

ol.list_reg2 {
	padding: 0;
}

ol.list_reg2 li {
    margin: 0 0 5px;
    padding: 0 0 0 16px;
    text-indent: -16px;
		list-style: none;
}

.box_reg {
	padding: 10px 20px;
	border: 1px solid #000;
	display: inline-block;
}

/* --------------- credit --------------- */

.tbl_credit1 {
	width: 100%;
	margin: 15px 0;
	padding: 0;
	background-color: #fff;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.tbl_credit1 th {
	margin: 0;
	padding: 10px 18px 7px;
	font-weight: 400;
	text-align: left;
	background-color: #f6d4bb;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

.tbl_credit1 td {
	margin: 0;
	padding: 10px 15px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

.tbl_credit1 td:first-child {
	width: 115px;
	text-align: center;
	background-color: #fff0e5;
}

.tbl_credit1 td.none:first-child {
	width: auto;
	text-align: left;
	background-color: #fff;
}
