@charset "utf-8";

html {
	overflow-y:scroll;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

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;
}
table{border-collapse:collapse; border-spacing:0;}
/* --- /reset --- */



.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-table;min-height:1%;}
* html .clearfix {height:1%;}
*{zoom:1;}
.clearfix {display:block;}
/* --- /clearfix ---*/

img {
	vertical-align:bottom;
	outline:none;
	border:none;
	}

a,
a:link,
a:visited {
	color:#333;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover {
	opacity:0.8;
	cursor:pointer;
}
a:active {
}


body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#333;
	line-height:1.5;

	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;

	min-width:320px;
	position:relative;
	}

* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-webkit-appearance
	}


ul {
	overflow:hidden;
}

.site_width {
	max-width:1250px;
	margin:auto;
}


#contents {
	margin-top:-20px;
	margin-bottom:50px;
	overflow:hidden;
}

/* smartPhone */
@media screen and (max-width: 640px) {
#contents {
	margin-top:-10px;
}
}


input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}

.box-wrap {
	width:100%;
	overflow:hidden;
}
.box_left {
	float:left;
}
.box_right {
	float:right;
}


.jisage {
	text-indent:-1em;
	padding-left:1em;
}

#menuButton p,
#header_nav a,
h1 a {
	display:block;
	text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
}




/* ---------------------------------------------------------
 ヘッダー
--------------------------------------------------------- */
header {
	postion:relative;
}
.header_nav_back {
	position:absolute;
	background:#333;
	width:100%;
	height:92px;
}


header .site_width {
	position:relative;
}

header h1 {
	background:url(img/header-h1-back.png) 0 0 /contain no-repeat;
-	width:260px;
-	height:200px;
	width:200px;
	height:154px;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}
header h1 a {
	background:url(img/header-h1-logo.png) 0 0 /contain no-repeat;
-	width:188px;
-	height:96px;
-	margin:52px 0 0 36px;
	width:150px;
	height:77px;
	margin:38px 0 0 24px;
}
header h1 a {
	transform: scale(1);
	transition: .3s ease-in-out;
}
header h1 a:hover {
	transform: scale(1.05);
	opacity:1;
}

.site_navi {
	background:#212121;
	height:92px;
}
#header_nav_bottom {
	background:url(img/header-nav-bottom.png) 0 0 /100% 20px no-repeat;
	height:20px;
	position:relative;
	z-index:100;
}

#header_nav ul {
	overflow:hidden;
	float:right;
	margin:15px 50px 0 0;
}
#header_nav li {
	float:left;
	padding:20px;
}

#header_nav a {
	height:24px;
}
#header_nav a {
  position: relative;
  display: inline-block;
  padding: .4em;
  text-decoration: none;
}
#header_nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #37646B;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#header_nav a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header_nav a:hover {
	opacity:1;
}


#header_nav .nav01 a {
	background:url(img/header-nav01.png) 10px 0 /auto no-repeat;
	width:62px;
}
#header_nav .nav02 a {
	background:url(img/header-nav02.png) 10px 0 /auto no-repeat;
	width:89px;
}
#header_nav .nav03 a {
	background:url(img/header-nav03.png) 10px 0 /auto no-repeat;
	width:87px;
}
#header_nav .nav04 a {
	background:url(img/header-nav04.png) 10px 0 /auto no-repeat;
	width:69px;
}
#header_nav .nav05 a {
	background:url(img/header-nav05.png) 10px 0 /auto no-repeat;
	width:121px;
}


/* tablet  */
@media screen and (max-width: 960px) {
#header_nav {
	display:none;
}
header h1 {
	width:200px;
	height:154px;
}
header h1 a {
	width:150px;
	height:77px;
	margin:38px 0 0 24px;
}
}


/* smartPhone */
@media screen and (max-width: 640px) {
header h1 {
	width:130px;
	height:100px;
}
header h1 a {
	width:94px;
	height:48px;
	margin:26px 0 0 18px;
}

#header_nav_bottom {
	background:url(img/header-nav-bottom_mb.png) 0 0 /100% 10px no-repeat;
	height:10px;
}




.header_nav_back {
	height:75px;
}
.site_navi {
	height:75px;
}


}



/* ---------------------------------------------------------
 ヘッダー (モバイル用ナビ)
--------------------------------------------------------- */
#header_nav_mob {
    display:none;
}

#menuButton {
    width: 90px;
    height:60px;
    position:absolute;
    top: 16px;
    right: 0px;
    border-left:2px solid #37646B;
    z-index: 1200;
}
#menuButton span {
    display: block;
    background: #fff;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 25px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span.spn3 {
    top: 1px;
}#menuButton span.spn1 {
    top: 15px;
    width: 32px;
}
#menuButton span.spn2 {
    margin-top: -1px;
    top: 50%;
    width: 26px;
}
#menuButton.active {
	border:none;
}
#menuButton.active span {
    background: #37646B;
}
#menuButton.active span.spn3 {
    -webkit-transform: translateY(14px) rotate(45deg);
    -moz-transform: translateY(14px) rotate(45deg);
    -ms-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
}
#menuButton.active span.spn1 {
    opacity: 0;
}
#menuButton.active span.spn2 {
    -webkit-transform: translateY(-14px) rotate(-45deg);
    -moz-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
    width: 40px;
}
#menuButton.active p {
	display:none;
}


#header_nav_mob ul {
	display:none;
	width:230px;
	background:#fafafa;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	z-index:1000;
	padding:65px 10px 30px;
	opacity:1.0;
	border-radius:10px 0 0 10px;
	box-shadow:0px 0px 4px 4px rgba(0,0,0,0.2); 
}
#header_nav_mob li:first-child {
	border-top:1px dotted #ccc;
}
#header_nav_mob li {
	border-bottom:1px dotted #ccc;
}
#header_nav_mob li a {
	width:240px;
	display:block;
	padding:12px;
	position:relative;
	color:#37646B;
}
#header_nav_mob  li a:after {
	content:">";
	position:absolute;
	top:24px;
	right:26px;
	color:#37646B;
}

#menuButton p {
	background:url(img/header-mob-menu.png) 0 0 /contain no-repeat;
	width:40px;
	height:18px;
	position: absolute;
	left:25px;
	bottom:0;
}




/* tablet  */
@media screen and (max-width: 960px) {
#header_nav_mob {
	display:block;
}
}

/* smartPhone */
@media screen and (max-width: 640px) {
#menuButton {
    width: 80px;
    height:54px;
    top: 12px;
    right: 0px;
    border-left:1px solid #54BACB;
}

#menuButton p {
	width:32px;
	height:16px;
	left:23px;
}

#menuButton span {
    width: 32px;
    height: 2px;
    left: 23px;
}
#menuButton span.spn3 {
    top: 1px;
}#menuButton span.spn1 {
    top: 13px;
    width: 28px;
}
#menuButton span.spn2 {
    margin-top: -1px;
    top: 26px;
    width: 24px;
}
#menuButton.active span.spn3 {
    -webkit-transform: translateY(12px) rotate(45deg);
    -moz-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
}
#menuButton.active span.spn2 {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -moz-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
    width: 32px;
}


}




/* ---------------------------------------------------------
 フッター
--------------------------------------------------------- */
footer .site_width {
	background:url(img/footer-bar.png) 0 0 /100% 21px no-repeat;
	color:#005D54;
	text-align:center;
	padding:40px 0 20px 0;
}

/* smartPhone */
@media screen and (max-width: 640px) {
footer .site_width {
	background:url(img/footer-bar2.png) 0 0 /100% 11px no-repeat;
	font-size:11px;
	padding-top:30px;
}
}


/* ---------------------------------------------------------
 ホーム
--------------------------------------------------------- */
#home #contents {
	margin-bottom:10px;
}


#home_top {
	height:662px;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.home_top_back {
	background:#333;
	width:100%;
	height:633px;
	position:absolute;
}

#home_top .site_width {
	height:662px;
	position:relative;
	overflow:hidden;
	background:#fff;
}
#home_top img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#home_top .home_pic_tower {
	left:auto;
	right:7%;
}
#home_top .home_pic_back {
	left:50%;
	margin-left:-625px;
}

#home_top .home_pic_bottom {
	top:auto;
	width:100%;
	height:30px;
}
#home_top .home_pic_bottom.tab,
#home_top .home_pic_bottom.smp {
	display:none;
}
#home_top .home_pic_title {
	top:180px;
	bottom:auto;
	margin:auto;
}
#home_top .home_pic_copy {
	bottom:120px;
	margin:0 auto;
	top:auto;
}

.home_pic_bridge,
.home_pic_tower {
	display:none;
}
.home_pic_copy,
.home_pic_title {
	opacity:0;
}




#home_main ul {
	overflow:hidden;
	margin:auto;
	max-width:1050px;
}
#home_main li {
	width:50%;
	float:left;
	padding:0 0 25px;
}
#home_main li:nth-child(odd) {
}
#home_main li:nth-child(even) {
	text-align:right;
}
#home_main a img {
	max-width:501px;
	width:100%;
	height:auto;
}

#home_main a img:nth-child(2),
#home_main a img:nth-child(3) {
	display:none;
}




/* tablet  */
@media screen and (max-width: 1100px) {
#home_main li {
	width:100%;
	float:none;
	padding:0 10px 25px;
	text-align:center;
}
#home_main li:nth-child(even) {
	text-align:center;
}
}




/* tablet  */
@media screen and (max-width: 960px) {
#home_top {
	height:508px;
}
.home_top_back {
	height:508px;
}

#home_top .site_width {
	height:508px;
}
#home_top .home_pic_tower,
#home_top .home_pic_bridge {
	height:508px;
	width:auto;
}
#home_top .home_pic_bridge {
	left:-30px;
}
#home_top .home_pic_back {
	height:508px;
	margin-left:-480px;
}
#home_top .home_pic_title {
	top:90px;
	bottom:auto;
	margin:auto;
}
#home_top .home_pic_copy {
	top:auto;
	bottom:80px;
	margin:0 auto;
}
#home_top .home_pic_bottom {
	display:none;
}
#home_top .home_pic_bottom.tab {
	display:inline;
}



#home_main a img:nth-child(1),
#home_main a img:nth-child(3) {
	display:none;
}
#home_main a img:nth-child(2) {
	display:inline;
}
#home_main ul {
	max-width:860px;
}
#home_main li {
	width:50%;
	float:left;
	padding:0 0 25px;
}
#home_main li:nth-child(odd) {
	text-align:left;
}
#home_main li:nth-child(even) {
	text-align:right;
}
#home_main a img {
	max-width:412px;
	width:100%;
	height:auto;
}

}

/* tablet  */
@media screen and (max-width: 870px) {
#home_main li {
	width:100%;
	float:none;
	padding:0 10px 25px;
	text-align:center;
}
#home_main li:nth-child(odd),
#home_main li:nth-child(even) {
	text-align:center;
}
}





/* smartPhone */
@media screen and (max-width: 640px) {
#home_top {
	height:358px;
}
.home_top_back {
	height:358px;
}

#home_top .site_width {
	height:358px;
}
#home_top .home_pic_tower,
#home_top .home_pic_bridge {
	height:358px;
	width:auto;
}
#home_top .home_pic_back {
	height:358px;
	margin-left:-338px;
}
#home_top .home_pic_bridge {
	left:-80px;
}
#home_top .home_pic_tower {
	right:3%;
}
#home_top .home_pic_bottom {
	height:15px;
}
#home_top .home_pic_title {
	width:165px;
	height:82px;
	top:104px;
}
#home_top .home_pic_copy {
	width:200px;
	height:39px;
	bottom:110px;
}
#home_top .home_pic_bottom,
#home_top .home_pic_bottom.tab {
	display:none;
}
#home_top .home_pic_bottom.smp {
	display:inline;
	height:20px;
}



#home_main a img:nth-child(1),
#home_main a img:nth-child(2) {
	display:none;
}
#home_main a img:nth-child(3) {
	display:inline;
}
#home_main li {
	padding:0 10px 15px;
}
#home_main a img {
	max-width:302px;
}


#home #contents {
	margin-bottom:20px;
}

}





/* ---------------------------------------------------------
 Introduce 当社のご案内
--------------------------------------------------------- */
#page_wrapper {
	max-width:1090px;
	margin:100px auto 0;
	padding:0 20px;
}
#page_head {
	overflow:hidden;
	margin-bottom:40px;
	position:relative;
	min-height:428px;
}
#page_head .box_left {
	width:50%;
	clear:left;
}
#page_head .box_right {
	text-align:right;
	width:50%;
	padding-left:30px;
	position:absolute;
	bottom:0;
	right:0;
}
#page_head h2 {
	margin-top:60px;
	margin-bottom:30px;
}
#page_head h2 img {
	margin-bottom:20px;
	height:23px;
}
#page_head h2 img:first-child {
	margin-right:30px;
	height:32px;
}


#introduce h2 {
-	max-width:402px;
}

h3 {
	background:#f0f0f0;
	margin-bottom:40px;
	padding:20px 20px;
}
h3 img {
	height:25px;
}

#introduce #page_head p {
	padding-left:30px;
	border-left:12px solid #B8DBF4;
}
#introduce #page_head p img {
	max-height:138px;
}

#introduce .text1 {
	line-height:1.8;
	margin-bottom:1.5em;
}
.signature {
	text-align:right;
	margin-bottom:4em;
	font-weight:bold;
	padding-right:0.5em;
}



#page_head img {
	max-width:100%;
}

#page_main > div {
	margin-bottom:100px;
}
#page_main > div:last-child {
	margin-bottom:20px;
}

h4 {
	margin-bottom:20px;
	border-left:12px solid #B8DBF4;
	padding:5px 20px 6px;
}
h4 img {
	height:23px;
}


#page_main ul {
	margin:0 0 40px 1em;
}

#page_main li {
	float:none;
	padding-left:20px;
	background:url(introduce/img/list-mark.png) 0 0.4em /10px no-repeat;
	margin-bottom:1.5em;
}
#page_main li span {
	font-weight:bold;
}

#introduce #page_main p {
	margin-left:36px;
}

#introduce #page_main div.sec02 > ul,
#introduce #page_main div.sec03 > ul {
	margin-left:0;
}
#introduce #page_main div.sec02 > ul ul,
#introduce #page_main div.sec03 > ul ul {
	margin-bottom:00px;
}

#introduce #page_main div.sec02 > ul > li,
#introduce #page_main div.sec03 > ul > li {
	float:left;
	padding-left:0;
	background:none;
}

#introduce #page_main .sec02 ul li,
#introduce #page_main .sec03 ul li {
	width:50%;
}
#introduce #page_main .sec02 ul li li,
#introduce #page_main .sec03 ul li li {
	width:100%;
}






/* tablet  */
@media screen and (max-width: 960px) {
#page_wrapper {
	margin-top:60px;
}




}
/* tablet  */
@media screen and (max-width: 780px) {
#page_head .box_left,
#page_head .box_right {
	float:none;
	width:100%;
	padding:0;
}
#page_head .box_right {
	text-align:center;
	position:static;
}
#page_head .box_right img {
	margin-bottom:40px;
}

}


/* smartPhone */
@media screen and (max-width: 640px) {
#page_wrapper {
	padding:0 10px;
}

#page_head h2 {
	margin-top:0;
	margin-bottom:20px;
	text-align:center;
}
#page_head h2 img {
	margin-bottom:10px;
}
#page_head h2 img:first-child {
	margin-right:15px;
	height:20px;
}
#page_head h2 img:last-child {
	height:16px;
}
#introduce #page_head p {
	padding-left:15px;
	border-left:6px solid #B8DBF4;
}
#page_head .box_right img {
	max-width:211px;
}
h3 {
	margin-bottom:30px;
	padding:15px;
}
h3 img {
	height:22px;
}
#introduce #page_head p img {
	max-height:100px;
}

h4 {
	margin-bottom:15px;
	border-left:6px solid #B8DBF4;
	padding:3px 10px 8px;
}
h4 img {
	height:20px;
}
#introduce .sec01 ul {
	margin:0 0 30px 10px;
}

#page_main > div {
	margin-bottom:40px;
}
#page_main > div:last-child {
	margin-bottom:20px;
}


#introduce #page_main .sec02 ul li,
#introduce #page_main .sec03 ul li {
	width:100%;
}

#contents {
	margin-bottom:0;
}
}






/* ---------------------------------------------------------
 Company 会社概要
--------------------------------------------------------- */
#company #page_head {
	margin-bottom:60px;
}

#company #page_head h2 img:first-child {
	height:42px;
}
#company #page_head h2 img:last-child {
	margin-bottom:29px;
}


#company #page_head table {
}
#company #page_head th,
#company #page_head td {
	padding:0 0 2em;
}
#company #page_head tr:last-child td {
	padding-bottom:0;
}
#company #page_head th {
	color:#006C65;
	font-size:113%;
	font-weight:bold;
	width:8em;
}
#company #page_head th span {
	border-left:12px solid #B8DBF4;
	padding:5px 0 5px 1em;
}



#company #contents li {
	padding-left:18px;
	background:none;
}
#company #page_main div.sec02 > ul {
	margin-left:0;
}
#company #page_main div.sec02 > ul ul {
	margin-bottom:00px;
}

#company #page_main div.sec02 > ul > li {
	float:left;
	padding-left:0;
	background:none;
}
#company #page_main .sec02 ul li {
	width:33%;
}
#company #page_main .sec02 ul li li {
	width:100%;
}






/* tablet  */
@media screen and (max-width: 960px) {
#company #page_head th {
	width:6em;
}

}

/* tablet  */
@media screen and (max-width: 900px) {
#company #page_main .sec02 ul li {
	width:50%;
}
}



/* smartPhone */
@media screen and (max-width: 640px) {
#company #page_head h2 img:first-child {
	height:25px;
}
#company #page_head h2 img:last-child {
	margin-bottom:14px;
}

#company #page_head th,
#company #page_head td {
	float:left;
	width:100%;
}
#company #page_head th {
	padding:0 0 5px 0;
}
#company #page_head td {
	padding-left:0.9em;
}
#company #page_head th span {
	border-left:6px solid #B8DBF4;
	padding:0 0 0 0.5em;
}

#company #page_main .sec02 ul li {
	width:100%;
}
#company #page_main .sec02 ul li li {
	padding-left:0;
}

#company #page_main .sec02 h4 {
	margin-bottom:10px;
}

#company #page_main .sec02 .li02 li {
	margin-bottom:0;
}



}





/* ---------------------------------------------------------
 Privacy Policy プライバシーポリシー
--------------------------------------------------------- */
#privacy #page_main {
	margin-bottom:80px;
}

#privacy #page_head {
	margin-bottom:60px;
}
#privacy #page_head h2 img:first-child {
	height:42px;
}
#privacy #page_head h2 img:last-child {
	margin-bottom:29px;
}


#privacy #page_main h3 {
	margin-bottom:10px;
	border-left:12px solid #B8DBF4;
	padding:5px 20px 6px;
	background:none;
	font-weight:bold;
	font-size:125%;
}
#privacy #page_main p {
	margin:0 0 50px 30px;
}

#privacy #page_main p span {
	display:block;
	text-indent:-1.3em;
	padding-left:1.3em;
	margin-left:0.5em;
}
#privacy #page_main p span:first-of-type {
	padding-top:0.5em;
}


#privacy #page_main ul {
	margin-left:30px;
	margin-bottom:50px;
}
#privacy #page_main ul li {
	margin-bottom:0.5em;
}

#privacy #page_main h4 {
	padding-left:30px;
	border:none;
	font-weight:bold;
	margin-bottom:0em;
}




/* smartPhone */
@media screen and (max-width: 640px) {
#privacy #page_main {
	margin-bottom:50px;
}

#privacy #page_head h2 img:first-child {
	height:25px;
	margin-right:0;
}
#privacy #page_head h2 img:last-child {
	margin-bottom:14px;
}

#privacy #page_main h3 {
-	margin-bottom:15px;
	border-left:6px solid #B8DBF4;
-	padding:0 0 0 10px;
	text-indent:-1.3em;
	padding-left:1.8em;
}
#privacy #page_main p {
	margin:0 0 50px 1em;
}
#privacy #page_main p span {
	margin-left:0;
	margin-bottom:0.5em;
}
#privacy #page_main ul {
	margin-left:1em;
}
#privacy #page_main h4 {
	padding-left:1em;
}

}






/* ---------------------------------------------------------
 Inquiry お問い合わせ
--------------------------------------------------------- */
#inquiry #page_head {
	margin-bottom:60px;
}
#inquiry #page_head h2 img:first-child {
	height:42px;
}
#inquiry #page_head h2 img:last-child {
	margin-bottom:29px;
}
#inquiry #page_head p {
	padding-left:30px;
	border-left:12px solid #B8DBF4;
}
#inquiry #page_head p img {
	max-height:60px;
}
#inquiry #page_head .box_left p:first-child {
	border:none;
	margin-bottom:3em;
	padding:0;
}
#inquiry #page_head .box_right {
-	position:relative;
}


#inquiry #page_main table {
-	overflow:hidden;
	width:100%;
	margin-top:3em;
	border-top:1px dotted #ccc;
}
#inquiry #page_main th,
#inquiry #page_main td {
	padding:1.5em 5px 1.5em 5px;
	margin-bottom:2em;
	vertical-align:top;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
}
#inquiry #page_main th {
	width:16em;
	position:relative;
}
#inquiry #page_main td {
	padding-left:2em;
}
#inquiry #page_main th span {
	display:block;
	border-left:12px solid #B8DBF4;
	font-size:112.5%;
	font-weight:bold;
	color:#006C65;
	padding:9px 0 9px 8px;
	line-height:1;
}
#inquiry #page_main ul {
	margin:0 0 0 0;
}
#inquiry #contents #page_main li {
	background:none;
	padding-left:0;
	padding-top:5px;
	margin-bottom:1em;
	float:left;
	width:15em;
}
input,textarea {
	font-size:16px;
	line-height:1.5;
	padding:3px 5px;
	border:1px slid #006C65;
	width:100%;
}
textarea {
	height:10em;
}

#inquiry #page_main th.hissu:after {
	content:"必須";
	display:block;
	position:absolute;
	top:1.9em;
	right:0;
	font-size:87.5%;
	color:#fff;
	background:#000;
	padding:8px;
	line-height:1;
}

#inquiry #page_main td.check_box input {
	margin-right:0.5em;
	width:auto;
}
#inq-button {
	margin:2em 0;
	text-align:center;
}
#inq-button input {
	font-size:125%;
	display:inline-block;
	padding:1em 2em;
	background:#005D54;
	color:#FFF;
	border:none;
	border-bottom:solid 8px #002a21;
	border-radius:3px;
	max-width:15em;
	width:100%;
	margin-left:0.5em;
	margin-right:0.5em;
}
#inq-button input:hover {
	-ms-transform:translateY(5px);
	-webkit-transform:translateY(5px);
	transform:translateY(5px);
	border-bottom:solid 3px #002a21;
	margin-bottom:5px;
}



#inquiry .result #page_head {
	min-height:initial;
	margin-bottom:0;
}
#inquiry .result h3 {
	font-weight:bold;
	color:#cc0000;
}
#inquiry .result p {
	padding-left:1em;
	margin-bottom:1.5em;
}


#inq-button input:last-child {
	margin-top:1.5em;
}


/* smartPhone */
@media screen and (max-width: 640px) {
#inquiry #page_main {
	margin-bottom:80px;
}
#inquiry #page_head h2 img:first-child {
	height:25px;
-	margin-right:0;
}
#inquiry #page_head h2 img:last-child {
	margin-bottom:14px;
}
#inquiry #contents h3 img {
	height:20px;
	max-width:100%;
}
#inquiry #page_head p {
	padding-left:15px;
	border-left:6px solid #B8DBF4;
}


#inquiry #page_main th,
#inquiry #page_main td {
	float:left;
	margin-bottom:0;
	padding-left:0;
}
#inquiry #page_main th {
	border:none;
	padding-bottom:0;
	width:auto;
	padding-right:3.5em;
}
#inquiry #page_main td {
	width:100%;
	padding-top:0.5em;
}

#inquiry .result #page_main td {
	padding-left:1em;
}

#inquiry #page_main th span {
	border-left:6px solid #B8DBF4;
	padding:9px 0 9px 8px;
}
#inquiry #page_main ul {
	margin:0 0 0 1em;
}

#inquiry #page_main th.hissu:after {
	top:2.1em;
	padding:4px;
}


#inq-button input {
	font-size:100%;
	padding:1em 2em;
	max-width:15em;
	width:100%;
}

}


