/*---------------  riset css  ---------------*/
* {
  box-sizing: border-box;
}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, em, img, ol, ul, li,
footer, header {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}

body {
    line-height:1;
}

footer,header {
    display:block;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

li {
	list-style: none;
}
/*---------------  riset css end  ---------------*/


body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "ヒラギノ角ゴ Pro W3",sans-serif;
}

a {
	color: #444;
}

.txt1 {
	font-size: 16px;
	line-height: 1.4;
	color: #444444;
}

.txt1_b {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #444444;
}

.txt2 {
	font-size: 18px;
	line-height: 1.6;
	color: #444444;
}

.txt3 {
	font-size: 22px;
	line-height: 1.2;
}

.mtA {
	margin-top: 40px;
}

.mtB {
	margin-top: 16px;
}

.mtC {
	margin-top: 60px;
}

.mtD {
	margin-top: 10px;
}

.brsp {
	display: none;
}

/*clearfix*/
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

header {
	width: 100%;
}

.headerInner {
	width: 1000px;
	margin: 0 auto;
	padding: 34px 0 24px;
}

.headerLogo {
 float: left;
}
.headerLogo a {
 display: block;
 width: 100%;
}

.headerLogo img {
	width: 67px;
	height: auto;
 float: left;
 margin: 0 16px 0 0;
}

.headerLogo h1 {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  width: 260px;
  padding: 34px 0 0;
  
}

.flagArea {
	float: right;
 margin: 28px 0 0;
}

.flagItem {
	display: inline-block;
	margin: 0 0 0 2px;
}

.flagItem img {
	width: 30px;
	height: auto;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
}

.flagItem img:hover {
	opacity: 0.6;
}

.flagArea p {
	font-size: 13px;
	color: #777777;
	display: inline-block;
	position: relative;
	bottom: 6px;
}

.headerLanguage {
	float: right;
}

.navArea {
	border-bottom: 2px solid #f4f4f4;
}

.navInner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	overflow: auto;
	border-bottom: solid 2px #444;
}

.navInner li {
	width: 200px;
	text-align: center;
	position: relative;
	top: 2px;
	font-size: 15px;
	color: #717171;
	white-space: nowrap;
}

.navInner li a {
	color: #717171;
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px 0;
}

.borderItem1 {
	border-bottom: 2px solid #555555;
}

.borderItem1 a:hover {
	background: #555555;
	border-radius: 4px 4px 0 0;
	transition: .4s;
	color: #fff;
}

.borderItem2 {
	border-bottom: 2px solid #5886b0;
}

.borderItem2 a:hover {
	background: #5886b0;
	border-radius: 4px 4px 0 0;
	transition: .4s;
	color: #fff;
}

.borderItem3 {
	border-bottom: 2px solid #e186c0;
}

.borderItem3 a:hover {
	background: #e186c0;
	border-radius: 4px 4px 0 0;
	transition: .4s;
	color: #fff;
}

.borderItem4 {
	border-bottom: 2px solid #4ea208;
}

.borderItem4 a:hover {
	background: #4ea208;
	border-radius: 4px 4px 0 0;
	transition: .4s;
	color: #fff;
}

.borderItem5 {
	border-bottom: 2px solid #ebeb39;
}

.borderItem5 a:hover {
	background: #ebeb39;
	border-radius: 4px 4px 0 0;
	transition: .4s;
	color: #444444;
}

.borderItem6 {
	border-bottom: 2px solid #37baa0;
}

.borderItem6 a:hover {
	background: #37baa0;
	border-radius: 4px 4px 0 0;
	transition: .4s;
	color: #fff;
}

.current1 a {
	color: #fff !important;
	background: #555555;
	border-radius: 4px 4px 0 0;
}

.current2 a {
	color: #fff !important;
	background: #5886b0;
	border-radius: 4px 4px 0 0;
}

.current3 a {
	color: #fff !important;
	background: #e186c0;
	border-radius: 4px 4px 0 0;
}

.current4 a {
	color: #fff !important;
	background: #4ea208;
	border-radius: 4px 4px 0 0;
}

.current5 a {
	color: rgba(0,0,0,0.6) !important;
	background: #ebeb39;
	border-radius: 4px 4px 0 0;
}

.current6 a {
	color: #fff !important;
	background: #37baa0;
	border-radius: 4px 4px 0 0;
}

.topMainImg {
	width: 100%;
	height: 540px;
	overflow: hidden;
	position: relative;
}

.topMainImg img {
	width: 100%;
	min-width: 1240px;
	height: auto;
	min-height: 540px;
	margin: -100px 0 0;
}

.imgTxtArea {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 32%;
}

.imgTxt1 {
	font-size: 52px;
	color: #444;
 font-family: 'Noto Sans Japanese', serif;
 font-weight: 700;
	text-align: center;
	text-shadow: 0px 1px 3px rgba(255,255,255, 0.8);
	letter-spacing: 14px;
	-webkit-text-stroke-color: #752d6e;
	-webkit-text-stroke-width: 0.8px;
	-webkit-box-reflect: below -3px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0.3));
}

.imgTxt2 {
	font-size: 28px;
	color: #444444;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0;
}

.imgTxtListArea {
	width: 510px;
	margin: 20px auto 0;
	border: 1px solid #555;
	border-radius: 2px;
	padding: 0 0 10px;
 background: rgba(255,255,255,0.3);
}

.imgTxtListArea p {
	font-size: 18px;
	color: #444444;
	font-weight: bold;
	padding: 10px;
	float: left;
	margin: 10px 10px 0 0;
	border-radius: 4px;
}

.topHeadingArea {
	width: 100%;
	background: #f2f2f2;
}

.topHeadingItem1 {
	font-size: 28px;
	line-height: 1.4;
	color: #555555;
	padding: 20px 0 20px;
	text-align: center;
}

.headingLine1 {
	width: 40px;
	height: 2px;
	background: #555555;
}

.pageHeadingItem1 {
	border-bottom: 2px solid #f2f2f2;
	display: inline-block;
	padding: 0 0 10px;
}

.wahtsNewArea {
	width: 750px;
	margin: 0 auto;
}

.topBtn {
	width: 200px;
	margin: 60px auto 0;
	border: 1px solid #555555;
	border-radius: 4px;
}

.topBtn a {
	text-align: center;
	padding: 20px 0;
	display: block;
	color: #555555;
	font-size: 16px;
}

.topBtn a:hover {
	color: #fff;
	background: #555555;
	transition: .3s;
}

.newsBtn {
  margin: 60px 0 0;
}

.workflowArea {
	width: 750px;
	margin: 60px auto 0;
}

.flowItem1 {
	width: 140px;
	float: left;
	margin: 0 62px 0 0;
}

.flowItem1:last-child {
	margin: 0;
}

.flowImg {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	position: relative;
	background: #F2F2F2;
}

.flowImg img {
	width: 80px;
	height: auto;
	position: absolute;
}

.flowP1 {
	top: 32px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.flowP2 {
	top: 32px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.flowP3 {
	top: 34px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.flowP4 {
	top: 28px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.flowItem1 p {
	text-align: center;
	margin: 14px 0 0 ;
}

.pageBg {
	width: 100%;
	height: 160px;
	position: relative;
}

.pageTitle {
	font-size: 28px;
	color: #444;
	text-align: center;
	padding: 58px 0 0;
 position: relative;
 font-family: 'Noto Sans Japanese', serif;
 font-weight: 500;
}
.pageTitle::after {
  content: '';
  width: 60px;
  height: 2px;
  background: #444;
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
}

.pageTitle2 {
	font-size: 28px;
	color: rgba(0,0,0,0.6);
	text-align: center;
	padding: 58px 0 0;
}

.titleItem {
	width: 60px;
	height: 2px;
	margin: 16px auto 0;
	background: rgba(255,255,255,0.8);
}

.titleItem2 {
	width: 60px;
	height: 2px;
	margin: 16px auto 0;
	background: rgba(0,0,0,0.5);
}

.bg1 {
	background: #f2f2f2;
}

.bg2 {
	background: #5886b0;
}

.bg3 {
	background: #e186c0;
}

.bg4 {
	background: #4ea208;
}

.bg5 {
	background: #ebeb39;
}

.bg6 {
	background: #37baa0;
}

.pageContent {
	width: 800px;
	margin: 60px auto 0;
}

.pageContent-service {
  width: 1000px;
  margin: 60px auto 0;
  display: flex;
}

.service-container {
  width: 680px;
  margin-left: auto;
}

.companyTable {
	width: 800px;
	margin: 60px auto 0;
	border-collapse: collapse;
}

.companyTable th {
	font-size: 16px;
	line-height: 1.4;
	color: #444444;
	width: 200px;
	text-align: left;
	vertical-align: top;
	padding: 24px 0;
	border-bottom: 1px solid #f2f2f2;
}

.companyTable td {
	font-size: 16px;
	line-height: 1.4;
	color: #444444;
	width: 600px;
	padding: 24px 0;
	border-top: 1px solid #f2f2f2;
}

.companyTable th:first-child {
	border-top: 1px solid #f2f2f2;
}

.companyTable td:last-child {
	border-bottom: 1px solid #f2f2f2;
}

.ctxt1 {
	font-size: 14px;
	margin: 10px 0;
	text-align: right;
}

.ctxt1 a {
	color: #5886b0;
}

.ctxt1 a:hover {
	opacity: 0.6;
	transition: .3s;
}

.mapArea {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.mapArea iframe,
.mapArea object,
.mapArea embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pageLinkArea {
	margin: 0;
 position: absolute;
}

.pageLinkAreaFixed {
  position: fixed;
  top: 20px;
}

.pageLinkItem {
	font-size: 14px;
	line-height: 1.8;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	margin: 18px 12px 0 0;
	overflow: hidden;
 background: #fcfcfc;
 width: 260px;
}

.pageLinkItem:nth-child(3n) {
	margin: 18px 0 0 ;
}

.pageLinkItem a {
	color: #444444;
	display: block;
	width: 100%;
	padding: 10px 0 10px 20px;
}

.pageLinkItem a:hover {
	background: #fcfcfc;
	transition: .3s;
}

#pagelink1,
#pagelink2,
#pagelink3,
#pagelink4,
#pagelink5,
#pagelink6 {
	padding-top: 10px;
}

.serviceImage {
  margin: 20px 0 0;
  text-align: center;
  background: #f2f2f2;
}
.serviceImage img {
  width: 100%;
}
.serviceTextArea {
	margin: 14px 0 0;
}

.sTextItem1 {
	padding-left: 20px;
}

.serviceList1 {
	padding: 0 0 0 20px;
}

.serviceList1 li {
	list-style: disc;
	padding: 4px 0 0;
}

.serviceList2 {
	padding: 0 0 0 40px;
}

.serviceList2 li {
	list-style: disc;
	padding: 4px 0 0;
}

.newsArea {
	width: 700px;
	margin: 0 auto;
}

.newsArea select {
	-webkit-appearance: button;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	user-select: none;
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555555;
	font-size: inherit;
	margin: 14px 0 0;
	overflow: hidden;
	padding: 5px 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
 	width: 180px;
}

.newsArea h3 {
	font-size: 20px;
	line-height: 1.7;
}

.newsArea p {
	font-size: 16px;
	line-height: 2;
}

article {
	width: 100%;
	margin: 30px 0 0;
	border-top: 1px solid #f2f2f2;
	padding: 30px 0 0;
}

article:first-child {
	margin: 60px 0 0;
}

article:last-child {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 30px;
}

.dayArea {
 display: block;
	margin: 0 0 14px;
 font-size: 14px;
 color: #666;
}
@media screen and (max-width: 415px) {
 .dayArea {
  font-size: 12px;
 }
}

.feedPage {
	width: 100%;
	margin: 90px 0 0;
}

.feedPage a {
	color: #777777;
	margin: 0 10px 0 0;
	border: 1px solid #f8d285;
	border-radius: 4px;
	padding: 14px 16px;
}

.feedPage a:hover {
	opacity: 0.6;
	transition: .3s;
}

a.fpCurrent {
	color: #777777;
	background: #f8d285;
}

a.fpCurrent:hover {
	opacity: 1;
}

.itxt1 {
	font-size: 13px;
	color: #777777;
	padding: 0 0 0 20px;
}

.inquiryForm {
	display: table;
	width: 700px;
	margin: 40px auto 0;
}

.inquiryForm dl {
	display: table-row;
}

.inquiryForm dt {
	display: table-cell;
	font-size: 16px;
	line-height: 1.4;
	color: #555555;
	width: 200px;
	vertical-align: top;
	padding: 28px 0 0;
}

.inquiryForm dt span {
	color: #c60303;
	font-size: 18px;
	padding: 0 0 0 8px;
}

.inquiryForm dd {
	display: table-cell;
	font-size: 16px;
	line-height: 1.4;
	color: #555555;
	width: 500px;
	padding: 28px 0 0;
}

.textType1 {
	font-size: 16px;
	padding: 12px;
	width: 300px;
	border: 1px solid rgb(230, 230, 230);
	box-shadow: inset 0px 2px 6px 0px rgba(4, 0, 0, 0.1);
	border-radius: 4px;
}

textarea {
	font-size: 16px;
	line-height: 1.6;
	color: #555555;
	padding: 12px;
	width: 460px;
	height: 180px;

	border: 1px solid rgb(230, 230, 230);
	box-shadow: inset 0px 2px 6px 0px rgba(4, 0, 0, 0.1);
	border-radius: 4px;
	resize: none;
}

.submitArea {
	margin: 20px 0 0 250px;
}

.submitBtn {
	width: 200px;
	font-size: 16px;
	color: #555;
	border: 1px solid #555;
	border-radius: 4px;
	background: #fff;
	margin: 10px 0 0;
	padding: 16px 0;
	cursor: pointer;
}

.submitBtn:hover {
	color: #fff;
	background: #555;
	transition: 0.3s;
}

footer {
	width: 100%;
	margin: 120px 0 20px;
	border-top: 2px solid #f4f4f4;
}

.footerInner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.footerLink {
	padding: 24px 0 0 50px;
	float: left;
}

.footerLink a {
	font-size: 14px;
	line-height: 1.6;
	color: #555555;
	margin: 0 0 0 -6px;
	padding: 0 12px;
}

.footerLink a:hover {
	opacity: 0.6;
	transition: .3s;
}
.footerLink a:last-child {
	border-right: none;
}

.footerInfo {
	font-size: 14px;
	line-height: 1.6;
	color: #555555;
	padding: 24px 50px 0 0;
	float: right;
}

.copyright {
	margin: 46px 0 0;
}

.copyright p {
	font-size: 14px;
	line-height: 1.4;
	color: #555555;
}

.adminContentWrapper {
	width: 750px;
	margin: 20px auto 60px;
}

.adminContentWrapper h2,
.adminContentWrapper h3,
.adminHeading {
	width: 100%;
	padding: 30px 0 30px 345px;
	font-size: 24px;
	background: #3D7799;
	color: #fff;
}

.adminContentWrapper h4 {
	font-size: 20px;
	margin: 0 0 6px;
}

.adminContentWrapper article {
	width: 100%;
	margin: 20px 0 0;
	padding: 20px 0 0;
}

.adminContentWrapper article:first-child {
	margin: 0;
}

.adminContentWrapper article:last-child {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
}

.adminContentWrapper article a:hover {
	text-decoration: underline;
}

.adminBack a {
	padding: 12px;
	border: 1px solid #0090E6;
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0;
	color: #0090E6;
}

.adminNewPost a {
	padding: 12px;
	border: 1px solid #0090E6;
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0 60px;
	color: #fff;
	background: #0090E6;
}

.adminBack a:hover {
	text-decoration: underline;
}

.adminNewPost a:hover {
	color: #0090E6;
	background: #fff;
}

.adminShowTitle {
	margin: 1.5em 0 0;
	color: #444444;
}

.adminShowContent {
	margin: 4px 0 0;
	color: #444444;
	line-height: 1.5;
}

.adminContentWrapper form {
	margin: 2em 2em 0 0;
	display: inline-block;
}

.adminContentWrapper form button {
	font-size: 16px;
	padding: 10px 14px;
	color: #fff;
	background: #FF5A40;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	cursor: pointer;
}

.adminContentWrapper form button:hover {
	text-decoration: underline;
}

.adminContentWrapper textarea {
	font-size: 16px;
	line-height: 1.5;
	color: #444444;
	padding: 6px;
	width: 750px;
	border: 1px solid #CCCCCC;
	box-shadow: none;
	border-radius: 4px;
	resize: vertical;
	margin: 4px 0 0;
}

.adminContentWrapper input {
	font-size: 16px;
	padding: 6px;
	color: #444444;
}

.adminNew,
.adminEdit {
	margin: 2em 0 0;
}

.ui-datepicker-trigger {
	position: relative;
	top: 8px;
	left: 10px;
	width: 30px;
}

.styled-select {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
	  margin: 10px 0 0;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.styled-select.slate {
   background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
   height: 34px;
   width: 240px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 268px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.blue    { background-color: #3b8ec2; }

.blue select    { color: #fff; }

.newsTxt1 {
 font-size: 18px;
	line-height: 1.4;
	color: #444444;
 margin: 0 0 60px;
}

.newsTxt1 {
  font-size: 18px;
  line-height: 1.4;
  color: #444;
  font-weight: bold;
  margin: 0 0 60px;
}

@media screen and (max-width: 415px) {
.txt1 {
	font-size: 13px;
	line-height: 1.4;
}

.txt1_b {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}

.txt2 {
	font-size: 13px;
	line-height: 1.4;
}

.txt3 {
	font-size: 16px;
	line-height: 1.2;
}

.mtB {
	margin-top: 12px;
}

.mtC {
	margin-top: 36px;
}

.brsp {
	display: block;
}

.headerInner {
	width: 96%;
	margin: 0 auto;
	padding: 24px 0 14px;
}

.headerLogo img {
	width: 40px;
	height: auto;
 margin: 0 8px 0 0;
}

.headerLogo h1 {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  width: 200px;
  padding: 14px 0 0;
}

.flagArea {
	float: right;
 margin: 10px 0 0;
}

.navArea {
	border-bottom: 2px solid #f4f4f4;
}

.navInner {
	width: auto;
	display: flex;

}

.navInner li {
	width: auto;
	font-size: 13px;
}

.navInner li a {
	padding: 12px;
}

.borderItem1 a:hover {
	background: transparent;
	color: #717171;
}

.borderItem2 a:hover {
	background: transparent;
	color: #717171;
}

.borderItem3 a:hover {
	background: transparent;
	color: #717171;
}

.borderItem4 a:hover {
	background: transparent;
	color: #717171;
}

.borderItem5 a:hover {
	background: transparent;
	color: #717171;
}

.borderItem6 a:hover {
	background: transparent;
	color: #717171;
}

.topMainImg {
	width: 100%;
	height: 194px;
	overflow: hidden;
}

.topMainImg img {
	width: 100%;
	min-width: 0;
	height: auto;
	min-height: 0;
	margin: 0;
}

.imgTxtArea {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 24%;
}

.imgTxt1 {
	font-size: 26px;
	letter-spacing: 6px;
}

.imgTxt2 {
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	text-align: center;
	margin: 8px 0 0;
}

.imgTxtListArea {
	width: 300px;
	margin: 6px auto 0;
	padding: 0;
}

.imgTxtListArea p {
	font-size: 12px;
	padding: 4px;
	float: left;
	margin:0;
	border-radius: 4px;
}

.topHeadingArea {
	width: 100%;
	background: #f2f2f2;
}

.topHeadingItem1 {
	font-size: 20px;
	line-height: 1.4;
	padding: 14px 0 14px;
}

.wahtsNewArea {
	width: 92%;
}

.topBtn {
	width: 140px;
	margin: 30px auto 0;
}

.topBtn a {
	padding: 14px 0;
	font-size: 13px;
}

.topBtn a:hover {
	color: #555555;
	background: #fff;
}

.workflowArea {
	width: 96%;
	margin: 10px auto 0;
}

.flowItem1 {
	width: 80px;
	float: none;
	margin: 20px auto 0;
}

.flowItem1:last-child {
	margin: 20px auto 0;
}

.flowImg {
	width: 80px;
	height: 80px;
}

.flowImg img {
	width: 50px;
	height: auto;
	position: absolute;
}

.flowP1 {
	top: 16px;
	left: 0;
	right: 0;
	margin: auto;
}

.flowP2 {
	top: 16px;
	left: 0;
	right: 0;
	margin: auto;
}

.flowP3 {
	top: 16px;
	left: 0;
	right: 0;
	margin: auto;
}

.flowP4 {
	top: 14px;
	
	left: 0;
	right: 0;
	margin: auto;
}

.flowItem1 p {
	margin: 10px 0 0 ;
}

.pageBg {
	width: 100%;
	height: 120px;
	position: relative;
}

.pageTitle {
	font-size: 22px;
	padding: 42px 0 0;
}
.pageTitle::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #444;
  display: block;
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  margin: auto;
}

.pageTitle2 {
	font-size: 22px;
	padding: 42px 0 0;
}

.titleItem {
	width: 40px;
	height: 2px;
	margin: 12px auto 0;
}

.pageContent {
	width: 92%;
	margin: 30px auto 0;
}

	.pageContent-service {
  width: 92%;
  margin: 30px auto 0;
  display: flex;
}

.companyTable {
	width: 100%;
	margin: 30px auto 0;
}

.companyTable th {
	font-size: 13px;
	line-height: 1.4;
	width: 20%;
	padding: 18px 0;
}

.companyTable td {
	font-size: 13px;
	line-height: 1.4;
	width: 80%;
	padding: 18px 0;
}

.pageLinkArea {
	display: none;
}

.pageLinkItem {
	font-size: 10px;
	width: 48%;
	margin: 10px 2% 0 0;
}

.pageLinkItem:nth-child(3n) {
	margin: 10px 2% 0 0;
}

.pageLinkItem:nth-child(2n) {
	margin: 10px 0 0 0;
}

.pageLinkItem a {
	padding: 10px 0 10px 6px;
}

.serviceTextArea {
	width: 100%;
	margin: 14px auto 0;
}

.sTextItem1 {
	padding-left: 18px;
}

.serviceList1 {
	padding: 0 0 0 18px;
}

.serviceList2 {
	padding: 0 0 0 34px;
}

.ctxt1 {
	font-size: 10px;
	margin: 6px 0;
	text-align: right;
}

.ctxt1 a:hover {
	opacity: 1;
}

.newsArea {
	width: 100%;
	margin: 0 auto;
}

.newsArea select {
	font-size: 13px;
	margin: 10px 0 0;
 	width: 120px;
}

article {
	width: 100%;
	margin: 20px 0 0;
	padding: 20px 0 0;
}

article:first-child {
	margin: 30px 0 0;
}

article:last-child {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
}


.feedPage {
	width: 100%;
	margin: 30px 0 0;
}

.feedPage a {
	color: #777777;
	margin: 10px 6px 0 0;
	border: 1px solid #f8d285;
	border-radius: 4px;
	padding: 10px 12px;
	display: inline-block;
	font-size: 12px;
}

.feedPage a:hover {
	opacity: 1;
}

.itxt1 {
	font-size: 10px;
	color: #777777;
	padding: 0 0 0 10px;
}

.inquiryForm {
	display: table;
	width: 100%;
	margin: 30px auto 0;
}

.inquiryForm dt {
	font-size: 13px;
	line-height: 1.4;
	color: #555555;
	width: 36%;
	vertical-align: top;
	padding: 28px 0 0;
}

.inquiryForm dt span {
	color: #c60303;
	font-size: 13px;
	padding: 0;
}

.inquiryForm dd {
	font-size: 13px;
	line-height: 1.4;
	color: #555555;
	width: 64%;
	padding: 28px 0 0;
}

.textType1 {
	font-size: 13px;
	padding: 12px;
	width: 86%;
}

textarea {
	font-size: 13px;
	line-height: 1.6;
	padding: 12px;
	width: 86%;
	height: 140px;
}

.submitArea {
	margin: 10px 0 0 36%;
}

.submitBtn {
	width: 140px;
	font-size: 13px;
	margin: 10px 0 0;
	padding: 12px 0;
}

.submitBtn:hover {
	color: #37baa0;
	background: #fff;
	transition: 0.3s;
}

footer {
	width: 100%;
	margin: 80px 0 20px;
	border-top: none;
}

.footerInner {
	width: 100%;
	margin: 0 auto;
	position: static;
}

.footerLink {
	padding: 20px 0 0 0;
	float: none;
	text-align: center;
}

.footerLink a {
	font-size: 12px;
	line-height: 1.4;
	margin: 0 0 0 -6px;
	padding: 0 12px;
}

.footerLink a:hover {
	opacity: 1;
	transition: .3s;
}
.footerLink a:last-child {
	border-right: none;
}

.footerInfo {
	display: none;
}
.copyright {
	padding: 16px 0 0 0;
	text-align: center;
	margin: 0;
}

.copyright p {
	font-size: 12px;
	line-height: 1.4;
}

.newsTxt1 {
  font-size: 13px;
  line-height: 1.4;
  color: #444;
  font-weight: bold;
  margin: 0 0 30px;
}

}

.pagination__container {
  width: 700px;
  margin: 20px auto 0;
}
@media screen and (max-width: 415px) {
  .pagination__container {
    width: 100%;
  }
}

.pagination span,
.pagination a {
  margin: 0 10px;
  font-size: 14px;
  color: #444;
}
@media screen and (max-width: 415px) {
  .pagination span,
  .pagination a {
    font-size: 12px;
  }
}

.pagination .current {
  font-weight: bold;
}

.pagination a:hover {
  text-decoration: underline;
}
