@charset "utf-8";
/*   
Theme Name: High Dimension
Description: High Dimension HP
Version: 2015.5.12
*/

/* Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/* style
-------------------------------------------------------------- */
html {

}
body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴシック ProN','Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	background: #fff;
	color: #000000;
	-webkit-text-size-adjust: none;
	height: auto !important;
}

a {
	text-decoration: none;
	color: #464849;
	outline: none;
}
a:hover {
	color: #aaaaaa;
}

a:focus{
	outline: none;
}

a img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=75)";  /* ie 8 */
	-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;              /* Safari 1.x */
}

/**********************************************************/
/* Common */
/**********************************************************/
.outline {
	height: 100%;
	background: #ffffff;
	min-width: 1000px;
	overflow: hidden;
	opacity: 0;
}

.ie8 .outline {
	width: 1200px;
	margin: 0 auto;
}

.main {
	background: #ffffff;
	max-width: 3000px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 50;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 4px solid #1155c0;
}

.menu2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 50;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 4px solid #1155c0;
}

.menu nav {
	float: left;
	overflow: hidden;
	height: 70px;
}
.menu a,.menu2 a,
.keyVisual nav a {
	display: block;
	float: left;
	height: 70px;
	width: 100px;
	padding: 0 10px;
	overflow: hidden;
	text-indent: -500px;
	transition: background-color 0.2s ease-in-out 0, color 0.2s ease-in-out 0;
		-webkit-transition: background-color 0.2s ease-in-out 0, color 0.2s ease-in-out 0;
		-moz-transition: background-color 0.2s ease-in-out 0, color 0.2s ease-in-out 0;
		-ms-transition: background-color 0.2s ease-in-out 0, color 0.2s ease-in-out 0;
		-o-transition: background-color 0.2s ease-in-out 0, color 0.2s ease-in-out 0;
	background: url("images/new/bt_m_top.png") no-repeat center center;
	background-color: transparent;
}
.menu a:hover {
	/* opacity: 0.95; */
	color: #ffffff !important;
	background-color: #f1f1f1 !important;
	background-color: rgba(0, 0, 0, 0.05) !important;
}
.menu a.logo:hover {
	opacity: 0.75;
	background-color: transparent !important;
}

.menu a.logo,.menu2 a.logo{ width:186px; background-image:url("images/new/img_logo_type2.png"); }
.menu a.top,.menu2 a.top,.keyVisual nav a.top { width:63px; background-image:url("images/new/bt_m_top.png"); }
.menu a.businessprospectus,.menu2 a.businessprospectus, .keyVisual nav a.businessprospectus { width: 77px; background-image:url("images/new/bt_m_solution.png"); }
.menu a.solution,.menu2 a.solution, .keyVisual nav a.solution { width: 77px; background-image:url("images/new/bt_m_business_prospectus.png"); }
.menu a.recruit,.menu2 a.recruit, .keyVisual nav a.recruit { width:77px; background-image:url("images/new/bt_m_recruit.png"); }
.menu a.company,.menu2 a.company, .keyVisual nav a.company { width:77px; background-image:url("images/new/bt_m_company.png"); }
.menu a.contact,.menu2 a.contact, .keyVisual nav a.contact { width: 100px; background-image:url("images/new/bt_m_contact.png"); }
.menu a.facebook,.menu2 a.facebook, .keyVisual nav a.facebook { width: 25px; height: 25px;margin: 21px 10px 0 10px;padding: 0;background-image: none; text-indent: 0px; }




.main section .gradient {
	background: url("images/new/bg_gradient_white.png") repeat-x left bottom;
	min-height: 350px;
	padding: 100px 0 50px 0;
}
.main section.information,
.main section.businessprospectus,
.main section.solution,
.main section.recruit,
.main section.company,
.main section.single {
	background: url("images/new/bg_solution.jpg") no-repeat center center;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
}

.main section.information { background-image: url("images/new/bg_information.jpg"); }
.main section.solution { background-image: url("images/new/bg_solution.jpg"); }
.main section.recruit { background-image: url("images/new/bg_recruit.jpg"); }
.main section.company { background-image: url("images/new/bg_company.jpg"); }
.main section.single { background-image: url("images/new/bg_main4.jpg"); }


.main section.information .inner,
.main section.solution .inner,
.main section.recruit .inner,
.main section.company .inner {
	width: 1000px;
	margin: 0 auto;
}

.main section.single .inner {
	width: 800px;
	margin: 0 auto;
}

.main section.single .inner p {
	line-height: 170%;
	padding-bottom: 25px;
}

.pc-none {
	display: none;
}


.main section.information h2 { background-image: url("images/new/h_information.png"); }
.main section.solution h2 { background-image: url("images/new/h_solution.png"); }
.main section.recruit h2 { background-image: url("images/new/h_recruit.png"); }
.main section.company h2 { background-image: url("images/new/h_company.png"); }
.main section.contact h2 { background: url("images/new/h_contact.png") no-repeat center center }

.main h2 {
	width: 1000px;
	height: 32px;
	margin: 0 auto;
	background: url("images/new/h_solution.png") no-repeat left center;
	overflow: hidden;
	text-indent: -500%;
}

.main .single h2 {
	width: 800px;
	height: 32px;
	margin: 0 auto 35px auto;
	background: none;
	overflow: visible;
	text-indent: 0;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 36px;
}

.main .single h2 span {
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-left: 10px;
}

.single {
	line-height: 150%;
}

footer {
	background: #000;
}
footer .link {
	width: 1000px;
	margin: 0 auto;
}
footer .link .box {
	float: left;
	width: 209px;
	border-right: 1px solid #242222;
	padding: 30px 20px;
}
footer .link .box:first-child {
	width: 208px;
	border-left: 1px solid #242222;
}
footer .link .box a {
	display: block;
	color: #949494;
	margin: 10px 5px;
	font-size: 12px;
	line-height: 20px;
}
footer .link .box a:hover {
	color: #ccc;
	text-decoration: underline;
}
footer .link .box p a { color: #328dc9; }
footer .link .box p a:hover { color: #328dc9; }

footer .copyright {
	background: #1357c1;
}
footer .copyright p {
	color: #fff;
	width: 220px;
	font-size: 10px;
	font-style: italic;
	line-height: 5em;
	padding: 12px 0 10px 150px;
	margin: 0 auto;
	background: url("images/new/img_logo_white.png") no-repeat 10px center;
}

.menu_side {
	width: 100%;
	padding: 20px 30px;
	background-color: rgba(0,120,195,0.7);
	box-sizing: border-box;
	text-align: right;
	display: inline-block;
	margin-top: 70px;
	position: fixed;
}

.menu_side ul {
	float:right;
}

.menu_side li {
	float:left;
	font-size: 12px;
	padding-right: 15px;
}

.menu_side li a:link,.menu_side li a:visited {
	color: #ffffff;
}

.menu_side li a:hover {
	color: #c9c9c9;
}



/**********************************************************/
/* Top */
/**********************************************************/
#index .outline {

}

/*** keyvisual ***/
#index .keyVisual {
	border-top: 4px solid #338dc9;
	position: relative;
	background: url("images/new/bg_main4.jpg") no-repeat right center ;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
}
#index .keyVisual h1 {
/* 	position: absolute;
	left: 20px;
	top: 0px;
	width: 140px;
	height: 140px;
	background: url("images/new/img_logo_type1.png") no-repeat left center; */
	overflow: hidden;
	text-indent: -500%;
}
#index .keyVisual .copy {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 564px;
	height: 300px;
	overflow: hidden;
	text-indent: -500%;
	background: url("images/new/img_copy_main.png") no-repeat left center;
	margin: -150px 0 0 -282px;
}
#index .keyVisual .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 30px 0 0 -24px;
}

#index .keyVisual .arrow2 {
	opacity: 0.5;
	animation: anime1 1s ease-in-out 0 infinite alternate;
		-moz-animation: anime1 1s ease-in-out 0 infinite alternate;
		-webkit-animation: anime1 1s ease-in-out 0 infinite alternate;
		-o-animation: anime1 1s ease-in-out 0 infinite alternate;
		-ms-animation: anime1 1s ease-in-out 0 infinite alternate;
}
#index .keyVisual .arrow3 {
	opacity: 0.2;
	animation: anime2 1s ease-in-out 0 infinite alternate;
		-moz-animation: anime2 1s ease-in-out 0 infinite alternate;
		-webkit-animation: anime2 1s ease-in-out 0 infinite alternate;
		-o-animation: anime2 1s ease-in-out 0 infinite alternate;
		-ms-animation: anime2 1s ease-in-out 0 infinite alternate;
}

@keyframes anime1 {	0% {margin-top: 30px;} 100% {margin-top: 40px;} }
@-moz-keyframes anime1 { 0% {margin-top: 30px;} 100% {margin-top: 40px;} }
@-webkit-keyframes anime1 {	0% {margin-top: 30px;} 100% {margin-top: 40px;} }
@-o-keyframes anime1 { 0% {margin-top: 30px;} 100% {margin-top: 40px;} }
@-ms-keyframes anime1 {	0% {margin-top: 30px;} 100% {margin-top: 40px;} }

@keyframes anime2 {	0% {margin-top: 30px;} 100% {margin-top: 50px;} }
@-moz-keyframes anime2 { 0% {margin-top: 30px;} 100% {margin-top: 50px;} }
@-webkit-keyframes anime2 {	0% {margin-top: 30px;} 100% {margin-top: 50px;} }
@-o-keyframes anime2 { 0% {margin-top: 30px;} 100% {margin-top: 50px;} }
@-ms-keyframes anime2 {	0% {margin-top: 30px;} 100% {margin-top: 50px;} }


#index .keyVisual .arrow img { display: block; }

#index .keyVisual nav {
	position: absolute;
	top: 0px;
	left: 20px;
}
#index .keyVisual nav a:hover {
	opasity: 0.75;
}

.pankuzu {
	width: 800px;
	height: 32px;
	margin: 40px auto 90px auto;
	font-size: 12px;
}

.single-subtext {
 text-align: center;
	/*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 5px; */
	font-size: 26px;
	margin: 80px auto 80px auto;
	line-height: 150%;
	color: #1358c0;
	font-weight: bold;
}


/*** Solution ******************************************/
#index section.solution .btBox {
	padding: 10px 0 0 0;
	margin: 10px 0;
}
#index section.solution .btBox li {
	width: 50%;
	float: left;
	margin: -10px 0 0 0;
}
#index section.solution .btBox li a {
	display: block;
}

.solution-title {
/* 	width: 750px; */
}

.liststyle1 dt {
	margin: 20px 0;
	padding-left: 40px;
	position: relative;
	font-size: 23px;
/* 	letter-spacing: 5px; */
}

.liststyle1 dt span {
	display: inline-block;
/* 	width: 20px; */
	top: 22px;
	font-weight: bold;
}


.liststyle1 dt span::before {
	content: '';
	display: block;
	width: 0px;
	height: 2px;
	border-radius: 1px;
    border-left: 10px solid #328dc9;
	border-right: 10px solid #1154c0;
	position: absolute;
	left: 0;
	top: 9px;
}

.liststyle1 dd {
	padding-bottom: 60px;
	line-height: 150%;
}

/*** Recruit ******************************************/
#index section.recruit .photo {
	display: block;
	margin: 20px 0 0 0;
}
#index section.recruit .btBox {
	margin: -12px 0 0 0;
}
#index section.recruit .btBox li {
	width: 33.33333333%;
	float: left;
}
#index section.recruit .btBox li a {
	display: block;
}

#recruit .inner {
	padding-top: 70px;
}

/*** Company ******************************************/
#index section.company .gradient {
	min-height: 400px !important;
}
#index section.company .inner {
/*	background: url("images/new/bg_duplex.jpg") no-repeat right bottom; */
}

#index section.company .btBox {
	margin: 10px 0 0 -10px;
}
#index section.company .btBox li {
	width: 240px;
	float: left;
	margin: 0 0 -10px 0;
}
#index section.company .btBox li a {
	display: block;
}

#index section.company .info {
    padding: 135px 0 30px 0;
    margin: -70px 0 0 0;
/* 	background: url("images/new/img_entrance.png") no-repeat right bottom; */
    width: 754px;
}
#index section.company .info .name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 10px;
}
#index section.company .info .name span {
    font-size: 12px;    
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 10px;
    color: #aaa;
}
#index section.company .info .address {
    margin: 30px 0 0 12px;
    font-size: 10px;
    line-height: 1.5em;
}
#index section.company .info .address span {
    color: #aaa;
}

#index section.company .info .facebooklink {
    font-size: 12px;
    margin: 0 0 0 10px;
}


/*** Information ******************************************/
#information ul {
	padding: 35px 0 40px;
}

#information li {
	padding: 15px 0;
	line-height: 1.6em;
	display: inline-block;
	border-bottom: 1px dotted #adadad;
}

.infotext {
	float: right;
	width: 850px;
}

#information a {
}

#information a:hover {
	text-decoration: underline;
}

.infoday {
	padding-right: 30px;
	color: #1155c0;
	float: left;
	width: 120px;
	font-size: 13px;
}

.t_center {
	text-align: center;
}

.facebookbanner {
	padding: 20px 57px 0 0;
}

/*** Contact ******************************************/
#index section.contact {
	background: #332f2f;
	text-align: center;
	padding: 30px 0 0 0;
}
#index section.contact .inner {
	padding: 50px 0 30px 0;
}

/*** single page ******************************************/

.pc_none {
	display: none;
}


.titlestyle1 {
	border-bottom: 2px solid #dbdbdb;
	padding-bottom: 13px;
	margin: 30px 0 16px 0;
	font-size: 18px;
	clear: both;
}

.titlestyle2 {
	margin: 30px 0 16px 0;
	font-weight: bold;
	font-size: 17px;
	clear: both;
}

.business_txt_last {
	font-size: 11px;
	padding: 5px 0 130px 0;
}

.contents_table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0 0 0;
	border: 1px solid #CCCCCC;
	line-height: 170%;
}

.contents_table th {
    width: 20%;
    text-align: center;
    padding: 20px;
    background: #3685c1;
    color: #ffffff;
    font-weight: bold;
}

.contents_table td {
    width: 80%;
    padding: 10px;
}

.contents_table a:link,.contents_table a:visited {
	color: #3685c1;
}

.contents_table a:hover,.contents_table a:active {
	color: #8a8a8a;
}

.border_r {
    border-right: 1px solid #CCCCCC;
}

.border_b {
    border-bottom: 1px solid #CCCCCC;
}

.red_text {
    color: #ff2a00;
    font-weight: bold;
}

.article .left {
    float: left;
    padding: 0 0 0 0px;
    width: 180px;
}

.article .right {
    float: right;
    padding: 0 20px 20px 0;
    width: 530px;
}

.article2 {
	clear: both;
}

.product_ul {
	text-align: center;
	padding-bottom: 40px;
}

.textphoto1,.textphoto2 {
	padding-bottom: 30px;
	display: inline-block;
}


.textphoto1 p {
	width: 480px;
	float: left;
	padding-right: 20px;
}

.textphoto1 img {
	width: 300px;
	float: right;
}

.textphoto2 p {
	width: 480px;
	float: right;
	padding-left: 20px;
}

.textphoto2 img {
	width: 300px;
	float: left;
}

dl.chara_box {
    border: 1px solid #0090ce;
    margin: 0 0 10px;
    width: 800px;
    display: inline-block;
}

dl.chara_box dt.title {
    background: url("images/product/charaback.jpg") no-repeat scroll left center transparent;
	background-size: 800px;
    color: #330000;
    font-weight: bold;
    margin: 0;
    padding: 0px 0 0px 8px;
    height: 28px;
    line-height: 28px;
}

dl.chara_box dd.comment {
    margin: 0;
    padding: 5px;
}

dl.chara_box .comment .donyu_detail_left {
    float: left;
    font-size: 10px;
    padding: 5px;
    width: 400px;
}

dl.chara_box .comment .donyu_detail_right {
    float: right;
    font-size: 10px;
    pandding: 5px;
    width: 360px;
}

dl.chara_box .comment .donyu_detail_right img {
	width: 100%;
}

.business_box {
    width: 100%;
    margin: 0;
    padding: 0 0 100px 0px;
    display: inline-block;
}

.business_box li {
    width: 100%;
    margin: 0;
    padding: 15px 3px 15px 3px;
    _padding: 15px 3px 5px 3px;
    float: left;
    background: url("images/left_column/dotted.gif") repeat-x left bottom;
    box-sizing: border-box;
}

.business_box li .left_img {
    width: 240px;
    height: 125px;
    margin: 0;
    padding: 2px;
    float: left;
    border: 1px solid #d3d3d3;
}

.business_box li .left_img img:hover {
	opacity: .60;
    filter: alpha(opacity=60);
}

.business_box li .right_txt {
    width: 495px;
    margin: 0;
    padding: 10px 0 0 0;
    float: right;
}

.business_box li .right_txt h4 {
    width: 470px;
    display: block;
    line-height: 15px;
    margin: 0;
    padding: 0px 0 0 17px;
    background: url("images/left_column/arrow_01.gif") no-repeat left bottom;
}

.business_box li .right_txt p {
    width: 495px;
    height: 50px;
    display: block;
    line-height: 15px;
    margin: 5px 0;
    padding: 0px 0 0 0px;
    overflow: hidden;
}

.business_box li .right_txt .more {
    width: auto;
    float: right;
    font-size: 14px;
    display: block;
    line-height: 12px;
    margin: 5px 0;
    padding: 0px 11px 0 0px;
    background: url("images/left_column/arrow_02.gif") no-repeat right bottom;
}

.business_box li .right_txt .more a { text-decoration: underline; }
.business_box li .right_txt .more a:link { color: #0d97bb; } 
.business_box li .right_txt .more a:active { color: #0d97bb; }
.business_box li .right_txt .more a:visited { color:#0d97bb; }
.business_box li .right_txt .more a:hover { color:#48ccee; }

.business_box .left_img img {
    width: 240px;
    height: 125px;
}

.privacy_ol {
	padding: 10px 0 50px;
	line-height: 150%;
}

.privacy_ol li{
	padding-bottom: 10px;
}

.txt_box {
	padding-bottom: 60px;
}

.txt_align_right {
	text-align: right !important;
}

.waku {
	padding-bottom: 50px;
}

.sitemap_list {
	padding: 0 0 40px 10px;
}

.sitemap_list li {
    background-image: url("images/sitemap/list_arrow.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
    text-indent: 10px;
}

.sitemap_list .sub_list {

    padding: 0 0 0 30px;
    background-image: url("images/sitemap/list_arrow.gif");
    background-position: 20px center;
    background-repeat: no-repeat;
    text-indent: 10px;

}



/*  -----------------------------------------
　◆ 問い合わせ
------------------------------------------ */
.form_box {
    margin: 0 auto;
    padding: 0 0 0 5px;
    float: left;
}

.contact_form {
    border-style: none;
    margin: 0 0 20px;
    padding: 0px 0 0;
}

.contact_form .red_table_top,.contact_form .red_table {
    background-color: #a0d4fb;
    border-bottom: 2px solid #ffffff;
    width: 500px;
    height: 33px;
    line-height: 33px;
    font-weight: normal;
    padding: 10px 15px;
    text-align: left;
    vertical-align: top;
}

.contact_form .red_table_top {
 /* 	border-top: 1px solid #0077cc; */
}

span.indispensable {
    color: #DC143C;
    font-size: 12px;
    font-weight: bold;
}

.contact_form .td_top,.contact_form .td {
    padding: 10px;
    text-align: left;
    width: 540px;
    border-bottom: 1px solid #cccccc;
}
.contact_form .td_top {
/* 	border-top: 1px solid #0077cc; */
}

.contact_form .border {
    border: 1px solid #CCCCCC;
    margin: 0 0 3px;
}

.contact_form .ex {
    margin: 0 0 3px;
}

.contact_h3 {
	margin: 20px 0 14px;
}

.contact_h3_02 {
	margin: 0;
    padding-bottom: 10px;
}

.selection {
    margin: 0 0 10px;
}

textarea.border_textarea {
    border: 1px solid #CCCCCC;
}

.term_of_use {
    font-size: 11px;
    margin: 0 0 10px;
/*    width: 630px; */
    height: 103px;
    overflow: auto;
    border: 1px solid #dadada;
    padding: 10px;
}

.submit {
    margin: 30px 0 0 0;
    text-align: center;
}

.inquire2 {
    padding-bottom: 14px;
}

.inquire2 p.freetel {
    color: #CC0000;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    text-align: left;
}

.inquire2 p.time {
    font-size: 10px;
    line-height: 100%;
    text-align: left;
}

.thanks_box {
    font-weight: bold;
    padding: 60px 0 160px;
    text-align: center;
}


.thanks_txt {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.send_txt {
    background: url("images/corporate/inqback.jpg") repeat-x scroll left top transparent;
    padding: 10px;
}

.send_txt h3 {
    margin: 0 0 15px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}


.send_txt p.time {
    font-size: 10px;
    text-align: center;
}

.send_txt p.toptext {
    padding: 0 0 6px;
}
.pc_submit {
	width: 50%;
	text-align: center;
	margin: 30px auto 0 auto !important;
}

.pc_submit input {
	width: 100%;
	background: #0077cc;
	padding: 20px;
	color: #ffffff;
	border: none;
	font-size: 15px;
}

.sp_center {
	text-align: center;
}

.sp_center input {
	width: 40%;
}

/*  -----------------------------------------
infolist
------------------------------------------ */
.infolist_ul a:link,.infolist_ul a:visited {
	color: #1357c1;
}

.infolist_ul a:hover {
	color: #cccccc;
}

.infolist_ul li {
	padding-top: 30px;
	border-bottom: #1357c1 1px dotted;
}

.infolist_ul li h3 {
	padding: 5px 0;
	font-size: 20px;
	line-height: 150%;
	color: #1357c1;
}

.single_text_title {
	font-size: 20px;
	line-height: 150%;
	color: #1357c1;
	padding: 5px 0 15px 0;
}

.single_text_area {
	padding-bottom: 40px;
}


/************ clearfix ************/
/* :after対応のモダンブラウザ用 */
.clearfix:after {
 content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
 clear: both;
 height: 0;
 visibility: hidden;
}

/* :after非対応のIE7用 */
.clearfix {
 min-height: 1px;
}

/* IE6、macIE4,5用 */
* html .clearfix {
 height: 1px;
 /*\*//*/
 height: auto;
 overflow: hidden;
 /**/
}
/**********************************/