@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	-webkit-text-size-adjust: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: 0;
	border: 0;
}

img {
    border:0;
	font-size: 0;
	line-height: 0;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;
	line-height: 0;
	font-size: 0; 
}  

a#page-top {
	display: none !important;
}

/* header
---------------------------------------------------------------------------------------------------------------------------------------- */

#header {
	width: 100%;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
}

.h1Box {
	margin: 0px auto;
	padding-top: 30px;
	width: 220px;
}

.h1Box a {
	display: block;
	width: 220px;
}

.h1Box img {
	max-width:220px;
}

#header_text {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	color: #333333;
	padding-top: 5px;
}

#header_text2 {
	font-size: 80%;
	text-align: left;
	padding-bottom: 0px;
	color: #333333;
	padding-left: 10px;
}

#header_inner_l {
	display: inline-block;
	float: left;
	padding-left: 5px;
}

#header_inner_r {
	display: inline-block;
	float: right;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#header_inner_r a {
	text-decoration: none;
}

.hvr:hover {
	opacity: 0.7;
}

.h1Box2 {
	width: 170px;
	margin: 0px auto;
	padding-top: 15px;
}

.h1Box2 img {
	max-width:170px;
}

.h1Box2 a {
	display: block;
	width: 170px;
}

.h1Box2 a img {
	max-width:170px;
}

.user {
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 36px;
	color: #333333;
	text-decoration: none;
}

/* footer
---------------------------------------------------------------------------------------------------------------------------------------- */

#footer {
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
}

#footerBox {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 22px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 80%;
	color: #333333;
}

#copyright span {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 120%;
    vertical-align: bottom;
}


/* button
---------------------------------------------------------------------------------------------------------------------------------------- */

.btnBox {
	text-align: center;
	padding-top: 30px;

}

.btnBox2 {
	text-align: center;
	padding-top: 10px;

}

.btnBox3 {
	text-align: center;
	padding-top: 15px;

}

.btnBox_a {
	width: 100%;
	background-color: #f9bf13;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c7990f;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 15px;
	background-image: url(../images/arrow_btn.png);
	font-family: 'Open Sans',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 36px;
	cursor: pointer;
}

.btnBox_a:hover {
	width: 100%;
	background-color: #facc42;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c7990f;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 15px;
	background-image: url(../images/arrow_btn.png);
	font-family: 'Open Sans',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 36px;
	cursor: pointer;
}

.btnBox_b {
	width: 100%;
	background-color: #ccc;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 15px;
	background-image: url(../images/arrow_btn.png);
	font-family: 'Open Sans',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 36px;
	cursor: pointer;
}

.btnBox_b:hover {
	width: 100%;
	background-color: #d5d5d5;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 15px;
	background-image: url(../images/arrow_btn.png);
	font-family: 'Open Sans',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 36px;
	cursor: pointer;
}

.btnBox_c {
	background-color: #C36;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #933;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 15px;
	background-image: url(../images/arrow_btn.png);
	font-family: 'Open Sans',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-right: 31px;
	padding-left: 36px;
	cursor: pointer;
}

.btnBox_c:hover {
	background-color: #d65b82;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #933;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 15px;
	background-image: url(../images/arrow_btn.png);
	font-family: 'Open Sans',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-right: 31px;
	padding-left: 36px;
	cursor: pointer;
}

.btnBox a {
	width: 100%;
	background-color: #f9bf13;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c7990f;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 15px;
	background-image: url(../images/arrow_btn.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 36px;
	cursor: pointer;
}

.btnBox a:hover {
	width: 100%;
	background-color: #facc42;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c7990f;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 15px;
	background-image: url(../images/arrow_btn.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 36px;
	cursor: pointer;
}







.h2Box  {
	text-align: center;
}

.enqBox h2 {
	font-size: 110%;
	margin-bottom: 25px;
	color: #333;
	border-bottom: solid 4px #FF6666;
	padding-bottom: 5px;
	display: inline-block;
}

.enqArea {
	width: 100%;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 40px;
}

.enq_text1 {
	font-size: 90%;
	color: #333;
	line-height: 180%;
}

.enq_text2 {
	font-size: 90%;
	color: #e73556;
	line-height: 180%;
}

.enq_text3 {
	font-size: 90%;
	color: #333;
	line-height: 180%;
	padding-top: 40px;
}

.enq_text4 {
	font-size: 90%;
	color: #333;
	line-height: 180%;
	padding-top: 40px;
}

.tableArea {
}

.tableBox {
	padding-top: 10px;
}

.topTable {
	width: 100%;
}

.topTable th {
	padding-top: 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 95%;
	line-height: 150%;
	color: #333333;
	display: block;
}

.topTable td {
	padding-top: 5px;
	text-align: left;
	vertical-align: middle;
	display: block;
	font-size: 95%;
	line-height: 180%;
}

.topTable td img {
	width:100%;
}

h3 {
	font-size: 115%;
	font-weight: bold;
	padding-top: 20px;
	color: #333333;
}

ul.type1 {
	font-size: 100%;
	color: #e73556;
	line-height: 180%;
	padding-top: 5px;
	padding-left: 20px;
}

ol.type2 {
	font-size: 100%;
	color: #333;
	line-height: 180%;
	padding-top: 5px;
	padding-left: 23px;
}











.tableTitle {
	padding-top: 30px;
}

.table_text {
	font-size: 90%;
	color: #333;
	line-height: 180%;
	padding-top: 16px;
}

.table_text2 {
	font-size: 130%;
	line-height: 170%;
	font-weight: bold;
	color: #333;
	padding-top: 26px;
	padding-bottom: 10px;
}

.table_text3 {
	font-size: 90%;
	color: #333;
	line-height: 180%;
	text-indent: -1em;
    padding-left: 1em;
}

.table_text3 a {
	color: #0faa93 !important;
}

.spacer14 {
	padding-top: 14px;
}

.redBox {
	font-size: 90%;
	color: #f93232;
	line-height: 180%;
	background-color: #FFF;
	border: 1px solid #f93232;
	display: inline-block;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}

.twitTable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	width: 100%;
}

.twitTable th {
	background-color: #e2e2e2;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
	font-size: 95%;
	line-height: 150%;
	color: #333333;
	display: block;
}



.twitTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	display: block;
	font-size: 95%;
	line-height: 180%;
}

input[type=text] {
	margin: 0px;
	border: 1px solid #cccccc;
	height: 38px;
	font-size: 85%;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

select {
	margin: 0px;
	border: 1px solid #cccccc;
	height: 38px;
	font-size: 85%;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

input[type=checkbox] {
	vertical-align: middle;
	-moz-transform-origin: left bottom;
	-moz-transform: scale( 1.4 , 1.4 );
	height: 18px;
	width: 18px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

input[type=radio] {
	vertical-align: middle;
	-moz-transform-origin: left bottom;
	-moz-transform: scale( 1.4 , 1.4 );
	height: 18px;
	width: 18px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

input[type=file] {
	margin: 0px;
	height: 38px;
	font-size: 85%;
	line-height: 150%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	cursor: pointer;
}

.input1 {
	width: 100%;
}

.input2 {
	width: 100%;
}

.input3 {
	width: 100%;
}

.input3 {
	width: 75%;
}

.grayBox {
	width: 75%;
	margin: 0px;
	border: 1px solid #cccccc;
	height: 38px;
	font-size: 95%;
	line-height: 38px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
}

.myNtd1 {
	padding-top: 5px;
	text-align: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

.myNtd2 {
	text-align: left;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
}

.myNth1 {
	text-align: left;
	vertical-align: middle;
	font-size: 95%;
	line-height: 150%;
	color: #333333;
	font-weight: bold;
	background-color: #ddd;
	padding-right: 10px;
}

.myNth2 {
	text-align: left;
	vertical-align: middle;
	font-size: 95%;
	line-height: 150%;
	color: #333333;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #ddd;
	padding-right: 10px;
	padding-left: 0px;
}

.myTable {
	width: 100%;

}

.myTable th {
	text-align: left;
	vertical-align: middle;
	font-size: 95%;
	line-height: 150%;
	color: #333333;
	display: block;
}

.myTable td {
	display: block;
}

.tableBox2 {
	padding-top: 20px;
}

.table_o {
	margin-bottom: 20px;
}

.table_o table {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7B5433;
	background-color: #FFF;
	width: 100%;
}

.table_o table th {
	text-align: left;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 95%;
	line-height: 150%;
	color: #333333;
}

.table_o table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	font-size: 85%;
	line-height: 150%;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.table_o span {
	display: block;
	padding-top: 7px;
}

.xbox {
	text-align: left;
	padding-top: 10px;
	background-color: #FFF;
	padding-bottom: 10px;
	padding-left: 10px;
}

.xbox a {
	background-color: #ccc;
	background-image: url(../images/x.png);
	background-position: 10px center;
	display: inline-block;
	padding-left: 30px;
	line-height: 34px;
	font-weight: normal;
	color: #333;
	background-repeat: no-repeat;
	padding-right: 10px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 85%;
}

.xbox_t {
	padding-top: 6px;
}

.pbox {
	text-align: center;
	padding-top: 0px;
}

.pbox a {
	background-color: #7B5433;
	background-image: url(../images/p.png);
	background-position: 15px center;
	display: inline-block;
	padding-left: 35px;
	line-height: 40px;
	font-weight: normal;
	color: #FFF;
	background-repeat: no-repeat;
	padding-right: 20px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 85%;
}

.btn_aBox {
	text-align: center;
	padding-top: 0px;
}

.btn_bBox {
	text-align: center;
	padding-top: 30px;
}

.btn_aBox a, .btn_bBox a {
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	background-color: #C36;
	background-image: url(../images/arrow_btn.png);
	text-align: center;
	padding: 20px;
	width: 100%;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 20px center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #933;
	border-radius: 5px;
	font-size: 95%;
}

.btnBox_d {
	width: 100%;
	background-color: #C36;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #933;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	font-size: 95%;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 15px;
	background-image: url(../images/arrow_btn.png);
	font-family: 'Open Sans',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer;
}

.btnBox_d:hover {
	width: 100%;
	background-color: #d65b82;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #933;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	font-size: 95%;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 15px;
	background-image: url(../images/arrow_btn.png);
	font-family: 'Open Sans',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer;
}

.abtableBox {
	padding-top: 30px;
}

.bbtableBox {
	padding-top: 30px;
}

.btable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 95%;
	line-height: 150%;
	color: #333;
}

.btable th {
	text-align: left;
	display: block;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.btable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: left;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.btable td input {
	width: 100%;
}

.bs_tel {
	width: 80px !important;
}

.sp_span {
	display: block;
	padding-top: 5px;
}

.step2Btn {
	text-align: center;
	padding: 10px;
	background-color: #FFF;
}

.pc_hide {
	display: none;
}

.box920 {
	padding-top: 30px;
}

.box920_l {
	height: 240px;
	overflow: auto;
	border: 1px solid #CCC;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 80%;
	line-height: 160%;
	color: #333;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.box920_r {
	border: 1px solid #CCC;
	font-size: 80%;
	line-height: 160%;
	color: #333;
	margin-top: 20px;
}

.box_l_text1 {
	text-align: center;
	padding-top: 20px;
	font-family: 'Open Sans', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
	color: #333;
}

.box_l_text2 {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 25px;
}

.box_r_text1 {
	text-align: center;
	padding-top: 30px;
	font-size: 120%;
	font-weight: bold;
	color: #333;
}

.box_r_text2 {
	text-align: center;
	padding-top: 20px;
	font-size: 200%;
	font-weight: bold;
	color: #333;
	padding-bottom: 30px;
	line-height: 170%;
}

/* ▼お客様番号説明ボタン start */

.customer-number {
	text-align: left;
}
.customer-number a {
	background-color: #e9326b;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	display: inline-block;
	margin-top: 5px;
	border-radius: 5px;
}

.customer-number a:hover {
	opacity:0.6;
	text-decoration: none;
}
.topTableArea {
	margin-top: 0px;
}
        
/* ▲お客様番号説明ボタン start */

.enq_text001 {
	padding: 0px 0px 40px 0px;
}

.enq_text001 img {
	width: 100%;
}

.fin01 {
	text-align: center;
	padding: 0px 0px 30px 0px;
}

.fin01 img {
	max-width: 640px;
	width: 100%;
}

.fin02 {
	text-align: center;
	padding: 0px 0px 30px 0px;
}

.fin03 {
	text-align: center;
	padding: 0px 20px 0px 20px;
	border: 3px double #cccccc;
}

.fin04 {
	text-align: center;
	padding: 15px 0px 0px 0px;
}

.fin04 img {
	max-width: 232px;
	width: 100%;
}

.fin05 {
	text-align: center;
	padding: 15px 0px 0px 0px;
	color: #333333;
	font-size: 14.4px;
}

.fin06 {
	text-align: center;
	padding: 20px 0px 25px 0px;
	font-size: 18px;
	font-weight: 800;
	color: #333333;
}

.fin07 {
	text-align: center;
	margin-top: -20px;
	padding: 0px 0px 25px 0px;
	color: #333333;
	font-size: 14.4px;
}
