/* ----------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------- */

#header { border-bottom: 0; }

#header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #c30d23;
	-webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	transition: height .4s ease, background-color .4s ease, opacity .3s ease;

}

#header.full-header:not(.border-full-header):not(.sticky-header) #header-wrap { border-bottom: 0; }

#header.full-header.border-full-header #header-wrap { border-bottom-color: rgba(0,0,0,0.05) !important; }

.dark #header.full-header.border-full-header #header-wrap,
#header.dark.full-header.border-full-header #header-wrap { border-bottom-color: rgba(255,255,255,0.15) !important; }

#header.transparent-header:not(.sticky-header) #header-wrap { background-color: transparent; }

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -70px;
	margin-bottom: -70px;
}

#header.full-header #logo { border-right: 0; margin: 0 auto; padding: 0; text-align: center; width: 100%;}

#header.full-header #primary-menu > ul {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

#header.show-on-sticky #header-wrap {
	opacity: 0;
	pointer-events: none;
}

#header.show-on-sticky.sticky-header #header-wrap {
	opacity: 1;
	pointer-events: auto;
}

#header,
#header-wrap,
#logo img {
	height: 60px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}


/* Sticky Header
---------------------------------------------------------------------------- */

#header.sticky-header #header-wrap,
#header.full-header.border-full-header.sticky-header #header-wrap {
	box-shadow: none;
	border-bottom: 1px solid #F5F5F5 !important;
	-webkit-backface-visibility: hidden;
}


/* Side Header
---------------------------------------------------------------------------- */

@media (min-width: 992px) {

	.side-header #header #header-wrap { position: relative; }

	.side-header #header,
	.side-header #header-wrap { height: 100%; }

	.side-header #header-wrap { width: 300px !important; }

	.side-header #logo,
	.side-header #logo img,
	.side-header #primary-menu:not(.style-2),
	.side-header #primary-menu:not(.style-2) > ul { height: auto; }

}


/* ----------------------------------------------------------------------------
	Buttons
---------------------------------------------------------------------------- */

.button.button-border {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 13px;
}

.button.button-border.button-large {
	font-size: 15px;
}

.button.button-border.button-light {
	border-color: #333;
	color: #333;
}

.button.button-border.button-light:hover {
	background-color: #004097;
	color: #FFF;
	text-shadow: none;
}



/* ----------------------------------------------------------------------------
	Footer Widgets
---------------------------------------------------------------------------- */
.inquiry-box {
	background-image: url("../images/bg01.jpg");
	background-position: top;
	background-size:cover;
	padding: 2% 0;
}

.button.button-xlarge {
    font-size: 18px;
    height: 52px;
    letter-spacing: 2px;
    line-height: 52px;
    padding: 0 105px;
}

.inquiry-box .inquiry-box_clr {
    color: #333;
}

.inquiry-box .inquiry-box_clr .inquiry_head_t{
	font-size: 25px;
	margin: 25px 0;
}

.inquiry-box .inquiry_tel{
	margin-top: 15px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 30px;
}

.inquiry-box i.icon-phone-sign{
	font-size: 30px;
}

#footer {
    background-color: rgba(0,0,0,0.1);
    border-top: 0;
	color: #000;
}

#copyrights{
    background-color:#FFF;
	color: #000;
	padding-bottom: 5px;
}

.copyright-links a{
	color: #000;
}

#footer .widget { padding: 30px 0; }

#footer .widget > h4 {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}



#footer .widget ul.footer-site-links li {
	margin: 5px 0;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 300;
}


#footer .widget .form-control { text-align: center; }

.widget p.lead {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.6;
}


/* ----------------------------------------------------------------------------
	Responsive
---------------------------------------------------------------------------- */


@media (max-width: 991px) {

	#logo { height: 70px !important; }

	#header { min-height: 70px; }

	#header.transparent-header:not(.sticky-header) #header-wrap {
		background-color: #c30d23;
		border-bottom: 1px solid #EEE;
	}

	#header.transparent-header.dark:not(.sticky-header) #header-wrap {
		background-color: #c30d23;
		border-bottom-color: rgba(255,255,255,0.1) !important;
	}

	#header.transparent-header:not(.hidden) + #slider,
	#header.transparent-header:not(.hidden) + #page-title.page-title-parallax,
	#header.transparent-header:not(.hidden) + #google-map,
	#slider + #header.transparent-header:not(.hidden) {
		top: 0;
		margin-bottom: 0;
	}

	#primary-menu-trigger { top: 10px !important; }

	#side-panel-trigger {
		margin: 25px 0 !important;
		right: 15px !important;
	}

	.dark #header.transparent-header #header-wrap,
	.dark #header.semi-transparent #header-wrap,
	#header.dark.transparent-header #header-wrap,
	#header.dark.semi-transparent #header-wrap {
		background-color: #333;
		border-bottom-color: rgba(255,255,255,0.1);
	}

	.dark.overlay-menu #primary-menu:not(.not-dark) ul,
	.overlay-menu #primary-menu.dark ul { background-color: transparent; }


}












/* カスタマイズ用  */
::selection {
	background: #37629F;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #37629F; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #37629F; /* Safari */
	color: #FFF;
	text-shadow: none;
}

.font-body { font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif !important; }
.font-primary { font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif !important; }

a {
	text-decoration: none !important;
	color: #60C1BD;
}

a:hover{
	opacity:0.7;
	transition:0.3s;
}

.section{
	background:none;
}

.emphasis-title{
	text-align:center;
	position: relative;
}

.page-section { padding: 30px 0;}

*,h1, h2, h3, h4, h5, h6{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'YuGothic','Yu Gothic',"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

h4 span.fntchg_r{color: #c32e3a;}

#viaxlogo{
	text-align: center;
	height: 60px;
	background-color: #b81c25;
}

.emphasis-title h1{
	float: right;
	width: 80%;
	margin:0 auto;
	padding: 5% 5% 0 5%;
}

.emphasis-title .t_title_sub{
	float: right;
	padding: 8% 0 0 0;
	font-size: 52px;
	line-height: 1.2;
	font-weight: bold;
	color: #c30d23;
	text-align: justify;
	 writing-mode:vertical-rl;
	 -ms-writing-mode:tb-rl;
	 text-orientation:upright;
}

.container .t_title_sub2{
	padding: 0;
	margin: 0;
	font-size: 25px;
	line-height: 1.2;
	font-weight: bold;
	color: #c30d23;
	text-align: center;
}

#content h2{
position: relative;
padding:10px 0;
margin: 0;
color: #FFF;
font-size: 40px;
}

.key_v{ 
	background-image: url("../images/bg.jpg") ;
	padding-bottom: 40px;
}

.subarea{
	padding: 50px 0px;
	background-color:#FFF;
}

.subarea2{
	padding: 15px 0 85px; 
	background-color:#FFF;
}

.subarea h3{
	color: #c30d23;
	margin-bottom: 60px;
	font-size: 30px;
	line-height: 1.3em;
}


#content .read_t1{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	margin: 15px 0;
}

#content .subarea_bg{
	padding: 50px 0px;
	background-image: url("../images/bg.jpg") ;
	background-color: #FFF;
}

#content .subarea_bg h3{
	color: #c30d23;
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
}

#content .subarea_bg p{
	color: #c30d23;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 40px;
}

#content .subarea_bg h4{
	font-size: 18px;
	text-align: justify;
	line-height: 1.3;
	margin: 0 0 10px 0;
}

.checkbox {
	margin: 0 auto;
	background-color: #c32e3a;
	border-radius: 20px;
	padding: 4px;
}

.checkbox_header {
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-size: 28px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.check-icon {
	width: 40px;
	height: 40px;
	border: 3px solid white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.check-mark {
	width: 20px;
	height: 10px;
	border-left: 3px solid white;
	border-bottom: 3px solid white;
	transform: rotate(-45deg);
	margin-bottom: 4px;
}

.check-content {
	background-color: #FFF;
	border-radius: 0 0 16px 16px;
	padding: 20px 30px;
	line-height: 1.3;
	font-size: 18px;
	color: #333;
}

#content .subarea_bg .check-content p {
	margin: 0 0 5px 0;
	padding: 0 0 0 5%;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.check-content p:last-child {
	margin-bottom: 0;
}



.flow {
	margin: 0 auto;
	background-color: #FFF;
}


.flow_box {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.flow-item {
	flex: 1;
	min-width: 250px;
	position: relative;
	display: flex;
	align-items: stretch;
}

.flow-item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -20px;
	top: 60%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #C41E3A;
	z-index: 2;
}

.flow-item:not(:last-child)::before {
	content: '';
	position: absolute;
	right: -14px;
	top: 60%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 24px solid white;
	z-index: 3;
}

.flow-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.flow-title {
	background-color: #C41E3A;
	color: white;
	padding: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flow-content {
	border: 5px solid #C41E3A;
	border-top: none;
	padding: 20px;
	background-color: white;
	flex: 1;
	display: flex;
	justify-content: center;
	text-align: justify;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	min-height: 100px;
}

.flow-content p{
	margin:0px; line-height: 1.2 !important;
}

.delivery-box {
	position: relative;
	border: 1px solid #333;
	padding: 3%;
	margin: 40px auto;
	background-color: transparent;
}

.delivery-box::before {
	content: "配布日数について";
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("../images/bg.jpg") ;
	padding: 0 20px;
	font-size: 25px;
	color: #333;
	font-weight: bold;
}

#content .delivery-box p {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 18px;
	text-align: justify;
}


.yu_mail_chklst ul{
	border-left:7px solid #C41E3A;
	padding:15px 0 5px 40px;
}
.yu_mail_chklst li{
	list-style: disc;
	text-align: justify;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 10px;
	
}






.condition {
	margin: 30px auto;
	background-image: url("../images/img008.png") ;
	background-size: contain;
	padding: 40px;
	border-radius: 15px;
	position: relative;
}

.title-badge {
	background-color: #ff8c00;
	color: #FFF;
	padding: 15px 40px;
	font-size: 28px;
	font-weight: bold;
	border-radius: 10px 0 10px 0;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.info-wrapper {
	display: flex;
	text-align: left;
	margin-top: 60px;
}

.left-section {
	flex: 1;
}

.spec-info {
	margin-bottom: 40px;
}

.spec-line {
	font-size: 26px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #2c2c2c;
}

.notes-list {
	font-size: 16px;
	line-height: 1.4;
}

.note {
	margin-top: 5px;
	padding-left: 20px;
	position: relative;
}

.note::before {
	content: "※";
	position: absolute;
	left: 0;
}

.box-illustration {
	flex: 0 0 auto;
	width: 300px;
}

.box-3d {
}       

        















.read_t{
	font-size:16px;
	line-height:1.5 !important;
}
.read_t2{
	font-size:30px;
	font-weight: bold;
	color: #C41E3A;
	line-height:2.5 !important;
	margin-bottom: 20px;
}

.read_t2 span{
	background-color: #C41E3A;
	font-size:40px;
	color: #FFF;
	display: inline-block;
	padding: 1%;
	line-height: 1.3;
}



#inquiry_link{
	font-size:16px;
	font-weight:bold;
}

.flow_pc{
	display:block;
}

.flow_sp{
	display:none;
}

.flow_head span{
	color:#E4007F;
	font-weight:bold;
}

#copyrights {
	padding: 20px 0;
	background-color: #FFF;
	font-size: 12px;
	line-height: 1.5;
	color:#333;
}

#copyrights .col_half:last-child {
	display:block;
}

#copyrights .col_last {
	margin-right: 0 !important;
	clear: right;
	text-align: right !important;
}

.button{
	padding: 15px 85px;
	font-size: 20px;
	height: auto;
	background-color:#37629F;
}
.button:hover {
	background-color: #0089B7;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button2{
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: auto;
	background-color:#333;
	color: #FFF;
	line-height: 2;
	border-radius: 30px;
}

.button2:hover {
	background-color: #C41E3A;
	color: #FFF;
}


.button.button-border{
	font-size: 16px;
	font-weight: bold;
}

.button.button-border.button-light {
	padding: 10px 150px;
	font-size: 20px;
	border: 2px solid #FFF;
	color: #FFF;
}

#section-services3{
	padding: 35px 0 85px;
	background-color: #1A2F4D;
}

#section-services3 .subtxt_02{
	color: #FFF;
	font-size: 28px;
	line-height: 1.2em;
	margin-bottom: 30px;
	margin-top: 30px;
}

#section-services3 .subtxt_02_1{
	font-size: 18px;
	display: block;
	line-height: 1.2em;
	margin-top: 20px;
}

#section-services3 .subtxt_03{
	color: #FFBF00;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 50px;
}

#content .mark_line{background: linear-gradient(transparent 60%, #FFFFA6 60%);
font-weight: bold;
}

.fancy-title.title-bottom-border h3{
	border-bottom-color: #37629F;
}

.list-block{
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 300px;
	width: 1000px;
	height: 300px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
    background: url(../images/list_img.png) 0 0 no-repeat;
    background-size: 100%;
}

.enq-box{
	border: 3px solid #CCC;
	padding: 20px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

#content p.sub_txt1{
	font-size: 19px;
	font-weight: bold;
	color:#01419A;
	margin-bottom: 0;
	padding: 0;
}

#content p.sub_txt1-1{
	font-size: 16px;
	line-height: 1.3;
	margin-top: 10px;
}


.subbox02{
	color: #FFF;
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 1.3em;
	padding: 15px 0;
	background:#04627B
}

.listsubbox{
	font-weight: bold;
	font-size: 17px;
	letter-spacing: -1px;
	color: #04627B;
	text-align: left;
}

@media (max-width: 992px) {
.emphasis-title{
	text-align:center;
	margin-top:50px;
	margin-bottom: 0;
	padding-bottom: 0;
}
	
.list-block{
	margin-top: 20px;
	padding-top: 200px;
	width: 100%;
	height: auto;
	text-indent: 100%;
}

.subbox1{
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

}


@media (max-width: 767px) {
.bottommargin{
	margin-bottom:30px !important;
}	

.emphasis-title{
	margin-bottom:60px !important;
}

.leftmargin-sm{
	margin-left:0 !important;
}

.emphasis-title h1{
	font-size:20px;
}

.emphasis-title h1 .t_title_sub{
	font-weight: normal;
	font-size: 20px;
}

#content h2{
	font-size:28px;
	margin-top: 5px;
}

.emphasis-title h3{
	font-size:22px !important;
	line-height:1.3;
	margin-top:10px;
	margin-bottom:10px;
}

.page-section{
	padding:25px 0 10px !important;
}

#inquiry_link{
	font-size:14px;
	font-weight:bold;
}

.flow_pc{
	display:none;
}

.flow_sp{
	display:block;
}

.opm-medium-word {
	font-size: 40px !important;
	color:#FFFF00;
}

.button{
	padding: 0px 10%;
	font-size: 20px;
	height: 40px;
}
	
.button.button-border.button-light {
	padding: 0px 50px;
	font-size: 20px;
}
	
.line, .double-line{
	margin: 20px 0;
	}


.inquiry-box .inquiry-subbox{
	border:0;
	padding:1%;
	margin: 0;
	background:none;
}

.inquiry-box .inquiry-box_clr .inquiry_head_t{
	font-size: 18px;
	margin: 15px 0;
	padding: 0 3%;
}

#copyrights,
#copyrights a{
	font-size:11px;
	text-align:center;
}

#copyrights .f_icon{
	width:70%;
	margin:0 auto;
	text-align:center !important;	
}

#copyrights .col_last {
	margin-right: 0 !important;
	clear:none !important;
	text-align: center !important;
}

.list-block{
	margin-top: 10px;
	padding-top: 150px;
	width: 100%;
	height: 150px;
	text-indent: 100%;
}
	
.flow_box {
	flex-direction: column;
	gap: 20px;
}

.flow-item {
	min-width: 100%;
}

.flow-item:not(:last-child)::after {
	right: 50%;
	bottom: -20px;
	top: auto;
	transform: translateX(50%) rotate(90deg);
}

.flow-item:not(:last-child)::before {
	right: 50%;
	bottom: -16px;
	top: auto;
	transform: translateX(50%) rotate(90deg);
}

.delivery-box {
	padding: 20px;
}

.delivery-box::before {
	content: "配布日数について";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("../images/bg.jpg") ;
	padding: 0 10px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

#content .delivery-box p {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	text-align: justify;
}

.condition {
	padding: 20px;
}

.info-wrapper {
	flex-direction: column;
	gap: 40px;
}

.title-badge {
	font-size: 20px;
	padding: 10px 25px;
}

.spec-line {
	font-size: 20px;
}

.box-illustration {
	margin: 0 auto;
}


}

@media (max-width: 479px) {
.emphasis-title h1{
	float: none;
	width: 100%;
	margin:0 auto;
	padding: 0;
	margin: 0;
}

.emphasis-title .t_title_sub{
	float: none;
	padding: 0;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	color: #c30d23;
	text-align: justify;
	 writing-mode:horizontal-tb;
	 -ms-writing-mode:horizontal-tb;
	 text-orientation:horizontal-tb;
}

.container .t_title_sub2{
	text-align: justify;
}

#content .read_t1{
	font-size: 16px;
	text-align: justify;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	margin: 15px 0;
}

#content .subarea_bg h3{
	color: #c30d23;
	margin-bottom: 20px;
	font-size: 35px;
	text-align: justify;
	font-weight: bold;
	line-height: 1.2;
}

#content .subarea_bg p{
	color: #c30d23;
	font-size: 22px;
	text-align: justify;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 40px;
}

#content .subarea_bg .delivery-box p {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	text-align: justify;
}

.button2{
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	height: auto;
	background-color:#333;
	color: #FFF;
	line-height: 1.3;
	border-radius: 15px;
	padding: 10px;
}

.check-content {
	background-color: #FFF;
	border-radius: 0 0 16px 16px;
	padding: 15px;
	line-height: 1.3;
	font-size: 18px;
	text-align: justify;
	color: #333;
}

#content .subarea_bg .check-content p {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
}

.subarea h3{
	color: #c30d23;
	margin-bottom: 30px;
	font-size: 30px;
	text-align: justify;
	line-height: 1.3em;
}

.read_t2{
	font-size:16px;
	text-align: justify;
	font-weight: bold;
	color: #C41E3A;
	line-height:1.3 !important;
	margin: 10px;
}

.read_t2 span{
	background-color: #C41E3A;
	font-size:25px;
	text-align: center;
	color: #FFF;
	display: block;
	padding: 1%;
	line-height: 1.3;
}
	
.key_v{ 
	background-image: url("../images/bg.jpg") ;
	background-size:cover;
	background-position: top right;
	padding-bottom: 50px;
}

.container,
#header.full-header .container,
.container-fullwidth { width: 100% !important; }

#content h2{
	font-size:23px;
	margin-top: 5px;
	padding:20px 0;
	letter-spacing: -2px;
	margin: 0;
}

.emphasis-title{
	text-align:center;
	margin-top:30px;
	margin-bottom: 30px !important;
	padding-bottom: 0;
}

.emphasis-title h3{
	font-size:18px !important;
	line-height:1.3;
	margin-top:10px;
	margin-bottom:10px;
}
	
.inquiry-box .inquiry_tel{
	margin: 0px;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 10px;
	padding: 0;
}

#section-services2 p.sub_txt01
{
	font-size: 17px;
	line-height: 1.3;
	text-align: left;
	padding: 0 15px 0 15px  !important;
}
	
#section-services3{
	padding: 35px 0 45px;
	background-color: #1A2F4D;
}

#section-services3 .subtxt_02{
	color: #FFF;
	font-size: 18px;
	line-height: 1.2em;
	text-align: left;
}
	
#section-services3 .subtxt_02_1{
	font-size: 12px;
	display: block;
	line-height: 1.2em;
	margin-top: 20px;
}
	
#section-services3 .subtxt_03{
	color:#FFBF00;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 40px;
	text-align: center;
	letter-spacing: -1px;
}

.emphasis-title h1{
	font-size:23px !important;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom:5px;
}

.emphasis-title h1 .t_title_sub{
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	margin-top: 15px;
}
	
.row{
	margin: 0 auto;
	text-align: center;
}	


#section-services2{
	text-align: center;
}

.subarea{
	padding: 35px 0 10px;
	background-color:#FFF;
}

.subarea2{
	padding: 15px 0 35px; 
	background-color:#FFF;
}

.subbox01{
	color: #012B41;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.3em;
	border-top:2px solid #012B41;
	border-bottom:2px solid #012B41;
	padding: 15px 0;
	text-align: left;
}

.subbox02{
	color: #FFF;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.3em;
	padding: 15px;
	background:#04627B;
	text-align: left;
}

.listsubbox{
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	color: #04627B;
	text-align: left;
	margin-bottom: -2px;
}


}

